[ 原始碼: bpython ]
套件:bpython(0.24-1)
fancy interface to the Python 3 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 3.
其他與 bpython 有關的套件
|
|
|
|
-
- dep: less
- pager program similar to more
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-curtsies (>= 0.4)
- library for terminal interaction (Python 3)
-
- dep: python3-cwcwidth
- Python bindings for wc(s)width (Python 3)
-
- dep: python3-greenlet
- Lightweight in-process concurrent programming (python3)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-pygments
- syntax highlighting package written in Python 3
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
- 或者 python3 (>> 3.8)
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-xdg
- Python 3 library to access freedesktop.org standards
-
- rec: python3-jedi
- autocompletion tool for Python 3
-
- rec: python3-pyperclip
- Cross-platform clipboard module for Python3
-
- rec: python3-watchdog
- Python API and shell utilities to monitor file system events