http://plumbum.readthedocs.org/en/latest/index.html
Ever wished the compactness of shell scripts be put into a real programming
language? Say hello to Plumbum Shell Combinators. Plumbum (Latin for lead,
which was used to create pipes back in the day) is a small yet feature-rich
library for shell script-like programs in Python. The motto of the library is
"Never write shell scripts again", and thus it attempts to mimic the shell
syntax (shell combinators) where it makes sense, while keeping it all Pythonic
and cross-platform.
Plumbum provides shell-combinators ("syntactic sugar") on top of Popen, local
and remote process execution, local and remote path manipulation and a powerful
optparse/argparse replacement for writing CLI application,
Changelog: http://plumbum.readthedocs.org/en/latest/changelog.html
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/