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 83 84
|
Source: hypercorn
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andrej Shadura <andrewsh@debian.org>,
Michael Fladischer <fladi@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
help2man,
pybuild-plugin-pyproject,
python3-all,
python3-h11 (>= 0.11.0),
python3-h2 (>= 3.1.0),
python3-httpx,
python3-hypothesis,
python3-poetry-core,
python3-priority,
python3-pytest,
python3-pytest-asyncio,
python3-pytest-cov,
python3-pytest-trio,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-sphinxcontrib-mermaid,
# python3-pytest-trio,
python3-trio (>= 0.11.0),
python3-typing-extensions,
python3-uvloop,
python3-wsproto (>= 0.14.0),
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/pgjones/hypercorn
Vcs-Browser: https://salsa.debian.org/python-team/packages/hypercorn
Vcs-Git: https://salsa.debian.org/python-team/packages/hypercorn.git
Rules-Requires-Root: no
Package: python-hypercorn-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: ASGI Server based on Hyper (Documentation)
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.
.
This package contains the documentation.
Package: python3-hypercorn
Architecture: all
Depends:
python3-typing-extensions,
${misc:Depends},
${python3:Depends},
Suggests:
python3-aioquic,
python3-trio (>= 0.11.0),
python3-uvloop,
Description: ASGI Server based on Hyper (Python3 version)
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.
.
This package contains the Python 3 version of the library.
|