quart 0.19.5-1 source package in Ubuntu

Changelog

quart (0.19.5-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.19.5
  * Rebuild patch queue from patch-queu branch
    Dropped patch (fixed upstream):
    Fix-issues-with-the-latest-black-mypy-and-pytest.patch

 -- Carsten Schoenert <email address hidden>  Tue, 02 Apr 2024 22:05:20 +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.5-1.dsc 2.5 KiB a3b841e857f54989a2aa3e1857f3afa31181112f6c5cd2dfd80be59d7a3d867d
quart_0.19.5.orig.tar.xz 449.9 KiB 4daefff73ab26b1dfd45eabc60cafe33c8e2bf7d423d80a1c1d7776a79db6268
quart_0.19.5-1.debian.tar.xz 6.1 KiB ae43cc1c7dac79a7e46dd91724c3c687b4498204f164d12e20439b858bad3b9c

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