# aiortc/aioquic

QUIC and HTTP/3 implementation in Python

Repository: https://github.com/aiortc/aioquic
Canonical: https://ross.abutalabs.com/products/aioquic
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: python, quic, asyncio, network, tls, http3
Last push: 2025-10-11T10:14:57+00:00

## Health v2 (maintenance only)
Score: 53/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 46, release rhythm 35, longevity 100
- inputs: {"age_days": 2767, "days_push": 326, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2001, forks 297 (observed 2026-08-28T04:06:04.331676+00:00)

## What it is
aioquic is a Python library implementing the QUIC network protocol (RFC 9000/9369) with a minimal TLS 1.3 implementation and an HTTP/3 stack (RFC 9114). It is designed to be embedded into Python client and server libraries, using a 'bring your own I/O' pattern compatible with asyncio and other concurrency models.

## Use cases
- implement a QUIC client or server in Python
- add HTTP/3 support to a Python web framework
- build a proxy or tool that speaks QUIC like mitmproxy
- test QUIC interoperability in research
- bootstrap WebSockets over HTTP/3 (RFC 9220)
- log QUIC events in QLOG format for analysis

## When to choose
- you need QUIC or HTTP/3 protocol support in a Python project
- you want a reusable QUIC codebase to embed in client/server libraries
- you need fine control over I/O and concurrency models
- you need TLS 1.3, connection migration, datagrams, or version negotiation

## When to avoid
- you just need a high-level HTTP client without QUIC
- you need a full-featured TLS implementation beyond the minimal TLS 1.3 subset
- your project is not in Python

## Facets
- artifact type: library
- maturity: active
- function: http-client, http-server, networking, cryptography, websocket
- domain: networking, web-development, developer-tools, security
- platform: python, cross-platform, windows
- tags: quic, http3, tls1.3, asyncio, rfc9000, rfc9114, linux, macos

## Member repositories
- aiortc/aioquic (main) score 53

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:04.331676+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:02:00.883048+00:00, confidence not recorded.
  - readme: https://github.com/aiortc/aioquic (fetched 2026-08-28T04:06:04.331676+00:00, sha b940092e2a8a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
