Ross ROSS = Recommend OSS · open-source software intelligence for agents

python/asyncio

asyncio historical repository observed · 2026-08-28

github.com/python/asyncio · homepage · archived 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
python/asynciomain10

For agents

markdown · JSON · MCP: product_card(name="python/asyncio")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem