skillfed

asyncio

Deprecated backport of asyncio; use the stdlib package instead

asyncio Permissive license Apache-2.0 Abandoned 1,080 v4.0.0 released

Install

asyncio on PyPI

pip

pip install asyncio

uv

uv add asyncio

poetry

poetry add asyncio

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.4)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance abandoned — 373 days since the last release
Last repo commit (repository archived)
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: asyncio-4.0.0-py3-none-any.whl

Programming Language :: Python :: 3Topic :: Software Development :: Libraries

About asyncio

from the package's own PyPI description — quoted content, verbatim

asyncio (obsolete backport)

This package once provided a backport of the asyncio module for Python versions prior to 3.4. The asyncio module has shipped with the Python standard library since Python 3.4 and this separate distribution is no longer needed.

Do not install this package. Use the implementation that comes with Python instead:

https://docs.python.org/3/library/asyncio.html

This release contains no code and exists only to prevent accidental installation of outdated backports.

Read as markdown · JSON record · Source repository

Similar packages