{ "version": "0.34.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.34.0/rye-x86_64-windows.exe#/rye.exe", "hash": "d6dd0d5f505060cbc0cff99941365ef3af0b09c62bba2b75ff111f97c47a7554" }, "32bit": { "url": "https://github.com/mitsuhiko/rye/releases/download/0.34.0/rye-x86-windows.exe#/rye.exe", "hash": "59c8c2f986f311a1ba362d09588c545b4a48f4593157ea6003601be829a4425e" } }, "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" } } }