Metadata-Version: 1.1
Name: VCheck
Version: 1.2.0
Summary: Version checking for Python modules
Home-page: https://github.com/joelfrederico/VCheck
Author: Joel Frederico, SLAC National Accelerator Laboratory
Author-email: joelfred@slac.stanford.edu
License: MIT
Description: VCheck
        ======
        
        This project is designed to make version checking easier in scripts. A 
        common development problem of scripts is that they depend on older
        versions of packages that have evolved.  These scripts may have
        incompatibilities with the newer modules that result in the scripts
        breaking. It is then very difficult to track down which version of the
        module the script depends on if it was never recorded which version of
        the module the script is built against.
        
        Initially, this requires modules to be installed via PIP in
        development mode in a git repository. The end-goal is to have version
        checking be flexible enough to detect git and work with or without it.
        
Keywords: version check test development quality assurance
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
