A lightweight Python package to parse and compare semantic versioning strings. Current version 1.0.1, low release cadence.
pip install version-parserNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse and access version parts.
Use: from version_parser import Version
Use correct install command and import.
Ensure version string matches MAJOR.MINOR.PATCH pattern (no 'v' prefix).
Run: pip install version-parser (note hyphen, not underscore). Then import: from version_parser import Version
Use: from version_parser import Version
No dependency data recorded yet.