Skip to content

Commit

Permalink
Change retrying to tenacity
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
lutostag authored Oct 17, 2017
1 parent 57fc39c commit 4e82811
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,9 @@ decorator to register a function that needs to take a long time to finish, as we
processing!
- [python-goto](https://github.com/snoack/python-goto) A function decorator that rewrites the bytecode, enabling goto
in python.
- [retrying](https://github.com/rholder/retrying) Retrying is general-purpose retrying library that simplifies the task
of adding retry behavior to just about anything.
- [showme](https://github.com/kennethreitz/showme) ShowMe is a simple set of extremely useful function decorators for Python.
It allows you to view trace information, execution time, cputime, and function documentation.
- [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).
- [timeout-decorator](https://github.com/pnpnpn/timeout-decorator) Timeout decorator for Python which uses a decorator
to limit the execution time of the given function.
- [Tomorrow](https://github.com/madisonmay/Tomorrow) Tomorrow use decorator to do the magic that let you write
Expand Down

0 comments on commit 4e82811

Please sign in to comment.