Metadata-Version: 2.1
Name: boussole
Version: 1.6.0
Summary: Commandline interface to build Sass projects using libsass-python
Home-page: https://github.com/sveetch/boussole
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Description: .. _SASS: http://sass-lang.com/
        .. _LibSass: http://sass-lang.com/libsass
        .. _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
        .. _six: https://pythonhosted.org/six/
        .. _pyaml: https://github.com/mk-fg/pretty-yaml
        
        ========
        Boussole
        ========
        
        Features
        ********
        
        * Stand on `LibSass`_ which is **very fast**;
        * **Per project configuration** so you can use it once to compile all of your SASS files from a same project;
        * **Simple and useful** command line;
        * **Watch mode** for no waste of time during web design integration;
        * **Full Python stack**, no Ruby or Node.js stuff needed;
        * **Expose a Core API** to use it from Python code;
        * Support for **Python2.7** and **Python>=3.5**;
        
        Links
        *****
        
        * Read the documentation on `Read the docs <http://boussole.readthedocs.io/>`_;
        * Download its `PyPi package <http://pypi.python.org/pypi/boussole>`_;
        * Clone it on its `Github repository <https://github.com/sveetch/boussole>`_;
        
        Dependancies
        ************
        
        * `six`_;
        * `Watchdog`_ >=0.8.3;
        * `click`_ >=5.1;
        * `libsass-python`_ >=0.18.0;
        * `colorama`_;
        * `colorlog`_;
        * `pyaml`_;
        
Keywords: Scss,Sass,Libsass,watchdog
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Provides-Extra: dev
