requests
PyPIv2.34.2Python HTTP for Humans.
Safe to adopt
Yes — requests scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 118 days ago. 8 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- BMaintenance: grade B, Good.
Last published 118 days ago. 8 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 4 transitive packages, about 400 KB installed (at least — some of the tree is still being crawled).
- BSupply chain: grade B, Good.
This package lists no maintainer.
- ALicense: grade A, Excellent.
Apache-2.0 — permissive, with no copyleft found in the dependency tree.
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 requests to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.
Licenses in the dependency tree
Every license you inherit by installing requests, not just its own. Check this before a legal review, not after.
Compatibility
- Python
- python >=3.10
Quick start
A usage example from the requests README.
>>> import requests
>>> r = requests.get('https://httpbin.org/basic-auth/user/pass', auth=('user', 'pass'))
>>> r.status_code
200
>>> r.headers['content-type']
'application/json; charset=utf8'
>>> r.encoding
'utf-8'
>>> r.text
'{"authenticated": true, ...'
>>> r.json()
{'authenticated': True, ...}Dependencies
Declared by requests v2.34.2. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (4)
Used by
Popular packages that depend on requests.
Relationship graph
Dependencies (left) and dependents (right) of requests.
Frequently installed together
Fundamental package for array computing in Python
Core utilities for Python packages
Abseil Python Common Libraries, see https://github.com/abseil/abseil-py.
An AST unparser for Python
The FlatBuffers serialization format for Python
Python AST that abstracts the underlying Python version
Clang Python Bindings, mirrored from the official LLVM repo: https://github.com/llvm/llvm-project/tree/main/clang/bindings/python, to make the installation process easier.
No description provided.
Most extensible Python build backend with support for C/C++ extension modules
Python 2 and 3 compatibility utilities
Module for decorators, wrappers and monkey patching.
HTTP/2-based RPC framework
Release history
8 releases in the last two years, typically about 19 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 2.34.2latest | 3 months ago | 71 KB | Apache-2.0 |
| 2.34.1 | 3 months ago | 71 KB | Apache-2.0 |
| 2.34.0 | 4 months ago | 71 KB | Apache-2.0 |
| 2.34.0.dev1 | 4 months ago | 71 KB | Apache-2.0 |
| 2.33.1 | 5 months ago | 63 KB | Apache-2.0 |
| 2.33.0 | 5 months ago | 63 KB | Apache-2.0 |
| 2.32.5 | 1 year ago | 63 KB | Apache-2.0 |
| 2.32.4 | 1 year ago | 63 KB | Apache-2.0 |
| 2.32.3 | 2 years ago | 63 KB | Apache-2.0 |
| 2.32.2 | 2 years ago | 62 KB | Apache-2.0 |
| 2.32.1 | 2 years ago | 62 KB | Apache-2.0 |
| 2.32.0 | 2 years ago | 62 KB | Apache-2.0 |
| 2.31.0 | 3 years ago | 61 KB | Apache-2.0 |
| 2.30.0 | 3 years ago | 61 KB | Apache-2.0 |
| 2.29.0 | 3 years ago | 61 KB | Apache-2.0 |
Overview
requests is an PyPI package that python HTTP for Humans. It has 1 known dependents in the graph. The latest version is 2.34.2, released under the Apache-2.0 license.
Who should use it
Teams working in the PyPI ecosystem who need python HTTP for Humans 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
- Clear open-source license (Apache-2.0).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Frequently asked questions
Should I use requests?
Yes — requests scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 118 days ago. 8 releases in the last 2 years.
How do I install requests?
Run `pip install requests` to add requests to your PyPI project.
How many dependencies does requests have?
requests declares 4 direct dependencies and pulls in 4 packages in total once its runtime tree is resolved totalling about 400 KB on disk.
What license is requests released under?
requests is distributed under the Apache-2.0 license.
How popular is requests?
PyPI does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on requests.
Is requests still maintained?
The most recent release of requests (v2.34.2) was published 3 months ago.