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
- uv
- requirements.txt
- pyproject.toml
pip install git+https://github.com/Imn0/timber-py.git
uv add git+https://github.com/Imn0/timber-py.git
git+https://github.com/Imn0/timber-py.git
dependencies = [
"timber @ 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
-
Clone bindings
git clone --recurse-submodules https://github.com/Imn0/timber-py.git -
Compile and install
pip install ./timber-py