Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 571 Bytes

File metadata and controls

28 lines (15 loc) · 571 Bytes

PyTinyTransfer

A Python wrapper for TinyTransfer

Installation

  1. Add PyTinyTransfer as a submodule

    git submodule add <url/to/pytinytransfer>

  2. Update PyTinyTransfer's dependencies

    git submodule update --init --recursive

  3. Install PyTinyTransfer using pip

    pip install -e <path/to/pytinytransfer>

  4. Import into your project using the following syntax (for example):

from pytinytransfer import TinyTransferUpdatePacket

Todo:

  • Make union and array members visible through bindings (for debug)