1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/bpython/pkg-descr
Sunpoet Po-Chuan Hsieh 78ba9cefd2 - Update to 0.12
- Add CHEESESHOP to MASTER_SITES
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Add options: EXAMPLES and NLS
- Install .desktop to DESKTOPDIR
- Fix USE_PYTHON
- Use REINPLACE_CMD instead of patch file
- Do not silence installation message
- Cosmetic change
- Take maintainership
- Reformat pkg-descr

Changes:	http://docs.bpython-interpreter.org/changelog.html
2013-09-07 19:16:54 +00:00

12 lines
498 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/