Metadata-Version: 1.1
Name: Quokka-Themes
Version: 0.1.4
Summary: Provides infrastructure for theming Quokka applications
Home-page: https://github.com/pythonhub/quokka-themes
Author: Bruno Rocha
Author-email: rochacbruno@gmail.com
License: MIT
Description: .. image:: docs/quokka_themes.png
        
        Quokka-Themes
        =============
        
        It is a fork of Flask-themes2 adapted to work with Quokka CMS
        
        .. _docs: http://flask-themes2.rtfd.org
        .. _GitHub: https://github.com/quokkaproject/quokka-themes
        
        This provides infrastructure for themes in Flask.
        
        
        Installation
        ------------
        
        To install normally:
        
        .. code-block:: sh
        
            $ pip install Quokka-Themes
        
        To install the development (latest) version:
        
        .. code-block:: sh
        
            $ pip install -e git://github.com/quokkaproject/quokka-themes.git#egg=quokka-themes-dev
        
        Documentation
        -------------
        
        The documentation is on the Flask-Themes2 `docs`_.
        
        Development
        -----------
        If you're interested in helping, the source is available on `GitHub`_, feel free to contribute.
        
        
Keywords: flask themes theming style
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
