Registry / type-stubs / types-grpcio-reflection

types-grpcio-reflection

JSON →
library1.0.0.20260508pypypiunverified

Typing stubs for the grpcio-reflection package, provided by typeshed. Version 1.0.0.20260408 corresponds to stubs for grpcio-reflection with Python >=3.10. Updated automatically alongside typeshed; no fixed release cadence.

pip install types-grpcio-reflection
INSTALL
IMPORT
SIG · TYPES-GRPCIO-REFLE
T
types-grpcio-reflection
type-stubspythonv1.0.0.20260508
Install
1.7s avg
Import
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.0.0.20260508 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.4MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.7s · import 0.000s · 19MB
16MB installed
● package 16MB
Code
Verified usage

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

grpc_reflection_stubs
import grpc_reflection_stubs
import grpc_reflection-stubs

Basic usage enabling reflection on a gRPC server. Ensure grpcio-reflection is installed.

from grpc_reflection.v1alpha import reflection import grpc # Example: enabling reflection on a server server = grpc.server(futures.ThreadPoolExecutor(max_workers=10)) reflection.enable_server_reflection(service_names, server) server.start()
Debug
Known issues
gotchaThis is a stub package providing type hints only. It does not include the runtime implementation. You must still install 'grpcio-reflection' separately.
fix
Run 'pip install grpcio-reflection' alongside this stubs package.
affects: all
deprecatedThe v1alpha reflection API is deprecated in newer versions of grpcio-reflection; prefer v1.
fix
Use 'grpc_reflection.v1' instead of 'grpc_reflection.v1alpha' where possible.
affects: >=1.0.0.20260408
Upgrade
Version history
1.0.0.20260508latest on PyPI · released May 8, 2026
Audit
Dependencies
grpcio-reflectionrequiredRequired at runtime; types-grpcio-reflection only provides type hints.
Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
1
Resources
types-grpcio-reflection — pip install types-grpcio-reflection · libregistry