Ross ROSS = Recommend OSS · open-source software intelligence for agents

ross/requests-futures

Asynchronous Python HTTP Requests for Humans using Futures observed · 2026-08-28

github.com/ross/requests-futures · Python · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
ross/requests-futuresmain75

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