Metadata-Version: 1.0
Name: Flask-Compass
Version: 0.1
Summary: Adds automatic Compass compilation to Flask
Home-page: https://github.com/zerok/flask-compass
Author: Horst Gutmann
Author-email: zerok@zerokspot.com
License: BSD
Description: 
        Flask-Compass
        =============
        
        Flask-Compass provides a simple integration of Compass_ into Flask applications
        especially to help during the development process.
        
        The extension scans the project's directory for Compass configuration files
        in order to compile the associated Compass project.
        
        
        Note that you need to have compass installed before being able to use this
        extension.
        
        Links
        -----
        
        * `Documentation <http://packages.python.org/Flask-Compass>`_
        
        .. _compass: http://compass-style.org/
        
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
