Application that reads yaml and serves up a pretty dashboard


Keywords
dashboard
License
MIT
Install
pip install dashmat==0.2.5.2

Documentation

DashMat

This is a dashboard framework written in Python.

Documentation can be found at http://dashmat.readthedocs.org

Installation

To install dashmat, just create a virtualenv somewhere and:

$ pip install dashmat

Or if you're developing:

$ pip install -e .
$ pip install -e ".[tests]"

Then something like:

$ export DASHMAT_CONFIG=dashmat.yml.example
$ dashmat run_checks
$ dashmat serve