python-a2wsgi 1.10.6-2 source package in Ubuntu

Changelog

python-a2wsgi (1.10.6-2) unstable; urgency=medium

  * Team upload.
  * debian/control: Drop useless build-dependency on python3-pdm-pep517.

 -- Boyuan Yang <email address hidden>  Thu, 18 Jul 2024 13:21:27 -0400

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-a2wsgi_1.10.6-2.dsc 2.2 KiB 0426ba0a94a617acac4ce1216a45e6e460facc0d2659eca8e4e63fee9753d64e
python-a2wsgi_1.10.6.orig.tar.gz 29.2 KiB e541f9ebe98a514ad37d064ff213c07218227287da59e8b038217ec55a3b5422
python-a2wsgi_1.10.6-2.debian.tar.xz 2.6 KiB 209d02d3caf1f4688aa8a8101bfab46b03a46d6f8a782d9e44e6a6b802632003

Available diffs

No changes file available.

Binary packages built by this source

python3-a2wsgi: Convert between ASGI and WSGI apps (Python3 version)

 Convert WSGI app to ASGI app or ASGI app to WSGI app in pure Python with no
 dependencies outside the standard library.
 .
 Compared with other converters, the advantage is that a2wsgi will not
 accumulate the requested content or response content in the memory, so you
 don't have to worry about the memory limit. This problem exists in converters
 implemented by uvicorn/startlette or hypercorn.
 .
 This package contains the Python 3 version of the library.