{"library":"aioquic","type":"library","category":null,"description":"aioquic is a pure-Python library for the QUIC network protocol and HTTP/3, featuring a minimal TLS 1.3 implementation. It follows a 'bring your own I/O' (sans-I/O) design, making it suitable for embedding in various frameworks. As of version 1.3.0, it supports QUIC v1 (RFC 9000), QUIC v2 (RFC 9369), and HTTP/3 (RFC 9114). The library is actively maintained with frequent updates and is regularly tested for interoperability against other QUIC implementations.","language":"python","status":"active","version":"1.3.0","tags":["async","quic","http/3","networking","tls"],"last_verified":"Wed May 20","install":[{"cmd":"pip install aioquic","imports":["from aioquic.asyncio import QuicConnectionProtocol","from aioquic.asyncio import connect","from aioquic.asyncio import serve","from aioquic.quic.configuration import QuicConfiguration","from aioquic.h3.connection import H3_ALPN","from aioquic.h3.connection import H3Connection","from aioquic.h3.events import HeadersReceived","from aioquic.h3.events import DataReceived"]}],"homepage":"https://aioquic.readthedocs.io","github":"https://github.com/aiortc/aioquic","docs":"https://aioquic.readthedocs.io/","changelog":"https://aioquic.readthedocs.io/en/stable/changelog.html","pypi":"https://pypi.org/project/aioquic/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":90,"avg_install_s":3.2,"avg_import_s":0.85,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/aioquic/compatibility"}}