python-pipx 1.6.0-1 source package in Ubuntu

Changelog

python-pipx (1.6.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.

 -- Stefano Rivera <email address hidden>  Thu, 06 Jun 2024 11:54:59 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pipx_1.6.0-1.dsc 1.7 KiB bece305f922532958cb9b68e6f653d2dd5b6d882cbdfcd474cc5b421890a5a98
python-pipx_1.6.0.orig.tar.gz 380.0 KiB 427bd838bff3c4e5efcc39858eb5e1b86cc5e3468ad939ae44312ac5bb3405ad
python-pipx_1.6.0-1.debian.tar.xz 9.0 KiB c61cd48bb6896da8dc905b86a4dae1c499f1c65cbb1182a3d0e111bad905eb0d

Available diffs

No changes file available.

Binary packages built by this source

pipx: 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".