PyBreaker is a Python implementation of the Circuit Breaker pattern, described
in Michael T. Nygard's book `Release It!`_.
In Nygard's words, *"circuit breakers exists to allow one subsystem to fail
without destroying the entire system. This is done by wrapping dangerous
operations (typically integration points) with a component that can circumvent
calls when the system is not healthy"*.
Provides
Requires
License
BSD-3-Clause
Changelog
* Wed Nov 05 2025 Steve Kowalik <steven.kowalik@suse.com>
- Skip a test that breaks on 32 bit architectures.
* Mon Nov 03 2025 Steve Kowalik <steven.kowalik@suse.com>
- Initial release of 1.4.1.
Files
/usr/lib/python3.13/site-packages/pybreaker
/usr/lib/python3.13/site-packages/pybreaker-1.4.1.di