Semver4 is a Python library for parsing, comparing, and incrementing semantic versions, extended with an optional hotfix version field. Currently at 0.0.1b8 (beta), it supports Python 3.8+ and provides a simple API for version manipulation. The project is under active development on GitHub.
pip install semver4No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create, parse, compare, and bump semantic versions with an optional hotfix field.
Pin to exact version in requirements: semver4==0.0.1b8
Use semver4's own parsing functions for strings containing hotfix.
Monitor the repo for updates if your use case depends on hotfix.