Builders for monitoring dashboards


License
Apache-2.0
Install
pip install balderdash==0.0.1

Documentation

Balderdash

Build Status Coverage StatusPyPI version

A Python DSL for building various dashboards. Currently supports:

  • Kibana - apply filters and output fields as a table
  • Grafana - multiple rows with multiple (evenly split) panels

See it:

See the example code.

Get it:

pip install balderdash

Publish it:

  • Ensure twine is installed
  • Ensure you've got ~/.pypirc setup with your username
  • If your ~/.pypirc defines your repository as www.python.org/pypi, delete that line. It's wrong.
  • Update version in ./setup.py
  • Run ./publish.sh <version>
  • Enter your PyPI password (twice)
  • Check it appears on on PyPI