Skip to content

USCRPL/pytinytransfer

Repository files navigation

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)

About

Python bindings for TinyTransfer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published