{"library":"nipreps-versions","title":"NiPreps Versions","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install nipreps-versions"],"cli":null},"imports":["import nipreps_versions","from nipreps_versions import VersionInfo"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from nipreps_versions import VersionInfo\n\n# Parse a version string\nver = VersionInfo('1.2.0')\nprint(ver)\n\n# Get version from a git repository (requires git)\n# ver = VersionInfo.from_git()\n\n# Check PEP 440 compliance\nprint(ver.is_pep440)","lang":"python","description":"Basic usage: parse version strings and check compliance.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}