Jump to letter: [
29ABCDEFGHIJKLMNOPQRSTVWX
]
bpython - Fancy curses interface to the Python interactive interpreter
- Description:
bpython is a fancy interface to the Python interpreter for Unix-like
operating systems. It has the following features:
o in-line syntax highlighting
o readline-like autocomplete with suggestions displayed as you type
o expected parameter list for any Python function.
o eewind function to pop the last line of code from memory and
re-evaluate.
o send the code you've entered off to a pastebin and display the
pastebin URL for copying, etc.
o save the code you've entered to a file
o auto indentation
Packages
bpython-0.12-6.1.el6.noarch
[175 KiB] |
Changelog
by Adam Miller (2014-07-11):
- Add macros and set with_python3 to 0 for EPEL
- conditionally patch setup.py for epel6 python-sphinx10
|