{
    "version": "3.13.12.0",
    "description": "Free, open-source and portable Python distribution for Windows",
    "homepage": "https://winpython.github.io",
    "license": "MIT",
    "notes": "For 32bit, please install 'versions/winpython3741'",
    "architecture": {
        "64bit": {
            "url": "https://sourceforge.net/projects/winpython/WinPython_3.13/3.13.12.0/WinPython64-3.13.12.0slim.7z",
            "hash": "00c5f73ec434bbc7c3450fc18cfd55fba050407153ee43637ac7a00f253b99d2",
            "extract_dir": "WPy64-3.13.12.0"
        }
    },
    "bin": [
        "scripts\\python.bat",
        [
            "scripts\\python.bat",
            "python3"
        ],
        "Spyder.exe",
        "scripts\\spyder_reset.bat",
        "scripts\\upgrade_pip.bat",
        "scripts\\winidle.bat",
        [
            "scripts\\winidle.bat",
            "idle"
        ],
        "scripts\\winipython_notebook.bat",
        [
            "scripts\\winipython_notebook.bat",
            "ipython_notebook"
        ],
        "scripts\\winjupyter_lab.bat",
        [
            "scripts\\winjupyter_lab.bat",
            "jupyter_lab"
        ],
        "scripts\\winpython.bat",
        "scripts\\winspyder.bat",
        "scripts\\winvscode.bat",
        [
            "scripts\\winvscode.bat",
            "vscode"
        ],
        "scripts\\wpcp.bat"
    ],
    "shortcuts": [
        [
            "IDLE (Python GUI).exe",
            "WinPython\\IDLE (Python GUI)"
        ],
        [
            "Jupyter Lab.exe",
            "WinPython\\Jupyter Lab"
        ],
        [
            "Jupyter Notebook.exe",
            "WinPython\\Jupyter Notebook"
        ],
        [
            "Spyder.exe",
            "WinPython\\Spyder"
        ],
        [
            "Spyder reset.exe",
            "WinPython\\Reset Spyder Settings"
        ],
        [
            "VS Code.exe",
            "WinPython\\VS Code"
        ],
        [
            "WinPython Command Prompt.exe",
            "WinPython\\WinPython Command Prompt"
        ],
        [
            "WinPython Control Panel.exe",
            "WinPython\\WinPython Control Panel"
        ],
        [
            "WinPython Interpreter.exe",
            "WinPython\\WinPython Interpreter"
        ],
        [
            "WinPython Powershell Prompt.exe",
            "WinPython\\WinPython Powershell Prompt"
        ]
    ],
    "persist": "settings",
    "checkver": {
        "url": "https://winpython.github.io/md5_sha1.txt",
        "regex": "WinPython64-([\\d.]+)slim\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://sourceforge.net/projects/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython64-$versionslim.7z",
                "extract_dir": "WPy64-$version"
            }
        },
        "hash": {
            "url": "https://winpython.github.io/md5_sha1.txt",
            "regex": "$sha256\\s+\\|\\s+$basename"
        }
    }
}
