aioquic

License Version Python versions Tests Coverage

aioquic is a library for the QUIC network protocol in Python. It features several APIs:

  • a QUIC API following the “bring your own I/O” pattern, suitable for embedding in any framework,

  • an HTTP/3 API which also follows the “bring your own I/O” pattern,

  • a QUIC convenience API built on top of asyncio, Python’s standard asynchronous I/O framework.