Metadata-Version: 2.1
Name: micropython-senml
Version: 0.1.0
Summary: SenML serialisation for MicroPython.
Project-URL: Homepage, https://github.com/micropython/micropython-lib
Author-email: micropython-lib <contact@micropython.org>
License: 0.1.0
Requires-Dist: cbor2
Description-Content-Type: text/markdown

# Introduction

The SenML library helps you create and parse [senml documents](https://tools.ietf.org/html/draft-ietf-core-senml-13)
in both json and cbor format.

# key features

- Object oriented design.
- built in support for [senml's unit registry](https://tools.ietf.org/html/draft-ietf-core-senml-12#section-12.1)
- extensible for new data types
- direct support to read/write in json and cbor format.
- automatically adjusts record data with respect to base time, base value & base sum.
