prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.37k stars 716 forks source link

Expose a readline compatible API. #93

Open jonathanslenders opened 9 years ago

jonathanslenders commented 9 years ago

Maybe add a contrib.readline module which could be a non-GPL replacement for the Python GNU readline.

See: https://docs.python.org/2/library/readline.html

And: https://bitbucket.org/pypy/pyrepl

decentral1se commented 6 years ago

Looks like https://github.com/jonathanslenders/python-prompt-toolkit/pull/99 was for this.