This year
pyp - Python Power at the Prompt - Google Project Hosting
Pyp is a linux command line text manipulation tool similar to awk or sed, but which uses standard python string and list methods as well as custom functions evolved to generate fast results in an intense production environment. Pyed Pyper was developed at Sony Pictures Imageworks to facilitate the construction of complex image manipulation "one-liner" commands during visual effects work on Alice in Wonderland, Green Lantern, and the upcoming The Amazing Spiderman.
jkbr/httpie
HTTPie is a CLI frontend for python-requests built out of frustration. It provides an http command that can be used to easily issue HTTP requests. It is meant to be used by humans to interact with HTTP-based APIs and web servers. The response headers are colorized and the body is syntax-highlighed if its Content-Type is known to Pygments (unless the output is redirected).
2010
Python Package Index : e 1.2
Evaluate and display command line expressions with ``python -me expr``
Evaluate and display command line expressions with python -me expr
2009
argparse - Project Hosting on Google Code
The argparse module provides an easy, declarative interface for creating command line tools
2008


