{ "version": "7.3.7", "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.8-v7.3.7-win64.zip", "hash": "8ceb03d2f7b73c6ce0758290bc42ba366a45c46e033eda36f1779d957a905735", "extract_dir": "pypy3.8-v7.3.7-win64" } }, "bin": [ "pypy3.exe", "pypy3w.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" } } }