django-compression-middleware 0.5.0-1 source package in Ubuntu

Changelog

django-compression-middleware (0.5.0-1) unstable; urgency=medium

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Tue, 24 Oct 2023 11:20:17 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-compression-middleware_0.5.0-1.dsc 2.4 KiB 0986fad6406ea9b10bb1df39aadf538f962ee70c0a3c789ee46286342cc52ac0
django-compression-middleware_0.5.0.orig.tar.gz 19.5 KiB 5fcb448f915fc4629f2201750a56c1548637549232f39a16217fe57b16866a83
django-compression-middleware_0.5.0-1.debian.tar.xz 2.1 KiB 8e720ff37822ee62fc2df3953cb80242d53607f5cbeed6ee7b799bf2e52797d5

No changes file available.

Binary packages built by this source

python3-django-compression-middleware: Django middleware to compress responses using several algorithms

 This middleware implements compressed content encoding for HTTP. It is similar
 to Django's GZipMiddleware, but additionally supports other compression
 methods. It is meant to be a drop-in replacement for Django's GZipMiddleware.
 .
 The middleware is focussed on the task of compressing typical Django responses
 such as HTML, JSON, etc. Both normal (bulk) and streaming responses are
 supported. For static file compression, have a look at other projects such as
 WhiteNoise.
 .
 Zstandard is a new method for compression with little client support so far.
 Most browsers now support Brotli compression. The middleware will choose the
 best compression method supported by the client as indicated in the request's
 Accept-Encoding header.