{
    "version": "7.3.22",
    "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/pypy2.7-v7.3.22-win64.zip",
            "hash": "43cf8c09e166ca53d4b54c8d99ab0ad29df43b980cae53ad954c2a3a5e2eb056",
            "extract_dir": "pypy2.7-v7.3.22-win64"
        }
    },
    "bin": [
        "pypy.exe",
        "pypyw.exe"
    ],
    "checkver": {
        "url": "https://www.pypy.org/download.html",
        "regex": "pypy(?<py>2[\\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"
        }
    }
}
