Metadata-Version: 1.0
Name: django-pipeline
Version: 1.2.9
Summary: Pipeline is an asset packaging library for Django.
Home-page: https://github.com/cyberdelia/django-pipeline
Author: Timothée Peignier
Author-email: timothee.peignier@tryphon.org
License: Copyright (©) 2008 Andreas Pelme <andreas@pelme.se>
Copyright (©) 2011-2012 Timothée Peignier <timothee.peignier@tryphon.org>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Description: Pipeline
        ========
        
        Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image and font embedding.
        
        To install it : ::
        
            pip install django-pipeline
        
        
        For documentation, usage, and examples, see :
        http://django-pipeline.readthedocs.org
        
        To suggest a feature or report a bug :
        https://github.com/cyberdelia/django-pipeline/issues
        
        
        .. :changelog:
        
        History
        =======
        
        
        1.2.8
        -----
        
        * Fix bugs in our glob implementation.
        
        
        1.2.7
        -----
        
        * Many documentation improvements. Thanks to Alexis Svinartchouk.
        * Improve python packaging.
        * Don't write silently to STATIC_ROOT when we shouldn't.
        * Accept new .sass extension in SASSCompiler. Thanks to Jonas Geiregat for the report.
        
        
        1.2.6
        -----
        
        * New lines in templates are now escaper rather than deleted. Thanks to Trey Smith for the report and the patch.
        * Improve how we find where to write compiled file. Thanks to sirex for the patch.
        
        
        1.2.5
        -----
        
        * Fix import error for cssmin and jsmin compressors. Thanks to Berker Peksag for the report.
        * Fix error with default template function. Thanks to David Charbonnier for the patch and report. 
        
        
        1.2.4
        -----
        
        * Fix encoding problem.
        * Improve storage documentation
        * Add mention of the IRC channel #django-pipeline in documentation
        
        
        1.2.3
        -----
        
        * Fix javascript mime type bug. Thanks to Chase Seibert for the report.
        
        
        1.2.2.1
        -------
        
        * License clarification. Thanks to Dmitry Nezhevenko for the report.
        
        
        1.2.2
        -----
        
        * Allow to disable javascript closure wrapper with ``PIPELINE_DISABLE_WRAPPER``.
        * Various improvements to documentation.
        * Slightly improve how we find where to write compiled file.
        * Simplify module hierarchy.
        * Allow templatetag to output mimetype to be able to use less.js and other javascript compilers.
        
        
        1.2.1
        -----
        
        * Fixing a bug in ``FinderStorage`` when using prefix in staticfiles. Thanks to Christian Hammond for the report and testing.
        * Make ``PIPELINE_ROOT`` defaults more sane. Thanks to Konstantinos Pachnis for the report.
        
        
        1.2.0
        -----
        
        * Dropped ``synccompress`` command in favor of staticfiles ``collecstatic`` command.
        * Added file versionning via staticfiles ``CachedStaticFilesStorage``.
        * Added a default js template language.
        * Dropped ``PIPELINE_AUTO`` settings in favor of simple ``PIPELINE``.
        * Renamed ``absolute_asset_paths`` to ``absolute_paths`` for brevity.
        * Made packages lazy to avoid doing unnecessary I/O. 
        * Dropped ``external_urls`` support for now.
        * Add cssmin compressor. Thanks to Steven Cummings.
        * Jsmin is no more bundle with pipeline.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
