Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.11 KB

index.rst

File metadata and controls

39 lines (27 loc) · 1.11 KB

aioquic

pypi-v pypi-pyversions pypi-l tests codecov

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 :mod:`asyncio`, Python's standard asynchronous I/O framework.
.. toctree::
   :maxdepth: 2

   design
   quic
   h3
   asyncio
   license