freebsd-ports/devel/py-repl/pkg-descr
Hye-Shik Chang 5b38495022 Add py-repl 0.7.1,
Replacement for readline and interactive environment for Python
2002-07-15 18:01:17 +00:00

13 lines
527 B
Text

Pyrepl is a neat replacement for python readline module.
Features:
- sane multi-line editing
- history, with incremental search
- completion, including displaying of available options
- a fairly large subset of the readline emacs-mode key bindings
(adding more is mostly just a matter of typing)
- Deliberately liberal, Python-style license
- no global variables, so you can run two independent readers
without having their histories interfering.
WWW: http://starship.python.net/crew/mwh/hacks/pyrepl.html