4 Summary: A library for building flexible command line interfaces
5 Home-page: http://starship.python.net/crew/mwh/hacks/pyrepl.html
7 Author-email: mwh@python.net
9 Description: pyrepl is a Python library, inspired by readline, for building flexible
10 command line interfaces, featuring:
11 * sane multi-line editing
12 * history, with incremental search
13 * completion, including displaying of available options
14 * a fairly large subset of the readline emacs-mode keybindings
15 * a liberal, Python-style, license
16 * a new python top-level.