forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
winpython37ps2.json
131 lines (131 loc) · 3.56 KB
/
winpython37ps2.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"version": "3.7.6.0",
"description": "Free, open-source and portable Python distribution for Windows (3.7.x w/ PySide2)",
"homepage": "https://winpython.github.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.6.0/Winpython64-3.7.6.0ps2.exe#/dl.7z",
"hash": "45301054ee2259af24c95bab99e46dbf79d802968ba89a03bac283b559e13b35",
"extract_dir": "WPy64-3760"
}
},
"bin": [
"scripts\\idle.bat",
"scripts\\idlex.bat",
"scripts\\qtconsole.bat",
"scripts\\winjupyter_lab.bat",
[
"scripts\\winjupyter_lab.bat",
"jupyter_lab"
],
"scripts\\ipython_notebook.bat",
"scripts\\winpyzo.bat",
[
"scripts\\winpyzo.bat",
"pyzo"
],
"scripts\\qtdesigner.bat",
"scripts\\qtlinguist.bat",
"scripts\\spyder.bat",
"scripts\\spyder_reset.bat",
"scripts\\winvscode.bat",
[
"scripts\\winvscode.bat",
"vscode"
],
"scripts\\python.bat",
[
"scripts\\python.bat",
"python3"
],
"scripts\\wpcp.bat",
"scripts\\winidle.bat",
"scripts\\winidlex.bat",
"scripts\\winpython.bat",
[
"scripts\\WinPython_PS_Prompt.ps1",
"winpython_prompt"
]
],
"shortcuts": [
[
"IDLE (Python GUI).exe",
"WinPython\\IDLE (Python GUI)"
],
[
"IDLEX.exe",
"WinPython\\IDLEX"
],
[
"IPython Qt Console.exe",
"WinPython\\IPython Qt Console"
],
[
"Jupyter Lab.exe",
"WinPython\\Jupyter Lab"
],
[
"Jupyter Notebook.exe",
"WinPython\\Jupyter Notebook"
],
[
"Pyzo.exe",
"WinPython\\Pyzo"
],
[
"Qt Designer.exe",
"WinPython\\Qt Designer"
],
[
"Qt Linguist.exe",
"WinPython\\Qt Linguist"
],
[
"Spyder.exe",
"WinPython\\Spyder"
],
[
"Spyder reset.exe",
"WinPython\\Spyder reset"
],
[
"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": "(?i)WinPython64-(3\\.7[\\d.]+)Ps2\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/Winpython64-$versionps2.exe#/dl.7z",
"extract_dir": "WPy64-$cleanVersion"
}
},
"hash": {
"url": "https://winpython.github.io/md5_sha1.txt",
"regex": "$sha256\\s+\\|\\s+$basename"
}
},
"notes": "For 32bit, please install 'versions/winpython3741'"
}