Add pyresilience to Resilience

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Ahsan Sheraz 2026-06-19 23:44:01 +02:00
parent 6ed53787c6
commit a8a299821e

View file

@ -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