spyoungtech/grequests
Requests + Gevent = <3 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5228
- days_rel: n/a
- days_push: 755
- n_releases_24m: 0
Adoption not part of the score
4573 stars · 328 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A thin Python library that combines the popular requests HTTP library with Gevent to enable simple asynchronous HTTP requests. It provides map, imap, and imap_enumerated helpers to send many requests concurrently with optional exception handling and pool sizing.
Use cases
- scrape many urls concurrently in python
- send multiple http requests in parallel with requests library
- fetch a batch of apis asynchronously
- make async http calls without rewriting code for aiohttp
- crawl a list of urls with concurrency limit
When to choose
- you already use requests and want concurrency with minimal code changes
- you need simple fire-many-requests semantics with gevent monkey patching
- you want a tiny dependency rather than a full async framework
When to avoid
- you are building new code with asyncio (prefer aiohttp or httpx)
- you need streaming responses or fine-grained async control
- you cannot use gevent monkey patching in your application
Facets
library · maturity maintenance
http-client concurrency web-development developer-tools python cross-platform gevent async-http requests-wrapper batch-requests
3 sources
- readme: https://github.com/spyoungtech/grequests · fetched 2026-08-28 · 1f2f39b36852
- homepage: https://pypi.python.org/pypi/grequests · fetched 2026-08-29 · 54715f5bacb8
- registry_pypi: https://pypi.org/pypi/grequests/json · fetched 2026-08-29 · 3eadc3f51b8f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| spyoungtech/grequests | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="spyoungtech/grequests")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem