yagrc

Yet another (Python) gRPC reflection client

APACHE-2.0 License

Downloads
14.1K
Stars
5
Committers
1
yagrc - v1.1.2 Latest Release

Published by sparky8512 over 1 year ago

Adjust to API change in later versions of the protobuf package.

This package now requires a (much) later version of protobuf than it did before, and as a result, also a later version of Python (3.7 minimum). If an earlier version of protobuf package must be used for some reason, then use yagrc v1.1.1

yagrc - v1.1.1

Published by sparky8512 almost 3 years ago

Bug fixes related to grpc connection failure.

yagrc -

Published by sparky8512 over 3 years ago

New functionality:

  • Added lazy import mechanism, which is simpler to use, but less flexible.
yagrc -

Published by sparky8512 over 3 years ago

Minor fix to remove dependence on Python 3.9 or greater.

yagrc -

Published by sparky8512 over 3 years ago

Initial release