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

bpython / ROADMAP

Roadmap
=======

v0.9.7
------

bpython

- Create ~/.bpython on install (#17)
  - With a wizard

- Support for invoking with environment/namespace setup (#76)
- Official windows support (it segfaults with sys.stderr being redirected)
- Import completion advanced (#48)

bpython.gtk_

- Fix fonts in bpython.gtk_ (default monospace, etc)
- Add shortcut keys to bpython.gtk_ 
- Show a status bar thingy in bpython.gtk_
- Colourise docstring (#80)

common
- test suite

v1.0
----
- Ditch curses for an urwid/twisted loop