async-extensions
Asynchronous extensions.
What it is and what it does
async-extensions is a utility library that extends anyio to streamline asynchronous programming in Python. It provides additional abstractions and helpers to reduce boilerplate when writing async code that needs to work across different async backends. The package depends on a small set of runtime libraries including attrs, anyio, sniffio, typing-extensions, and several internal utilities (solus, funcs, wraps, named, typing-aliases) that support its functionality.
The package is marked production-stable and supports Python 3.8 through 3.12. However, maintenance is dormant—the last release was 843 days ago and there have been no recent commits. While the repository remains unarchived and carries no known security vulnerabilities, the lack of active development means bug fixes or feature additions are unlikely without community contribution.
Use it for:
- Build async applications that need to support multiple event loop backends without rewriting code for each one.
- Reduce boilerplate when writing async utilities and helpers on top of anyio's abstractions.
- Integrate async-extensions into existing anyio-based projects to access additional async patterns or utilities.
- Develop backend-agnostic async libraries that depend on a stable, typed async foundation.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides utilities and abstractions built on anyio to simplify backend-agnostic asynchronous programming in Python.
Yes, if you are already using anyio and need additional async utilities. The package is stable, has no known vulnerabilities, and installs easily. However, be aware that maintenance is dormant—no updates or bug fixes are expected unless you or the community contribute. Install it only if its specific utilities solve a real problem in your codebase; otherwise, consider whether anyio alone meets your needs.
Install
async-extensions on PyPI
pip
pip install async-extensionsuv
uv add async-extensionspoetry
poetry add async-extensionsInstalling async-extensions
Before you install
Low install friction with a pure-Python wheel. Maintenance is dormant—last release was 843 days ago and the repository shows minimal recent activity, though it remains unarchived and marked production-stable.
License in practice
MIT license is permissive; you may use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.
Quickstart
pip install async-extensions
import async_extensions
# Use async-extensions utilities built on anyio for backend-agnostic async code
Requires Python 3.8 or above.
Verify before relying
- What specific async utilities or abstractions does the package provide beyond anyio's core API.
- Whether the dormant maintenance status indicates the package is feature-complete or at risk of bitrot.
- Real-world use cases or adoption patterns beyond the generic 'async extensions' framing.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 9 — attrs, anyio, solus, funcs, wraps, named, sniffio, typing-aliases, typing-extensions |
| Maintenance | dormant — 843 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 78,787/month — #14,408 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: async_extensions-4.0.0-py3-none-any.whl
Keywords: python, async, extensions
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
anyioAnyIO provides a unified asynchronous API that…
permissive · top 100 on PyPI
asyncerAsyncer provides utility functions for working…
permissive · top 5,000 on PyPI
factorio-rcon-pyA Python client library for connecting to and…
copyleft · top 15,000 on PyPI
sqlite-anyioProvides an asynchronous client for SQLite that…
permissive · top 15,000 on PyPI
typing-aliasesProvides a collection of type aliases for…
permissive · top 15,000 on PyPI
flake8-asyncA flake8 plugin that detects async-related…
permissive · top 15,000 on PyPI
namedProvides utilities to inspect and work with…
permissive · top 15,000 on PyPI
python-socksProvides SOCKS4(a), SOCKS5(h), and HTTP CONNECT…
permissive · top 5,000 on PyPI
aiotoolsaiotools provides idiomatic asyncio utilities…
permissive · top 15,000 on PyPI
anysqliteAnysqlite wraps SQLite with an async/await…
unclear · top 5,000 on PyPI