-
Notifications
You must be signed in to change notification settings - Fork 9
/
winpython.json
110 lines (110 loc) · 3.13 KB
/
winpython.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"version": "3.12.4.1",
"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://downloads.sourceforge.net/project/winpython/WinPython_3.12/3.12.4.1/Winpython64-3.12.4.1.exe#/dl.7z",
"hash": "08903f02514f59c891e3d56d3ff0d092a7d8571daf66237a5a2c2698068981ec",
"extract_dir": "WPy64-31241"
}
},
"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\\winqtconsole.bat",
[
"scripts\\winqtconsole.bat",
"qtconsole"
],
"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 Terminal.exe",
"WinPython\\WinPython Terminal"
]
],
"persist": "settings",
"checkver": {
"url": "https://winpython.github.io/md5_sha1.txt",
"regex": "Winpython64-([\\d.]+)\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/Winpython64-$version.exe#/dl.7z",
"extract_dir": "WPy64-$cleanVersion"
}
},
"hash": {
"url": "https://winpython.github.io/md5_sha1.txt",
"regex": "$sha256\\s+\\|\\s+$basename"
}
}
}