python313-tenacity
Python module for retrying code until it succeeeds


Tenacity is a general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. It originates from a fork of `Retrying`_ Features -------- - Generic Decorator API - Specify stop condition (i.e. limit by number of attempts) - Specify wait condition (i.e. exponential backoff sleeping between attempts) - Customize retrying on Exceptions - Customize retrying on expected returned result

Apache-2.0

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...