Python package example project and instructions
2017-09-02:
- Example project with a Python package structure and a section explaining how to use it and structure a Flask project like that.
- Also, the examples and documentation now use the
flask run
commands, that allows running a package application while developing more easily.