4dcad11d5b
Async variants of the Python standard library
5 lines
281 B
Plaintext
5 lines
281 B
Plaintext
asyncstdlib provides async variants of features from the Python standard
|
|
library, such as itertools, functools, contextlib, builtins (any/all/min/
|
|
max/sum/...) and more. All tools are designed to work seamlessly with
|
|
both async and sync iterables, callables and context managers.
|