Email or username:

Password:

Forgot your password?
Top-level
David Hashe

@b0rk My personal taxonomy puts prompt_toolkit (the custom lib used by ipython) at the same level as readline and libedit.

It's a reusable component, and it definitely aims to be the Python version of readline. I've used it to add line editing to a personal project and I quite like it.

1 comment
Julia Evans

@dhashe thanks, I was trying to remember the name of that and couldn't remember

Go Up