Installation

okf-schema is published to PyPI and can be installed with any Python package manager.

With pip

pip install okf-schema

Verify the installation

okf-schema --version

Upgrade (uv)

uv tool install --upgrade okf-schema

OKF-Schema library

Install as a Python library for programmatic use:

uv add okf-schema

Next steps