Skip to main content

SASS for Python: A straightforward binding of libsass for Python.

Project description

This package provides a simple Python extension module sass which is binding Libsass (written in C/C++ by Hampton Catlin and Aaron Leung). It’s very straightforward and there isn’t any headache related Python distribution/deployment. That means you can add just libsass into your setup.py’s install_requires list or requirements.txt file. Need no Ruby nor Node.js.

It currently supports CPython 2.6, 2.7, 3.3, and PyPy 1.9+!

Build Status

Install

It’s available on PyPI, so you can install it using pip (or easy_install):

$ pip install libsass

Example

>>> import sass
>>> print sass.compile(string='a { b { color: blue; } }')
a b {
  color: blue; }

Docs

There’s the user guide manual and the full API reference for libsass:

http://dahlia.kr/libsass-python/

You can build the docs by yourself:

$ cd docs/
$ make html

The built docs will go to docs/_build/html/ directory.

Credit

Hong Minhee wrote this Python binding of Libsass.

Hampton Catlin and Aaron Leung wrote Libsass, which is portable C/C++ implementation of SASS.

Hampton Catlin originally designed SASS language and wrote the first reference implementation of it in Ruby.

The above three softwares are all distributed under MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

libsass-0.3.0.tar.gz (86.2 kB view hashes)

Uploaded Source

Built Distributions

libsass-0.3.0-cp33-none-win_amd64.whl (238.1 kB view hashes)

Uploaded CPython 3.3 Windows x86-64

libsass-0.3.0-cp33-cp33m-macosx_10_6_intel.whl (681.4 kB view hashes)

Uploaded CPython 3.3m macOS 10.6+ intel

libsass-0.3.0-cp27-none-win_amd64.whl (238.1 kB view hashes)

Uploaded CPython 2.7 Windows x86-64

libsass-0.3.0-cp27-none-macosx_10_8_intel.whl (682.2 kB view hashes)

Uploaded CPython 2.7 macOS 10.8+ intel

libsass-0.3.0-cp26-none-win_amd64.whl (238.3 kB view hashes)

Uploaded CPython 2.6 Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page