>
>
>    I made a Python3 module that allows users to use certain Linux shell
> commands from Python3 more easily than using os.system(),
> subprocess.Popen(), or subprocess.getoutput(). This module (once placed
> with the other modules) can be used like this
>
>
Looks similar to https://pypi.python.org/pypi/sh.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to