Source: aioquic
Standards-Version: 4.7.4
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Scott Kitterman <scott@kitterman.com>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 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 <!nodoc>,
 python3-sphinx-autodoc-typehints <!nodoc>,
 python3-sphinxcontrib-asyncio <!nodoc>,
 python3-sphinxcontrib.trio <!nodoc>,
Vcs-Browser: https://salsa.debian.org/python-team/packages/aioquic
Vcs-Git: https://salsa.debian.org/python-team/packages/aioquic.git
Homepage: https://github.com/aiortc/aioquic

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
Architecture: all
Multi-Arch: foreign
Section: doc
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.
