urllib3/urllib3
urllib3 is a user-friendly HTTP client library for Python observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 71
- 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: 84.0
- age_days: 5463
- days_rel: 118
- days_push: 7
- n_releases_24m: 9
Adoption not part of the score
4051 stars · 1525 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
urllib3 is a user-friendly, powerful HTTP client library for Python with thread-safe connection pooling, SSL/TLS verification, retries, and proxy support. It underpins much of the Python HTTP ecosystem, including requests.
Use cases
- make http requests in python
- connection pooling for http clients
- upload files with multipart encoding
- retry failed http requests automatically
- send requests through http or socks proxies
- verify ssl/tls certificates in python
When to choose
- you need a robust low-level HTTP client with fine control over pooling, retries, and TLS
- you want a dependency-free alternative to requests with fewer abstractions
- you are building a library that other Python HTTP tools depend on
When to avoid
- you want a high-level requests-like API with sessions and simple defaults
- you need async HTTP support, which urllib3 does not provide natively
- you are already using a framework that bundles its own HTTP client
Facets
library · maturity stable
http-client caching security web-development developer-tools apis python cross-platform connection-pooling tls retries proxy-support multipart-upload
2 sources
- readme: https://github.com/urllib3/urllib3 · fetched 2026-08-28 · ed81f6c95143
- registry_pypi: https://pypi.org/pypi/urllib3/json · fetched 2026-08-29 · 06647396a483
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| urllib3/urllib3 | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem