# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-django-compressor VERSION= 4.5.1 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= Django CSS/JS cache and compressor (3.12) SDESC[v13]= Django CSS/JS cache and compressor (3.13) HOMEPAGE= https://django-compressor.readthedocs.io/en/latest/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/00/d9/ac374a1f7a432230cdf4d2ffbe957fd0d4d5d6426bf4d5c17f382b0801c4 DISTFILE[1]= django_compressor-4.5.1-py2.py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON DISTNAME= django_compressor-4.5.1.dist-info GENERATED= yes [PY312].RUN_DEPENDS_ON= python-Django:single:v12 python-django-appconf:single:v12 python-rcssmin:single:v12 python-rjsmin:single:v12 [PY312].USES_ON= python:v12,wheel [PY313].RUN_DEPENDS_ON= python-Django:single:v13 python-django-appconf:single:v13 python-rcssmin:single:v13 python-rjsmin:single:v13 [PY313].USES_ON= python:v13,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 ``