Skip to content

Upload client for Vallen SHM Dashboard

License

Notifications You must be signed in to change notification settings

vallen-systems/shmdash

Repository files navigation

CI License: MIT PyPI PyPI - Python Version Ruff

SHMdash

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].

Installation

Install the latest version from PyPI:

$ pip install shmdash

Development setup

# 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