Paketname | bpython-gtk |
Beschreibung | fancy interface to the Python interpreter - GTK+ frontend |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.9.7.1-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 128 Byte |
Hängt ab von | python (>= 2.5), python-gobject, python-gtk2, bpython (= 0.9.7.1-1) |
Empfohlene Pakete | |
Paketbetreuer | David Paleino |
Quelle | bpython |
Paketgröße | 33940 Byte |
Prüfsumme MD5 | 3077adce8c2e523a4633d3c0dac251d5 |
Prüfsumme SHA1 | 3d69aab49d051d80e0cc5630916da04fb2094211 |
Prüfsumme SHA256 | 42d36c64c48793c9581649d58a9332679609808bd87394c3c672ad4c7e76fce2 |
Link zum Herunterladen | bpython-gtk_0.9.7.1-1_all.deb |
Ausführliche Beschreibung | bpython is a fancy interface to the Python interpreter, and has the
following features:
.
* In-line syntax highlighting.
* Readline-like autocomplete with suggestions displayed as you type
* Expected parameter list for any Python function. Uses pydoc to attempt to
divine params for C functions.
* "Rewind" function to pop the last line of code from memory and re-evaluate.
Note: this is only really useful when laying out classes and functions,
since a true "undo" function is impossible, so be careful when using this.
* Send the code you've entered off to a pastebin and display the pastebin URL
for copying, etc.
* Save the code you've entered to a file.
* Auto-indentation.
* Anti-Crash Mode.
.
This package contains the GTK+ frontend to bpython.
|