pysmvr

Commandline tool and module to handle semantic versions


License
MIT
Install
pip install pysmvr==0.0.6

Documentation

pysmvr, semver util for Python

Provides commandline tool and functions for semantic versions:

  • validation of version strings
  • increment of versions (major, minor or patch)
  • decrement of versions
  • parsing version string to dict
  • serializing version dict to string