tree: e1bccf23e4d876457326152b5944af21dfcbe19d [path history] [tgz]
  1. .gitignore
  2. directory_browse.py
  3. download_http.py
  4. readme.md
  5. requirements.txt
examples/src/main/python/readme.md

python3 -m venv venv source venv/bin/activate pip install --upgrade pip pip install -r requirements.txt

mkdir -p google/api
curl https://raw.githubusercontent.com/googleapis/googleapis/master/google/api/annotations.proto > google/api/annotations.proto
curl https://raw.githubusercontent.com/googleapis/googleapis/master/google/api/http.proto > google/api/http.proto

python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. --proto_path=../../../../api/stub/src/main/proto/ MFTApi.proto