From 149e9ce811352c3e3269db115a4aa73586b6644b Mon Sep 17 00:00:00 2001 From: Llucs Date: Sat, 4 Jul 2026 20:08:01 +0000 Subject: [PATCH] Add backon - modern retry/backoff library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f514d35..a4af38c 100644 --- a/README.md +++ b/README.md @@ -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.