Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down Expand Up @@ -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
Expand Down