aboutsummaryrefslogtreecommitdiff
path: root/devel/bpython/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bpython/pkg-descr')
-rw-r--r--devel/bpython/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/bpython/pkg-descr b/devel/bpython/pkg-descr
new file mode 100644
index 000000000000..f2b904c0c5ea
--- /dev/null
+++ b/devel/bpython/pkg-descr
@@ -0,0 +1,12 @@
+bpython is a fancy interface to the Python interpreter for Unix-like operating
+systems. It has the following features:
+ * In-line syntax highlighting.
+ * Readline-like autocomplete with suggestions displayed as you type.
+ * Expected parameter list for any Python function.
+ * "Rewind" function to pop the last line of code from memory and
+ re-evaluate.
+ * Send the code you've entered off to a pastebin.
+ * Save the code you've entered to a file.
+ * Auto-indentation.
+
+WWW: http://bpython-interpreter.org/