Skip to content

aidee-health/embody-codec

Repository files navigation

EmBody protocol codec

PyPI Status Python Version License

Tests

pre-commit Black

This is a Python based implementation library for the Aidee EmBody communication protocol.

Features

  • Encode protocol messages to binary data (bytes)
  • Decode binary data to protocol messages
  • Accessory code

Requirements

  • This library does not require any external libraries
  • Requires Python 3.8+

Installing package with pip from github

You can install embody codec via pip from PyPI:

pip install embody-codec

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was originally generated from @cjolowicz's Hypermodern Python Cookiecutter template.