summaryrefslogtreecommitdiffstats
path: root/python/python3-anyio/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-anyio/README')
-rw-r--r--python/python3-anyio/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-anyio/README b/python/python3-anyio/README
new file mode 100644
index 0000000000..1c6de09b81
--- /dev/null
+++ b/python/python3-anyio/README
@@ -0,0 +1,4 @@
+AnyIO is an asynchronous networking and concurrency library that works
+on top of either asyncio or trio. It implements trio-like structured
+concurrency (SC) on top of asyncio, and works in harmony with the
+native SC of trio itself.