python-a2wsgi 1.10.2-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.10.2

 -- Michael Fladischer <email address hidden>  Fri, 23 Feb 2024 10:44:48 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-a2wsgi_1.10.2-1.dsc 1.8 KiB b5c2b00d8392dbbc4678a508d43e56cc62e8bc64241ca60da865cd4a9a7ee502
python-a2wsgi_1.10.2.orig.tar.gz 27.8 KiB 8b3888b09e0b1c4e32fd56507ac78e38598fc18eecd2c7e7e8be83a2ca064534
python-a2wsgi_1.10.2-1.debian.tar.xz 2.3 KiB 18962df87721556676e2e003072db41482dc951dee7c3997c69650a629feeb4e

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.