forked from anki/vector-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProtoBuildPy.bat
More file actions
14 lines (13 loc) · 1.37 KB
/
ProtoBuildPy.bat
File metadata and controls
14 lines (13 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
xcopy /e /Y proto\_git\googleapis\google\api proto\google\api\
xcopy /e /Y proto\_git\protobuf\python\google\protobuf proto\google\protobuf\
xcopy /Y anki_vector\messaging\*.proto proto\anki_vector\messaging\
python -m grpc_tools.protoc -I./proto --python_out=. --grpc_python_out=. ./proto/anki_vector/messaging/alexa.proto
python -m grpc_tools.protoc -I./proto --python_out=. --grpc_python_out=. ./proto/anki_vector/messaging/behavior.proto
python -m grpc_tools.protoc -I./proto --python_out=. --grpc_python_out=. ./proto/anki_vector/messaging/cube.proto
python -m grpc_tools.protoc -I./proto --python_out=. --grpc_python_out=. ./proto/anki_vector/messaging/extensions.proto
python -m grpc_tools.protoc -I./proto --python_out=. --grpc_python_out=. ./proto/anki_vector/messaging/external_interface.proto
python -m grpc_tools.protoc -I./proto --python_out=. --grpc_python_out=. ./proto/anki_vector/messaging/messages.proto
python -m grpc_tools.protoc -I./proto --python_out=. --grpc_python_out=. ./proto/anki_vector/messaging/nav_map.proto
python -m grpc_tools.protoc -I./proto --python_out=. --grpc_python_out=. ./proto/anki_vector/messaging/response_status.proto
python -m grpc_tools.protoc -I./proto --python_out=. --grpc_python_out=. ./proto/anki_vector/messaging/settings.proto
python -m grpc_tools.protoc -I./proto --python_out=. --grpc_python_out=. ./proto/anki_vector/messaging/shared.proto