Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

inveniosoftware-attic/flask-appfactory

Repository files navigation

Flask-AppFactory

image

image

image

image

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