aboutsummaryrefslogtreecommitdiff
path: root/python/python3-sniffio/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-04-29 09:50:10 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:51:54 +0700
commit7277ccaec2207895dc30dc06a61f52ed3d15b85e (patch)
tree2cece9a3f0ae9420d403c1583ba6f788255044d8 /python/python3-sniffio/README
parentb97ac8643b94b97e954ecb40c55751eb69cc05b7 (diff)
python/python3-sniffio: Added (detect async library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-sniffio/README')
-rw-r--r--python/python3-sniffio/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-sniffio/README b/python/python3-sniffio/README
new file mode 100644
index 000000000000..fec690fdeeee
--- /dev/null
+++ b/python/python3-sniffio/README
@@ -0,0 +1,2 @@
+sniffio is a tiny package whose only purpose is to let you detect
+which async library your code is running under.