Pakket: python3-tenacity (9.1.2-1)
Verwijzigingen voor python3-tenacity
Debian bronnen:
Het bronpakket python-tenacity downloaden:
- [python-tenacity_9.1.2-1.dsc]
- [python-tenacity_9.1.2.orig.tar.gz]
- [python-tenacity_9.1.2-1.debian.tar.xz]
Beheerders:
- Debian Python Team (QA-pagina)
- Thomas Goirand (QA-pagina)
- Michal Arbet (QA-pagina)
- Ondřej Kobližek (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Experimenteel pakket
Warning: This package is from the experimental distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the changelog and other possible documentation before using it.
retry code until it succeeeds
Tenacity is a general-purpose retrying library 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
Andere aan python3-tenacity gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: python-tenacity-doc
- retry code until it succeeeds - doc