Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/SpotlightKid/upy-msgpack

A lightweight MessagePack (de)serialization library (not only) for MicroPython
https://github.com/SpotlightKid/upy-msgpack

micropython msgpack python-module serialization

Last synced: 2 months ago
JSON representation

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

Lists

README

        

# 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.*

[MessagePack]: http://msgpack.org/