• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

django_pipeline.egg-info/H03-May-2022-192145

docs/H22-Jan-2018-1,9641,193

pipeline/H22-Jan-2018-2,1851,637

tests/H03-May-2022-1,7941,435

AUTHORSH A D14-Jan-20184.8 KiB121118

CONTRIBUTING.rstH A D01-Mar-20161 KiB2015

HISTORY.rstH A D22-Jan-20183.1 KiB11987

LICENSEH A D22-Jan-20181.1 KiB2017

MANIFEST.inH A D14-Jan-2018456 1211

PKG-INFOH A D22-Jan-20186.8 KiB192145

README.rstH A D14-Jan-20181,015 3825

setup.cfgH A D22-Jan-2018117 128

setup.pyH A D22-Jan-20181.8 KiB4945

README.rst

1Pipeline
2========
3
4.. image:: https://travis-ci.org/jazzband/django-pipeline.svg?branch=master
5    :alt: Build Status
6    :target: http://travis-ci.org/jazzband/django-pipeline
7
8.. image:: https://coveralls.io/repos/github/jazzband/django-pipeline/badge.svg?branch=master
9    :alt: Code Coverage
10    :target: https://coveralls.io/github/jazzband/django-pipeline?branch=master
11
12.. image:: https://jazzband.co/static/img/badge.svg
13    :alt: Jazzband
14    :target: https://jazzband.co/
15
16.. image:: https://badge.fury.io/py/django-pipeline.svg
17    :alt: PYPI
18    :target: https://badge.fury.io/py/django-pipeline
19
20Pipeline is an asset packaging library for Django, providing both CSS and
21JavaScript concatenation and compression, built-in JavaScript template support,
22and optional data-URI image and font embedding.
23
24
25Installation
26------------
27
28To install it, simply: ::
29
30    pip install django-pipeline
31
32
33Documentation
34-------------
35
36For documentation, usage, and examples, see :
37https://django-pipeline.readthedocs.io
38