aiohttp-wsgi 0.8.2-2 source package in Ubuntu

Changelog

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

  * Upload to unstable.
  * d/control:
    - Maintain the package under DPMT.
    - Remove X-Python3-Version.
    - Update Vcs-* tags to DPMT.
    - Update Standards-Version to 4.4.0, no changes needed.

 -- William Grzybowski <email address hidden>  Mon, 02 Sep 2019 15:17:36 -0300

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aiohttp-wsgi_0.8.2-2.dsc 2.1 KiB 90bc669b2f4a9626016826cab5ee70d86f3dbc8b27edad699ba37b15e04965b9
aiohttp-wsgi_0.8.2.orig.tar.gz 17.3 KiB 38b957206e82cfd8dced68c7767d907e258271de60b073d8de97979b2fe30659
aiohttp-wsgi_0.8.2-2.debian.tar.xz 4.5 KiB a7a2bdf050838205d37d529fa4742f763d4ffdd0e415738ef18036634ab028d6

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.