You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Copy file name to clipboardExpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -91,10 +91,9 @@ decorator to register a function that needs to take a long time to finish, as we
91
91
processing!
92
92
-[python-goto](https://github.com/snoack/python-goto) A function decorator that rewrites the bytecode, enabling goto
93
93
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.
96
94
-[showme](https://github.com/kennethreitz/showme) ShowMe is a simple set of extremely useful function decorators for Python.
97
95
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).
98
97
-[timeout-decorator](https://github.com/pnpnpn/timeout-decorator) Timeout decorator for Python which uses a decorator
99
98
to limit the execution time of the given function.
100
99
-[Tomorrow](https://github.com/madisonmay/Tomorrow) Tomorrow use decorator to do the magic that let you write
0 commit comments