python-a2wsgi 1.7.0-2 source package in Ubuntu

Changelog

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

  * Source-only upload to allow migration to testing.

 -- Michael Fladischer <email address hidden>  Mon, 03 Jul 2023 13:31:53 +0000

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-a2wsgi_1.7.0-2.dsc 1.8 KiB 8b6bc0919d94af89bdd914f6ed41e4de1a677e5822914335f82583f739fcc1da
python-a2wsgi_1.7.0.orig.tar.gz 33.4 KiB 236273bdb6df179b741fb173ad5523f400ef116abc9e27a85c66d244c096de3a
python-a2wsgi_1.7.0-2.debian.tar.xz 2.1 KiB 855a20b9aea607dc7cc4468b22cfe426ac3fcdbfc67d10bcda98397ec1b010cc

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.