An open API service indexing awesome lists of open source software.

https://github.com/sveetch/boussole

Command line interface to build Sass projects using 'libsass-python'.
https://github.com/sveetch/boussole

libsass python scss watchdog

Last synced: 6 months ago
JSON representation

Command line interface to build Sass projects using 'libsass-python'.

Awesome Lists containing this project

README

          

.. _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 `_;
* Download its `PyPi package `_;
* Clone it on its `Github repository `_;

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**.