Metadata-Version: |
2.1 |
Name: |
backoff-utils |
Version: |
1.0.1 |
Summary: |
Python functions and decorators for various backoff/retry strategies |
Author: |
Insight Industry Inc. |
Author-Email: |
software[at]insightindustry.com |
Home-Page: |
https://github.com/insightindustry/backoff-utils |
Project-Url: |
Documentation, http://backoff-utils.readthedocs.io/en/ |
Project-Url: |
Bug Reports, https://github.com/insightindustry/backoff-utils/issues |
Project-Url: |
Source, https://github.com/insightindustry/backoff-utils/ |
License: |
MIT |
Keywords: |
backoff exponential fibonacci polynomial linear defined fixed retry |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Web Environment |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Utilities |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Dynamic Content |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.4 |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Requires-Python: |
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4 |
Requires-Dist: |
validator-collection |
Requires-Dist: |
check-manifest; extra == "dev" |
Requires-Dist: |
sphinx; extra == "dev" |
Requires-Dist: |
sphinx-rtd-theme; extra == "dev" |
Requires-Dist: |
sphinx-tabs; extra == "dev" |
Requires-Dist: |
coverage; extra == "test" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-benchmark; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
tox; extra == "test" |
Requires-Dist: |
codecov; extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
test |