grpc/bazel/test/python_test_repo
Lidi Zheng c34bef4ca4 Format all Bazel files with buildifier 2019-11-05 14:03:52 -08: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 Format all Bazel files with buildifier 2019-11-05 14:03:52 -08:00
README.md Add README to bazel test 2019-08-05 16:38:41 -07:00
WORKSPACE Address comments. 2019-10-14 22:51:10 -07:00
dummy_plugin.py Address PR feedback. Also add a dummy plugin. 2019-10-29 16:23:57 -07:00
helloworld.proto Separate py_grpc_library and py_proto_library. 2019-08-01 15:16:22 -07:00
helloworld.py Return PyInfo provider with imports from _gen rules and pass that as deps in py_library. This allows hiding _virtual_imports include path from the surface. 2019-10-15 17:47:02 -07:00
helloworld_moved.py Return PyInfo provider with imports from _gen rules and pass that as deps in py_library. This allows hiding _virtual_imports include path from the surface. 2019-10-15 17:47:02 -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.