python-uvicorn 0.29.0-1 source package in Ubuntu

Changelog

python-uvicorn (0.29.0-1) unstable; urgency=low

  * New upstream version 0.29.0

 -- Michael Fladischer <email address hidden>  Wed, 27 Mar 2024 16:34:10 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uvicorn_0.29.0-1.dsc 2.3 KiB a1e6f846fdf1d798ac6909e17f29ba20b796a494bab6619aaac071b5c9a35025
python-uvicorn_0.29.0.orig.tar.gz 702.3 KiB b12a6866e7bc70fb89bd54c2d1a6b0382183657e369deed3a2d0535c280e46c9
python-uvicorn_0.29.0-1.debian.tar.xz 8.1 KiB e7577b29d6e38a87794ba5d8c1e556a9b0014ceb152b5f1e80887090866b57ae

Available diffs

No changes file available.

Binary packages built by this source

python-uvicorn-doc: ASGI server implementation, using uvloop and httptools (Documentation)

 Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently
 supports HTTP/1.1 and WebSockets.
 .
 Uvicorn is designed with particular attention to connection and resource
 management, in order to provide a robust server implementation. It aims to
 ensure graceful behavior to either server or client errors, and resilience to
 poor client behavior or denial of service attacks.
 .
 This package contains the documentation.

python3-uvicorn: ASGI server implementation, using uvloop and httptools (Python3 version)

 Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently
 supports HTTP/1.1 and WebSockets.
 .
 Uvicorn is designed with particular attention to connection and resource
 management, in order to provide a robust server implementation. It aims to
 ensure graceful behavior to either server or client errors, and resilience to
 poor client behavior or denial of service attacks.
 .
 This package contains the Python 3 version of the library.

uvicorn: ASGI server implementation, using uvloop and httptools

 Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently
 supports HTTP/1.1 and WebSockets.
 .
 Uvicorn is designed with particular attention to connection and resource
 management, in order to provide a robust server implementation. It aims to
 ensure graceful behavior to either server or client errors, and resilience to
 poor client behavior or denial of service attacks.
 .
 This package contains the CLI script.