tenfourfox/python/redo
Cameron Kaiser c9b2922b70 hello FPR 2017-04-19 00:56:45 -07:00
..
redo hello FPR 2017-04-19 00:56:45 -07:00
redo.egg-info hello FPR 2017-04-19 00:56:45 -07:00
PKG-INFO hello FPR 2017-04-19 00:56:45 -07:00
README hello FPR 2017-04-19 00:56:45 -07:00
setup.cfg hello FPR 2017-04-19 00:56:45 -07:00
setup.py hello FPR 2017-04-19 00:56:45 -07: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.