awesome-asyncio
github.com/eric-erki/awesome-asyncio ↗A curated list of awesome Python asyncio frameworks, libraries, software and resources
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me message queues resources from awesome-asyncio"
Installation instructions →What's inside
Message Queues
Database Drivers
Misc
Networking
Web Frameworks
- aiohttp
Http client/server for asyncio (PEP-3156).
- autobahn
WebSocket and WAMP supporting asyncio and Twisted, for clients and servers.
- cirrina
Opinionated asynchronous web framework based on aiohttp.
- FastAPI
A very high performance Python 3.6+ API framework based on type hints. Powered by Starlette and Pydantic.
- Japronto!
Experimental http toolkit built on top of uvloop and picohttpparser.
- Quart
An asyncio web microframework with the same API as Flask.
Testing
- aiomock
A python mock library that supports async methods.
- aioresponses
Helper for mock/fake web requests in Python aiohttp package.
- aresponses
Asyncio http mocking. Similar to the
- asynctest
Enhance the standard unittest package with features for testing. asyncio libraries
- pytest-asyncio
Pytest support for asyncio.
GraphQL
- Ariadne
Schema-first Python library for implementing GraphQL servers.
- Tartiflette
Schema-first Python 3.6+ GraphQL engine built on top of
Writings
- ASGI (Asynchronous Server Gateway Interface)
A spiritual successor to WSGI, intended to provide a standard interface between async-capable Python web servers, frameworks, and applications.
- Asynchronous Python
Introduction into asynchronous programming with Python.
- AsyncIO for the Working Python Developer
A gentle introduction to asynchronous programming from basic examples working up to URL fetching.
- Async Through the looking Glass
Nice writing about it's worth using asyncio or not for specific use-cases.
- First Principles Introduction to Asyncio
A no-buzzword first principles introduction to the internal workings of asyncio.
- Official asyncio documentation
Asynchronous I/O, event loop, coroutines and tasks.
Showing a sample of 66 resources. View the full list on GitHub →