quart 0.19.4-ok1 source package in openKylin

Changelog

quart (0.19.4-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 15:48:24 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
quart_0.19.4.orig.tar.xz 449.6 KiB 44a4dacd162b6f8c8c32bcf7e9598deef9c139f09d81a886010d5bb2e6a4b41a
quart_0.19.4-ok1.debian.tar.xz 5.0 KiB 03b256131cb3f413aa8cbbca6d8eac214a51ea3d6f2e18cb70a96c653269f546
quart_0.19.4-ok1.dsc 2.3 KiB 6971702b79be4f4b3f772c0b391cdeb0c0ff29526527ad90a3f9c88389f21486

Available diffs

View changes file

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