본문으로 건너뛰기

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를 사용합니다.