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:

>>> vcheck.vcheck(vcheck, version='v1.0.0')
True