Metadata-Version: 1.1
Name: flask-theme
Version: 0.3.4
Summary: Provides infrastructure for theming Flask applications
Home-page: https://github.com/liuliqiang/flask-theme
Author: Liqiang Lau
Author-email: liqianglau@outlook.com
License: MIT
Description: 
        flask-theme
        -----------
        
        flask-theme 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://flask-theme.readthedocs.io/>`_
        * `development version <https://github.com/liuliqiang/flask-theme>`_
        
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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
