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