[ buster ]
[ 源代码: prompt-toolkit ]
软件包:python-prompt-toolkit(1.0.15-1)
python-prompt-toolkit 的相关链接
Debian 的资源:
下载源码包 prompt-toolkit:
- [prompt-toolkit_1.0.15-1.dsc]
- [prompt-toolkit_1.0.15.orig.tar.gz]
- [prompt-toolkit_1.0.15-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
library for building interactive command lines (Python 2)
prompt_toolkit is a GNU readline replacement written in pure Python supporting advanced features like syntax highlighting, multi line editing and code completion.
This package installs the library for Python 2.
其他与 python-prompt-toolkit 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-six (>= 1.9.0)
- Python 2 和 3 兼容库(Python 2 接口)
-
- dep: python-wcwidth
- determine printable width of a string on a terminal (Python 2)
-
- rec: python-pygments
- syntax highlighting package written in Python