Metadata-Version: 1.1
Name: Flask-Diamond
Version: 0.2.15.dev1
Summary: Flask-Diamond is a batteries-included Flask framework.
Home-page: http://flask-diamond.org
Author: Ian Dennis Miller
Author-email: iandennismiller@gmail.com
License: MIT
Description: Flask-Diamond
        =============
        
        **Flask-Diamond** is a batteries-included Flask framework. Easily scaffold a working application with sensible defaults, then override the defaults to customize it for your goals.
        
        Overview
        --------
        
        **Flask-Diamond** imports many other Flask extensions and glues them all together.  The end result is a model administration view, accounts and high-level account operations (e.g. password reset), testing, documentation, project management (e.g. deployment), and more.
        
        Installation
        ^^^^^^^^^^^^
        
        ::
        
            pip install Flask-Diamond
        
        Documentation
        ^^^^^^^^^^^^^
        
        http://flask-diamond.org
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
