diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-02 18:39:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-02 18:39:13 +0700 |
commit | 4b192071fe4c064b8ec111dc07524d4f2cac44da (patch) | |
tree | 707e1c68a9fe071f18ac2ea964aeebb6d5408f11 /python/ptpython/README | |
parent | c1a8c2a39bc3aa666c03ed645867c417b557a3f3 (diff) | |
download | slackbuilds-4b192071fe4c064b8ec111dc07524d4f2cac44da.tar.gz |
python/ptpython: Added (Python REPL).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ptpython/README')
-rw-r--r-- | python/ptpython/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/ptpython/README b/python/ptpython/README new file mode 100644 index 0000000000..71c46082b0 --- /dev/null +++ b/python/ptpython/README @@ -0,0 +1,4 @@ +ptpython is an advanced Python REPL built on top of the +prompt_toolkit library. It works best on all Posix systems +like Linux, BSD and OS X. But it should work as well on Windows. +It works on all Python versions from 2.6 up to 3.4. |