From eec19c7b3f04e17f4d82d70bb2ba859e2a6f46ab Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 10 Feb 2024 08:23:44 +0900 Subject: python/python3-tenacity: Added (retrying library). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-tenacity/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-tenacity/README (limited to 'python/python3-tenacity/README') 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. -- cgit v1.2.3