aboutsummaryrefslogtreecommitdiff
path: root/devel/py-asyncstdlib/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-asyncstdlib/pkg-descr')
-rw-r--r--devel/py-asyncstdlib/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-asyncstdlib/pkg-descr b/devel/py-asyncstdlib/pkg-descr
new file mode 100644
index 000000000000..acf169db659b
--- /dev/null
+++ b/devel/py-asyncstdlib/pkg-descr
@@ -0,0 +1,4 @@
+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.