Project: pyrepl

A library for building flexible command line interfaces

Project Details

Latest version
0.9.0
Home Page
http://bitbucket.org/pypy/pyrepl/
PyPI Page
https://pypi.org/project/pyrepl/

Project Popularity

PageRank
0.0024490489084131304
Number of downloads
155943

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.