HomeFreeBSD

Add py-pipx 0.14.0.0

Description

Add py-pipx 0.14.0.0

pipx is a tool to help you install and run end-user applications written in
Python. pipx is not a tool for development or publishing of your code -- it's
only for consuming already published packages.

Python and PyPI allow developers to distribute code with "console script entry
points". These scripts let users call into Python code from the command line,
effectively acting like standalone applications. pipx is a tool to install and
run any of these thousands of Python applications available on PyPI in a safe,
convenient, and reliable way. In a way, it turns Python Package Index (PyPI)
into a big app store for Python applications. Not all Python packages have entry
points, but many do.

pipx enables you to:

  • Safely install packages to isolated environments, while globally exposing their CLI entry points so you can run them from anywhere (see the install command). This guarantees no dependency conflicts and clean uninstalls!
  • Easily list, upgrade, and uninstall packages that were installed with pipx
  • Run the latest version of a Python application in a temporary environment (see the run command)

Best of all, pipx runs with regular user permissions.

WWW: https://github.com/pipxproject/pipx

Details

Provenance
sunpoetAuthored on
Parents
rP522084: Add py-libcst 0.2.6
Branches
Unknown
Tags
Unknown