"A simple wrapper around `subprocess.Popen` to reduce the painfulness of running multiple processes concurrently."
Project description
Subtask
A simple wrapper around subprocess.Popen
to reduce the painfulness of running multiple processes concurrently.
task = Subtask(['python', 'hello.py'])
task.wait()
assert task.read_stdout().strip() == "Hello, world!"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Subtask-0.2.0.tar.gz
(4.0 kB
view hashes)