bobf is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

bobf / bpython http://bpython-interpreter.org/

Fancy curses interface to the Python interpreter

Clone this repository (size: 838.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/bobf/bpython
hg clone ssh://hg@bitbucket.org/bobf/bpython
Filename Size Date modified Message
bpython
data
doc
.gitignore 28 B Setuptoolize bpython
.hgignore 26 B Ignoring build files
.hgtags 331 B Added tag 0.9.5.1 for changeset c142045b67d7
.pycheckrc 52 B Fix some warnings, allow easier checking with pychecker.
AUTHORS 389 B Using my real name in AUTHORS
CHANGELOG 10.8 KB Changelog update.
LICENSE 1.0 KB Whoosh, I've switched over to an installable package.
MANIFEST.in 177 B Update manifest file.
README 4.3 KB Reflect new preferred config file location in README.
light.theme 584 B make bpython now use ~/.bpython/config instead of ~/.bpython.ini (but still
sample-config 1.1 KB make bpython now use ~/.bpython/config instead of ~/.bpython.ini (but still
sample.theme 579 B make default background colour 'd' (i.e. terminal default) instead of 'k' to prevent gnome-terminal from failing
setup.py 1.5 KB A first step towards Python 3 support.