types-grpcio-status
Typing stubs for grpcio-status
What it is and what it does
types-grpcio-status is a type stub package that provides type annotations for grpcio-status, part of the typeshed project. It allows Python type checkers to understand and validate code that uses gRPC status handling, catching type errors at development time rather than runtime.
The package has a single runtime dependency on types-grpcio and requires Python 3.10 or later. The stubs are tested against mypy 1.20.0 and pyright 1.1.408, and the package is actively maintained with regular releases synced to typeshed updates.
Use it for:
- Enable type checkers to validate gRPC service code that uses grpcio-status for error handling.
- Catch type mismatches in gRPC status code usage and error metadata handling before deployment.
- Support type hints for grpcio-status APIs in development environments with type-aware tooling.
- Validate gRPC client code that processes status objects returned from service calls.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type stubs for grpcio-status, enabling static type checkers like mypy and pyright to validate code using gRPC status handling.
Yes, if you use grpcio-status and want static type checking. Install it alongside your type checker to catch type errors in gRPC status handling. The package is lightweight, actively maintained, has no vulnerabilities, and is permissively licensed. Requires Python 3.10+.
Install
types-grpcio-status on PyPI
pip
pip install types-grpcio-statusuv
uv add types-grpcio-statuspoetry
poetry add types-grpcio-statusInstalling types-grpcio-status
Before you install
Low install friction with a single runtime dependency on types-grpcio. The package is actively maintained with recent releases and no known vulnerabilities.
License in practice
Licensed under Apache-2.0, a permissive license that allows use in most projects without significant restrictions.
Quickstart
pip install types-grpcio-status
# Type checkers will now understand types-grpcio-status annotations
# when validating code that uses grpcio-status
Requires Python 3.10 or later; intended for use with mypy 1.20.0 or pyright 1.1.408 or compatible versions.
Verify before relying
- Whether the stubs cover all grpcio-status 1.* versions or only specific minor versions within that range.
- Whether the package is automatically updated when grpcio-status releases new versions or if manual updates are required.
- IDE autocomplete and type hint support availability in editors with type-aware language servers.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — types-grpcio |
| Maintenance | actively maintained — 128 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 160,417/month — #10,662 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_grpcio_status-1.0.0.20260408-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-grpcio-reflectionProvides type hints for grpcio-reflection,…
permissive · top 15,000 on PyPI
types-grpcio-health-checkingProvides type stubs for grpcio-health-checking,…
permissive · top 15,000 on PyPI
grpc-stubsProvides type stubs for gRPC Python, enabling…
permissive · top 5,000 on PyPI
types-retryProvides type hints for the retry package,…
permissive · top 5,000 on PyPI
grpcio-statusProvides Python protobuf definitions for…
permissive · top 100 on PyPI
types-coloramaProvides type stubs for colorama, enabling…
permissive · top 5,000 on PyPI
types-grpcioProvides type stubs for the grpcio package,…
permissive · top 5,000 on PyPI
types-polibProvides type stubs for the polib package,…
permissive · top 15,000 on PyPI
types-assertpyProvides type stubs enabling static type…
permissive · top 15,000 on PyPI
types-pyflakesProvides type stubs for the pyflakes static…
permissive · top 15,000 on PyPI