# python/asyncio

asyncio historical repository

Repository: https://github.com/python/asyncio
Canonical: https://ross.abutalabs.com/products/asyncio
Homepage: https://docs.python.org/3/library/asyncio.html
License Family: other
Topics: python-3, async-await, high-performance, networking, asyncio, python, concurrency
Archived: true
Last push: 2021-04-28T17:37:52+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4163, "days_push": 1953, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1080, forks 179 (observed 2026-08-28T04:03:30.601115+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: concurrency, networking, http-server, websocket, scheduling
- domain: developer-tools, networking, backend, microservices
- platform: python, cross-platform
- tags: async-await, event-loop, stdlib, historical-repository, io-bound

## Member repositories
- python/asyncio (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:30.601115+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:53:00.450524+00:00, confidence not recorded.
  - readme: https://github.com/python/asyncio (fetched 2026-08-28T04:03:30.601115+00:00, sha 439bc8228bcc)
  - homepage: https://docs.python.org/3/library/asyncio.html (fetched 2026-08-29T12:54:12.013156+00:00, sha 7982344e0f7f)
  - site_page: https://docs.python.org/3/index.html (fetched 2026-08-29T12:54:12.022356+00:00, sha 3d78a81c240e)
  - registry_pypi: https://pypi.org/pypi/asyncio/json (fetched 2026-08-29T12:54:12.024067+00:00, sha da70d4513ec0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
