Add ptpython to other tools

https://github.com/jonathanslenders/ptpython/
This commit is contained in:
Tony Narlock
2015-03-20 11:25:41 -07:00
parent 4e700725f2
commit 315eba8d79
+21 -1
View File
@@ -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 <https://github.com/jonathanslenders/ptpython/>`_ is a REPL build
on top of the `prompt_toolkit <http://github.com/jonathanslenders/python-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