Flask-AppFactory

travis-ci badge coveralls.io badge

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.

User’s Guide

This part of the documentation will show you how to get started in using Flask-AppFactory with Flask.

API Reference

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

Additional Notes

Notes on how to contribute, legal information and changes are here for the interested.