Skip to content

tiborsimko/flask-appfactory

 
 

Repository files navigation

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

About

Flask-AppFactory is an dynamic application loader.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.6%
  • Shell 1.3%
  • HTML 0.1%