Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 591 Bytes

File metadata and controls

16 lines (9 loc) · 591 Bytes

gRCP Shared Package

Docker setup instructions

  • Follow the steps inside the compose repository

Setup instructions

  • Install poetry

  • Run poetry install to install dependencies

How to generate or update gRCP protobuffs

  • Generate python gRPC code by running: python3 -m grpc_tools.protoc -I./grcppkg/protos --python_out=./grcppkg --grpc_python_out=./grcppkg ./grcppkg/protos/server.proto
    • Change server_pb2_grpc.py to be from . import server_pb2 as server__pb2