|
NAMEbpython - a fancy {curtsies, curses, urwid} interface to the Python interactive interpreterSYNOPSISbpython [options] [file [args]]bpython-curses [options] [file [args]] bpython-urwid [options] [file [args]] DESCRIPTIONThe 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.
OPTIONSThe 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:
KEYSbpython's keys are fully configurable. See http://docs.bpython-interpreter.org/configuration.html#keyboardFILES$XDG_CONFIG_HOME/bpython/configYour bpython config. See sample-config (in /usr/share/doc/bpython/examples on Debian) for various options you can use, or read bpython-config(5). KNOWN BUGSSee http://github.com/bpython/bpython/issues/ for a list of known issues.SEE ALSObpython-config(5), python(1)AUTHORbpython 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). COPYRIGHT2008-2021 Bob Farrell, Andreas Stuehrk, Sebastian Ramacher, Thomas Ballinger, et al.
Visit the GSP FreeBSD Man Page Interface. |