Metadata-Version: 2.1
Name: boussole
Version: 2.1.3
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
Keywords: Scss,Sass,Libsass,watchdog
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 :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: click>=5.1
Requires-Dist: watchdog>=0.8.3
Requires-Dist: libsass>=0.19.4
Requires-Dist: pyaml
Requires-Dist: colorama
Requires-Dist: colorlog
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Provides-Extra: quality
Requires-Dist: flake8; extra == "quality"
Requires-Dist: tox; extra == "quality"
Requires-Dist: twine; extra == "quality"
Provides-Extra: doc
Requires-Dist: livereload; extra == "doc"
Requires-Dist: sphinx>=4.3.0; extra == "doc"
Requires-Dist: sphinx-rtd-theme==1.1.0; extra == "doc"

.. _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
========

Commandline interface to build `Sass`_ projects using `libsass-python`_.


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 **Python>=3.7**;


Links
*****

* Read the documentation on `Read the docs <https://boussole.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.org/project/boussole/>`_;
* Clone it on its `Github repository <https://github.com/sveetch/boussole>`_;


Dependencies
************

* `click`_ >=5.1;
* `colorama`_;
* `colorlog`_;
* `libsass-python`_ >=0.19.4;
* `pyaml`_;
* `Watchdog`_ >=0.8.3;


Credits
*******

Logo has been created by **Sébastien Bianco**.
