asgi-lifespan 2.1.0-1 source package in Ubuntu

Changelog

asgi-lifespan (2.1.0-1) unstable; urgency=medium

  * Initial release. (Closes: #1042549)

 -- Edward Betts <edward@4angle.com>  Sun, 30 Jul 2023 08:51:10 +0100

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
asgi-lifespan_2.1.0-1.dsc 2.6 KiB 9e31d827d97ea76732b42f632cedd17f3ced1fce5b1d7faeb90e4baec4ad326c
asgi-lifespan_2.1.0.orig.tar.gz 10.4 KiB a3d5ff24bee154a7abd23549ba95c4e3c93a678d3f15ded38b65e1f4056c7730
asgi-lifespan_2.1.0-1.debian.tar.xz 2.3 KiB 088085027c5e76ed8819cf6321f9a8c64b85a89e6e2deba150a7e37fdc6c4d2e

No changes file available.

Binary packages built by this source

python3-asgi-lifespan: Programmatic startup/shutdown of ASGI apps

 Programmatically send startup/shutdown lifespan events into ASGI applications.
 When used in combination with an ASGI-capable HTTP client such as HTTPX, this
 allows mocking or testing ASGI applications without having to spin up an ASGI
 server.