mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
- Update pkg-descr - Take maintainership Changes: https://bitbucket.org/pypy/pyrepl/src/default/CHANGES
10 lines
395 B
Text
10 lines
395 B
Text
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.
|
|
|
|
WWW: https://bitbucket.org/pypy/pyrepl
|