python/asyncio
asyncio historical repository observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4163
- days_rel: n/a
- days_push: 1953
- n_releases_24m: 0
Adoption not part of the score
1080 stars · 179 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The historical development repository for asyncio, Python's standard library for writing concurrent code with async/await syntax. Development has moved into CPython, so this repo is closed and the library now ships with Python 3.
Use cases
- run coroutines concurrently in python
- write high-performance async network servers
- manage subprocesses asynchronously
- build async task queues
- handle io-bound concurrent workloads with async await
When to choose
- you need async/await concurrency in Python 3 via the standard library
- you are building io-bound network services or async frameworks on Python
When to avoid
- you expect to install or contribute to this repository - it is closed and merged into CPython
- you need asyncio on Python 2 - the PyPI backport is deprecated
- cpu-bound parallelism is your goal - use multiprocessing instead
Facets
library · maturity abandoned
concurrency networking http-server websocket scheduling developer-tools networking backend microservices python cross-platform async-await event-loop stdlib historical-repository io-bound
4 sources
- readme: https://github.com/python/asyncio · fetched 2026-08-28 · 439bc8228bcc
- homepage: https://docs.python.org/3/library/asyncio.html · fetched 2026-08-29 · 7982344e0f7f
- site_page: https://docs.python.org/3/index.html · fetched 2026-08-29 · 3d78a81c240e
- registry_pypi: https://pypi.org/pypi/asyncio/json · fetched 2026-08-29 · da70d4513ec0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| python/asyncio | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem