</>PackageGraphPackageGraph

httpcore

PyPIv1.0.9

A 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.

2
Direct dependencies

Runtime packages this one declares itself.

2
Total installed

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

247 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

MITMPL-2.0

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.

Used by

Popular packages that depend on httpcore.

Relationship graph

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

certifih11httpxhttpcore
httpcore dependencies dependents

Frequently installed together

Release history

2 releases in the last two years, typically about 35 days apart.

Recent versions of httpcore
VersionPublishedSizeLicense
1.0.9latest1 year ago77 KB
1.0.81 year ago77 KB
1.0.71 year ago77 KB
1.0.61 year ago76 KB
1.0.52 years ago76 KB
1.0.42 years ago76 KB
1.0.32 years ago75 KB
1.0.22 years ago75 KB
1.0.12 years ago75 KB
1.0.02 years ago75 KB
0.18.03 years ago74 KB
0.17.33 years ago73 KB
0.17.23 years ago71 KB
0.17.13 years ago69 KB
0.17.03 years ago69 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.