Metadata-Version: 1.1
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
Description: 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
        
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
