urllib3 (original) (raw)

Project description

urllib3

PyPI Version Python Versions Join our Discord Coverage Status Build Status on GitHub Documentation Status
OpenSSF Scorecard SLSA 3 CII Best Practices

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:

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

👋

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

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.

File details

Details for the file urllib3-2.4.0-py3-none-any.whl.

File metadata

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.