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
|
Source: hypercorn
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-sequence-python3,
python3-all (>= 3.7),
python3-setuptools,
python3-h11 (>= 0.11.0),
python3-h2 (>= 3.1.0),
python3-priority,
python3-toml,
python3-typing-extensions,
python3-all-dev (>= 3.8.2-3) | python3-mock,
python3-hypothesis,
python3-pytest,
python3-pytest-asyncio,
python3-pytest-cov,
# python3-pytest-trio,
python3-trio (>= 0.11.0),
python3-uvloop,
python3-wsproto (>= 0.14.0)
X-Python3-Version: >= 3.7
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.0
Homepage: https://gitlab.com/pgjones/hypercorn
Vcs-Browser: https://salsa.debian.org/python-team/packages/hypercorn
Vcs-Git: https://salsa.debian.org/python-team/packages/hypercorn.git
Package: python3-hypercorn
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-typing-extensions,
Suggests:
python3-trio (>= 0.11.0),
python3-uvloop
Description: ASGI Server based on Hyper libraries and inspired by Gunicorn
Hypercorn is an ASGI web server based on the sans-io hyper, h11, h2,
and wsproto libraries and inspired by Gunicorn. Hypercorn supports
HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3
specifications. Hypercorn can utilise asyncio, uvloop, or trio worker
types.
.
Hypercorn can optionally serve the current draft of the HTTP/3
specification using the aioquic library.
.
Hypercorn was initially part of Quart before being separated out into
a standalone ASGI server. Hypercorn forked from version 0.5.0 of Quart.
|