Skip to content

Commit 4e82811

Browse files
authored
Change retrying to tenacity
Retrying is kind of abandoned, as per rholder/retrying#65 and jd/tenacity#73. A suggestion to move to the more actively maintained fork, while still giving a mention to the parent project. Thanks for a useful curated list!
1 parent 57fc39c commit 4e82811

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,9 @@ decorator to register a function that needs to take a long time to finish, as we
9191
processing!
9292
- [python-goto](https://github.com/snoack/python-goto) A function decorator that rewrites the bytecode, enabling goto
9393
in python.
94-
- [retrying](https://github.com/rholder/retrying) Retrying is general-purpose retrying library that simplifies the task
95-
of adding retry behavior to just about anything.
9694
- [showme](https://github.com/kennethreitz/showme) ShowMe is a simple set of extremely useful function decorators for Python.
9795
It allows you to view trace information, execution time, cputime, and function documentation.
96+
- [tenacity](https://github.com/jd/tenacity) Simplifies the task of adding retry behavior to just about anything. It originates from a fork of [retrying](https://github.com/rholder/retrying).
9897
- [timeout-decorator](https://github.com/pnpnpn/timeout-decorator) Timeout decorator for Python which uses a decorator
9998
to limit the execution time of the given function.
10099
- [Tomorrow](https://github.com/madisonmay/Tomorrow) Tomorrow use decorator to do the magic that let you write

0 commit comments

Comments
 (0)