httpcore
PyPIv1.0.9A minimal low-level HTTP client.
Not recommended for new projects
No — httpcore should not be adopted for new projects. Last published 503 days ago. 4 releases in the last 2 years. 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.
- CMaintenance: grade C, Fair — worth a look.
Last published 503 days ago. 4 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 2 transitive packages, about 247 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 httpcore 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.
Licenses in the dependency tree
Every license you inherit by installing httpcore, not just its own. Check this before a legal review, not after.
Compatibility
- Python
- python >=3.8
Quick start
A usage example from the httpcore README.
import httpcore
response = httpcore.request("GET", "https://www.example.com/")
print(response)
# <Response [200]>
print(response.status)
# 200
print(response.headers)
# [(b'Accept-Ranges', b'bytes'), (b'Age', b'557328'), (b'Cache-Control', b'max-age=604800'), ...]
print(response.content)
# b'<!doctype html>\n<html>\n<head>\n<title>Example Domain</title>\n\n<meta charset="utf-8"/>\n ...'Dependencies
Declared by httpcore v1.0.9. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (2)
Used by
Popular packages that depend on httpcore.
Relationship graph
Dependencies (left) and dependents (right) of httpcore.
Frequently installed together
Release history
2 releases in the last two years, typically about 35 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.0.9latest | 1 year ago | 77 KB | — |
| 1.0.8 | 1 year ago | 77 KB | — |
| 1.0.7 | 1 year ago | 77 KB | — |
| 1.0.6 | 1 year ago | 76 KB | — |
| 1.0.5 | 2 years ago | 76 KB | — |
| 1.0.4 | 2 years ago | 76 KB | — |
| 1.0.3 | 2 years ago | 75 KB | — |
| 1.0.2 | 2 years ago | 75 KB | — |
| 1.0.1 | 2 years ago | 75 KB | — |
| 1.0.0 | 2 years ago | 75 KB | — |
| 0.18.0 | 3 years ago | 74 KB | — |
| 0.17.3 | 3 years ago | 73 KB | — |
| 0.17.2 | 3 years ago | 71 KB | — |
| 0.17.1 | 3 years ago | 69 KB | — |
| 0.17.0 | 3 years ago | 69 KB | — |
Overview
httpcore is an PyPI package that a minimal low-level HTTP client. It has 1 known dependents in the graph. The latest version is 1.0.9.
Who should use it
Teams working in the PyPI ecosystem who need a minimal low-level HTTP client 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
- Lean dependency tree (2 direct dependencies).
Cons
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Frequently asked questions
Should I use httpcore?
No — httpcore should not be adopted for new projects. Last published 503 days ago. 4 releases in the last 2 years. No license declared — you have no explicit right to use this code.
How do I install httpcore?
Run `pip install httpcore` to add httpcore to your PyPI project.
How many dependencies does httpcore have?
httpcore declares 2 direct dependencies and pulls in 2 packages in total once its runtime tree is resolved totalling about 247 KB on disk.
What license is httpcore released under?
No license was detected in httpcore's metadata; review the repository before use.
How popular is httpcore?
PyPI does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on httpcore.
Is httpcore still maintained?
The most recent release of httpcore (v1.0.9) was published 1 year ago.