Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halfbyte/pysass
https://github.com/halfbyte/pysass
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/halfbyte/pysass
- Owner: halfbyte
- License: other
- Created: 2012-04-25T06:50:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-25T22:07:55.000Z (over 12 years ago)
- Last Synced: 2024-04-15T02:44:15.338Z (9 months ago)
- Language: C
- Size: 111 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python libsass bindings
Please note that this is very much a work in progress. I have never created a python module, let alone a c extension before and I will gladly accept any help you can give me in making it better.
It is also far from being feature complete. I am currently pondering the correct API for this in python land, most
probably by trying to use it as a compiler in webassets or something like that.As you can see right now, it currently has no tests, because it is nothing more than a proof of concept written down in less than two hours. This will change.
## Installation
The usual setup.py wrangling should do it:
```bash
$ python setup.py build
$ python setup.py install
```(It currently generates a heap of warnings and I would be happy to know why this happens (it doesn't happen when compiling libsass with the makefile))