microparcel-python

https://img.shields.io/pypi/v/microparcel.svg https://img.shields.io/travis/lukh/microparcel-python.svg Documentation Status

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/

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.