Prune devel/rubygem-debugger-xml
[dports.git] / sysutils / py-plumbum / pkg-descr
1 Ever wished the compactness of shell scripts be put into a real programming
2 language? Say hello to Plumbum Shell Combinators. Plumbum (Latin for lead, which
3 was used to create pipes back in the day) is a small yet feature-rich library
4 for shell script-like programs in Python. The motto of the library is ?Never
5 write shell scripts again?, and thus it attempts to mimic the shell syntax
6 (shell combinators) where it makes sense, while keeping it all Pythonic and
7 cross-platform.
8
9 Apart from shell-like syntax and handy shortcuts, the library provides local and
10  remote command execution (over SSH), local and remote file-system paths, easy
11 working-directory and environment manipulation, and a programmatic Command-Line
12 Interface (CLI) application toolkit. Now let?s see some code!
13
14 WWW: http://plumbum.readthedocs.org/en/latest/