python-a2wsgi 1.10.7-1 source package in Ubuntu

Changelog

python-a2wsgi (1.10.7-1) unstable; urgency=low

  * New upstream version 1.10.7

 -- Michael Fladischer <email address hidden>  Thu, 01 Aug 2024 07:26:52 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low 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.7-1.dsc 1.9 KiB 4742ecd6d218c9019a384ce0260a5d952e89c64f9c1804511f3074e21ba57b50
python-a2wsgi_1.10.7.orig.tar.gz 29.2 KiB 6cebe9ea6f05f06fbe09637a8a074ffe59c63b6a0d8d2153b1fd93531896ba50
python-a2wsgi_1.10.7-1.debian.tar.xz 2.6 KiB ab360b5bf4ee6d431c7ea5b2948193d54e8bb4563701651947fad475bfee9ae4

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.