types-python-http-client
Typing stubs for python-http-client
What it is and what it does
This is a type stub package from the typeshed project that provides type annotations for python-http-client. It does not add runtime functionality; instead, it allows static type checkers like mypy (tested with 2.1.0) and pyright (tested with 1.1.409) to understand and validate the types used by python-http-client when you call its APIs in your own code.
The stubs are kept in sync with python-http-client 3.3.7 and are maintained as part of typeshed, a centralized repository of type information for third-party libraries. Installing this package alongside python-http-client enables type-safe development without modifying the underlying library itself.
Use it for:
- Enable static type checkers to catch type errors in code that uses python-http-client
- Improve IDE autocomplete and inline documentation for python-http-client APIs
- Enforce type safety in CI/CD pipelines that run static type checks on projects using python-http-client
- Document the expected parameter and return types for python-http-client in your codebase
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type hints for python-http-client, enabling static type checkers like mypy and pyright to validate code that uses the library.
Yes, if you use python-http-client 3.3.7 and run static type checking. The package is actively maintained, has no dependencies, and is part of the official typeshed project. Install it only if you are already using a type checker; it provides no value at runtime.
Install
types-python-http-client on PyPI
pip
pip install types-python-http-clientuv
uv add types-python-http-clientpoetry
poetry add types-python-http-clientInstalling types-python-http-client
Before you install
Low friction: a pure-Python stub package with no runtime dependencies. Maintained actively as part of typeshed; last commit 2026-08-14.
License in practice
Apache-2.0 permissive license allows use in most projects without restriction.
Quickstart
pip install types-python-http-client
# Type checkers will now understand types when using python-http-client
# in your code, enabling static type validation during development
Requires Python 3.10 or later; intended for use alongside python-http-client 3.3.7.
Verify before relying
- Whether this stub package is compatible with python-http-client versions other than 3.3.7
- Whether type coverage is complete for all public APIs in python-http-client 3.3.7
- Whether the stubs work correctly with type checkers beyond mypy 2.1.0 and pyright 1.1.409
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 88 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 89,607/month — #13,645 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_python_http_client-3.3.7.20260518-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
types-html5libProvides type hints for the html5lib HTML…
permissive · top 5,000 on PyPI
types-pycurlProvides type hints for the pycurl HTTP client…
permissive · top 15,000 on PyPI
types-requests-oauthlibProvides type hints for requests-oauthlib,…
permissive · top 15,000 on PyPI
types-PySocksProvides type stubs for PySocks, enabling…
permissive · top 15,000 on PyPI
types-jsonschemaProvides type hints for the jsonschema package,…
permissive · top 5,000 on PyPI
python-http-clientProvides a simplified Python interface for…
permissive · top 1,000 on PyPI
types-uWSGIProvides type hints for the uWSGI Python API,…
permissive · top 15,000 on PyPI
types-tomlProvides type hints for the toml package,…
permissive · top 1,000 on PyPI
types-httplib2Provides type stubs for the httplib2 HTTP…
permissive · top 5,000 on PyPI
types-xlrdProvides type hints for the xlrd library,…
permissive · top 15,000 on PyPI