Google Sommer of Code 2006 Projects

Add a real GUI to ipipe

IPython 0.7.2 will contain a new extensions module named ipipe, which adds "piping" generators to produce shell like pipeline behaviour with python data. (See ipipe recipes for a list of examples.)

Currently ipipe contains a curses based object browser, which looks like this (on the Mac):

IPython shell browsing the output of the iwalk pipe

The goal of this SoC project is to add an object browser based on wxPython or wax to ipipe.

Attachments