Thanks to visit codestin.com
Credit goes to github.com

Skip to content

scitq/pyscitq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyscitq

Python workflow lib for scitq2

Description

This library is a python DSL for scitq v2 engine. It enables the creation of workflow in a simple and clear python code that is self-descriptive.

gRPC update

  • Copy scitq2 .proto file in this repo proto folder
  • make sure you have the right python package:
pip install grpcio grpcio-tools
  • Type in the following command:
python -m grpc_tools.protoc \
  -I proto \
  --python_out=src/scitq2/pb \
  --grpc_python_out=src/scitq2/pb \
  --proto_path=proto \
  --experimental_allow_proto3_optional \
  proto/taskqueue.proto
sed -i '' 's/^import taskqueue_pb2/from . import taskqueue_pb2/' src/scitq2/pb/taskqueue_pb2_grpc.py

About

Python workflow lib for scitq2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages