Registry / devops / ozi
library2.1.31pypypi✓ verified 79d ago

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 ozi
INSTALL
IMPORT
SIG · OZI
O
ozi
devopspythonv2.1.31
Install
9.3s avg
Import
Disk
78MB
Pass rate
6/ 10
Env Coverage6 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v2.1.31 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✕ build_error
✕ build_error
py 3.11
✓ —
✓ 9.4s
py 3.12
✓ —
✓ 9.4s
py 3.13
✓ —
✓ 9.1s
py 3.9
✕ build_error
✕ build_error
78MB installed
● package 78MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

get_version
from ozi import get_version
from ozi import OZI
current_version
from ozi import current_version
from ozi import OZI
version
from ozi import version
from ozi import OZI

Initialize OZI and create a new project scaffold. Requires OZI_PROJECT_NAME environment variable.

from ozi import OZI import os # Initialize OZI with a project path proj_path = os.path.expanduser('~/my_project') ozi = OZI(proj_path) # Create a new project scaffold os.environ['OZI_PROJECT_NAME'] = 'example' ozi.create_project() print('Project created at', proj_path)
ozi --version
Debug
Known issues
breakingOZI v2 removes the `meson.build` template auto-generation; you must provide your own Meson configuration.
fix
Migrate manually or use `ozi scaffold` to generate a new template.
affects: <2.0 -> >=2.0
deprecatedThe `OZI.dist()` method is deprecated since v2.1. Use `Project.build()` instead.
fix
Replace `ozi.dist(...)` with `Project(proj_path).build(...)`.
affects: 2.0 - 2.1.x
gotchaOZI does not support Python 3.14 yet despite declaring `<3.14`. The version constraint actually limits to 3.13 max.
fix
Use Python 3.10-.13 for now.
affects: >=2.1
Upgrade
Version history
2.1.31latest on PyPI · released Apr 6, 2026
Audit
Dependencies
mesonrequiredCore build system
ninjarequiredBuild backend for Meson
Agent activity
32 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources