skillfed

types-grpcio-status

Typing stubs for grpcio-status

types-grpcio-status v1.0.0.20260408 160.4K downloads/30d#10,662 on PyPI37
Permissive license Apache-2.0 Active released

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-status

uv

uv add types-grpcio-status

poetry

poetry add types-grpcio-status

Installing 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

Programming Language :: Python :: 3Typing :: Stubs Only

Tags

grpc type stubsgrpcio-status typingtype checking grpcmypy grpc annotationsgrpc error status typespyright grpc supportstatic type checking grpc
type-stubsgrpctype-checking

More Software Development packages