Installation¶
UVID requires Python 3.10 or later. The package includes a compiled Rust extension that ships as pre-built wheels for common platforms.
From PyPI¶
From Source¶
Building from source requires a Rust toolchain (1.70+). Install Rust via rustup if you don't have it.
This uses maturin under the hood to compile the Rust extension and install the Python package.
As a CLI Tool¶
If you only need the command-line interface:
This makes the uvid command available globally without activating a virtual environment.