Raw Package Information

Package: python3-django-sass
Source: django-sass
Version: 1.0.0-1~pgdg20.04+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 41
Depends: python3-django, python3-libsass, python3:any
Homepage: https://github.com/coderedcorp/django-sass
Priority: optional
Section: python
Filename: pool/main/d/django-sass/python3-django-sass_1.0.0-1~pgdg20.04+1_all.deb
Size: 8712
SHA256: f624f125ec543c49d3154c0137a0e09d2db37b4fc9e7d7872cc755ad8e090587
SHA1: bcb395421e2d195cbb7f492390eea08fdb319899
MD5sum: ed4160837d341d90286a4da93bce1344
Description: simplest way to use Sass with Django
 The module is the absolute simplest way to use Sass with Django. Pure Python,
 minimal dependencies, and no special configuration required. django-sass only
 depends on libsass.
 .
 Other packages such as django-libsass and django-sass-processor, while nice
 packages, require django-compressor which itself depends on several other
 packages that require compilation to install.
 .
  * If you simply want to use Sass in development without installing a web of
    unwanted dependencies, then django-sass is for you.
  * If you don't want to deploy any processors or compressors to your
    production server, then django-sass is for you.
  * If you don't want to change the way you reference and serve static files,
    then django-sass is for you.
  * And if you want the absolute simplest installation and setup possible for
    doing Sass, django-sass is for you too.