pipx: Add new package
authorJeffery To <jeffery.to@gmail.com>
Fri, 10 Nov 2023 06:17:35 +0000 (14:17 +0800)
committerTianling Shen <cnsztl@gmail.com>
Wed, 15 Nov 2023 18:30:21 +0000 (02:30 +0800)
commit72b0da3d0382ed685939d96a740a1a2c2945a185
treecb00fc431e052802e674ed0d31fe5e32a482ae65
parent5b3e4a4b3f3be3f9db6aed6a977a5fd40ca6f203
pipx: Add new package

From the README:

pipx is a tool to help you install and run end-user applications written
in Python. It's roughly similar to macOS's brew, JavaScript's npx, and
Linux's apt.

It's closely related to pip. In fact, it uses pip, but is focused on
installing and managing Python packages that can be run from the command
line directly as applications.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/pipx/Makefile [new file with mode: 0644]
lang/python/pipx/test.sh [new file with mode: 0644]