Metadata-Version: 1.1
Name: boussole
Version: 0.8.3
Summary: 
Aims to reproduce the useful Compass commandline tool behaviors

Home-page: https://github.com/sveetch/boussole
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Description: .. _SASS: http://sass-lang.com/
        .. _Compass: http://compass-style.org/
        .. _Watchdog: https://github.com/gorakhargosh/watchdog
        .. _click: http://click.pocoo.org/5/
        .. _libsass-python: https://github.com/dahlia/libsass-python
        .. _colorama: https://github.com/tartley/colorama
        .. _colorlog: https://github.com/borntyping/python-colorlog
        
        ========
        Boussole
        ========
        
        This is a commandline interface to build `SASS`_ projects using `libsass-python`_.
        
        .. Note::
            Old SASS syntax (the *indented syntax*) is not supported.
        
        Links
        *****
        
        * Read the documentation on `Read the docs <http://boussole.readthedocs.org/>`_;
        * Download its `PyPi package <http://pypi.python.org/pypi/boussole>`_;
        * Clone it on its `Github repository <https://github.com/sveetch/boussole>`_;
        
        Requires
        ********
        
        * `Watchdog`_ == 0.8.3;
        * `click`_ == 5.1;
        * `libsass-python`_ >= 0.11.0;
        * `colorama`_;
        * `colorlog`_;
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
