1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: prompt-toolkit
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Uploaders:
Lennart Weller <lhw@ring0.de>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-asyncssh <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-wcwidth,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/prompt-toolkit/python-prompt-toolkit
Vcs-Browser: https://forgejo.debian.net/prompt-toolkit/prompt-toolkit
Vcs-Git: https://forgejo.debian.net/prompt-toolkit/prompt-toolkit
Testsuite: autopkgtest-pkg-python
Package: python3-prompt-toolkit
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
python3-pygments,
Description: 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
|