Skip to content

Latest commit

 

History

History

python3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Installation

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

Usage

$ python3 task.py --token "<access_token>" --task-id "<id>" [--cancel | --wait <out>]