kpybrowser
(c) 2000 Boudewijn Rempt (boud@rempt.xs4all.nl)
A path/class/function browser for Python. More-or-less a port of IDLE path & class browser. All credits are due to the authors of IDLE...
Planned features:
- Browsing packages and modules on the sys.path
- Adding new pathes to the browser
- Removing pathes from the browser
- Session management: remembering which top-level pathes were last selected
- Showing class headers, function arguments, imported modules, docstrings, top comments, functions that are not in a class, FIXME and TODO lines, copyright lines.
- Opening modules from the browser with a user-definable editor
- searching for names on the path
