envelopes
envelopes copied to clipboard
Include `envelopes.__version_info__`
Sorry, you already have __version__
, but it would be nice to add envelopes.__version_info__
.
what would be the difference between these two objects?
Haha, 4 years have passed :)
The difference is that envelopes.version_info will be an object like Python's sys.version_info
that is easily accessible, unlike a string. i.e. you can get the major, minor versions and easily compare versions.
yeah, sadly.
if you want to parse version strings, you can use semver. but a native implementation wouldn't be that hard.