MaFackler / sml_volkszaehler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SML Volkszaehler

Package to read SML Data from tty device.

Installation

Building and Installation

# The build package has to be installed
# pip install build
python -m build
pip install dist/<filename>.whl

Development Installation

# Create virtual env
python -m venv .myenv

# Activate virtual env
source .myenv/bin/activate

# install the current repo
pip install -e .

Run Tests

pytest -v

Usage

python -m sml_volkszaehler /dev/<ttyDevice>

About

License:The Unlicense


Languages

Language:Python 100.0%