mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-28 03:42:13 +00:00
Add pyresilience to Resilience
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
6ed53787c6
commit
a8a299821e
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue