Skip to content

jenarros/balderdash

 
 

Repository files navigation

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

About

Builders for monitoring dashboards

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%