Mypal/python/redo
Fedor 277045c132 ooops, some files where missed 2019-03-12 18:31:25 +03:00
..
redo basic source 2019-03-11 13:26:37 +03:00
PKG-INFO ooops, some files where missed 2019-03-12 18:31:25 +03:00
README ooops, some files where missed 2019-03-12 18:31:25 +03:00
setup.cfg basic source 2019-03-11 13:26:37 +03:00
setup.py basic source 2019-03-11 13:26:37 +03:00

README

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.