Metadata-Version: 1.0
Name: espy
Version: 0.4.1
Summary: Operating Environment Inspection
Home-page: https://github.com/patricknevindwyer/espy
Author: Patrick Nevin Dwyer
Author-email: patricknevindwyer@gmail.com
License: UNKNOWN
Download-URL: https://github.com/patricknevindwyer/espy/tarball/master
Description: Operating Environment Inspection
        -------------------------------------
        
        Espy is a simple way to check the environment in which your code will run:
        
            # Boiler plate sanity check
            
            python >= 2.7
            
            # Make sure we have MongoDB and Drivers
            
            py pymongo >= 2.1.0
            
            cmd mongod >= 2.0.0
            
            # Track down Solaris GCC install
            
            cmd /usr/sfw/bin/gcc >= 4.0
        
        Espy makes it easy to check Python Modules and external commands.
        
Keywords: library,environment,validate
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
