Metadata-Version: 2.1
Name: mbus-gem-decoder
Version: 0.1.0
Summary: MBUS-GEM decoder
License: GPLv3
Author: René
Author-email: rene.pihlak@ttu.ee
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# mbusgemdecoder package
Decode MBUS-GEM register data into human-readable JSON.

## Introduction
The goal of `mbusgemdecoder` package is to convert a list of ten integer values into human-readable data object. `mbusgemdecoder` package automatically detects the type (`MBUS-GEM gateway`, `METER`, `METER VALUE`) of the register(s) and parses the data accordingly.

However, `mbusgemdecoder` package is only for data conversion. Use, for example, [pyModbusTCP](https://pypi.org/project/pyModbusTCP/) to obtain data to convert with `mbusgemdecoder`.

