openbsd-ports/devel/bpython/pkg/DESCR
jasper 15f2131cda import bpython-0.12
bpython is a fancy interface to the Python interpreter

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.
[...]

ok aja@
2013-01-28 08:18:19 +00:00

13 lines
461 B
Plaintext

bpython is a fancy interface to the Python interpreter.
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.