Serialize and deserialize structured data.
microparcel impementation in Python.
- Free software: MIT license
Provides three differents entities:
A Message is the payload, with methods to access specifics bitfields on the data buffer
The Frame encapsulates the Message between a Start Of Frame and a CheckSum
And the Parser is used to Parse bytes into Message and encodes Messages in Frame
See Documentation: https://microparcel-python.readthedocs.io/en/latest/
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.