Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.44 KB

ReadMe.md

File metadata and controls

19 lines (15 loc) · 1.44 KB

AnyVer.py Unlicensed work

GitLab Build Status wheel (GHA via nightly.link) GitLab Coverage Coveralls Coverage GitHub Actions Libraries.io Status Code style: antiflash

Just a version parsing library.

Extracts numbers, their formats and a hex-number (available as hash) from version strings. Allows comparisons (>, < and ==) and editing. Allows accessing components separately using numeric indices. Allows iteration. First 4 components are available as properties major, minor, patch and tweak.

See tests/tests.py for the examples.

Requirements