blob: df054e4339459133f8a5b3d556a80f00800b5e20 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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.
|