/upy-msgpack

A lightweight MessagePack (de)serialization library (not only) for MicroPython

Primary LanguagePythonOtherNOASSERTION

upy-msgpack

upy-msgpack is a lightweight MessagePack serializer and deserializer module written in pure Python, compatible with CPython version 3+ and MicroPython 1.15+.

Note: This project in in pre-alpha stage. At the moment only serialization of basic types is implemented. There is no support for extension types, timestamps or de-serialization.