aboutsummaryrefslogtreecommitdiff
path: root/python/python3-async-timeout/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-05-18 00:56:34 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-20 11:17:07 +0700
commit266340a67730d4f575e1353cc4cc2656b0119b55 (patch)
tree26fecdedc2032949318c89847e7b046e472a1c0d /python/python3-async-timeout/README
parent2ec8b42fe4968fe6f3a578159decea103ce98d76 (diff)
python/python3-async-timeout: Added (asyncio-compatible timeout)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-async-timeout/README')
-rw-r--r--python/python3-async-timeout/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/python3-async-timeout/README b/python/python3-async-timeout/README
new file mode 100644
index 0000000000..8d91b81b5c
--- /dev/null
+++ b/python/python3-async-timeout/README
@@ -0,0 +1 @@
+async-timeout is an asyncio-compatible timeout context manager.