Skip to main content

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:

  • 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 our contributing documentation for some tips on getting started.

Security Disclosures

To report a security vulnerability, please use the Tidelift 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

urllib3-2.0.5.tar.gz (281.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

urllib3-2.0.5-py3-none-any.whl (123.8 kB view details)

Uploaded Python 3

File details

Details for the file urllib3-2.0.5.tar.gz.

File metadata

  • Download URL: urllib3-2.0.5.tar.gz
  • Upload date:
  • Size: 281.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for urllib3-2.0.5.tar.gz
Algorithm Hash digest
SHA256 13abf37382ea2ce6fb744d4dad67838eec857c9f4f57009891805e0b5e123594
MD5 4d824b7bba1976591fc05fad02fb258d
BLAKE2b-256 511362cb4a0af89fdf72db4a0ead8026e724c7f3cbf69706d84a4eff439be853

See more details on using hashes here.

File details

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

File metadata

  • Download URL: urllib3-2.0.5-py3-none-any.whl
  • Upload date:
  • Size: 123.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for urllib3-2.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ef16afa8ba34a1f989db38e1dbbe0c302e4289a47856990d0682e374563ce35e
MD5 d7a2bde43ed2ebf36b6e09e01cce0411
BLAKE2b-256 37dc399e63f5d1d96bb643404ee830657f4dfcf8503f5ba8fa3c6d465d0c57fe

See more details on using hashes here.

Release history Release notifications | RSS feed

2.7.0

2 files

2.6.3

2 files

2.6.2

2 files

2.6.1

2 files

2.6.0

2 files

2.5.0

2 files

2.4.0

2 files

2.3.0

2 files

2.2.3

2 files

2.2.2

2 files

2.2.1

2 files

2.2.0

2 files

2.1.0

2 files

2.0.7

2 files

2.0.6

2 files

This release

2.0.5 This release

2 files

2.0.4

2 files

2.0.3

2 files

2.0.2

2 files

2.0.1

2 files

2.0.0

2 files

1.26.20

2 files

1.26.19

2 files

1.26.18

2 files

1.26.17

2 files

1.26.16

2 files

1.26.15

2 files

1.26.14

2 files

1.26.13

2 files

1.26.12

2 files

1.26.11

2 files

1.26.10

2 files

1.26.9

2 files

1.26.8

2 files

1.26.7

2 files

1.26.6

2 files

1.26.5

2 files

1.26.4

2 files

1.26.3

2 files

1.26.2

2 files

1.26.1

2 files

1.26.0

2 files

1.25.11

2 files

1.25.10

2 files

1.25.9

2 files

1.25.8

2 files

1.25.7

2 files

1.25.6

2 files

1.25.5

2 files

1.25.4

2 files

1.25.3

2 files

1.25.2

2 files

1.25.1

2 files

1.25

2 files

1.24.3

2 files

1.24.2

2 files

1.24.1

2 files

1.24

2 files

1.23

2 files

1.22

2 files

1.21.1

2 files

1.21

2 files

1.20

2 files

1.19.1

2 files

1.19

2 files

1.18.1

2 files

1.18

2 files

1.17

2 files

1.16

2 files

1.15.1

2 files

1.15

2 files

1.14

2 files

1.13.1

2 files

1.13

2 files

1.12

2 files

1.11

2 files

1.10.4

2 files

1.10.3

2 files

1.10.2

2 files

1.10.1

2 files

1.10

2 files

1.9.1

2 files

1.9

1 file

1.8.3

1 file

1.8.2

1 file

1.8

1 file

1.7.1

1 file

1.7

1 file

1.6

1 file

1.5

1 file

1.4

1 file

1.3

1 file

1.2.2

1 file

1.2.1

1 file

1.2

1 file

1.1

1 file

1.0.2

1 file

1.0.1

1 file

1.0

1 file

0.4.1

0.4.0

0.3.1

0.3

0.2

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page