Lidi Zheng
c34bef4ca4
Format all Bazel files with buildifier
5 years ago
Richard Belleville
1444cd1dd3
Revert "Revert "Merge pull request #20097 from gnossen/dual_version_python_tests""
...
This reverts commit 24c562dbaa
.
5 years ago
Richard Belleville
24c562dbaa
Revert "Merge pull request #20097 from gnossen/dual_version_python_tests"
...
This reverts commit c9c847f334
, reversing
changes made to 07ba4de392
.
5 years ago
Richard Belleville
27990a5541
Explicitly add python versions to examples.
5 years ago
Richard Belleville
2b7ec3ad23
Fix up examples.
5 years ago
Lidi Zheng
f7cb9c9f3e
Add Debug Example
6 years ago
Lidi Zheng
7bb9e33d1a
Add one more import path for py_test
6 years ago
Lidi Zheng
85bcce2e08
Fix typo in BUILD.bazel
6 years ago
Lidi Zheng
b3d907dce9
Explicitly depend on :grpcio
6 years ago
Lidi Zheng
d7429dbb4a
Fix the proto rules conflict
6 years ago
Lidi Zheng
f527cfbbac
Adopt review's advice
...
* Add a unit test
* Integrate with Bazel
* Polish README.md
6 years ago
Richard Belleville
f3b57e35ec
Properly import protos
6 years ago
Richard Belleville
b9659d58da
Actually generate proto
6 years ago
Richard Belleville
2a50960b4c
Add copyright to BUILD file
6 years ago
Richard Belleville
acbc095ab8
Implement test for example
6 years ago
Richard Belleville
5c4823c17b
Build with bazel
6 years ago
Richard Belleville
0c8418c4bf
WIP. Start BUILD file
6 years ago
Richard Belleville
4a8a2e286e
Add basic multiprocessing-based server
6 years ago
Naresh
3af1aaadab
Basic setup to build gRPC Python with Bazel
...
Building gRPC Python with Bazel has been one of the long requested
additions to gRPC (#8079 ). Doing so had been made complex by the fact
that Bazel itself is still in active development.
There has been extensive work on building Cython code at tensorflow,
which can be reused for gRPC's purposes as well.
Major included changes required for building grpcio with Bazel are:
- Include Cython as a third party Bazel package, to compile the Cython
parts of gRPC Python.
- Include rules for Python autoconfiguration so Python headers can be
detected by cygrpc.
6 years ago
Matt Kwong
c1002c9f22
Add api-fuzzer corpus
8 years ago
Alistair Veitch
a0c69f9099
add trace context proto
8 years ago