From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- python/redo/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/redo/README (limited to 'python/redo/README') diff --git a/python/redo/README b/python/redo/README new file mode 100644 index 000000000..d2247eb55 --- /dev/null +++ b/python/redo/README @@ -0,0 +1,4 @@ +Redo - Utilities to retry Python callables +****************************************** + +Redo provides various means to add seamless retriability to any Python callable. Redo includes a plain function (redo.retry), a decorator (redo.retriable), and a context manager (redo.retrying) to enable you to integrate it in the best possible way for your project. As a bonus, a standalone interface is also included ("retry"). For details and sample invocations have a look at the docstrings in redo/__init__.py. -- cgit v1.2.3