python-semver

helps to compare semantic versioning - Python 2.x

Description

This Python module helps to compare versions as noted at http://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 2.x 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/k-bx/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 python-semver