[ 源代码: 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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-wcwidth
- determine printable width of a string on a terminal
-
- rec: python3-pygments
- syntax highlighting package written in Python 3