Paketname | bpython |
Beschreibung | fancy curses interface to the Python interactive interpreter |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.9.5.2-2ubuntu1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 280 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-pygments, python-pkg-resources |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 46964 Byte |
Prüfsumme MD5 | 3aee9ff172cf65a25deee07655431906 |
Prüfsumme SHA1 | 4f64b0e3e9a275edf5cd72dea23b8057c5a931b2 |
Prüfsumme SHA256 | 522fbbeb986134d0502bb30ca06030a43bd63b45fd7831f8c5143d0198d1fc4b |
Link zum Herunterladen | bpython_0.9.5.2-2ubuntu1_all.deb |
Ausführliche Beschreibung | bpython is a curses 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.
|