{ "version": "0.29.0", "description": "An experimental package management solution for Python", "homepage": "https://rye-up.com/", "license": "MIT", "suggest": { "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { "url": "https://github.com/mitsuhiko/rye/releases/download/0.29.0/rye-x86_64-windows.exe#/rye.exe", "hash": "98b2425c0d54fa9c96c4ef929285ea9b64834ed9e53c876e3934e2a9ba6a874b" }, "32bit": { "url": "https://github.com/mitsuhiko/rye/releases/download/0.29.0/rye-x86-windows.exe#/rye.exe", "hash": "427f2f2ea0a6011ab777933381557dda8bfb50067a76a3ca8b187bea41011fd3" } }, "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/mitsuhiko/rye" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/mitsuhiko/rye/releases/download/$version/rye-x86_64-windows.exe#/rye.exe" }, "32bit": { "url": "https://github.com/mitsuhiko/rye/releases/download/$version/rye-x86-windows.exe#/rye.exe" } }, "hash": { "url": "$url.sha256" } } }