The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Thomas Köppe 324ea5a9c1
[bazel] Fix import path for virtual packages (#28103)
3 years ago
..
in_subpackage [bazel] Fix import path for virtual packages (#28103) 3 years ago
namespaced/upper/example Migrate remaining tests with protobuf dep to Python 3 only (#27776) 3 years ago
subdir [bazel/protobuf.bzl] Improve py_proto_library path handling (#28040) 3 years ago
tools Separate py_grpc_library and py_proto_library. 5 years ago
.gitignore Separate py_grpc_library and py_proto_library. 5 years ago
BUILD [bazel/protobuf.bzl] Improve py_proto_library path handling (#28040) 3 years ago
README.md Add README to bazel test 5 years ago
WORKSPACE [bazel] Fix import path for virtual packages (#28103) 3 years ago
helloworld.proto [bazel/protobuf.bzl] Improve py_proto_library path handling (#28040) 3 years ago
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. 5 years ago
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. 5 years ago
import_from_proto_library_package.py Reland #27275 (#27806) 3 years ago
import_from_this_package.py Reland #27275 (#27806) 3 years ago
transitive_proto_dep.py Reland #27275 (#27806) 3 years ago

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.