Metadata-Version: 1.1
Name: Flask-Wings
Version: 0.4.1
Summary: Boilerplate Flask extension.
Home-page: http://github.com/vmlaker/flask-wings
Author: Velimir Mlaker
Author-email: vel.i.mir.mlaker@gmail.com
License: MIT
Description: ===========
        Flask-Wings
        ===========
        
        Flask-Wings is a boilerplate for writing Flask extensions.
        
        Itself it is a tiny Flask extension that just adds some views and templates
        to the parent app. An example of how to use it is in file `tests/app.py`.
        
        You can use Flask-Wings as a starting point for creating your own
        Flask extensions as distributable Python packages.
        
        The minimalistic source code comes with a few extras you can use
        to make your extension agree with
        `standard practices <http://flask.pocoo.org/docs/1.0/extensiondev>`_:
        
        * tests directory with a minimal set of tests
        * setuptools configuration
        * top level makefile
        * etc.
        
        
        Developers
        ----------
        
        Check out the makefile to see a micro develpment cycle.
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Framework :: Flask
