Metadata-Version: 1.1
Name: Flask-AlchemyView
Version: 0.1.4
Summary: Simple ModelView for auto-generating Flask Views based on SQLAlchemy models
Home-page: http://github.com/danielholmstrom/flask-alchemyview/
Author: Daniel Holmstrom
Author-email: holmstrom.daniel@gmail.com
License: MIT
Description: Flask-AlchemyView
        =================
        
        Flask ModelView for SQL-Alchemy declarative models.
        
        Documentation
        -------------
        
        Documentation can be found at `http://pythonhosted.org/Flask-AlchemyView/ <http://pythonhosted.org/Flask-AlchemyView/>`_
        
        Licence
        -------
        
        Flask-AlchemyView is MIT licenced.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Flask
