Paketname | bpython |
Beschreibung | fancy interface to the Python interpreter - Curses frontend |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.9.7.1-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 320 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0), python-pygments, python-pkg-resources |
Empfohlene Pakete | |
Paketbetreuer | David Paleino |
Quelle | |
Paketgröße | 54358 Byte |
Prüfsumme MD5 | a4e8602e70d8c28c6aed42e727e61104 |
Prüfsumme SHA1 | 40ff82210925a0f530cb30619933275cf6c4335d |
Prüfsumme SHA256 | f183cd9aaf951b7b8fcd8be7e9b9761e7cd0afab554a0acd1cf870d861951165 |
Link zum Herunterladen | bpython_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 Curses frontend to bpython.
|