Awesome Asyncio
An Awesome list of Python asyncio libraries, frameworks, and resources for asynchronous I/O in Python 3.
About this tool
Awesome Asyncio
Website: https://github.com/timofurrer/awesome-asyncio#readme
Category: Themed Directories
Tags: awesome-lists, Python, async
Description
Awesome Asyncio is a curated directory of Python asyncio frameworks, libraries, software, and learning resources. It focuses on tools and materials for asynchronous I/O in Python 3, built around the asyncio standard library module introduced in Python 3.4.
Note: The repository is currently unmaintained and looking for a new maintainer.
Features
Scope and Focus
- Concentrates on Python’s
asyncioecosystem (coroutines, event loops, async I/O) - Highlights libraries for single-threaded concurrent code and multiplexed I/O
- Targets Python 3, especially post–3.4 releases
Library & Tool Categories
-
Web Frameworks
Libraries and frameworks for building asynchronous web applications using asyncio. -
Message Queues
Asyncio-compatible libraries for building applications that communicate via message queues. -
Database Drivers
Async drivers and client libraries for connecting to databases using asyncio. -
Networking
Libraries for network communication (clients, servers, and related networking tools) built on asyncio. -
GraphQL
Libraries for building GraphQL servers with asyncio support, including:libgraphqlparser
-
Testing
Libraries, tools, and helpers for testing asyncio-based applications. -
Alternative Loops
Alternative implementations of the asyncio event loop that can be used as drop-in replacements or enhancements. -
Miscellaneous
Other asyncio-related utilities and helpers, including references such as:pathlibrun()asyncio
Learning Resources
-
Writings
Documentation, blog posts, and other written material explaining asyncio concepts and best practices. -
Talks
Recorded talks and presentations about asyncio and the async ecosystem in Python.
Community & Contribution
- Public GitHub repository structure with standard community files:
CODE_OF_CONDUCT.mdCONTRIBUTING.md(guidelines for suggesting additions via Issues or Pull Requests)LICENSEREADME.mdas the main index of the curated list
- Open to community submissions of new asyncio-related libraries and resources.
Pricing
- Free, open-source curated list (no pricing or plans).
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)An awesome list dedicated to PyTorch, aggregating PyTorch libraries, tutorials, and learning resources as part of the awesome-lists ecosystem.
An awesome-style curated list of resources, libraries, and tools related to scikit-learn, organized as an "Awesome" directory for the scikit-learn ecosystem.
An Awesome list of libraries and resources for Adafruit’s CircuitPython, a Python variant for microcontrollers.
A curated list of libraries, resources, and examples for building analytical web applications with Plotly Dash in Python.
An Awesome-curated list of Django apps, starter projects, and learning resources for the Django web framework.
A curated collection of libraries, tools, and learning resources for building APIs with FastAPI in Python.