unascribed / FlexVer

A SemVer-compatible intuitive comparator for free-form versioning strings as seen in the wild, designed to sort versions like people do.
Creative Commons Zero v1.0 Universal
65 stars 10 forks source link

[DRAFT] python: init #11

Closed Infinidoge closed 1 year ago

Infinidoge commented 1 year ago

Implements FlexVer in Python via the FlexVer class, which implements total ordering.

TODO:

Aggreement:

unascribed commented 1 year ago

10 has been merged; please port your tests to the new file-based test cases. You will likely also need to implement the fix for #12.

ENDERZOMBI102 commented 1 year ago

what is missing in this PR? i would be interested into using FlexVer from python

unascribed commented 1 year ago

Closing in favor of #22, as Infinidoge seems to have abandoned this PR.