{ "version": "7.3.2", "description": "A fast, compliant alternative implementation of the Python language.", "homepage": "https://www.pypy.org", "license": "MIT", "url": "https://downloads.python.org/pypy2.7-v7.3.2-win32.zip", "hash": "0fd62265e0421a02432f10a294a712a5e784a8e061375e6d8ea5fd619be1be62", "extract_dir": "pypy2.7-v7.3.2-win32", "bin": [ "pypy.exe", "pypyw.exe" ], "checkver": { "url": "https://www.pypy.org/download.html", "regex": "pypy(?2[\\d.]+)-v([\\d.]+)" }, "autoupdate": { "url": "https://downloads.python.org/pypy$matchPy-v$version-win32.zip", "extract_dir": "pypy$matchPy-v$version-win32", "hash": { "url": "https://www.pypy.org/download.html" } } }