aiohttp-wsgi 0.8.2-3 source package in Ubuntu

Changelog

aiohttp-wsgi (0.8.2-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs.
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Michael Fladischer ]
  * Provide virtual package httpd-wsgi3.

  [ Stefano Rivera ]
  * Update Maintainer to Debian Python Team.

 -- Sandro Tosi <email address hidden>  Mon, 23 Aug 2021 00:15:21 -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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aiohttp-wsgi_0.8.2-3.dsc 2.1 KiB e397dd2d91aa405fcb5351c13cee3bc82d222a57fe0b24183ea6a02d82591da1
aiohttp-wsgi_0.8.2.orig.tar.gz 17.3 KiB 38b957206e82cfd8dced68c7767d907e258271de60b073d8de97979b2fe30659
aiohttp-wsgi_0.8.2-3.debian.tar.xz 4.7 KiB 5852c6c40dd621bbddfdebf9564a8db1203acf451b405ed1f01b84426b56750e

Available diffs

No changes file available.

Binary packages built by this source

aiohttp-wsgi-serve: run a WSGI application

 Run a WSGI application on top of asyncio event loop.
 This script uses Python aiohttp-wsgi module to run existing
 WSGI applications within the event loop without further changes.

python3-aiohttp-wsgi: WSGI adapter for aiohttp (Python 3)

 WSGI adapter for aiohttp.
 .
 Features:
  * Run WSGI applications (e.g. Django, Flask) on aiohttp.
  * Handle thousands of client connections, using asyncio.
  * Add websockets to your existing Python web app.