blob: ae14bf7b61b47609ab259cd8ea166f3c605be5c1 [file] [log] [blame]
[metadata]
name = tenacity
license = Apache 2.0
url = https://github.com/jd/tenacity
summary = Retry code until it succeeds
long_description = Tenacity is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything.
author = Julien Danjou
author_email = julien@danjou.info
home_page = https://github.com/jd/tenacity
classifier =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Utilities
[options]
install_requires =
python_requires = >=3.7
packages = tenacity
[options.packages.find]
exclude = tests
[options.package_data]
tenacity = py.typed
[options.extras_require]
doc =
reno
sphinx
tornado>=4.5
[tool:pytest]
filterwarnings =
# Show any DeprecationWarnings once
once::DeprecationWarning