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'.
- Host: GitHub
- URL: https://github.com/sveetch/boussole
- Owner: sveetch
- License: mit
- Created: 2016-02-20T14:28:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T14:14:55.000Z (about 2 years ago)
- Last Synced: 2025-03-28T08:41:29.971Z (7 months ago)
- Topics: libsass, python, scss, watchdog
- Language: Python
- Homepage: http://boussole.readthedocs.io
- Size: 478 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
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**.