Skip to content

jsakas/pylibsass

Repository files navigation

Pylibsass

image

image

Pylibsass is a Python wrapper around the libsass library. The main goal of this library is to provide an easy way to hook SASS compilation into your projects.

It uses the awesome Watchdog library to detect filesystem changes and recompile whenever there are changes detected.

import pylibsass

pylibsass.watch("app/static/scss", "app/static/css")

Installation

Installation is easy:

$ pip install pylibsass

Documentation

You can view the documentation on Read the Docs.

Development

Installing from source is easy. It is recommended to do this from within a virtualenv:

$ python setup.py develop

To run the tests, you do something similar:

$ python setup.py test

Contributing

  1. Fork it!
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Python wrapper around libsass.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages