From 3d2f029cae69e72d23955ccac42fa5483c23f86e Mon Sep 17 00:00:00 2001 From: bennynis Date: Mon, 2 Mar 2015 15:16:49 +0200 Subject: [PATCH] Update README.md added ptpython - advanced Python REPL built on top of the prompt_toolkit library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6ed6add..5aaae5e4 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively. * [bpython](http://bpython-interpreter.org) – A fancy interface to the Python interpreter. * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. +* [ptpython](https://github.com/jonathanslenders/ptpython) - advanced Python REPL built on top of the prompt_toolkit library ## Files