queues-py3-grpc/Makefile
2024-12-08 15:37:02 +03:00

7 lines
215 B
Makefile

gen:
rm -rf schemas
python generator.py queues
python -m grpc_tools.protoc --proto_path schemas --python_out=. --pyi_out=. --grpc_python_out=. ./schemas/queues/tasks.proto
rm -rf schemas
run:
python ./server.py