--- id: types-grpcio-status version: "1.0.0.20260408" license: Apache-2.0 license_treatment: permissive maintenance: active --- # types-grpcio-status — Typing stubs for grpcio-status License: permissive · Maintenance: active · Downloads: 160.4K/mo ## 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 above — 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 pip install types-grpcio-status uv add types-grpcio-status 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_current - Install friction: low - Maintenance: active - Downloads: 160.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags grpc type stubs, grpcio-status typing, type checking grpc, mypy grpc annotations, grpc error status types, pyright grpc support, static type checking grpc, type-stubs, grpc, type-checking [View on SkillFed](https://skillfed.io/packages/types-grpcio-status) · [View on PyPI](https://pypi.org/project/types-grpcio-status/)