Skip to content

OZI-Project/OZI

Repository files navigation

OZI

image

OZI is a set of publishing tools for creating and maintaining pure Python packages. See the documentation for the project roadmap, API specification, Meson version support, and other project information.

Project Information

PyPI - Python Version Supply-chain Levels for Software Artifacts v1.0 Build L3

Open Source Security Foundation self-certification status Open Source Security Foundation Scorecard Libraries.io SourceRank

Purpose

OZI is meant for Python developers as a standardized and opinionated Python packaging style guide and continuous integration checkpointing API using the Meson build system.

The OZI continuous integration strategy consists of:

  1. The following checkpointed environments:
  • code testing and coverage
  • distributing Python packages with Meson
  • code linting and formatting
  1. Release drafting
  2. Provenance generation (SLSA v1.0 - Level 3)
  3. Publishing

What OZI is not

  • A replacement for test environment managers like tox, as a matter of fact OZI uses tox.
  • A replacement for git hook package management tools like pre-commit

What OZI is

  • Checkpointed Python packaging for Meson projects focused on pure Python sources.

Contributing

See the project CONTRIBUTING.md

Contact

Eden Rose Duff MSc - help@oziproject.dev

image