{"library":"ozi","title":"OZI - Package Python projects with Meson","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install ozi"],"cli":{"name":"ozi","version":"<ozi_spec-1.1.12>/ozi_spec/python.py:105: FutureWarning: Python 3.11.15 support is pending deprecation as of 2025-10-03."}},"imports":["from ozi import OZI","from ozi.project import Project"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from ozi import OZI\nimport os\n\n# Initialize OZI with a project path\nproj_path = os.path.expanduser('~/my_project')\nozi = OZI(proj_path)\n\n# Create a new project scaffold\nos.environ['OZI_PROJECT_NAME'] = 'example'\nozi.create_project()\n\nprint('Project created at', proj_path)","lang":"python","description":"Initialize OZI and create a new project scaffold. Requires OZI_PROJECT_NAME environment variable.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}