ross/requests-futures
Asynchronous Python HTTP Requests for Humans using Futures observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4913
- days_rel: n/a
- days_push: 28
- n_releases_24m: 0
Adoption not part of the score
2219 stars · 158 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small add-on for the Python requests library that returns concurrent.futures Futures instead of blocking Response objects, enabling asynchronous HTTP requests with a minimal API change. It wraps requests.Session with a FuturesSession backed by a ThreadPoolExecutor (or ProcessPoolExecutor).
Use cases
- make parallel http requests in python
- fetch multiple urls concurrently with requests
- convert blocking requests code to async without rewriting
- scrape many pages at the same time
- call several apis in parallel and collect results
- limit concurrent http requests with a thread pool
When to choose
- you already use requests and want concurrency with minimal code changes
- you need simple thread-based parallelism rather than full asyncio
- you want to keep the familiar requests.Session API
When to avoid
- you need high-concurrency async I/O at scale (use httpx or aiohttp with asyncio)
- you need HTTP/2 or advanced async features
- you are not using the requests ecosystem
Facets
library · maturity stable
http-client concurrency web-development developer-tools apis python cross-platform requests futures async-http thread-pool
2 sources
- readme: https://github.com/ross/requests-futures · fetched 2026-08-28 · 71d7d8189cd1
- registry_pypi: https://pypi.org/pypi/requests-futures/json · fetched 2026-08-29 · b6fc0db0b2d3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ross/requests-futures | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="ross/requests-futures")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem