A Python wrapper for TinyTransfer
Add PyTinyTransfer as a submodule
git submodule add <url/to/pytinytransfer>Update PyTinyTransfer's dependencies
git submodule update --init --recursiveInstall PyTinyTransfer using pip
pip install -e <path/to/pytinytransfer>Import into your project using the following syntax (for example):
frompytinytransferimportTinyTransferUpdatePacket- Make union and array members visible through bindings (for debug)