gilloud / senml-python-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KPN SenML

Introduction

The KPN SenML library helps you create and parse senml documents in both json and cbor format.

Key Features

  • Object oriented design.
  • built in support for senml's unit registry
  • extensible for new data types
  • makes use of (but doesn't restrict to) KPN's predefined list of record names.
  • direct support to read/write in json and cbor format.
  • automatically adjusts record data with respect to base time, base value & base sum.
  • for python 2.7 and 3.5 (geared towards embedded systems)

Testing

To execute all unit tests:

$ pip install -r requirements_test.txt
$ cd tests
$ pytest . -v --cov=kpn_senml --cov-report=html

Please visit our docs site for more info.

LICENSE

MIT

About

License:MIT License


Languages

Language:Python 100.0%