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 the example code.
pip install balderdash
- 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