notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-pybreaker Python implementation of the Circuit Breaker pattern
1.4.1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-12-09 11:24:25
Last Update: 2025-12-09 11:20:50
Commit Hash: a6628cf
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/danielfm/pybreaker
Description:
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". Features: - Configurable list of excluded exceptions (e.g. business exceptions) - Configurable failure threshold and reset timeout - Support for several event listeners per circuit breaker - Can guard generator functions - Functions and properties for easy monitoring and management - Thread-safe - Optional redis backing - Optional support for asynchronous Tornado calls
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pybreaker>0:devel/py-pybreaker@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-pybreaker/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-pybreaker
  • pkg install py311-pybreaker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-pybreaker listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-pybreaker
Package flavors (<flavor>: <package>)
  • py311: py311-pybreaker
distinfo:
TIMESTAMP = 1765032628 SHA256 (pybreaker-1.4.1.tar.gz) = 8df2d245c73ba40c8242c56ffb4f12138fbadc23e296224740c2028ea9dc1178 SIZE (pybreaker-1.4.1.tar.gz) = 15555

Packages (timestamps in pop-ups are UTC):
py311-pybreaker
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.11.4.1--1.4.1n/an/an/a
FreeBSD:13:quarterly-1.4.1--1.4.1n/an/an/a
FreeBSD:14:latest1.4.11.4.1--1.4.1---
FreeBSD:14:quarterly1.4.11.4.1--1.4.1---
FreeBSD:15:latest1.4.11.4.1n/a-n/an/a--
FreeBSD:15:quarterly1.4.11.4.1n/a-n/an/a--
FreeBSD:16:latest1.4.11.4.1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-flit-core>=3.9 : devel/py-flit-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. databases/py-databricks-sql-connector

Configuration Options:
No options to configure
Options name:
devel_py-pybreaker
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pybreaker/
  2. https://pypi.org/packages/source/p/pybreaker/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.1
09 Dec 2025 11:20:50
commit hash: a6628cff54327bc4117e5820bfcf816849615a5bcommit hash: a6628cff54327bc4117e5820bfcf816849615a5bcommit hash: a6628cff54327bc4117e5820bfcf816849615a5bcommit hash: a6628cff54327bc4117e5820bfcf816849615a5b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pybreaker: Add py-pybreaker 1.4.1

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".

Features:
- Configurable list of excluded exceptions (e.g. business exceptions)
- Configurable failure threshold and reset timeout
- Support for several event listeners per circuit breaker
- Can guard generator functions
- Functions and properties for easy monitoring and management
- Thread-safe
- Optional redis backing
- Optional support for asynchronous Tornado calls

Number of commits found: 1