Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python bindings for libsass

License

NotificationsYou must be signed in to change notification settings

pistolero/python-scss

Repository files navigation

Build status

Usage

>>>importsass>>>sass.compile_string("div { a { color: black}}")'div a {\n  color: black; }\n'

Installation

pip install sass

Compatibility

Tested with Python 2.7 and Python 3.2/3.3

Development

Steps to compile and install:

sudo pip install Cythongit submodule initgit submodule updatecd libsassgit submodule initgit submodule updatecd ..makesudo python setup.py develop

If you want to use an alternate python, you'll have to edit the Makefile or execute those commands from activated virtualenv.

How to contribute

It is easy. Fork repo on GitHub, fix stuff and send me nice looking pull-request.

Bitdeli badge

About

Python bindings for libsass

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp