gRPC
컴파일
protoc \
--proto_path=<protoRoot> \
--python_out=<pythonRoot> \
--pyi_out=<pythonRoot> \
--grpc_out=<pythonRoot> \
--plugin=protoc-gen-grpc="$(which grpc_python_plugin)" \
<protoFile>
정보
Python Quick start에서는 grpcio-tools
를 사용합니다.