| 12345678910111213141516171819202122232425262728293031 | Metadata-Version: 2.4Name: tenacityVersion: 9.1.2Summary: Retry code until it succeedsHome-page: https://github.com/jd/tenacityAuthor: Julien DanjouAuthor-email: julien@danjou.infoLicense: Apache 2.0Classifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: Apache Software LicenseClassifier: Programming Language :: PythonClassifier: Programming Language :: Python :: 3Classifier: Programming Language :: Python :: 3 :: OnlyClassifier: Programming Language :: Python :: 3.9Classifier: Programming Language :: Python :: 3.10Classifier: Programming Language :: Python :: 3.11Classifier: Programming Language :: Python :: 3.12Classifier: Programming Language :: Python :: 3.13Classifier: Topic :: UtilitiesRequires-Python: >=3.9License-File: LICENSEProvides-Extra: docRequires-Dist: reno; extra == "doc"Requires-Dist: sphinx; extra == "doc"Provides-Extra: testRequires-Dist: pytest; extra == "test"Requires-Dist: tornado>=4.5; extra == "test"Requires-Dist: typeguard; extra == "test"Dynamic: license-fileTenacity is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything.
 |