Metadata-Version: 2.0
Name: Flask-Factory
Version: 0.1.0dev
Summary: Provide a general-purpose application factory of the Flask application, and the configurator that is independent of the app object.
Home-page: https://github.com/Kroisse/flask-factory
Author: Eunchong Yu
Author-email: kroisse@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Framework :: Flask
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Flask (>=0.10.1)
Provides-Extra: doc
Requires-Dist: Sphinx; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest (>2.5); extra == 'test'
Requires-Dist: pytest-timeout; extra == 'test'
Requires-Dist: mock; extra == 'test'

Flask-Factory
=============

.. image:: https://travis-ci.org/Kroisse/flask-factory.svg?branch=master
    :target: https://travis-ci.org/Kroisse/flask-factory

.. image:: https://img.shields.io/coveralls/Kroisse/flask-factory.svg
   :target: https://coveralls.io/r/Kroisse/flask-factory?branch=master


