Metadata-Version: 2.1
Name: sprun
Version: 0.0.3
Summary: subprocess run, simply execute a list of commands
Home-page: https://gitlab.com/a4z/sprun
Author: Harald Achitz
Author-email: harald.achitz@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://gitlab.com/a4z/sprun/issues
Description: # Patch execution of multiple commands via subprocess
        
        Sometimes you just want to run some commands via the python subprocess module,
        and if any of those commands fails choose if you continue, stop or ask for continuation.
        Finally, when command processing is done, a list of succeeded and failed commands is nice to have.
        
        This is what `sprun`, subprocess run, is good for.
        
        
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
