grpc/bazel/test/python_test_repo
daicoden 2fc3131829 Add copyrights 2020-07-24 15:54:16 -10:00
..
namespaced/upper/example Add copyrights 2020-07-24 15:54:16 -10: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 py_proto_library uses workspace and pkg paths 2020-04-27 09:04:37 -10:00
README.md Add README to bazel test 2019-08-05 16:38:41 -07:00
WORKSPACE py_proto_library uses workspace and pkg paths 2020-04-27 09:04:37 -10: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.