Package: wnpp Severity: wishlist Owner: Edward Betts <[email protected]>
* Package name : python-httpx-retries Version : 0.5.0 Upstream Author : Will Ockmore <[email protected]> * URL : https://github.com/will-ockmore/httpx-retries * License : MIT Programming Lang: Python Description : retry transport for HTTPX requests This library adds configurable retry handling to HTTP client requests made through HTTPX. . It provides a transport layer that can be attached to synchronous or asynchronous clients. Failed requests can be retried according to a retry policy, with options for the total number of attempts and backoff timing between attempts. . The retry configuration is modelled on familiar request retry settings, while focusing on request and response handling. It is involved in communication between the client and the HTTP or HTTPS servers being requested, such as web APIs and other HTTP endpoints. This library is a dependancy of Home Assistant, the Python smart home platform. I plan to maintain it as part of the Home Assistant team.

