Flask-AppFactory is an dynamic application loader.
It allows you to build reusable modules that can be easily be assembled into full Flask applications using this loader. Each reusable module can provide default configuration, blueprints and command line interface.
Flask-AppFactory is on PyPI so all you need is:
pip install Flask-AppFactory
Documentation is available at <http://flask-appfactory.readthedocs.org> or can be build using Sphinx:
pip install Sphinx python setup.py build_sphinx
Running the tests are as simple as:
python setup.py test
or (to also show test coverage)
./run-tests.sh