ANN: Plumbum v1.1
Tomer Filiba
tomerfiliba at gmail.com
Sun Dec 16 13:19:12 CET 2012
Plumbum 1.1 was released, adding Paramiko integration and support for subcommands
About
=====
Ever wished the wrist-handiness 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.
Apart from shell-like syntax and handy shortcuts, the library provides local and remote command execution (over SSH), local and remote file-system paths, easy working-directory and environment manipulation, and a programmatic Command-Line Interface (CLI) application toolkit.
Documentation and Download
==========================
http://plumbum.readthedocs.org/en/latest/
http://pypi.python.org/pypi/plumbum
http://plumbum.readthedocs.org/en/latest/changelog.html
More information about the Python-announce-list
mailing list