Registry / type-stubs / types-python-http-client

types-python-http-client

JSON →
library3.3.7.20260408pypypiunverified

Typing stubs for the python-http-client library, enabling type checking for SendGrid's HTTP client. Current version: 3.3.7.20260408. Released as part of typeshed, updated periodically.

type-stubshttp-networking
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

from python_http_client_stubs import HTTPClient

Minimal usage of HTTPClient with SendGrid API. Requires python-http-client installed.

from python_http_client import HTTPClient client = HTTPClient(host='https://api.sendgrid.com', request_headers={'Authorization': 'Bearer ' + os.environ.get('SENDGRID_API_KEY', '')}) response = client.get('/v3/mail/send') print(response.status_code)
Debug
Known footguns
gotchaStubs are for type checking only. They do not replace the runtime library python-http-client.
breakingChanges in stubs may not match the installed version of python-http-client, leading to type errors.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources