quart 0.19.6-1 source package in Ubuntu

Changelog

quart (0.19.6-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.19.6
  * d/control: Increase Standards-Version to 4.7.0
    No further modifications needed.
  * d/copyright: Update upstream data

 -- Carsten Schoenert <email address hidden>  Sun, 26 May 2024 07:24:39 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
quart_0.19.6-1.dsc 2.5 KiB 68559567e89835d06bf10d1f09088ef14eed8617b50d16e984b983ea1546fc61
quart_0.19.6.orig.tar.xz 583.1 KiB deffa9d4838fee538f960d1eebb4e95192115cb2e9ae2ff0b837de09841c8e60
quart_0.19.6-1.debian.tar.xz 6.2 KiB 77c5f5f83e98f562faf0a1771a293de3304c640aa83b57ec36d31daf4ed5ab0b

Available diffs

No changes file available.

Binary packages built by this source

python-quart-doc: Python ASGI web microframework with the same API as Flask (Documentation)

 Quart is a Python ASGI web microframework. It is intended to provide the
 easiest way to use asyncio functionality in a web context, especially
 with existing Flask apps. This is possible as the Quart API is a superset
 of the Flask API.
 .
 Quart aims to be a complete web microframework, as it supports HTTP/1.1,
 HTTP/2 and websockets. Quart is very extendable and has a number of
 known extensions and works with many of the Flask extensions.
 .
 Quart supports the full ASGI 3.0 specification as well as the websocket
 response and HTTP/2 server push extensions. For those of you familiar
 with Flask, Quart extends the Flask API by adding support for:
 .
  * HTTP/1.1 request streaming
  * Websockets
  * HTTP/2 server push
 .
 This package contains the documentation and examples.

python3-quart: Python ASGI web microframework with the same API as Flask

 Quart is a Python ASGI web microframework. It is intended to provide the
 easiest way to use asyncio functionality in a web context, especially
 with existing Flask apps. This is possible as the Quart API is a superset
 of the Flask API.
 .
 Quart aims to be a complete web microframework, as it supports HTTP/1.1,
 HTTP/2 and websockets. Quart is very extendable and has a number of
 known extensions and works with many of the Flask extensions.
 .
 Quart supports the full ASGI 3.0 specification as well as the websocket
 response and HTTP/2 server push extensions. For those of you familiar
 with Flask, Quart extends the Flask API by adding support for:
 .
  * HTTP/1.1 request streaming
  * Websockets
  * HTTP/2 server push