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: 823836 MD5sum: b215f41dc3f6c9401e080e92e43966cf SHA1: c5cdc52ab4b68074d52d5a29cc08085bf6eac3f7 SHA256: 8d6e33aeb2497ef0dfc0b713c8d496634e49e704352e0aa06bbfd2081377bcf4 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.