Closed ENDERZOMBI102 closed 1 year ago
for the spaces between parentheses, its for readability, they help us understand divide symbols and words, make things easier to parse. although can remove if needed.
the camelCase
is just personal preference, will change the casing as we've also noticed that the PEP says to use snake_case
moved to snake_case
and fixed workflow/tests
Thanks!
published! as said, can be found under flexver
on pypi: https://pypi.org/project/flexver
Implement FlexVer in Python via a
FlexVer
class which implements total ordering and acompare(str, str): int
function which is like the JavaFlexVerComparator.compare()
implementation.This was tested on Python 3.8 up to 3.11, using the files in the
tests
folder as input.If this is accepted, We will publish it to PyPi under the
flexver
name.