2024-01-17 08:27:04 +00:00

20 lines
683 B
JSON

{
"version": "1.4.3",
"description": "Install and run Python applications in isolated environments",
"homepage": "https://pipx.pypa.io/",
"license": "MIT",
"suggest": {
"Python": "python"
},
"url": "https://github.com/pypa/pipx/releases/download/1.4.3/pipx.pyz",
"hash": "949221fa7128df4641f1e62daff7c85a3dd05e1132a93e53a909e00fc3c9a32c",
"bin": "pipx.bat",
"pre_install": "Set-Content -Value '@python \"%~dp0pipx.pyz\" %*' -Path \"$dir\\pipx.bat\"",
"checkver": {
"github": "https://github.com/pypa/pipx"
},
"autoupdate": {
"url": "https://github.com/pypa/pipx/releases/download/$version/pipx.pyz"
}
}