Skip to main content

Python

Python bindings are WIP

not all features are usable

Package manager

Python bindings can be installed via a package manager directly from github

pip install git+https://github.com/Imn0/timber-py.git

Manual install

To install bindings manually, for example when a C code change is needed or to create custom version

  1. Clone bindings

    git clone --recurse-submodules https://github.com/Imn0/timber-py.git
  2. Compile and install

    pip install ./timber-py