Metadata-Version: |
2.3 |
Name: |
stamina |
Version: |
24.3.0 |
Summary: |
Production-grade retries made easy. |
Author-Email: |
Hynek Schlawack <hs[at]ox.cx> |
Project-Url: |
Documentation, https://stamina.hynek.me/ |
Project-Url: |
Source, https://github.com/hynek/stamina |
Project-Url: |
Changelog, https://github.com/hynek/stamina/blob/main/CHANGELOG.md |
Project-Url: |
Funding, https://github.com/sponsors/hynek |
Project-Url: |
Mastodon, https://mastodon.social/@hynek |
Project-Url: |
Twitter, https://twitter.com/hynek |
Keywords: |
reliability,retries,retry |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Framework :: AsyncIO |
Classifier: |
Framework :: Trio |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
tenacity |
Requires-Dist: |
typing-extensions; python_version < "3.10" |
Requires-Dist: |
anyio; extra == "dev" |
Requires-Dist: |
mypy (>=1.4); extra == "dev" |
Requires-Dist: |
nox (>=2024.3.2); extra == "dev" |
Requires-Dist: |
prometheus-client; extra == "dev" |
Requires-Dist: |
pytest; extra == "dev" |
Requires-Dist: |
structlog; extra == "dev" |
Requires-Dist: |
tomli; python_version < "3.11" and extra == "dev" |
Requires-Dist: |
trio; extra == "dev" |
Requires-Dist: |
uv; extra == "dev" |
Requires-Dist: |
furo; extra == "docs" |
Requires-Dist: |
myst-parser; extra == "docs" |
Requires-Dist: |
prometheus-client; extra == "docs" |
Requires-Dist: |
sphinx-copybutton; extra == "docs" |
Requires-Dist: |
sphinx-notfound-page; extra == "docs" |
Requires-Dist: |
sphinx (>=7.2.2); extra == "docs" |
Requires-Dist: |
structlog; extra == "docs" |
Requires-Dist: |
anyio; extra == "tests" |
Requires-Dist: |
pytest; extra == "tests" |
Requires-Dist: |
mypy (>=1.4); extra == "typing" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
tests |
Provides-Extra: |
typing |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |
License-File: |
LICENSE |