Metadata-Version: 1.0
Name: rapydcss
Version: 0.0.1
Summary: Python-based SASS Compiler
Home-page: http://www.pyjeon.com/rapydcss
Author: Alexander Tsepkov
Author-email: UNKNOWN
License: GNU GPL3
Description: 
        RapydCSS
        ===========
        
        RapydCSS is a wrapper around PyScss, which is a Python
        implementation of SASS. RapydCSS adds support for indented
        syntax to PyScss, which SASS already has.
        
        
        Installation
        ------------
        To install RapydCSS simply use easy_install or pip:
        
            pip install rapydcss
        
        or
        
            easy_install rapydcss
        
        
        License
        -------
        The project is GPLv3, but the output is license free. 
        See http://www.gnu.org/licenses/gpl-faq.html#WhatCaseIsOutputGPL.
        
        
Platform: any
