Python > Asyncio
Asynchronous I/O in Python 3.
Contents
Web Frameworks
A very high performance Python 3.6+ API framework based on type hints. Powered by Starlette and Pydantic.
A lightweight ASGI framework/toolkit for building high performance services.
Message Queues
Database Drivers
The Official MongoDB Python driver, offering both synchronous and asynchronous APIs.
is a lightweight asynchronous Python ORM based on SQLAlchemy core, with asyncpg dialect.
native multi-backend ORM with Django-like API and easy relations management.
Async database access for SQLAlchemy core, with support for PostgreSQL, MySQL, and SQLite.
An auto-generated, fully type safe ORM powered by Pydantic and tailored specifically for your schema - supports SQLite, PostgreSQL, MySQL, MongoDB, MariaDB and more.
Networking
Testing
Alternative Loops
Misc
CSP-style concurrency with channels, select and multiprocessing on top of asyncio.
A run() function that handles all the usual boilerplate for startup and graceful shutdown.