Metadata-Version: 2.1
Name: py-retry
Version: 0.0.1
Summary: A nice decorator tool for retrying tasks when they failed.
Home-page: https://github.com/Abeautifulsnow/PyRetry
Author: runstone
Author-email: lnrunstone.0727@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Abeautifulsnow/PyRetry/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# PyRetry

A nice decorator tool for retrying tasks when they failed. Forked from [retry](https://github.com/invl/retry)


