Files
ports/devel/py-asyncstdlib/pkg-descr
T
Olivier Cochard 4dcad11d5b devel/py-asyncstdlib: New port
Async variants of the Python standard library
2026-05-07 10:26:41 +02:00

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.