Skip to main content

Pipeline

Build Status Code Coverage Jazzband PYPI

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.

Installation

To install it, simply:

pip install django-pipeline

Documentation

For documentation, usage, and examples, see : https://django-pipeline.readthedocs.io

History

1.6.13

  • Fix forward-slashed paths on Windows. Thanks to @etiago

  • Fix CSS URL detector to match quotes correctly. Thanks to @vskh

  • Add a compiler_options dict to compile, to allow passing options to custom compilers. Thanks to @sassanh

  • Verify support for Django 1.11. Thanks to @jwhitlock

1.6.12

  • Supports Django 1.11

  • Fix a bug with os.rename on windows. Thanks to @wismill

  • Fix to view compile error if happens. Thanks to @brawaga

  • Add support for Pipeline CSS/JS packages in forms and widgets. Thanks to @chipx86

1.6.11

  • Fix performance regression. Thanks to Christian Hammond.

1.6.10

  • Added Django 1.10 compatiblity issues. Thanks to Austin Pua and Silvan Spross.

  • Documentation improvements. Thanks to Chris Streeter.

1.6.9

  • Various build improvements.

  • Improved setup.py classifiers. Thanks to Sobolev Nikita.

  • Documentation improvements. Thanks to Adam Chainz.

1.6.8

  • Made templatetags easier to subclass for special rendering behavior. Thanks to Christian Hammond.

  • Updated the link to readthedocs. Thanks to Corey Farwell.

  • Fixed some log messages to correctly refer to the new PIPELINE settings tructure. Thanks to Alvin Mites.

  • Changed file outdated checks to use os.path methods directly, avoiding potential SuspiciousFileOperation errors which could appear with some django storage configurations.

1.6.7

  • Add a view for collecting static files before serving them. This behaves like django’s built-in static view and allows running the collector for images, fonts, and other static files that do not need to be compiled. Thanks to Christian Hammond.

  • Update documentation for the ES6Compiler to clarify filename requirements. Thanks to Nathan Cox.

  • Add error output for compiler errors within the browser. This provides for a much better experience when compiling files from the devserver. Thanks to Christian Hammond.

  • Make unit tests run against Django 1.6 and 1.7. Thanks to Sławek Ehlert.

1.6.6

  • Fix filtering-out of files which require a finder to locate.

  • Allow compilers to override the output path.

  • Fix error reporting when a compiler fails to execute.

  • Fix IOErrors when running collectstatic with some nodejs-based compilers and compressors. Thanks to Frankie Dintino.

  • Fix compatibility of unit tests when running on Windows. Thanks to Frankie Dintino.

  • Add unit tests for compilers and compressors. Thanks to Frankie Dintino.

1.6.5

  • Fix Django < 1.8 compatibility. Thanks to David Trowbridge.

  • Allow to disable collector during development. Thanks to Leonardo Orozco.

1.6.4

  • Fix compressor subprocess calls.

1.6.3

  • Fix compressor command flattening.

1.6.2

  • Remove subprocess32 usage since it breaks universal support.

1.6.1

  • Fix path quoting issues. Thanks to Chad Miller.

  • Use subprocess32 package when possible.

  • Documentation fixes. Thanks to Sławek Ehlert and Jannis Leidel.

