A pure Python implementation of the RPM version comparison algorithm (rpmvercmp). Current version 0.1.2, no regular release cadence observed.
pip install rpm-vercmpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compare two RPM version strings.
Use `rpmvercmp(a, b) > 0` instead of `rpmvercmp(a, b)` in boolean contexts.
Ensure input strings follow RPM version format (e.g., '1.2.3', '1.2.3-1').
No dependency data recorded yet.