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
.hgtags 188 B Removed tag 0.9.5
.pycheckrc 52 B Fix some warnings, allow easier checking with pychecker.
AUTHORS 389 B Using my real name in AUTHORS
CHANGELOG 10.3 KB Changelog and man-page updates.
LICENSE 1.0 KB Whoosh, I've switched over to an installable package.
MANIFEST.in 139 B add MANIFEST.in listing files to be included in source package
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.