ptpython
Closed this issue · 0 comments
AGhost-7 commented
Currently evaluating but it seems like a very nice python repl.
~/.ptpython/config.py
thus far:
__all__ = (
'configure',
)
def configure(repl):
repl.vi_mode = True
repl.confirm_exit = False
repl.true_color = True