Join Python Team

2023-03-01 Thread Vasyl Gello
Dear colleagues,

I'd like to join Python Team on Debian Salsa to continue my ongoing 
contribution to NeuroDebian Project.

-- 
Vasyl Gello
==
Certified SolidWorks Expert

Mob.:+380 (98) 465 66 77

E-Mail: vasek.ge...@gmail.com
==
호랑이는 죽어서 가죽을 남기고 사람은 죽어서 이름을 남긴다

Bug#1032191: ITP: django-compression-middleware -- Django middleware to compress responses using several algorithms

2023-03-01 Thread Edward Betts
Package: wnpp
Severity: wishlist
Owner: Edward Betts 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-python@lists.debian.org

* Package name: django-compression-middleware
  Version : 0.4.2
  Upstream Author : Friedel Wolff 
* URL : 
https://github.com/friedelwolff/django-compression-middleware
* License : MPL-2.0
  Programming Lang: Python
  Description : 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.

I plan to maintain this package as part of the Python team.