CMD + K

redo

Community

Utilities to retry Python callables.

Installation

To install this package, run one of the following:

Conda
$conda install mirror-testing::redo

Usage Tracking

2.0.4
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

Redo provides various means to add seamless ability to retry 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").

About

Summary

Utilities to retry Python callables.

Last Updated

Jan 31, 2023 at 07:45

License

MPL-2.0

Supported Platforms

noarch