Metadata-Version: 1.1
Name: django-pipedash
Version: 1.0.0
Summary: A simple offline asset pipeline for Django using a static files finder
Home-page: https://github.com/leonsmith/django-pipedash/
Author: Leon Smith
Author-email: _@leonmarksmith.com
License: BSD
Description: django-pipedash
        ===============
        
        .. image:: https://api.travis-ci.org/leonsmith/django-pipedash.svg
           :alt: Build Status
           :target: https://travis-ci.org/leonsmith/django-pipedash
        
        .. image:: https://coveralls.io/repos/leonsmith/django-pipedash/badge.png
           :target: https://coveralls.io/r/leonsmith/django-pipedash
           :alt: Coverage Status
        
        .. image:: https://readthedocs.org/projects/django-pipedash/badge/?version=latest
           :target: https://readthedocs.org/projects/django-pipedash/?badge=latest
           :alt: Documentation Status
        
        
        django-pipedash is a fork of django-pipeline with a simplified approach to
        how the assets are processed
        
        
        Check out the `documentation`__ for more complete examples.
        
        .. __: http://django-pipedash.readthedocs.org/en/latest/
        
        
        Quickstart
        ----------
        
        Install django-configurations:
        
        .. code-block:: console
        
            pip install django-pipedash
        
        .. code-block:: python
        
            INSTALLED_APPS = (
                ...
                'pipedash',
            )
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
