Quirks of Python package versioning

Quirks of Python package versioning

Articles

Python package versioning, while seemingly straightforward with formats like SemVer, has intricate quirks that necessitate using the official packaging.version.Version class rather than treating versions as mere strings.