changeset 26:77ed60603436

Add README
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 04 Apr 2011 13:46:48 +0800
parents c516d8593c0e
children 386f25d345d5
files README
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Mon Apr 04 13:46:48 2011 +0800
@@ -0,0 +1,15 @@
+PYthon SHell ADApter (PyShada) is a Python module to simplify calling
+shell commands from Python code.  For people who integrate or be
+administrator of a system, shell script is a very powerful way to do
+their jobs.  Python is powerful in many aspect that shell script is
+weak, for example, user interface and database accessing.  If we can
+write our program in Python, and call shell script for the jobs that
+shell is good for, we can finish our tasks more efficiently.  But, it
+is as good as aspect.  Calling shell commands is usually tedious,
+especially transfer data between Python and shell domain.  Creating
+pipes in Python code is not as simple as doing with shell command.  It
+is also hard to passing variable between domains, you need complicate
+string joining/formatting and parsing.  PyShada is supposed to
+simplify these works.
+
+WWW: http://www.assembla.com/wiki/show/pyshada