cmdgraph

A small set of complimentary tools for exploratory computational research


License
MIT
Install
pip install cmdgraph==0.1.2

Documentation

CommandGraph is a small set of complimentary tools for exploratory computational research. It provides functionality to simplify the following tasks:

  • Routing, validating, and storing command configurations
  • Keeping track of command states and executing command dependencies when necessary
  • Storing and accessing command outputs
  • Generating command-line and web-based user interfaces

The full documentation is available here.

For the most up-to-date version, install from GitHub:

> pip install --upgrade https://github.com/MasonMcGill/cmdgraph/tarball/master