[ 原始碼: prompt-toolkit ]
套件:python3-prompt-toolkit(3.0.51-4)
python3-prompt-toolkit 的相關連結
Debian 的資源:
下載原始碼套件 prompt-toolkit:
- [prompt-toolkit_3.0.51-4.dsc]
- [prompt-toolkit_3.0.51.orig.tar.xz]
- [prompt-toolkit_3.0.51-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Library for building interactive command line applications (Python)
prompt_toolkit is a library for building powerful interactive command line and terminal applications in Python. It can be a very advanced pure Python replacement for GNU readline, but it can also be used for building full screen applications.
Some features:
* Syntax highlighting of the input while typing * Multi-line input editing * Advanced code completion * Selecting text for copy/paste. * Mouse support for cursor positioning and scrolling. * Auto suggestions * No global state
其他與 python3-prompt-toolkit 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-wcwidth
- determine printable width of a string on a terminal
-
- rec: python3-pygments
- syntax highlighting package written in Python 3