**Flask-Registry** is an extension for Flask that allow frameworks to dynamically assemble your Flask application from reusable packages consisting of blueprints, extensions, and configuration. .. image:: https://travis-ci.org/inveniosoftware/flask-registry.png?branch=master :target: https://travis-ci.org/inveniosoftware/flask-registry .. image:: https://coveralls.io/repos/inveniosoftware/flask-registry/badge.png?branch=master :target: https://coveralls.io/r/inveniosoftware/flask-registry User's Guide ============ This part of the documentation will show you how to get started in using Flask-Registry with Flask. .. toctree:: :maxdepth: 2 installation quickstart userguide API Reference ============ If you are looking for information on a specific function, class or method, this part of the documentation is for you. .. toctree:: :maxdepth: 2 api Additional Notes ================ Notes on how to contribute, legal information and changelog are here for the interested. .. toctree:: :maxdepth: 2 contributing changelog license