1.6.0

  • Add full support for Django 1.9.

  • Drop support for Django 1.7.

  • Drop support for Python 2.6.

  • BACKWARD INCOMPATIBLE : Change configuration settings.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-pipeline-1.6.13.tar.gz (58.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_pipeline-1.6.13-py2.py3-none-any.whl (38.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-pipeline-1.6.13.tar.gz.

File metadata

File hashes

Hashes for django-pipeline-1.6.13.tar.gz
Algorithm Hash digest
SHA256 81d8dd2db4c582bdfd0dc1df875c6b538c0a5ee233e954a52ae17f3ce904f604
MD5 f84fdc649c175938f666657427e66cc8
BLAKE2b-256 4af12cea630d2b71328a5060004c13499c883ebfed10ce909e699377042fdaa6

See more details on using hashes here.

File details

Details for the file django_pipeline-1.6.13-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_pipeline-1.6.13-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d67ac0fc2556e3c5b5080ee96f8e661bda9a1e4b46b8fffbef3fb5524b6ef11e
MD5 dd2b73a9dc9047d22f29ff573dbf6521
BLAKE2b-256 752f40ffad63135747fe02bea3bbe3a94b07e3d7290a70a7eb9d4de5d1dec245

See more details on using hashes here.

Release history Release notifications | RSS feed

4.1.0

2 files

4.0.0

2 files

3.1.0

2 files

3.0.0

2 files

2.1.0

2 files

2.0.9

2 files

2.0.8

2 files

2.0.7

2 files

2.0.6

2 files

2.0.5

2 files

2.0.4

2 files

2.0.2

2 files

1.7.0

2 files

1.6.14

2 files

This release

1.6.13 This release

2 files

1.6.12

2 files

1.6.11

2 files

1.6.10

2 files

1.6.9

2 files

1.6.8

2 files

1.6.7

2 files

1.6.6

2 files

1.6.5

2 files

1.6.4

2 files

1.6.3

2 files

1.6.2

2 files

1.6.1

3 files

1.6.0

2 files

1.5.4

2 files

1.5.3

2 files

1.5.2

2 files

1.5.1

2 files

1.5.0

2 files

1.4.7

2 files

1.4.6

2 files

1.4.5

2 files

1.4.4.1

2 files

1.4.4

2 files

1.4.3

2 files

1.4.2

2 files

1.4.1

2 files

1.4.0

2 files

1.3.27

2 files

1.3.26

2 files

1.3.25

2 files

1.3.24

2 files

1.3.23

2 files

1.3.22

2 files

1.3.21

2 files

1.3.20

2 files

1.3.19

2 files

1.3.18.1

2 files

1.3.18

2 files

1.3.17

2 files

1.3.16

2 files

1.3.15

1 file

1.3.14

1 file

1.3.13

1 file

1.3.12

1 file

1.3.11

1 file

1.3.10

1 file

1.3.9

1 file

1.3.8

1 file

1.3.6

1 file

1.3.5

1 file

1.3.4

1 file

1.3.3

1 file

1.3.2

1 file

1.3.1

1 file

1.3.0

1 file

1.2.24

1 file

1.2.23

1 file

1.2.22

1 file

1.2.21

1 file

1.2.20

1 file

1.2.19

1 file

1.2.18

1 file

1.2.17

1 file

1.2.16

1 file

1.2.15

1 file

1.2.14

1 file

1.2.13

1 file

1.2.12

1 file

1.2.11

1 file

1.2.10

1 file

1.2.9

1 file

1.2.8

1 file

1.2.7

1 file

1.2.6

1 file

1.2.5

1 file

1.2.4

1 file

1.2.3

1 file

1.2.2.1

1 file

1.2.2

1 file

1.2.1

1 file

1.2.0

1 file

1.1.27

1 file

1.1.26

1 file

1.1.25

1 file

1.1.24

1 file

1.1.23

1 file

1.1.22

1 file

1.1.21

1 file

1.1.20

1 file

1.1.19

1 file

1.1.18.1

1 file

1.1.18

1 file

1.1.17

1 file

1.1.16

1 file

1.1.15.2

1 file

1.1.15.1

1 file

1.1.15

1 file

1.1.14.1

1 file

1.1.14

1 file

1.1.13

1 file

1.1.12

1 file

1.1.11

1 file

1.1.10

1 file

1.1.9

1 file

1.1.8.1

1 file

1.1.8

1 file

1.1.7

1 file

1.1.6.2

1 file

1.1.6.1

1 file

1.1.6

1 file

1.1.5.2

1 file

1.1.5.1

1 file

1.1.5

1 file

1.1.4.2

1 file

1.1.4.1

1 file

1.1.4

1 file

1.1.3

1 file

1.1.2

1 file

1.1.1

1 file

1.1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page