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