Retry potentially transient HTTP errors in Python.
A Python library that make HTTP requests with exponential back-off retry by using requests package.
A tool to download files. It supports progress bar, cksum, timeout, retry failed download.
Prod-ready HTTP client with timeout and retries
Meatie is a Python typed REST client library that eliminates the need for boilerplate code when integrating with external APIs. The library generates code for calling a REST API based on method signatures annotated with type hints. Meatie abstracts away mechanics related to HTTP communication, such as building URLs, encoding query parameters, parsing, and dumping Pydantic models. With some modest additional configuration effort, generated HTTP clients offer rate limiting, retries, and caching.
A Python library for easiest HTTP requests, handling automatic retries, browser-like headers and built on the official `requests` library for reliability.
A resilient HTTP client wrapper with retry and circuit breaker patterns
A Python library for simplified HTTP requests, featuring rate limiting, browser-like headers, and automatic retries. Built on the official `requests` library for reliability.
A simple retry decorator
A resilient, minimal HTTP client for the Liotel API with retries, caching, and CLI support.
Simple retry tornado http client
A Python framework for building high-quality, type-safe API SDKs with comprehensive error handling and retry logic
Wrapper that retries failed lowhaio HTTP requests
High-performance async HTTP logging handler for Datadog with batching and retry logic
API for retrying HTTP requests
A simple HTTP requester with retry and proxy support
Parallel HTTP request batcher with rate limiting, retries, connection pooling, and more.
A Python package that extends requests with connection pooling, retries, rate limiting, and circuit breaker functionality
a batch based request package with retry stratgy that enables you to send X requests concurrently at rate of Y requests/execution
A tiny Python library that politely says pls no 429 by auto-handling OpenAI rate limits.
hpw is a command line utility for running and retrying any command using HTTP proxies
Zato 1.1 service providing invoke_retry & invoke_async_methods for retrying invocations, blockingly or in background (https://zato.io/docs/index.html)
http request with retry, download pic.封装网络请求,自带重试