Metadata-Version: 1.0
Name: Flask-Themes
Version: 0.1
Summary: Provides infrastructure for theming Flask applications
Home-page: http://bitbucket.org/leafstorm/flask-themes/
Author: Matthew "LeafStorm" Frazier
Author-email: leafstormrush@gmail.com
License: MIT
Description: 
        Flask-Themes
        ------------
        Flask-Themes provides infrastructure for theming support in Flask
        applications. It takes care of:
        
        - Loading themes
        - Rendering templates from themes
        - Serving static files like CSS and images from themes
        
        
        Links
        `````
        * `documentation <http://packages.python.org/Flask-Themes>`_
        * `development version
          <http://bitbucket.org/leafstorm/flask-themes/get/tip.gz#egg=Flask-Themes-dev>`_
        
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
