Metadata-Version: 1.0 Name: pyrepl Version: 0.7.2 Summary: A library for building flexible command line interfaces Home-page: http://starship.python.net/crew/mwh/hacks/pyrepl.html Author: Michael Hudson Author-email: mwh@python.net License: UNKNOWN Description: pyrepl is a Python library, inspired by readline, for building flexible command line interfaces, featuring: * sane multi-line editing * history, with incremental search * completion, including displaying of available options * a fairly large subset of the readline emacs-mode keybindings * a liberal, Python-style, license * a new python top-level. Platform: unix Platform: linux