pygate / pygate-gRPC

A Python gRPC Powergate client
http://pygate.tech
MIT License
22 stars 5 forks source link

Added some generated python code. #1

Closed leonardge closed 4 years ago

leonardge commented 4 years ago

We should add in add the .proto and then generate the client Python code using the add in proto. And we can create some helper function that calls the client code.

In this PR, I have added the:

part of the generated code.

apogiatzis commented 4 years ago

This is great man it's good to have the proto files there! 👍 Just one comment, can you update your PR to remove the pygate folder since the python files in there are empty anyway? We can generate the python code in the pygate_grpc folder for the implementation. :)

leonardge commented 4 years ago

Fixed.

apogiatzis commented 4 years ago

Awesome. LGTM!