{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet"}],"enrichment":{"capability":"Enables gRPC Python services to expose runtime reflection of their service definitions, allowing clients to discover available methods and message types without prior knowledge of the service schema.","skillfed_tags":["grpc","reflection","service-discovery"],"use_cases":["Build dynamic gRPC clients that discover service methods at runtime without pre-generated stubs.","Enable interactive gRPC debugging tools and CLI utilities that need to introspect live services.","Support polyglot environments where clients in different languages need to query a Python gRPC service schema.","Implement gRPC API gateways or proxies that route calls based on dynamically discovered method signatures.","Create testing frameworks that validate gRPC services by reflecting on their available endpoints."],"what_it_does":"grpcio-reflection is the standard reflection service implementation for gRPC Python. It allows a running gRPC server to expose metadata about its service definitions\u2014the available RPC methods, their input and output message types, and other schema information\u2014so that clients can dynamically discover and call methods without having the .proto files or generated stubs in advance.\n\nThe package is a thin wrapper around protobuf reflection capabilities, designed to integrate directly into grpcio servers. It depends on grpcio and protobuf as runtime dependencies and is maintained as part of the official gRPC project. It's classified as production-stable and actively maintained, with support for current Python versions.","worth_installing":"Yes. This is the standard reflection implementation for gRPC Python, maintained as part of the official project, with low install friction and no known vulnerabilities. Install it if you need clients to discover gRPC service methods dynamically or if you're building tooling that requires runtime introspection of gRPC schemas."},"id":"grpcio-reflection","links":{"html":"https://skillfed.io/packages/grpcio-reflection","md":"https://skillfed.io/packages/grpcio-reflection.md","pypi":"https://pypi.org/project/grpcio-reflection/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-23","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"grpcio-reflection","python_support":"supports_current","summary":"Standard Protobuf Reflection Service for gRPC"},"popularity":{"monthly_downloads":9918529,"position":1495,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.83.0"}
