From a8a299821e353d38335601045c34a75e6b8439d9 Mon Sep 17 00:00:00 2001 From: Ahsan Sheraz Date: Fri, 19 Jun 2026 23:44:01 +0200 Subject: [PATCH] Add pyresilience to Resilience Co-Authored-By: Claude Opus 4.7 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dfcb3ffbd7..d56b8f47d4 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ An opinionated guide to the best Python frameworks, libraries, tools, and resour - [Job Schedulers](#job-schedulers) - [Logging](#logging) - [Network Virtualization](#network-virtualization) +- [Resilience](#resilience) **CLI & GUI** @@ -797,6 +798,12 @@ _Tools and libraries for Virtual Networking and SDN (Software Defined Networking - [napalm](https://github.com/napalm-automation/napalm) - Cross-vendor API to manipulate network devices. - [scapy](https://github.com/secdev/scapy) - A brilliant packet manipulation library. +### Resilience + +_Libraries for fault tolerance and resilience patterns._ + +- [pyresilience](https://github.com/AhsanSheraz/pyresilience) - Unified resilience patterns (retry, circuit breaker, timeout, fallback, bulkhead, rate limiter, and cache) exposed through a single decorator, with zero external dependencies and async support. + **CLI & GUI** ### CLI Development