# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-django-compressor VERSION= 2.4.1 KEYWORDS= python VARIANTS= py38 py39 SDESC[py38]= Django CSS/JS cache and compressor (PY38) SDESC[py39]= Django CSS/JS cache and compressor (PY39) HOMEPAGE= https://django-compressor.readthedocs.io/en/latest/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/ae/7d/5cc45560591c1a8b3c180c3fd89975e4cb9d4097dcec6b7736530099f093 DISTFILE[1]= django_compressor-2.4.1-py2.py3-none-any.whl:main DF_INDEX= 1 SPKGS[py38]= single SPKGS[py39]= single OPTIONS_AVAILABLE= PY38 PY39 OPTIONS_STANDARD= none VOPTS[py38]= PY38=ON PY39=OFF VOPTS[py39]= PY38=OFF PY39=ON DISTNAME= django_compressor-2.4.1.dist-info GENERATED= yes [PY38].RUN_DEPENDS_ON= python-django-appconf:single:py38 python-rcssmin:single:py38 python-rjsmin:single:py38 python-six:single:py38 [PY38].USES_ON= python:py38,wheel [PY39].RUN_DEPENDS_ON= python-django-appconf:single:py39 python-rcssmin:single:py39 python-rjsmin:single:py39 python-six:single:py39 [PY39].USES_ON= python:py39,wheel [FILE:3331: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. Django Compressor is compatible with Django 1.11 and newer. 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 ``