OZI is a build system helper that wraps Meson to simplify packaging Python projects. It provides project scaffolding, dependency management, and automated builds for C extensions. Current version 2.1.31, requires Python 3.10-3.13. Active development with monthly releases.
pip install oziVerified import paths — ran on the pinned version, not inferred.
Initialize OZI and create a new project scaffold. Requires OZI_PROJECT_NAME environment variable.
Migrate manually or use `ozi scaffold` to generate a new template.
Replace `ozi.dist(...)` with `Project(proj_path).build(...)`.
Use Python 3.10-.13 for now.