{ "version": "7.3.15", "description": "A fast, compliant alternative implementation of the Python language.", "homepage": "https://www.pypy.org", "license": "MIT", "architecture": { "64bit": { "url": "https://downloads.python.org/pypy/pypy3.10-v7.3.15-win64.zip", "hash": "b378b3ab1c3719aee0c3e5519e7bff93ff67b2d8aa987fe4f088b54382db676c", "extract_dir": "pypy3.10-v7.3.15-win64" } }, "bin": [ "pypy.exe", "pypyw.exe" ], "checkver": { "url": "https://www.pypy.org/download.html", "regex": "pypy(?3[\\d.]+)-v([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip", "extract_dir": "pypy$matchPy-v$version-win64" } }, "hash": { "url": "https://www.pypy.org/checksums.html" } } }