aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_reflection/setup.py
Commit message (Collapse)AuthorAge
* Add package details to gRPC PackagesGravatar Ken Payson2017-03-10
|
* Updated protobuf dependency for python to 3.2.0Gravatar Mehrdad Afshari2017-03-07
|
* Re-run yapf code, and pin versionGravatar Ken Payson2017-02-06
|
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Un-namespace Python packagesGravatar Masood Malekghassemi2016-12-12
| | | | | Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
* Partially implement gRPC Python server reflectionGravatar Masood Malekghassemi2016-10-20
Some features relating to proto2 extension querying are missing due to missing upstream features required to support them (see https://github.com/google/protobuf/issues/2248).