razel 0.5.7

a command executor with caching for data processing pipelines
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>razel graphs</title>
</head>
<body>

graph_with_subgraphs
{{graph_with_subgraphs}}

graph_simple
{{graph_simple}}

<script type="module">
    import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10.0.2/dist/mermaid.esm.min.mjs';
    mermaid.initialize({
        startOnLoad: true,
        theme: "base",
        themeVariables: {
            primaryColor: '#ffffff',
        },
    });
</script>

</body>
</html>