vcheck.CheckMod¶
-
class
vcheck.CheckMod(mod)[source]¶ A class containing the main information on a module for version checking.
Attributes
hexshaThe hex sha1 of the git repo of the main module. mainmodThe root module being checked. mainmod_pathThe path to the root module being checked. modThe module being checked. repoObject representing the git repo of the main module. versionThe version of the main module. Methods
vcheck(hexsha, version)Checks to see if the module matches the version requested.