# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-django-compressor VERSION= 4.4 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Django CSS/JS cache and compressor (3.11) SDESC[v12]= Django CSS/JS cache and compressor (3.12) HOMEPAGE= https://django-compressor.readthedocs.io/en/latest/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/a0/b5/3c000d6d7b8ffa8831d2ef5bcbbe5780de172024e226ec89391853d4b759 DISTFILE[1]= django_compressor-4.4-py2.py3-none-any.whl:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON DISTNAME= django_compressor-4.4.dist-info GENERATED= yes [PY311].RUN_DEPENDS_ON= python-django-appconf:single:v11 python-rcssmin:single:v11 python-rjsmin:single:v11 [PY311].USES_ON= python:v11,wheel [PY312].RUN_DEPENDS_ON= python-django-appconf:single:v12 python-rcssmin:single:v12 python-rjsmin:single:v12 [PY312].USES_ON= python:v12,wheel [FILE:3266:descriptions/desc.single] Django Compressor ================= Django Compressor processes, combines and minifies linked and inline Javascript or CSS in a Django template into cacheable static files. It supports compilers such as coffeescript, LESS and SASS and is extensible by custom processing steps. How it works ------------ In your templates, all HTML code between the tags ``{% compress js/css %} and {% endcompress %}`` is parsed and searched for CSS or JS. These styles and scripts are subsequently processed with optional, configurable compilers and filters. The default filter for CSS rewrites paths to static files to be absolute. Both Javascript and CSS files are by default concatenated and minified. As the final step the template tag outputs a ``