[ 源代码: bpython ]
软件包:bpython(0.17.1-1)
fancy interface to the Python 2 interpreter
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 bpython for Python 2.
其他与 bpython 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-curtsies
- library for terminal interaction (Python 2)
-
- dep: python-greenlet
- Lightweight in-process concurrent programming
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python-pygments
- syntax highlighting package written in Python
-
- dep: python-requests
- elegant and simple HTTP library for Python2, built for human beings
-
- dep: python-six (>= 1.5)
- Python 2 和 3 兼容库(Python 2 接口)
-
- rec: python-urwid
- curses-based UI/widget library for Python 2
-
- rec: python-watchdog
- Python API and shell utilities to monitor file system events - Python 2.x
-
- sug: python-jedi
- autocompletion tool for Python
-
- sug: python-twisted
- Event-based framework for internet applications (dependency package)