requests/toolbelt
A toolbelt of useful classes and functions to be used with python-requests observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4630
- days_rel: n/a
- days_push: 602
- n_releases_24m: 0
Adoption not part of the score
1038 stars · 194 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of utility classes and functions that extend the python-requests HTTP library, including a streaming multipart/form-data encoder, SSL adapter, and cookie helpers. It provides features that don't belong in requests proper but are commonly needed when working with HTTP in Python.
Use cases
- stream large file uploads with multipart/form-data in requests
- force a specific SSL/TLS protocol version for HTTPS requests
- build a requests-style User-Agent header for my package
- prevent a requests session from storing cookies
- encode form fields and files for a POST request
When to choose
- you use python-requests and need streaming multipart uploads
- you need fine-grained control over SSL protocol versions in requests
- you want small HTTP conveniences without switching libraries
When to avoid
- you don't use python-requests
- you need a full-featured HTTP client framework
- you need async HTTP support
Facets
library · maturity maintenance
http-client serialization security developer-tools web-development apis python cross-platform python-requests multipart http-utilities user-agent ssl
1 source
- readme: https://github.com/requests/toolbelt · fetched 2026-08-28 · 0c517fbac405
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| requests/toolbelt | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="requests/toolbelt")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem