aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/python/grpcio_tools/grpc
Commit message (Collapse)AuthorAge
* Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
* Sanitize grpcio-tools command argumentsGravatar Masood Malekghassemi2016-07-01
|
* Add programmatic access to protoc in grpcio-toolsGravatar Masood Malekghassemi2016-07-01
|
* Use open-source defaults to propagate Python plugin configurationGravatar Masood Malekghassemi2016-06-29
|
* Add common proto files to Python grpcio-toolsGravatar Masood Malekghassemi2016-06-07
|
* rename grpc.protoc.compiler to grpc.tools.protocGravatar Jan Tattermusch2016-05-06
|
* Adding missing copyright.Gravatar Nicolas "Pixel" Noble2016-05-06
|
* Use manylinuxGravatar Masood Malekghassemi2016-05-04
|
* Tightly integrate the Python plugin with its protocGravatar Masood Malekghassemi2016-05-04
| | | | | | This grossly simplifies the protoc invocation to: python -m grpc.protoc.compiler --python_out=... --grpc_python_out=... [...] --plugin=protoc-gen-python-grpc=grpc_python_protoc_plugin... [...]
* Add sanity test for grpcio protoc packageGravatar Masood Malekghassemi2016-05-04