Package: pipx Source: python-pipx Version: 1.7.1-1 Architecture: all Maintainer: Debian Python Team Installed-Size: 3702 Depends: python3-venv, python3-argcomplete, python3-packaging, python3-platformdirs (>= 2.1), python3-userpath, python3:any Recommends: mkdocs (>= 1.6.1+dfsg1-3) Filename: all/pipx_1.7.1-1_all.deb Size: 823840 MD5sum: d6c0d02db5b29aa0f70daf7433eae982 SHA1: 82304b6bce6c55b8de322536785c4ec7b0c27819 SHA256: fcc0391715b33b014d56538518f91c3dd10057b5ab90f22e8255c540e63dcf82 Section: python Priority: optional Homepage: https://github.com/pypa/pipx Description: execute binaries from Python packages in isolated environments pipx allows you to... . * Run the latest version of a CLI application from a package in a temporary virtual environment, leaving your system untouched after it finishes. * Install packages to isolated virtual environments, while globally exposing their CLI applications so you can run them from anywhere. * Easily list, upgrade, and uninstall packages that were installed with pipx. . pipx runs with regular user permissions, never calling "sudo pip install". Package: python3-inquirerpy Source: python-inquirerpy Version: 0.3.4-2 Architecture: all Maintainer: Home Assistant Team Installed-Size: 267 Depends: python3-myst-parser, python3-pfzy, python3-prompt-toolkit, python3:any Filename: all/python3-inquirerpy_0.3.4-2_all.deb Size: 37384 MD5sum: 4780e45a7a678c70ba319d6d4411e701 SHA1: c35ffdfc77027c92f5ed561c68b0574c51261244 SHA256: 162c72133e6d97c76983f9b499e88e890e3acc8b61e27e51dbc2f9efaa03fea8 Section: python Priority: optional Homepage: https://github.com/kazhala/InquirerPy Description: collection of common interactive command-line user interfaces InquirerPy is a Python port of the famous Inquirer.js: a collection of common interactive command line user interfaces. This project is a re-implementation of the PyInquirer project, with bug fixes of known issues, new prompts, backward compatible APIs, as well as more customisation options.