{
    "version": "1.12.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.12.0/pipx.pyz",
    "hash": "f7492089d576f1ed04a56ab60d3f8918da4a3c951fa5c6631ce3f5a804deac51",
    "pre_install": [
        "$cmd = $null",
        "foreach ($candidate in @('python', 'py')) {",
        "    if (Get-Command $candidate -ErrorAction SilentlyContinue) {",
        "        $cmd = $candidate",
        "        break",
        "    }",
        "}",
        "if (-not $cmd) { throw 'Python not found. Install Python or add it to PATH.' }",
        "Set-Content -Value \"@$cmd `\"%~dp0pipx.pyz`\" %*\" -Path \"$dir\\pipx.bat\""
    ],
    "bin": "pipx.bat",
    "checkver": {
        "github": "https://github.com/pypa/pipx"
    },
    "autoupdate": {
        "url": "https://github.com/pypa/pipx/releases/download/$version/pipx.pyz"
    }
}
