BPYTHON(1) | bpython | BPYTHON(1) |
bpython - a fancy {curtsies, curses, urwid} interface to the Python interactive interpreter
bpython [options] [file [args]]
bpython-curses [options] [file [args]]
bpython-urwid [options] [file [args]]
The idea is to provide the user with all the features in-line, much like modern IDEs, but in a simple, lightweight package that can be run in a terminal window.
The long and short forms of options, shown here as alternatives, are equivalent. If bpython sees an argument it does not know, execution falls back to the regular Python interpreter.
The following options are supported by all frontends:
In addition to the above options, bpython also supports the following options:
In addition to the common options, bpython-urwid also supports the following options if Twisted is available:
bpython's keys are fully configurable. See http://docs.bpython-interpreter.org/configuration.html#keyboard
$XDG_CONFIG_HOME/bpython/config
Your bpython config. See sample-config (in /usr/share/doc/bpython/examples on Debian) for various options you can use, or read bpython-config(5).
See http://github.com/bpython/bpython/issues/ for a list of known issues.
bpython was written by Robert Anthony Farrell <robertanthonyfarrel@gmail.com> and his bunch of loyal followers.
This manual page was written by Jørgen Pedersen Tjernø <jorgen@devsoft.no>, for the Debian project (but may be used by others).
2008-2018 Bob Farrell, Andreas Stuehrk et al.
February 13, 2018 | 0.17.1 |