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: 3 months ago
JSON representation
A lightweight MessagePack (de)serialization library (not only) for MicroPython
- Host: GitHub
- URL: https://github.com/SpotlightKid/upy-msgpack
- Owner: SpotlightKid
- License: other
- Created: 2021-05-07T04:09:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T04:11:05.000Z (over 3 years ago)
- Last Synced: 2024-04-22T12:33:32.587Z (7 months ago)
- Topics: micropython, msgpack, python-module, serialization
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - upy-msgpack - A lightweight MessagePack (de)serialization library (not only) for MicroPython. (Libraries / Communications)
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/