# HG changeset patch # User Thinker K.F. Li # Date 1370768913 -28800 # Node ID 386f25d345d58078ec4c61a6ff6b8fcc4dedfc2a # Parent 77ed60603436c8d83b20765c948fc6aed476bd9f Fix documents diff -r 77ed60603436 -r 386f25d345d5 README --- 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