{ "version": "0.5.6", "description": "An extremely fast Python package installer and resolver, written in Rust.", "homepage": "https://docs.astral.sh/uv/", "license": "Apache-2.0|MIT", "architecture": { "64bit": { "url": "https://github.com/astral-sh/uv/releases/download/0.5.6/uv-x86_64-pc-windows-msvc.zip", "hash": "46c21ac0449ae967d65518d8025f6ae4006387802373bce0e72ebd133d77e94f" }, "32bit": { "url": "https://github.com/astral-sh/uv/releases/download/0.5.6/uv-i686-pc-windows-msvc.zip", "hash": "4e387415a2238a7e827cf653448c032aa7085ccb4e14c5376f022aa52a3b145d" } }, "bin": [ "uv.exe", "uvx.exe" ], "checkver": { "github": "https://github.com/astral-sh/uv" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/astral-sh/uv/releases/download/$version/uv-x86_64-pc-windows-msvc.zip" }, "32bit": { "url": "https://github.com/astral-sh/uv/releases/download/$version/uv-i686-pc-windows-msvc.zip" } }, "hash": { "url": "$url.sha256" } } }