acatton / python-spm

:muscle: Simple and secure sub processes manager
https://python-spm.readthedocs.org/en/latest/
MIT License
10 stars 3 forks source link

File redirections API #6

Open acatton opened 9 years ago

acatton commented 9 years ago

Improve the file redirection API.

Something like:

import spm

l = spm.run('ls')
l.stdout = spm.stdout
l.wait()  # Write output to console