Add backon - modern retry/backoff library

This commit is contained in:
Llucs 2026-07-04 20:08:01 +00:00
parent 8c59fb58c6
commit 149e9ce811

View file

@ -1147,6 +1147,7 @@ _Python programming on Microsoft Windows._
_Useful libraries or tools that don't fit in the categories above._
- [backon](https://github.com/Llucs/backon) - Function decoration for backoff and retry — modern, fast, zero dependencies.
- [blinker](https://github.com/pallets-eco/blinker) - A fast Python in-process signal/event dispatching system.
- [boltons](https://github.com/mahmoud/boltons) - A set of pure-Python utilities.
- [itsdangerous](https://github.com/pallets/itsdangerous) - Various helpers to pass trusted data to untrusted environments.