How to Install and Uninstall python3-django-sass-processor Package on Kali Linux

Last updated: May 07,2024

1. Install "python3-django-sass-processor" package

This tutorial shows how to install python3-django-sass-processor on Kali Linux

$ sudo apt update $ sudo apt install python3-django-sass-processor

2. Uninstall "python3-django-sass-processor" package

This guide covers the steps necessary to uninstall python3-django-sass-processor on Kali Linux:

$ sudo apt remove python3-django-sass-processor $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-sass-processor package on Kali Linux

Package: python3-django-sass-processor
Source: django-sass-processor
Version: 1.2.2+repack-1
Installed-Size: 77
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-django, python3-libsass
Recommends: python3-django-compressor
Suggests: python3-jinja2
Size: 20088
SHA256: 929d58999fb3d231b80fb4d46749a7a788f86da74e5d1c3e51866ec1c28f7400
SHA1: 35210ee3cd25364c315a1dd5c2869cb8509d0ae7
MD5sum: 25479e96b8863eac179caf1d36d126dc
Description: compile files from markup languages such as SASS/SCSS
django-sass-processor converts *.scss or *.sass files into *.css
while rendering templates. For performance reasons this is done only
once, since the preprocessor keeps track on the timestamps and only
recompiles when any of the imported SASS/SCSS files is younger than
the corresponding generated CSS file.
.
This Django app provides a templatetag "sass_src",
which can be used instead of the built-in templatetag static.
Since version 0.3.4 this also works for Jinja2 templates.
.
If SASS/SCSS files shall be referenced through the Media class or
media property, the SASS processor can be used directly.
.
Additionally, django-sass-processor is shipped with a management
command, which can convert the content of all occurrences inside the
templatetag sass_src as an offline operation. Hence, the libsass
compiler is not required in a production environment.
.
During development, a sourcemap is generated alongside the compiled *.css file.
This allows one to debug style sheet errors much easier.
.
With this tool, you can safely remove your Ruby installations
"Compass" and "SASS" from your Django projects. You neither need any
directory "watching" daemons based on node.js.
Description-md5:
Homepage: https://github.com/jrief/django-sass-processor
Section: python
Priority: optional
Filename: pool/main/d/django-sass-processor/python3-django-sass-processor_1.2.2+repack-1_all.deb