Skip to content

ewoks-kit/ewoksdraw

Repository files navigation

ewoksdraw

Pipeline Code style: black License Coverage

A library to generate SVG mock-ups out of Ewoks workflows.

Quick start

pip install "git+https://github.com/ewoks-kit/ewoksdraw.git"
from ewoks import load_graph
from ewoksdraw import graph_to_svg

# Load a graph with `ewoks.load_graph`
graph = load_graph(...)

# Generate the SVG 
graph_to_svg(graph, output_path='my_workflow.svg')

About

Render Ewoks workflows as SVG

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors