summaryrefslogtreecommitdiffstats
path: root/development/PythonToolkit/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-01-22 21:07:52 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:21:10 -0600
commit06a6210bd36b4d7ce501362df07efe786953655e (patch)
treeb83db17c193d26e9230307c0ecd4d351dccbefb2 /development/PythonToolkit/README
parent4f2a8ad2bd3ab91f4175a80b509f4f7d3419fb6b (diff)
downloadslackbuilds-06a6210bd36b4d7ce501362df07efe786953655e.tar.gz
slackbuilds-06a6210bd36b4d7ce501362df07efe786953655e.tar.xz
development/PythonToolkit: Added (interactive environment).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/PythonToolkit/README')
-rw-r--r--development/PythonToolkit/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/PythonToolkit/README b/development/PythonToolkit/README
new file mode 100644
index 0000000000..bcc61cd15a
--- /dev/null
+++ b/development/PythonToolkit/README
@@ -0,0 +1,4 @@
+Python Toolkit (ptk) is an interactive environment for python. Based around a
+set of interacting tools it includes an interactive console (with support for
+multiple python interpreters and GUI mainloops), a simple python source editor,
+a python path manager and namespace browser.