Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 664 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 664 Bytes

GPyFlow

GPyFlow is simple and easy engine to run local workflow.

Install

python3 setup.py install

Use Web Editor to Define a Workflow

GPyFlow Visual WebSite.

Usage

  • extract macros

pyflow extract -f flow.json -o input.macros
  • run workflow

pyflow run -i input.macros -o output_dir flow.json
# or
pyflow run -i input.macros -o output_dir workflow.zip
  • tar workflow directory to share

pyflow tar workflow_dir
  • more

preview commamd lines before run a workflow

pyflow run --preview true -i input.macros -o output_dir flow.json