Skip to content

Flow based programming with Python

Choose a tag to compare

@PaulSchweizer PaulSchweizer released this 01 Oct 12:09
· 209 commits to master since this release

Features:

  • Api:
    • Create Nodes with arbitrary Inputs and Outputs
    • Node can execute arbitrary python code
    • Nodes can be connected via their inputs and outputs to form a Graph
  • Graphs behave like Nodes and can be used within other Graphs
  • Graph Evaluation in arbitrary environments (Engines)
  • Graph is JSON serializable and deserializable
  • Comprehensive string representation for Graph and Nodes