grpc-requests / grpc_requests

python grpc reflection client
https://pypi.org/project/grpc-requests/
Apache License 2.0
33 stars 5 forks source link

Expose getters for service and file descriptions #57

Closed ViridianForge closed 10 months ago

ViridianForge commented 10 months ago

For ease of developer interaction with Protobuf Descriptors, add methods to expose access to service descriptors and the overall file descriptors assembled when clients are assembled.

ViridianForge commented 10 months ago

Proposed PR up in 58