Python client library to upload data to a SHM Dashboard server.
Have a look at the basic example for usage. Further descriptions of the client functions can be found in the docstrings.
Note
The SHM Dashboard is a product from Vallen Systeme to upload data from different sources and locations and instantly access and visualize the data in a dashboard. If you are interested, please check out our demo dashboard and contact our sales department [email protected].
Install the latest version from PyPI:
$ pip install shmdash
# Clone repository
$ git clone https://github.com/vallen-systems/shmdash
$ cd shmdash
# Install package and development tools
$ pip install -e .[dev]
# Run checks
$ ruff check .
$ mypy .
# Run tests
$ pytest