[ 源代码: python-django-libsass ]
软件包:python3-django-libsass(0.9-1)
python3-django-libsass 的相关链接
Debian 的资源:
下载源码包 python-django-libsass:
- [python-django-libsass_0.9-1.dsc]
- [python-django-libsass_0.9.orig.tar.gz]
- [python-django-libsass_0.9-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
django-compressor filter using libsass (Python3 version)
A django-compressor filter to compile Sass files using libsass. It builds on libsass-python to make @import paths aware of Django's staticfiles mechanism, and provides a filter module for django-compressor which uses the libsass-python API directly, avoiding the overheads of calling an external executable to do the compilation.
This package contains the Python 3 version of the library.
其他与 python3-django-libsass 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-django
- High-level Python web development framework
-
- dep: python3-django-compressor
- Compresses linked, inline JS or CSS into single cached files - Python 3.x
-
- dep: python3-libsass
- SASS for Python 3: a straightforward binding of libsass for Python