1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/bpython/pkg-descr
Yi-Jheng Lin 8f77fcdf2c Add bpython-0.9.6.2, bpython is a fancy interface to the Python
interpreter for Unix-like operating systems.

Approved by:	lwhsu/rafan (mentors, implicit)
Feature safe:	yes
2010-03-09 13:40:33 +00:00

13 lines
532 B
Plaintext

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/