Metadata-Version: 1.0
Name: checker
Version: 1.2
Summary: A tool for checking system configuration.
Home-page: http://www.simplistix.co.uk/software/python/checker
Author: Chris Withers
Author-email: chris@simplistix.co.uk
License: MIT
Description: =======
        Checker
        =======
        
        This is a cross-platform, pluggable tool for comparing the
        configuration of a machine with a known configuration stored in text
        files in a source control system.
        
        It currently supports comparison of the following types of
        configuration data:
        
        - text files and directories containing text files
        
        - Subversion checkouts
        
        - `buildouts`__
        
        - crontabs
        
        - installed Debian/Ubuntu package versions
        
        - run levels and priorities for daemons on Debian/Ubuntu systems
        
        __ http://pypi.python.org/pypi/zc.buildout
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
