aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/grpc/_cython/BUILD.bazel
Commit message (Collapse)AuthorAge
* Add hooks for census context propagationGravatar Richard Belleville2018-12-11
| | | | | | Appease the yapf gods Reformat
* Channelz Python wrapper implementationGravatar Lidi Zheng2018-11-27
| | | | | | | | | | | | | | | | * Expose the C-Core API in Cython layer * Handle the object translation * Create a separate package for Channelz specifically * Handle nullptr and raise exception if seen one * Translate C++ Channelz unit tests * Adding 5 more invalid query unit tests Adding peripheral utility for grpcio-channelz package * Add to `pylint_code.sh` * Add to Python build script * Add to artifact build script * Add to Bazel * Add to Sphinx module list
* [bazel] Fix python BUILD rulesGravatar Ruslan Nigmatullin2018-09-04
| | | | | * Add missing cython sources * Make grpcio a library as it is not a binary
* Minimal Bazel BUILD files for grpcio PythonGravatar Naresh2018-08-02
Follow-up on the additions in #15992. Pad the grpcio Python package with necessary BUILD files along with 2 simple tests.