{ "homepage": "http://www.python.org", "license": "http://docs.python.org/3.3/license.html", "version": "3.3.5", "architecture": { "64bit": { "url": "http://www.python.org/ftp/python/3.3.5/python-3.3.5.amd64.msi", "hash": "md5:ebb3ab0df91389a6dd45317d6f4ac838" }, "32bit": { "url": "http://www.python.org/ftp/python/3.3.5/python-3.3.5.msi", "hash": "md5:ee4de0c34fd8c575db8a7805e2b9584a" } }, "bin": [ "python.exe", "py.exe", "pythonw.exe", [ "python.exe", "python3" ] ], "env_add_path": [ "scripts" ], "post_install": "pushd $env:temp $s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py' echo \"running $s...\";(new-object net.webclient).downloadstring($s) | python 2>&1 > $null popd", "notes": "To use PIP to manage Python packages, run 'easy_install pip'", "checkver": "

Latest: .* - Python ([0-9\\.]+)

" }