{ "info": { "author": "Jannis Leidel", "author_email": "jannis@leidel.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP" ], "description": "Django Compressor\n=================\n\n.. image:: https://codecov.io/github/django-compressor/django-compressor/coverage.svg?branch=develop\n :target: https://codecov.io/github/django-compressor/django-compressor?branch=develop\n\n.. image:: https://img.shields.io/pypi/v/django_compressor.svg\n :target: https://pypi.python.org/pypi/django_compressor\n\n.. image:: https://secure.travis-ci.org/django-compressor/django-compressor.svg?branch=develop\n :alt: Build Status\n :target: http://travis-ci.org/django-compressor/django-compressor\n\n.. image:: https://caniusepython3.com/project/django_compressor.svg\n :target: https://caniusepython3.com/project/django_compressor\n\nDjango Compressor processes, combines and minifies linked and inline\nJavascript or CSS in a Django template into cacheable static files.\n\nIt supports compilers such as coffeescript, LESS and SASS and is\nextensible by custom processing steps.\n\nDjango Compressor is compatible with Django 1.11 and newer.\n\nHow it works\n------------\nIn your templates, all HTML code between the tags ``{% compress js/css %}`` and\n``{% endcompress %}`` is parsed and searched for CSS or JS. These styles and\nscripts are subsequently processed with optional, configurable compilers and\nfilters.\n\nThe default filter for CSS rewrites paths to static files to be absolute.\nBoth Javascript and CSS files are by default concatenated and minified.\n\nAs the final step the template tag outputs a ``