2024-08-23 20:27:00 +00:00

20 lines
683 B
JSON

{
"version": "1.7.1",
"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.7.1/pipx.pyz",
"hash": "1d4f46f86830640f1d7c4e29b280a7a42265d6e8af2c063f40baed4513f03ae8",
"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"
}
}