Installation

From PyPI

pip install ivpm-build

With optional CMake support (pulls in scikit-build-core):

pip install ivpm-build[cmake]

Relationship to ivpm

ivpm-build is a build-time companion for projects that are managed by ivpm. It extracts the ivpm.setup build helpers into a lightweight package that only needs to be present when building — not when running — the project.

Runtime code that queries the IVPM package registry (PkgInfoRgy) still requires ivpm itself.