retry_decorator is a Python module that exposes a decorator that retries the
decorated function with exponential backoff.

Homepage:
https://github.com/pnpnpn/retry-decorator
