Metadata-Version: 1.1
Name: Flask-Scss
Version: 0.3
Summary: Adds support for scss files to Flask applications
Home-page: https://github.com/bcarlin/flask-scss
Author: Bruno Carlin
Author-email: bruno@bcarlin.net
License: MIT
Description: ==========
        Flask-Scss
        ==========
        
        .. image:: https://travis-ci.org/bcarlin/flask-scss.png?branch=master
        
        This extension brings Scss support to Flask apps.
        
        It is far from perfect or complete. Current features are the following:
        
        - Automatic discovery of .scss assets
        - Automatic compilation of .scss files
        - Automatic refreshing of resulting .css files when .scss sources have changed
        
        Scss files compilation is done by the
        `pyScss <http://pypi.python.org/pypi/pyScss>`_ implementation by
        German M. Bravo (Kronuz). Refer to this package documentation to see the
        supported scss syntax.
        
        Links
        `````
        
        * `documentation <http://packages.python.org/Flask-Scss>`_
        * `development version
          <https://github.com/bcarlin/flask-scss.git#egg=Flask-Scss-dev>`_
        
        .. _pyScss: http://pypi.python.org/pypi/pyScss
        
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
