aioquic 0.9.21-2 source package in Ubuntu

Changelog

aioquic (0.9.21-2) unstable; urgency=medium

  * Source only upload

 -- Scott Kitterman <email address hidden>  Fri, 28 Jul 2023 17:41:06 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
aioquic_0.9.21-2.dsc 2.2 KiB e440c4f1cee52d99ba85595ef36755d696b31bad41da7f0e497fea02e6cc4705
aioquic_0.9.21.orig.tar.gz 149.8 KiB 79c7ec06318e785627665ca4e8723adf347b7225b7d006e332d2575a1f516ef5
aioquic_0.9.21-2.debian.tar.xz 3.4 KiB 063dbcb2f015c42240e3a87b97096d7934fc612c7d775340c565adbf47f15e87

Available diffs

No changes file available.

Binary packages built by this source

python-aioquic-doc: 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.

python3-aioquic: 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

python3-aioquic-dbgsym: debug symbols for python3-aioquic