{"library":"aiobreaker","type":"library","category":null,"description":"aiobreaker is a Python implementation of the Circuit Breaker pattern, specifically designed for asynchronous applications using `asyncio`. It helps improve the resilience of microservices by preventing an application from repeatedly trying to execute an operation that is likely to fail, such as calling a service that is temporarily down. The current version is 1.2.0, with a stable, infrequent release cadence reflecting its focused scope.","language":"python","status":"active","version":"1.2.0","tags":["asyncio","circuit-breaker","resilience","fault-tolerance","microservices"],"last_verified":"Mon May 25","install":[{"cmd":"pip install aiobreaker","imports":["from aiobreaker import CircuitBreaker","from aiobreaker import CircuitBreakerError","from aiobreaker import CircuitBreakerMonitor","from aiobreaker.state import CircuitBreakerState"]}],"homepage":null,"github":"https://github.com/arlyon/aiobreaker","docs":null,"changelog":null,"pypi":"https://pypi.org/project/aiobreaker/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.21,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/aiobreaker/compatibility"}}