{"library":"django-compressor","type":"library","category":null,"description":"Django Compressor is a reusable Django application that processes, combines, and minifies linked and inline JavaScript and CSS within Django templates into cacheable static files. It supports various compilers like CoffeeScript, LESS, and SASS, and offers extensibility for custom processing steps. As of version 4.6.0, it remains actively maintained with a regular release cadence, ensuring compatibility with recent Django versions.","language":"python","status":"active","version":"4.6.0","tags":["django","css","javascript","compression","minification","assets","static-files"],"last_verified":"Thu May 21","install":[{"cmd":"pip install django-compressor","imports":["{% load compress %} ... {% compress css %} ... {% endcompress %}","from django.conf import settings\nsettings.COMPRESS_ENABLED","STATICFILES_FINDERS = [\n    # ...\n    'compressor.finders.CompressorFinder',\n]"]}],"homepage":"https://django-compressor.readthedocs.io/en/latest/","github":"https://github.com/django-compressor/django-compressor","docs":null,"changelog":null,"pypi":"https://pypi.org/project/django-compressor/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":3.7,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-compressor/compatibility"}}