
This small python library provides a few tools to handle semver in python. it follows strictly the 2.0.0 version of the semver scheme. semantic_version can also support versions which wouldn't match the semantic version scheme by converting a version such as 0.1.2.3.4 into 0.1.2+3.4.
this package contains the documentation.