Python module to retry code until it succeeds
Tenacity is a general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
Homepage: https://github.com/jd/tenacity
Maintainer: Mikolaj Kucharski <mikolaj@kucharski.name>