           SPELL=python-prompt-toolkit
         VERSION=3.0.52
          SOURCE="prompt_toolkit-$VERSION.tar.gz"
   SOURCE_URL[0]="https://files.pythonhosted.org/packages/source/p/prompt_toolkit/$SOURCE"
  SOURCE_HASH[0]="sha512:4f3289c7862f0bc140933b38c25c5f0e116fa04d2e9c12928271aea7c8e85014d80a64376692968d0bc3063faf9af5bbc040010997cbcf152439d8ed337eaf11"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/prompt_toolkit-$VERSION"
        WEB_SITE="https://python-prompt-toolkit.readthedocs.io/"
         LICENSE="BSD-3-Clause"
        KEYWORDS="python prompt cli toolkit"
           SHORT="Library for building interactive CLI applications"
cat << EOF
prompt_toolkit is a library for building powerful interactive command line
applications in Python. It is designed to be easy to use and to provide a rich
set of features, including syntax highlighting, autocompletion, and multi-line
editing. It is used by projects like IPython, ptpython, and many others.
EOF
