Metadata-Version: 1.0
Name: execute
Version: 1.0
Summary: Common patterns for executing commands as sub processes
Home-page: http://packages.python.org/execute
Author: Chris Withers
Author-email: chris@simplistix.co.uk
License: MIT
Description: =======
        Execute
        =======
        
        This is a collection of common patterns (and initially only one pattern!)
        for running executables in a sub-process using the ``subprocess``
        module.
        
        For documentation, see `http://packages.python.org/execute`__
        
        __ http://packages.python.org/execute
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
