Welcome to KaioRetry’s documentation!

KaioRetry current version is 1.0.2

KaioRetry allows you to easily retry a function call.

Installation

KaioRetry is published on pypi. You know the drill, right?

$ pip install kaioretry

Depdendencies

At runtime, KaioRetry relies on decorator to efficiently propagate type annotations and other metadata of the decorated function, to the function produced by the decorator.