Metadata-Version: 1.0
Name: sass
Version: 2.1.0.1
Summary: Python bindings for libsass
Home-page: https://github.com/pistolero/python-scss
Author: Sergey Kirilov
Author-email: sergey.kirillov@gmail.com
License: Apache License 2.0
Description: Python binding for libsass
        ==========================
        
        |BuildStatus|
        
        .. |BuildStatus| image:: https://secure.travis-ci.org/pistolero/python-scss.png?branch=master
                         :target: https://travis-ci.org/pistolero/python-scss
                         :alt: Build status
        
        Usage
        -----
        
        .. code:: python
        
           >>> import sass
           >>> sass.compile_string("div { a { color: black}}")
           'div a {\n  color: black; }\n'
        
        
        Installation
        ------------
        
        .. code:: sh
        
            pip install sass
        
        
        Compatibility
        -------------
        
        Tested with Python 2.7 and Python 3.2/3.3
        
        
        Development
        -----------
        
        Steps to compile and install:
        
        .. code:: sh
        
           sudo pip install Cython
           git submodule init
           git submodule update
           make
           sudo python setup.py develop
        
        If you want to use an alternate `python`, you'll have to edit the `Makefile` or execute those commands from activated virtualenv.
        
        
        
        How to contribute
        -----------------
        
        It is easy. Fork repo on GitHub, fix stuff and send me nice looking pull-request.
        
        
        .. image:: https://d2weczhvl823v0.cloudfront.net/pistolero/python-scss/trend.png
           :alt: Bitdeli badge
           :target: https://bitdeli.com/free
        
        
Keywords: sass scss libsass
Platform: UNKNOWN
