{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/15"}],"enrichment":{"capability":"Provides type hints for grpcio-reflection, enabling static type checkers like mypy and pyright to validate code using gRPC reflection APIs.","skillfed_tags":["type-stubs","grpc"],"use_cases":["Enable mypy or pyright to catch type errors in code that uses grpcio-reflection before runtime.","Document the expected types of grpcio-reflection function arguments and return values in your IDE.","Integrate gRPC reflection into a codebase that enforces strict type checking in CI/CD.","Reduce debugging time by catching reflection API misuse at type-check time rather than runtime."],"what_it_does":"This is a type stub package\u2014a collection of type annotations without runtime code\u2014for grpcio-reflection. It allows static type checkers like mypy 1.20.0 and pyright 1.1.408 to understand the types and signatures of the grpcio-reflection library when you use it in your own code. The stubs are maintained as part of the typeshed project.\n\nYou install it alongside grpcio-reflection itself. The package has no runtime behavior; its only purpose is to give your type checker the information it needs to validate calls to grpcio-reflection APIs. It depends on types-grpcio and types-protobuf, which provide stubs for their respective libraries.","worth_installing":"Yes, if you use grpcio-reflection and run a static type checker. Install it as a dev dependency alongside grpcio-reflection. It has no runtime overhead and is actively maintained. If you do not use type checking or do not use grpcio-reflection, it is unnecessary."},"id":"types-grpcio-reflection","links":{"html":"https://skillfed.io/packages/types-grpcio-reflection","md":"https://skillfed.io/packages/types-grpcio-reflection.md","pypi":"https://pypi.org/project/types-grpcio-reflection/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-08","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-grpcio-reflection","python_support":"supports_current","summary":"Typing stubs for grpcio-reflection"},"popularity":{"monthly_downloads":146786,"position":11089,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.0.20260508"}
