ClassesΒΆ
VCheck provides a class CheckMod which processes and organizes the version information of a module for quick access and processing:
CheckMod(mod) |
A class containing the main information on a module for version checking. |
It is the backbone of VCheck, and is fairly simple to use.
Example
Version-checking VCheck itself:
>>> mod = vcheck.CheckMod(vcheck)