python3-semver

library for Semantic Versioning standard versions – Python 3

Description

This Python module helps to compare versions according to the Semantic Versioning standard <https://semver.org/>. The system is like this: given a version number “MAJOR.MINOR.PATCH”, increment the:
 * MAJOR version when you make incompatible API changes,
 * MINOR version when you add functionality in a backwards-compatible
   manner,
 * PATCH version when you make backwards-compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the “MAJOR.MINOR.PATCH” format.

This package contains the Python 3 module.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/python-semver/python-semver


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-semver