{ "version": "0.43.0", "description": "A comprehensive project and package management solution for Python", "homepage": "https://rye.astral.sh/", "license": "MIT", "suggest": { "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { "url": "https://github.com/astral-sh/rye/releases/download/0.43.0/rye-x86_64-windows.exe#/rye.exe", "hash": "1c629d4103402fc1e6d9e00ea3243d39aeb7fdec916598c9ce9b595d0b151dd2" }, "32bit": { "url": "https://github.com/astral-sh/rye/releases/download/0.43.0/rye-x86-windows.exe#/rye.exe", "hash": "2c2a4435c9c80a3d4b59aab018cc94eb9838519310916f7fac27538d84722133" } }, "pre_install": [ "if (!(Test-Path \"$persist_dir\\config.toml\")) {", " New-Item -Path \"$dir\\config.toml\" | Out-Null", "}" ], "post_install": [ "& \"$dir\\rye.exe\" self install --yes", "Remove-Item \"$dir\\rye.exe\"" ], "env_add_path": "shims", "env_set": { "RYE_HOME": "$persist_dir" }, "persist": [ "self", "shims", "py", "tools", "config.toml" ], "checkver": { "github": "https://github.com/astral-sh/rye" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/astral-sh/rye/releases/download/$version/rye-x86_64-windows.exe#/rye.exe" }, "32bit": { "url": "https://github.com/astral-sh/rye/releases/download/$version/rye-x86-windows.exe#/rye.exe" } }, "hash": { "url": "$url.sha256" } } }