prompt_toolkit: Interactive command lines for Python#
Description#
Library for building powerful interactive command lines in Python
Type#
standard
Dependencies#
$(PYTHON)
$(PYTHON_TOOLCHAIN)
wcwidth: Measures the displayed width of unicode strings in a terminal
Version Information#
package-version.txt:
3.0.43
version_requirements.txt:
prompt_toolkit >=3.0.43
Equivalent System Packages#
$ sudo pacman -S python-importlib_resources
$ conda install prompt_toolkit\>=3.0.38
$ sudo apt-get install importlib-resources
$ sudo yum install python-prompt-toolkit
$ sudo pkg install devel/py-importlib-resources
$ sudo emerge dev-python/prompt_toolkit
$ sudo port install py-prompt_toolkit
$ sudo zypper install python3\$\{PYTHON_MINOR\}-importlib_resources
$ sudo xbps-install python3-prompt_toolkit
See https://repology.org/project/python:prompt-toolkit/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.