asyncutils: 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 that abstracts away headaches stemming from Python’s async quirks, and a colorful command line interface.

Contents

Note

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

Note

The format of this page was inspired by pytest.