The missing async toolbox
Project description
The asyncstdlib library re-implements functions and classes of the Python standard library to make them compatible with async callables, iterables and context managers. It is fully agnostic to async event loops and seamlessly works with asyncio, third-party libraries such as trio, as well as any custom async event loop.
Full set of async versions of advantageous standard library helpers, such as zip, map, enumerate, functools.reduce, itertools.tee, itertools.groupby and many others.
Safe handling of async iterators to ensure prompt cleanup, as well as various helpers to simplify safely using custom async iterators.
Small but powerful toolset to seamlessly integrate existing sync code into async programs and libraries.
Check out the documentation to get started or take a look around.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for asyncstdlib-3.13.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60e097c19e815f3c419a77426cf6c3653aebcb766544d631d5ce6128d0851ae8 |
|
MD5 | a39c35d35c15cbd7552e6ef7b3badfd2 |
|
BLAKE2b-256 | 1e596b16492aef217e0fa1fae0ad49cf65ed4aa56b3691919cceb21a2c901fc1 |