Skip to content

Releases: PaulSchweizer/flowpipe

Support for python 2.6

03 Jun 16:13

Choose a tag to compare

  • Concept of engines removed
  • Testsuite improved
  • support for python 2.6
  • Cleanup

Flow based programming with Python

01 Oct 12:09

Choose a tag to compare

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