python-uvicorn 0.27.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 0.27.0

 -- Michael Fladischer <email address hidden>  Fri, 26 Jan 2024 10:36:18 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uvicorn_0.27.0-1.dsc 2.3 KiB 00f013a8109d444b05b0e81dcdaca90e14f934436c60b95b64aed1586624b73b
python-uvicorn_0.27.0.orig.tar.gz 701.5 KiB 52c3a856887ed57c0b9e322d80c6a1b793ee13ecfc1c4b83aaba7a0640508302
python-uvicorn_0.27.0-1.debian.tar.xz 6.9 KiB a534c7513679d7e68c4ba34bdb989bb40e61856f648511821fa83ab3b317e564

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.