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