asgi-lifespan 2.1.0-2 source package in Ubuntu

Changelog

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

  * Source-only upload to allow package to migrate to testing.

 -- Edward Betts <edward@4angle.com>  Sun, 20 Aug 2023 13:19:02 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asgi-lifespan_2.1.0-2.dsc 2.6 KiB 2dabb269c25876a78ed2b7d247be4132ed20c0595ec9502d1859cdd8fb6592ef
asgi-lifespan_2.1.0.orig.tar.gz 10.4 KiB a3d5ff24bee154a7abd23549ba95c4e3c93a678d3f15ded38b65e1f4056c7730
asgi-lifespan_2.1.0-2.debian.tar.xz 2.4 KiB 9ee27ede9f2a9875ea93393e5906fb354e7daec082e9a78ebbc4760529c9be0c

Available diffs

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.