Metadata-Version: 2.1
Name: purgatory-circuitbreaker
Version: 0.3.0
Summary: A circuit breaker implementation for asyncio
Home-page: https://github.com/mardiros/purgatory
License: BSD-derived
Author: Guillaume Gauvrit
Author-email: guillaume@gauvr.it
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: redis
Requires-Dist: aioredis (>=2.0.1,<3.0.0); extra == "redis"
Description-Content-Type: text/x-rst

Purgatory
=========

.. image:: https://github.com/mardiros/purgatory/actions/workflows/main.yml/badge.svg
   :target: https://github.com/mardiros/purgatory/actions/workflows/main.yml

.. image:: https://codecov.io/gh/mardiros/purgatory/branch/main/graph/badge.svg?token=LFVOQC2C9E
   :target: https://codecov.io/gh/mardiros/purgatory
    

A circuit breaker implementation for asyncio.

