grpc/bazel/test/python_test_repo
Richard Belleville 8ce740cfe0 Switch py_proto_library from using src to deps to conform with google3 2019-08-21 14:24:06 -07:00
..
tools Separate py_grpc_library and py_proto_library. 2019-08-01 15:16:22 -07:00
.gitignore Separate py_grpc_library and py_proto_library. 2019-08-01 15:16:22 -07:00
BUILD Switch py_proto_library from using src to deps to conform with google3 2019-08-21 14:24:06 -07:00
README.md Add README to bazel test 2019-08-05 16:38:41 -07:00
WORKSPACE Call grpc_python_deps() from grpc_deps(). 2019-08-05 12:57:50 -07:00
helloworld.proto Separate py_grpc_library and py_proto_library. 2019-08-01 15:16:22 -07:00
helloworld.py Separate py_grpc_library and py_proto_library. 2019-08-01 15:16:22 -07:00

README.md

Bazel Workspace Test

This directory houses a test ensuring that downstream projects can use @com_github_grpc_grpc//src/python/grpcio:grpcio, py_proto_library, and py_grpc_library.