python3-retry

easy to use retry decorator
  https://github.com/invl/retry
  0
  no reviews



Decorator (or function) to retry failing code featuring:

- No external dependency (stdlib only) - Preserve function signatures (pip install decorator) - Original traceback, easy to debug