urllib3 (original) (raw)
Project description
urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries:
- Thread safety.
- Connection pooling.
- Client-side SSL/TLS verification.
- File uploads with multipart encoding.
- Helpers for retrying requests and dealing with HTTP redirects.
- Support for gzip, deflate, brotli, and zstd encoding.
- Proxy support for HTTP and SOCKS.
- 100% test coverage.
urllib3 is powerful and easy to use:
import urllib3 resp = urllib3.request("GET", "http://httpbin.org/robots.txt") resp.status 200 resp.data b"User-agent: *\nDisallow: /deny\n"
Installing
urllib3 can be installed with pip:
$ python -m pip install urllib3
Alternatively, you can grab the latest source code from GitHub:
$ git clone https://github.com/urllib3/urllib3.git $ cd urllib3 $ pip install .
Documentation
urllib3 has usage and reference documentation at urllib3.readthedocs.io.
Community
urllib3 has a community Discord channel for asking questions and collaborating with other contributors. Drop by and say hello 👋
Contributing
urllib3 happily accepts contributions. Please see ourcontributing documentationfor some tips on getting started.
Security Disclosures
To report a security vulnerability, please use theTidelift security contact. Tidelift will coordinate the fix and disclosure with maintainers.
Maintainers
- @sethmlarson (Seth M. Larson)
- @pquentin (Quentin Pradet)
- @illia-v (Illia Volochii)
- @theacodes (Thea Flowers)
- @haikuginger (Jess Shapiro)
- @lukasa (Cory Benfield)
- @sigmavirus24 (Ian Stapleton Cordasco)
- @shazow (Andrey Petrov)
👋
Sponsorship
If your company benefits from this library, please consider sponsoring its development.
For Enterprise
Professional support for urllib3 is available as part of the Tidelift Subscription. Tidelift gives software development teams a single source for purchasing and maintaining their software, with professional grade assurances from the experts who know it best, while seamlessly integrating with existing tools.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file urllib3-2.4.0.tar.gz
.
File metadata
- Download URL: urllib3-2.4.0.tar.gz
- Upload date: Apr 10, 2025
- Size: 390.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for urllib3-2.4.0.tar.gz | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466 | | | MD5 | 787104cdecd70e6688713f8a079ffd3f | | | BLAKE2b-256 | 8a7816493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for urllib3-2.4.0.tar.gz
:
Publisher: publish.yml on urllib3/urllib3
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
urllib3-2.4.0.tar.gz
- Subject digest:
414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466
- Sigstore transparency entry: 195025293
- Sigstore integration time: Apr 10, 2025
Source repository: - Permalink: urllib3/urllib3@a5ff7ac3bbb8659e2ec3ed41dd43889f06a7d7bc
- Branch / Tag: refs/tags/2.4.0
- Owner: https://github.com/urllib3
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: publish.yml@a5ff7ac3bbb8659e2ec3ed41dd43889f06a7d7bc
- Trigger Event:
push
File details
Details for the file urllib3-2.4.0-py3-none-any.whl
.
File metadata
- Download URL: urllib3-2.4.0-py3-none-any.whl
- Upload date: Apr 10, 2025
- Size: 128.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Hashes for urllib3-2.4.0-py3-none-any.whl | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813 | | | MD5 | b38b9d8501f98140c591986989a0985f | | | BLAKE2b-256 | 6b11cc635220681e93a0183390e26485430ca2c7b5f9d33b15c74c2861cb8091 | |
See more details on using hashes here.
Provenance
The following attestation bundles were made for urllib3-2.4.0-py3-none-any.whl
:
Publisher: publish.yml on urllib3/urllib3
Attestations: Values shown here reflect the state when the release was signed and may no longer be current.
- Statement:
- Statement type: https://in-toto.io/Statement/v1
- Predicate type: https://docs.pypi.org/attestations/publish/v1
- Subject name:
urllib3-2.4.0-py3-none-any.whl
- Subject digest:
4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813
- Sigstore transparency entry: 195025294
- Sigstore integration time: Apr 10, 2025
Source repository: - Permalink: urllib3/urllib3@a5ff7ac3bbb8659e2ec3ed41dd43889f06a7d7bc
- Branch / Tag: refs/tags/2.4.0
- Owner: https://github.com/urllib3
- Access:
public
Publication detail: - Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow: publish.yml@a5ff7ac3bbb8659e2ec3ed41dd43889f06a7d7bc
- Trigger Event:
push