{ "version": "0.6.1", "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.6.1/uv-x86_64-pc-windows-msvc.zip", "hash": "32de1730597db0a7c5f34e2257ab491b660374b22c016c3d9a59ae279d837697" }, "32bit": { "url": "https://github.com/astral-sh/uv/releases/download/0.6.1/uv-i686-pc-windows-msvc.zip", "hash": "920e08d6d649a414981c2c1814746fcb0a10f25e2c65e359abf534212e1f0c8c" } }, "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" } } }