--- id: asyncio version: "4.0.0" license: Apache-2.0 license_treatment: permissive maintenance: abandoned --- # asyncio — Deprecated backport of asyncio; use the stdlib package instead License: permissive · Maintenance: abandoned · Popularity: top 1,000 on PyPI ## Install pip install asyncio uv add asyncio poetry add asyncio ## Description # 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. [View on SkillFed](https://skillfed.io/packages/asyncio) · [View on PyPI](https://pypi.org/project/asyncio/)