prompt_toolkit: Interactive command lines for Python#

Description#

Library for building powerful interactive command lines in Python

https://pypi.python.org/pypi/prompt_toolkit

Type#

standard

Dependencies#

Version Information#

package-version.txt:

3.0.43

install-requires.txt:

prompt_toolkit >=3.0.38

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.