04, August 2009 Link IPython helper — ipipe

ipipe extension provides a handy way to browse and manipulate tabular data, e.g. groups of files or environment variables or data dictionaries.

03, August 2009 Link Yet another command line parser for python

Finaloption is a command line parser, intended to make writing command line applications easy and painless. It uses built-in Python types (lists, dictionaries, etc) to define options, which makes configuration clear and concise. Additionally it contains possibility to handle subcommands (i.e. hg commit or svn update).

06, January 2009 Link Python Google Chart

Easy to use python wrapper for Google's Chart API.