You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

py_output.sh 427 B

1234567
  1. python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. MessageType.proto
  2. python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. Message2Clients.proto
  3. python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. Message2Server.proto
  4. python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. --grpc_python_out=. Services.proto
  5. chmod -R 755 ./
  6. mv -f ./*.py ../../CAPI/python/proto
  7. mv -f ./*.pyi ../../CAPI/python/proto