A sans I/O Python implementation of the ProXR Protocol.
This Python package contains tooling for encoding and decoding bytestrings for communication with ProXR peripherals. ProXR has been implemented using a variety of transport layers---XBee, UART, Ethernet, etc. In persuit of simplicity and reusability, this package does not contain any interface capabilities. Use something like pySerial for transport. Read the sans I/O manifesto for more motivation regarding this design pattern.