aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-plumbum/pkg-descr
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2013-12-19 15:21:49 +0000
committerDavid Naylor <dbn@FreeBSD.org>2013-12-19 15:21:49 +0000
commit0fd77b0d745442e3121e397b5a2f49f86e8cf81a (patch)
tree9a2006f3040e3d180064414fc54ad977aa6571a5 /sysutils/py-plumbum/pkg-descr
parent2f70b7502340c7aa5d3a259f10edb97f2d362d5d (diff)
downloadports-0fd77b0d745442e3121e397b5a2f49f86e8cf81a.tar.gz
ports-0fd77b0d745442e3121e397b5a2f49f86e8cf81a.zip
Notes
Diffstat (limited to 'sysutils/py-plumbum/pkg-descr')
-rw-r--r--sysutils/py-plumbum/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/py-plumbum/pkg-descr b/sysutils/py-plumbum/pkg-descr
new file mode 100644
index 000000000000..7148aac6e183
--- /dev/null
+++ b/sysutils/py-plumbum/pkg-descr
@@ -0,0 +1,14 @@
+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.
+
+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. Now let?s see some code!
+
+WWW: http://plumbum.readthedocs.org/en/latest/