</>PackageGraphPackageGraph

urllib3

PyPIv2.7.0

HTTP library with thread-safe connection pooling, file post, and more.

Not recommended for new projects

No — urllib3 should not be adopted for new projects. No license declared — you have no explicit right to use this code.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • BMaintenance: grade B, Good.

    Last published 125 days ago. 9 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 128 KB installed.

  • BSupply chain: grade B, Good.

    This package lists no maintainer.

  • FLicense: grade F, Failing.

    No license declared — you have no explicit right to use this code.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding urllib3 to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

128 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Python
python >=3.10

Quick start

A usage example from the urllib3 README.

>>> import urllib3
>>> resp = urllib3.request("GET", "http://httpbin.org/robots.txt")
>>> resp.status
200
>>> resp.data
b"User-agent: *\nDisallow: /deny\n"

Used by

Popular packages that depend on urllib3.

Relationship graph

Dependencies (left) and dependents (right) of urllib3.

requestsbotocoreurllib3
urllib3 dependencies dependents

Frequently installed together

Release history

8 releases in the last two years, typically about 27 days apart.

Recent versions of urllib3
VersionPublishedSizeLicense
2.7.0latest4 months ago128 KB
2.6.38 months ago129 KB
2.6.29 months ago128 KB
2.6.19 months ago128 KB
2.6.09 months ago128 KB
2.5.01 year ago127 KB
2.4.01 year ago126 KB
2.3.01 year ago125 KB
2.2.32 years ago123 KB
1.26.202 years ago141 KB
1.26.192 years ago141 KB
2.2.22 years ago119 KB
2.2.12 years ago118 KB
2.2.02 years ago118 KB
2.1.02 years ago102 KB

Overview

urllib3 is an PyPI package that hTTP library with thread-safe connection pooling, file post, and more. It has 2 known dependents in the graph. The latest version is 2.7.0.

Who should use it

Teams working in the PyPI ecosystem who need hTTP library with thread-safe connection pooling, file post, and more and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.

Pros

  • Zero runtime dependencies — minimal footprint.

Cons

  • No license detected — review usage terms before adopting.

Auto-generated from collected registry metadata. No external claims are inferred.

Keywords

Frequently asked questions

Should I use urllib3?

No — urllib3 should not be adopted for new projects. No license declared — you have no explicit right to use this code.

How do I install urllib3?

Run `pip install urllib3` to add urllib3 to your PyPI project.

What license is urllib3 released under?

No license was detected in urllib3's metadata; review the repository before use.

How popular is urllib3?

PyPI does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on urllib3.

Is urllib3 still maintained?

The most recent release of urllib3 (v2.7.0) was published 4 months ago.