Metadata-Version: 2.1
Name: qz7.subprocess_w
Version: 0.0.2
Summary: A Popen wrapper for graceful process termination
Home-page: http://github.com/parantapa/qz7.subprocess_w
Author: Parantapa Bhattacharya
Author-email: pb+pypi@parantapa.net
License: UNKNOWN
Description: # qz7.subprocess_w
        
        A Popen wrapper for graceful process termination
        
        This package provides a Popen wrapper class
        called PopenW that termimates subprocess cleanly,
        instead of leaving zombie or orphan processes
        when the parent process raises an unexpected exception.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
