Source files supporting the [Deploying a Python Flask Example Application Using Heroku](https://realpython.com/python-flask-example-heroku/) article on [Real Python](https://realpython.com/).
Corresponding code for ["Python Interview Problems – Parsing CSV Files."](https://realpython.com/python-interview-problems-parsing-csv-python-files/)
The `skeleton_code` directory contains pytest fixtures and module files to get you set up to run pytest. There are no tests in the files, which pytest tells you when you run it:
```console
$pytest test_weather_v1.py
======================================= test session starts ========================================
platform linux -- Python 3.7.1, pytest-6.2.1, py-1.10.0, pluggy-0.13.1
# Python Web Applications: Deploy Your Script as a Flask App
Code snippets supplementing the [Python Web Applications: Deploy Your Script as a Flask App](https://realpython.com/python-web-applications-update/) tutorial.
Code snippets supplementing the [Python Web Applications: Deploy Your Script as a Flask App](https://realpython.com/python-web-applications/) tutorial.