:orphan: .. title:: Quart-Trio documentation Quart-Trio is an extension for `Quart `_ to support the `Trio `_ event loop. This is an alternative to using the asyncio event loop present in the Python standard library and supported by default in Quart. Quart-Trio is developed on `GitHub `_. You are very welcome to open `issues `_ or propose `merge requests `_. .. note:: Quart-Trio is a Quart extension, therefore this documentation only mentions differences to Quart. Please consider the `Quart docs `_ for general usage information. Contents -------- .. toctree:: :maxdepth: 2 tutorials/index.rst how_to_guides/index.rst discussion/index.rst reference/index.rst