Yet another gRPC reflection client for Python. Provides an easy-to-use gRPC client that can dynamically call gRPC methods using server reflection. Current version: 1.1.3. Released monthly or as needed.
pip install yagrcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quick start: create a gRPC client, list services, and call a method dynamically.
Ensure your gRPC server is configured with reflection (e.g., using grpc-reflection package).
Update imports from `from yagrc import GrpcClient` to `from yagrc import YagrcClient`.