summaryrefslogtreecommitdiff
path: root/devel/bpython/DESCR
blob: 052bef56d33f9099c7c97d2cd6d7d029108624ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
bpython is a fancy interface to the Python interpreter for Linux, BSD, OS X
and Windows (with some work). bpython is released under the MIT License. It
has the following (special) 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.
* Python 3 support.