protobufs/scripts/python-gen.sh
itzaname 0bb43a49b1
Some checks failed
continuous-integration/drone/push Build is failing
Add python generation
2022-07-17 02:34:29 -04:00

3 lines
113 B
Bash
Executable File

#!/bin/bash
python -m grpc_tools.protoc -I./ --python_out=./python-grpc --grpc_python_out=./python-grpc *.proto