AGhost-7/docker-dev

ptpython

Closed this issue · 0 comments

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