🚀 Socket Launch Week 🚀 Day 4: Introducing Historical Analytics.Learn More
Socket
Sign inDemoInstall
Socket

pyretries

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyretries

A Python retry package based on strategies

0.2.10
PyPI
Maintainers
1

PyRetries

Github actions codecov

A retry library for Python. This library allows:

  • Creating custom strategies
  • Applying hooks before and after executing function (useful for custom logging)
  • Applying hook to when function raised an error (useful for incriminating metrics)
  • Applying multiple retry strategies
  • Fully typed

See documentation for more information.

Installing

The package is available through Pypi. You can install using pip or any of your favorite package manager:

pip install pyretries

Or using poetry

poetry add pyretries

Keywords

retry

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts