{ "version": "0.28.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.28.0/rye-x86_64-windows.exe#/rye.exe", "hash": "9d3517c96449203aa062bbcad0dc5361610e5606800632508ba68dda616d0b06" }, "32bit": { "url": "https://github.com/mitsuhiko/rye/releases/download/0.28.0/rye-x86-windows.exe#/rye.exe", "hash": "a9ec8335157fc3907d033180076ce656038cc52c0718dace2d27290c4c75914d" } }, "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" } } }