aboutsummaryrefslogtreecommitdiff
path: root/python/python3-tenacity/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2024-02-10 08:23:44 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-10 16:17:19 +0700
commiteec19c7b3f04e17f4d82d70bb2ba859e2a6f46ab (patch)
tree2d916b4ea1e9cb64f13a917d871ea2d27b2ec368 /python/python3-tenacity/README
parent06a33c35ac08ad02592d0bee584b523d6203fd8a (diff)
python/python3-tenacity: Added (retrying library).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tenacity/README')
-rw-r--r--python/python3-tenacity/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-tenacity/README b/python/python3-tenacity/README
new file mode 100644
index 0000000000..ac7ad67519
--- /dev/null
+++ b/python/python3-tenacity/README
@@ -0,0 +1,3 @@
+Tenacity is an Apache 2.0 licensed general-purpose retrying library,
+written in Python, to simplify the task of adding retry behavior to
+just about anything.