asyncutils 0.9.7: makes async straightforward and enjoyable

asyncutils 0.9.7: makes async straightforward and enjoyable#

PyPI package name: asyncutils

asyncutils is a Python library which, as the name suggests, contains helpful routines and types for asynchronous programming applications, organized under various submodules. It offers a simple and intuitive API and a colorful command line interface, and bundles a Makefile such that development is less dry and more smooth-sailing.

This is partly also to compensate for the lack of a setup.py after adaptation of the standardized pyproject.toml; see PEP 621 and the guide for more.

Note

This project is being actively developed and maintained. It currently only supports CPython 3.12 or above.

Changed in version 0.9.3: Added the documentation downloads to the links section in the sidebar.

Changed in version 0.9.3: Copied more pages from the root to the sidebar for easier navigation.

Changed in version 0.9.2: Started releasing documentation in PDF and zipped HTML formats.

Removed in version 0.9.0: 0.8.x versions reached end-of-life.

Changed in version 0.8.18: Completed the backport of the project to Python 3.12 and Python 3.13.

Note

The format of this page was inspired by pytest.