rappf

Replayable App Framework


Install
pip install rappf==0.2

Documentation

Diagonal Directed Graph Visualization

Functionality to print a DAG as ASCII art and automatically determine the order in which to print the nodes. A directed version of the bull graph would look as follows:

0-+
  +-1-+---+
      +-2-+
          +-3-+
              +-4