2025-09-30 08:31:05 +00:00

20 lines
683 B
JSON

{
"version": "1.8.0",
"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.8.0/pipx.pyz",
"hash": "b9eabd835dffe0677e36bd99416fc9837c592bd8c079235379bed3dfe043c601",
"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"
}
}