/retrace

Configurable method retrying for Pythonistas.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Retrace

Retrace your steps and try again.

PyPI Downloads PyPI Version Build Status Coverage Status Landscale Code Health

Retrace provides a configurable decorator which allows you to wrap Python callables and retry them on errors or other specific conditions.

See the documentation at:

http://d0ugal.github.io/retrace/