Metadata-Version: 1.1
Name: boussole
Version: 0.7.0
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
        
        ========
        Boussole
        ========
        
        This is a commandline interface to build `SASS`_ projects using `libsass-python`_.
        
        Alike the Compass command line, there is a 'build' and a 'watch' actions to build all SASS files.
        
        .. Note::
            Old SASS syntax (the *indented syntax*) is not supported and not planned.
        
        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;
        
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
