changeset 27:386f25d345d5 tip

Fix documents
author Thinker K.F. Li <thinker@codemud.net>
date Sun, 09 Jun 2013 17:08:33 +0800
parents 77ed60603436
children
files README
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Apr 04 13:46:48 2011 +0800
+++ b/README	Sun Jun 09 17:08:33 2013 +0800
@@ -1,15 +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
+shell commands from Python code.  For people who do integration or be
+a system administrator, shell script is a very powerful tool for
+their tasks.  Python is powerful in many aspects while shell script is
+weak, for example, user interface and database accessing.  If we
+write our program in Python, and call shell scripts for the tasks that
+shells are good for, we shall do our tasks more efficiently.  But, it
+is not good as expection.  It is usually tedious calling shell commands,
+especially for transfering 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
+is also hard to passing variables between domains, you need complicated
+string joining/formatting and parsing.  PyShada helps people to
 simplify these works.
 
 WWW: http://www.assembla.com/wiki/show/pyshada