vcheck.CheckMod.vcheck

CheckMod.vcheck(hexsha, version)[source]

Checks to see if the module matches the version requested.

Parameters:

hexsha : str

A git sha1 signature indicating a particular commit.

version : str

A string indicating a particular git tag.

Raises:

vcheck.VersionError

If there has been an error identifying the module version.