freebsd-ports/devel/py-pyrepl/pkg-descr
Dmitry Marakasov 24115ed0da - Move devel/py-repl to devel/py-pyrepl to march PyPi name
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
2018-01-13 12:27:45 +00:00

13 lines
500 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: https://bitbucket.org/pypy/pyrepl