Metadata-Version: 1.0
Name: django_compressor
Version: 0.6.2
Summary: Compresses linked and inline JavaScript or CSS into a single cached file.
Home-page: http://django_compressor.readthedocs.org/
Author: Jannis Leidel
Author-email: jannis@leidel.info
License: BSD
Description: Django Compressor
        =================
        
        Compresses linked and inline JavaCcript or CSS into a single cached file.
        
        The main website for django-compressor is
        `github.com/jezdez/django_compressor`_ where you can also file tickets.
        
        You can also install the `in-development version`_ of django-compressor with
        ``pip install django_compressor==dev`` or ``easy_install django_compressor==dev``.
        
        .. _github.com/jezdez/django_compressor: http://github.com/jezdez/django_compressor
        .. _in-development version: http://github.com/jezdez/django_compressor/tarball/master#egg=django_compressor-dev
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
