1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: quart
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andrej Shadura <andrewsh@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-aiofiles,
python3-all (>= 3.7),
python3-blinker,
python3-click,
python3-dotenv,
python3-hypercorn (>= 0.7.0),
python3-hypothesis,
python3-itsdangerous,
python3-jinja2,
python3-pytest,
python3-pytest-cov,
python3-pytest-asyncio,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-toml,
python3-werkzeug (>= 1.0.0)
Standards-Version: 4.5.0
X-Python3-Version: >= 3.7
Testsuite: autopkgtest-pkg-python
Homepage: https://gitlab.com/pgjones/quart
Vcs-Browser: https://salsa.debian.org/python-team/packages/quart
Vcs-Git: https://salsa.debian.org/python-team/packages/quart.git
Package: python3-quart
Architecture: all
Depends:
${misc:Depends},
${python3:Depends}
Description: 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
Package: python-quart-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: 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.
|