Version schemes and utilities for NiPreps tools (NiPreps version 1.2.0). Provides standardized versioning logic (pep440, semver, git-based) for neuroimaging preprocessing workflows. Released irregularly as needed.
pip install nipreps-versionsVerified import paths — ran on the pinned version, not inferred.
Basic usage: parse version strings and check compliance.
Use VersionInfo version string directly or VersionInfo.from_installed() for installed packages.
Upgrade to Python >=3.10 or pin nipreps-versions to version <1.0.0 (if available).
Use .version tuple property or explicit comparison methods.
Install via pip install nipreps-versions; import uses underscores.
Use ver.version attribute (a tuple) instead of ver[0].
No dependency data recorded yet.