Awesome asyncio is a curated list of Python asyncio frameworks, libraries, software and resources.
The project addresses the challenge of discovering quality tools and packages for asyncio development. As the asyncio module became increasingly popular in the Python community following its introduction to the standard library, the ecosystem grew rapidly and became difficult to navigate. The list organizes resources across multiple categories including web frameworks, message queues, database drivers, networking, GraphQL, testing, alternative event loops, and related writings and talks, making it easier for developers to find relevant tools for their specific use cases.
Developers should use this list when exploring the asyncio ecosystem or evaluating options for new projects. It works best for those building concurrent applications with Python who want a starting point for discovering established frameworks and libraries rather than searching through scattered documentation. The list includes well-known options like FastAPI, Starlette, aiohttp, and Quart alongside less mainstream alternatives, providing breadth across different application types.
The project is currently seeking new maintainers and is no longer actively maintained by its original author.