Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): add implementation comparison #33

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

rjvitorino
Copy link
Contributor

  • Added a new section in the README to compare Refry with other popular retry libraries.
  • Included comparisons with Tenacity, Retrying, and built-in solutions in frameworks like Django and Flask.
  • Provided links to the respective PyPI repositories for each mentioned library.

This update helps users understand the context and advantages of using Refry by comparing it with existing implementations.

Closes #5

- Added a new section in the README to compare Refry with other popular retry libraries.
- Included comparisons with Tenacity, Retrying, and built-in solutions in frameworks like Django and Flask.
- Provided links to the respective PyPI repositories for each mentioned library.

This update helps users understand the context and advantages of using Refry by comparing it with existing implementations.

Closes pydanny#5
Copy link
Owner

@pydanny pydanny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done! Someone told me about Tenacity, whose author I really respect.

@pydanny pydanny merged commit 4cdcfcf into pydanny:main Jun 11, 2024
@rjvitorino rjvitorino deleted the docs/add-comparison branch July 10, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mention previous implementations
2 participants