{"library":"retrying","type":"library","category":null,"description":"Retrying is an Apache 2.0 licensed general-purpose Python library designed to simplify the task of adding retry behavior to functions. It allows developers to configure retry logic for transient failures, specifying stop conditions, wait strategies (like exponential backoff), and conditions for retrying based on exceptions or return values. The current version is 1.4.2.","language":"python","status":"maintenance","version":"1.4.2","tags":["retries","retry","backoff","error handling","resilience"],"install":[{"cmd":"pip install retrying","imports":["from retrying import retry","from retrying import stop_after_attempt","from retrying import wait_fixed","from retrying import wait_exponential"]}],"homepage":null,"github":"https://github.com/groodt/retrying","docs":null,"changelog":null,"pypi":"https://pypi.org/project/retrying/","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.02,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/retrying/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":"verified"}}