Flask-AppFactory

Flask-AppFactory is an dynamic application loader.


License
BSD-3-Clause
Install
pip install Flask-AppFactory==0.2.1

Documentation

Flask-AppFactory

https://travis-ci.org/inveniosoftware/flask-appfactory.svg?branch=master https://coveralls.io/repos/inveniosoftware/flask-appfactory/badge.svg?branch=master

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.

Installation

Flask-AppFactory is on PyPI so all you need is:

pip install Flask-AppFactory

Documentation

Documentation is available at <http://flask-appfactory.readthedocs.org> or can be build using Sphinx:

pip install Sphinx
python setup.py build_sphinx

Testing

Running the tests are as simple as:

python setup.py test

or (to also show test coverage)

./run-tests.sh