Package: pipx Source: python-pipx Version: 1.7.1-1 Architecture: all Maintainer: Debian Python Team Installed-Size: 3703 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: 823764 MD5sum: f7d6e11879562a64025b9ebaf25a2c4e SHA1: 798c321c5ee983dc3926966ce5c839e6768a029f SHA256: 8bb794ef2bf17d2e3cb192f32d346dbacbc21fed72ac8f2f2e63943d33b2aaf7 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: 268 Depends: python3-myst-parser, python3-pfzy, python3-prompt-toolkit, python3:any Filename: all/python3-inquirerpy_0.3.4-2_all.deb Size: 37484 MD5sum: c8b1a567bf7f94a360a9fb3c98346a07 SHA1: e59cbd973c2aad3f7fff2f234aa8143d2d5e370e SHA256: 5a3ef20d8ca90e922fb4a084da696b3fe52546ee82a46618fb7f008f0875ec6a 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.