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
|
Source: aioquic
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends: debhelper-compat (= 13),
libssl-dev,
pybuild-plugin-pyproject, python3-setuptools,
python3-all-dev,
python3-cryptography (>= 42.0.0),
python3-openssl,
python3-pylsqpack,
python3-service-identity (>=24.1.0),
python3-sphinx,
python3-sphinx-autodoc-typehints,
python3-sphinxcontrib-asyncio,
python3-sphinxcontrib.trio,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/aioquic.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/aioquic
Homepage: https://github.com/aiortc/aioquic
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Package: python3-aioquic
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Suggests: python-aioquic-doc
Description: Python implementation of QUIC and HTTP/3
Library for the QUIC network protocol in Python. It features
a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack.
.
QUIC was standardised in `RFC 9000`_ and HTTP/3 in `RFC 9114`_.
``aioquic`` is regularly tested for interoperability against other
`QUIC implementations`_.
.
Features
--------
- QUIC stack conforming with `RFC 9000`_
- HTTP/3 stack conforming with `RFC 9114`_
- minimal TLS 1.3 implementation conforming with `RFC 8446`_
- IPv4 and IPv6 support
- connection migration and NAT rebinding
- logging TLS traffic secrets
- logging QUIC events in QLOG format
- HTTP/3 server push support
Package: python-aioquic-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: documentation for the aioquic Python library
python3-aioquic is a library for the QUIC network protocol in Python.
It features a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3
stack.
.
This package provides documentation for the python3-aioquic library.
|