Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Installation

$ pip3 install grpcio-tools
$ python3 -m grpc_tools.protoc -I .. --python_out=. --grpc_python_out=. ../storage.proto ../task.proto

Usage

$ python3 task.py [--ca /path/to/russian_trusted_root_ca] --token "<access_token>" --task-id "<id>" [--cancel | --wait <out>]