honey-team / ufpy

Ufpy (Useful Python) - package for Python with some useful features
https://honey-team.github.io/ufpy-website
MIT License
3 stars 3 forks source link

Version object #4

Open bleudev opened 4 months ago

bleudev commented 4 months ago

Add new class Version for simplification of working with versions

ver = Version('0.2', ufpy.alpha)
ver2 = Version('0.2', ufpy.beta)
print(ver2 > ver) # True