From 315eba8d79c241829622059e5981bf63e5c43a20 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Fri, 20 Mar 2015 11:25:41 -0700 Subject: [PATCH] Add ptpython to other tools https://github.com/jonathanslenders/ptpython/ --- docs/dev/env.rst | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 0503e9010..9977d74df 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -278,7 +278,6 @@ most out of using Python interactively. Its main components are: $ pip install ipython - BPython ------- @@ -298,3 +297,24 @@ features: .. code-block:: console $ pip install bpython + +ptpython +-------- + +`ptpython `_ is a REPL build +on top of the `prompt_toolkit `_ +library. It is considered to be an alternative to BPython_. Features include: + +* Syntax highlighting +* Autocompletion +* Multiline editing +* Emacs and VIM Mode +* Embedding REPL inside of your code +* Syntax Validation +* Tab pages +* Support for integrating with IPython_'s shell, by installing IPython + ``pip install ipython`` and running ``ptipython``. + +.. code-block:: console + + $ pip install ptpython