-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create BuildBuddy gRPC client #310
Conversation
Using trick from here bazelbuild/rules_docker#2149 (comment) to make the |
Use https://grpc.io/docs/languages/python/basics/ to properly instantiate the client |
Install and require the grpcio library as mentioned here https://grpc.io/docs/languages/python/quickstart/ to get the “google.rpc” package? Or maybe ”protobuf” package? |
https://gist.github.com/luc-lynx/6d0fbf16c587bafeffeb15a34186d320 To make it work with authentication? |
Calling the script can use |
…l/setup into mg/275/protobuf-client-take-two
ref #275
TODO: