machineconfig 3.1__py3-none-any.whl → 3.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of machineconfig might be problematic. Click here for more details.
- machineconfig/cluster/sessions_managers/zellij_local.py +2 -2
- machineconfig/cluster/sessions_managers/zellij_utils/monitoring_types.py +17 -7
- machineconfig/jobs/python_custom_installers/archive/ngrok.py +7 -6
- machineconfig/jobs/python_custom_installers/dev/aider.py +9 -1
- machineconfig/jobs/python_custom_installers/dev/alacritty.py +2 -1
- machineconfig/jobs/python_custom_installers/dev/brave.py +10 -1
- machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py +9 -1
- machineconfig/jobs/python_custom_installers/dev/code.py +10 -3
- machineconfig/jobs/python_custom_installers/dev/cursor.py +2 -1
- machineconfig/jobs/python_custom_installers/dev/docker_desktop.py +7 -6
- machineconfig/jobs/python_custom_installers/dev/espanso.py +13 -5
- machineconfig/jobs/python_custom_installers/dev/goes.py +10 -1
- machineconfig/jobs/python_custom_installers/dev/lvim.py +9 -1
- machineconfig/jobs/python_custom_installers/dev/nerdfont.py +9 -1
- machineconfig/jobs/python_custom_installers/dev/redis.py +2 -2
- machineconfig/jobs/python_custom_installers/dev/wezterm.py +3 -1
- machineconfig/jobs/python_custom_installers/dev/winget.py +2 -1
- machineconfig/jobs/python_custom_installers/docker.py +9 -1
- machineconfig/jobs/python_custom_installers/gh.py +11 -2
- machineconfig/jobs/python_custom_installers/hx.py +9 -8
- machineconfig/jobs/python_custom_installers/warp-cli.py +9 -1
- machineconfig/jobs/python_generic_installers/config.json +612 -412
- machineconfig/jobs/python_generic_installers/config.json.bak +414 -0
- machineconfig/jobs/python_generic_installers/dev/config.json +822 -562
- machineconfig/jobs/python_generic_installers/dev/config.json.bak +565 -0
- machineconfig/jobs/python_linux_installers/archive/config.json +16 -8
- machineconfig/jobs/python_linux_installers/archive/config.json.bak +10 -0
- machineconfig/jobs/python_linux_installers/config.json +134 -99
- machineconfig/jobs/python_linux_installers/config.json.bak +110 -0
- machineconfig/jobs/python_linux_installers/dev/config.json +273 -203
- machineconfig/jobs/python_linux_installers/dev/config.json.bak +206 -0
- machineconfig/jobs/python_windows_installers/config.json +74 -48
- machineconfig/jobs/python_windows_installers/config.json.bak +56 -0
- machineconfig/jobs/python_windows_installers/dev/config.json +3 -2
- machineconfig/jobs/python_windows_installers/dev/config.json.bak +3 -0
- machineconfig/profile/create.py +1 -0
- machineconfig/scripts/python/devops.py +1 -1
- machineconfig/scripts/python/devops_devapps_install.py +40 -18
- machineconfig/scripts/python/fire_agents.py +10 -6
- machineconfig/setup_windows/wt_and_pwsh/install_nerd_fonts.py +8 -7
- machineconfig/utils/installer.py +45 -31
- machineconfig/utils/installer_utils/installer_abc.py +1 -4
- machineconfig/utils/installer_utils/installer_class.py +108 -102
- machineconfig/utils/path_reduced.py +1 -1
- machineconfig/utils/procs.py +1 -0
- machineconfig/utils/schemas/installer/installer_types.py +20 -0
- {machineconfig-3.1.dist-info → machineconfig-3.3.dist-info}/METADATA +1 -1
- {machineconfig-3.1.dist-info → machineconfig-3.3.dist-info}/RECORD +51 -43
- {machineconfig-3.1.dist-info → machineconfig-3.3.dist-info}/WHEEL +0 -0
- {machineconfig-3.1.dist-info → machineconfig-3.3.dist-info}/entry_points.txt +0 -0
- {machineconfig-3.1.dist-info → machineconfig-3.3.dist-info}/top_level.txt +0 -0
|
@@ -16,7 +16,7 @@ machineconfig/cluster/sessions_managers/wt_local.py,sha256=-e4yNxvu6ytI-u1Kihhtn
|
|
|
16
16
|
machineconfig/cluster/sessions_managers/wt_local_manager.py,sha256=bwn-jCbVgwUYYEaHk-AyOLSV9cg2Ke73Y50OUNiSKpQ,24190
|
|
17
17
|
machineconfig/cluster/sessions_managers/wt_remote.py,sha256=XmZV9rLubwxND5UYAS15mAcpzDdXvm4KyubVGYkVBmo,8743
|
|
18
18
|
machineconfig/cluster/sessions_managers/wt_remote_manager.py,sha256=vExLwB0cG8wubhadAgDbtaDta5PkWLUP4-5JJ_QKmYs,19761
|
|
19
|
-
machineconfig/cluster/sessions_managers/zellij_local.py,sha256=
|
|
19
|
+
machineconfig/cluster/sessions_managers/zellij_local.py,sha256=Le8QO60NGnE4Um54R26qosxq88ZeMtsBJ4xWd-obLKw,26131
|
|
20
20
|
machineconfig/cluster/sessions_managers/zellij_local_manager.py,sha256=32IZf2gbB-qseTf9d3GWCYfr4C3Pl4dBDN_pfpU_nvY,24025
|
|
21
21
|
machineconfig/cluster/sessions_managers/zellij_remote.py,sha256=f2bLNbhF0zZEuaM3JLttSvTLxjWidAjVTLtGVhrec9o,8749
|
|
22
22
|
machineconfig/cluster/sessions_managers/zellij_remote_manager.py,sha256=Jhbbty8wPsyQYUx4psTQnGEzl_euGUjkjIOhxBioAjE,8310
|
|
@@ -27,7 +27,7 @@ machineconfig/cluster/sessions_managers/wt_utils/session_manager.py,sha256=-PNcY
|
|
|
27
27
|
machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py,sha256=EEscow4hsvLJ1roXEXxXg0QUEwetJmTq0VRm_1Vg6L0,9499
|
|
28
28
|
machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=YPRUfV32_fY96SgbUHN7g2JEPQ3na6ZUg6DZePPQXRE,3112
|
|
29
29
|
machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=NciFO886EHSv3Ay30dAaq0cn78VdH8XTIlb8obnrk4A,5260
|
|
30
|
-
machineconfig/cluster/sessions_managers/zellij_utils/monitoring_types.py,sha256=
|
|
30
|
+
machineconfig/cluster/sessions_managers/zellij_utils/monitoring_types.py,sha256=8l8OAfWYy5xv-EaVqtXLqvPo9YaR9i8kFqGMhPzk0nw,2616
|
|
31
31
|
machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=4SwH0i9V5Qwugzcewr3uv1Y5mjLhQAXyaGiWtOOjY7E,13696
|
|
32
32
|
machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py,sha256=IMaoZ4nczs5XwPTObXno6mu0x7es4yNa9cAi4u6GkEU,2601
|
|
33
33
|
machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py,sha256=7JLq8HY-NWbJfzHfxaok_o1KrIwzMCK_PUnsdZYfzuA,4929
|
|
@@ -55,26 +55,26 @@ machineconfig/jobs/python/vscode/link_ve.py,sha256=1tXXgfWcl18K6avdhm2V7zng18opR
|
|
|
55
55
|
machineconfig/jobs/python/vscode/select_interpreter.py,sha256=54IljnFsvlz-B3qezMxc84RZSBxpYqKOsPmL9LwvSUU,2686
|
|
56
56
|
machineconfig/jobs/python/vscode/sync_code.py,sha256=5pk3-QBfZcXSe3H9a72vqf603vTbsEZA6KAP7ThVORs,1902
|
|
57
57
|
machineconfig/jobs/python_custom_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
58
|
-
machineconfig/jobs/python_custom_installers/docker.py,sha256=
|
|
59
|
-
machineconfig/jobs/python_custom_installers/gh.py,sha256=
|
|
60
|
-
machineconfig/jobs/python_custom_installers/hx.py,sha256=
|
|
61
|
-
machineconfig/jobs/python_custom_installers/warp-cli.py,sha256=
|
|
62
|
-
machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=
|
|
63
|
-
machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=
|
|
64
|
-
machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=
|
|
65
|
-
machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=
|
|
66
|
-
machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=
|
|
67
|
-
machineconfig/jobs/python_custom_installers/dev/code.py,sha256=
|
|
68
|
-
machineconfig/jobs/python_custom_installers/dev/cursor.py,sha256=
|
|
69
|
-
machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=
|
|
70
|
-
machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=
|
|
71
|
-
machineconfig/jobs/python_custom_installers/dev/goes.py,sha256=
|
|
72
|
-
machineconfig/jobs/python_custom_installers/dev/lvim.py,sha256=
|
|
73
|
-
machineconfig/jobs/python_custom_installers/dev/nerdfont.py,sha256=
|
|
74
|
-
machineconfig/jobs/python_custom_installers/dev/redis.py,sha256=
|
|
58
|
+
machineconfig/jobs/python_custom_installers/docker.py,sha256=xVNmcEJDuMB7-jRf1dGjNs-51uB6FwOgHKTHNJt8Eiw,2407
|
|
59
|
+
machineconfig/jobs/python_custom_installers/gh.py,sha256=bJXYUPwWw5-Y1ofy3qn1_D73V0xw2OLiJF3Roh37ge0,2662
|
|
60
|
+
machineconfig/jobs/python_custom_installers/hx.py,sha256=ghPC43v07ws_8NH203B8iylwqs0_KFlM4tzMUw885-g,5705
|
|
61
|
+
machineconfig/jobs/python_custom_installers/warp-cli.py,sha256=DV3hYPeWa5IpSTxGgpAiuG8vVXmOY46QudOUv4p15zk,2166
|
|
62
|
+
machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=Dcse7MzRYsz_xreTOq6HIskGzHo2Wfs6mREyK4KpR4E,1862
|
|
63
|
+
machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=QpZTbqV0j8oGPtPSQxbWaqmqrU98gDHp3lfe2Nx4-d0,991
|
|
64
|
+
machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=QEXHfv9pMd4f8repIWP3PP4_NaR1vlgT-AKraJLJzPk,1996
|
|
65
|
+
machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=aComZAepkXMOy-xQDX88TR2dyQvY0Zy-jDBFANztd0o,2178
|
|
66
|
+
machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=xcrnI3t-XgVaKtSPujfe6sNE3SMWxihGGUaXQjryq8Q,1606
|
|
67
|
+
machineconfig/jobs/python_custom_installers/dev/code.py,sha256=clLUL48MWA7M-wixM4YcVpq3ojKnXC-QvhwHzl57WBs,1842
|
|
68
|
+
machineconfig/jobs/python_custom_installers/dev/cursor.py,sha256=82YaZ0t1ssg8q2YpzY49MO_5v8fyRnFrBHsdI8Wx8fE,4541
|
|
69
|
+
machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=1PHkB32Y6dOPSpNLu17I_FIMZtwEz6lA_Elhbd9MTtg,2492
|
|
70
|
+
machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=iZI31xVx-8P-I800-hgHkiHkbzhOpx5dl1eUQXyyM4Y,2674
|
|
71
|
+
machineconfig/jobs/python_custom_installers/dev/goes.py,sha256=KYacv7Tp4f6UBAiF8C7GRJUtj-lAxu-vGo5JxjLYeVk,1216
|
|
72
|
+
machineconfig/jobs/python_custom_installers/dev/lvim.py,sha256=0JcwZ1yIDO_glv_dv06-t-Tyulzz5AzkRT22u-6Ee3s,2344
|
|
73
|
+
machineconfig/jobs/python_custom_installers/dev/nerdfont.py,sha256=61Nq-dQEyT5QyDfo9EtbmC3eI3HLTUk316p3U1LpxbY,2202
|
|
74
|
+
machineconfig/jobs/python_custom_installers/dev/redis.py,sha256=xbWGp7MvaVWL77IYoZQ2JzyhmyVpW6PDra1MPKUBrEU,2278
|
|
75
75
|
machineconfig/jobs/python_custom_installers/dev/reverse_proxy.md,sha256=Yam2UzJUCslAp01_A0gdMH59s27hna9mqQsSGU7q64g,1128
|
|
76
|
-
machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=
|
|
77
|
-
machineconfig/jobs/python_custom_installers/dev/winget.py,sha256=
|
|
76
|
+
machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=jOuB8h7C-3OH8f1P-qNoxvIBctaXbbNMSo4QWyWb7H0,2295
|
|
77
|
+
machineconfig/jobs/python_custom_installers/dev/winget.py,sha256=pRBnF6kPZI42mRZNvqo3pH9GFUB3yOrGGeALDY2ggm4,5743
|
|
78
78
|
machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh,sha256=m01xquA4YZW3YrhJiTCvTZuLliELmRI1avYFyuE5-Ws,2119
|
|
79
79
|
machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh,sha256=mojUmdFXXH5vJN7hHwP3JmRajya1yyM4bZvuLOx-nTc,5343
|
|
80
80
|
machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh,sha256=TiS-hWRltw66_p_Fq8gfkA_rqUIuwxoIkFZItVF6TXA,1478
|
|
@@ -87,20 +87,27 @@ machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh,sha256=8S0nZ
|
|
|
87
87
|
machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=PVNLeYWdh3XEFllCVZDYIHBI42btjGlH5jbyXjJGz-Y,3033
|
|
88
88
|
machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
|
|
89
89
|
machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
90
|
-
machineconfig/jobs/python_generic_installers/config.json,sha256=
|
|
90
|
+
machineconfig/jobs/python_generic_installers/config.json,sha256=hUAqfmJbNLvinuX_pikAtwUyKIS79de37CNsSxIcy9k,20245
|
|
91
|
+
machineconfig/jobs/python_generic_installers/config.json.bak,sha256=dkrLpAs-xJ1gvpFd42yuWGoRkkE1MG-8fAhrMNrxt34,20678
|
|
91
92
|
machineconfig/jobs/python_generic_installers/dev/config.archive.json,sha256=1rZO1-5lxtbVGuXXoTTuvWjs54xlHHIAIIZYDAy8FSA,823
|
|
92
|
-
machineconfig/jobs/python_generic_installers/dev/config.json,sha256=
|
|
93
|
+
machineconfig/jobs/python_generic_installers/dev/config.json,sha256=ItwFXaLlIGwBS2SfmYwsqYU86fAKQmCfLD7vaneZgPA,26928
|
|
94
|
+
machineconfig/jobs/python_generic_installers/dev/config.json.bak,sha256=dKzCQNuQigcuTGw1uvhHkhG-kvp2UPHpv0X6XOTYtBE,29760
|
|
93
95
|
machineconfig/jobs/python_linux_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
94
|
-
machineconfig/jobs/python_linux_installers/config.json,sha256=
|
|
95
|
-
machineconfig/jobs/python_linux_installers/
|
|
96
|
+
machineconfig/jobs/python_linux_installers/config.json,sha256=ieu42FP2ZNT9uWDCG8wwbfXRdKqi_fF5SpHclP3eRCY,4652
|
|
97
|
+
machineconfig/jobs/python_linux_installers/config.json.bak,sha256=rn2mss51IgiAKKmhPdQ0nmTC_aPFm-6rIfHdCBlEFBE,5324
|
|
98
|
+
machineconfig/jobs/python_linux_installers/archive/config.json,sha256=bpfrVl1Zcmb6FwrIh413bV_o2_e4NVA8RESZil10wZk,370
|
|
99
|
+
machineconfig/jobs/python_linux_installers/archive/config.json.bak,sha256=haf6H05bW2AC-CptfZBeNeMoQK60w8iWmCZ2aDiL4O0,302
|
|
96
100
|
machineconfig/jobs/python_linux_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
97
|
-
machineconfig/jobs/python_linux_installers/dev/config.json,sha256=
|
|
101
|
+
machineconfig/jobs/python_linux_installers/dev/config.json,sha256=4TyZJXUAkw9i6r0KoAu2Bug2WZN3qgD3Fe4SE1RWv8c,8308
|
|
102
|
+
machineconfig/jobs/python_linux_installers/dev/config.json.bak,sha256=IxlCuMfWX-SWCnQxQN5JBlxDIAHPvZRlSFbszqERj2w,9951
|
|
98
103
|
machineconfig/jobs/python_windows_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
99
|
-
machineconfig/jobs/python_windows_installers/config.json,sha256=
|
|
104
|
+
machineconfig/jobs/python_windows_installers/config.json,sha256=yBeLKqt0oLr1r94o-zuQmj941f2LswgRr3P3jN3syd0,2172
|
|
105
|
+
machineconfig/jobs/python_windows_installers/config.json.bak,sha256=_jMleGe2iqcOr4yc1ma4U-_6bgUsuqqLkCDAvypOCZQ,2256
|
|
100
106
|
machineconfig/jobs/python_windows_installers/archive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
101
107
|
machineconfig/jobs/python_windows_installers/archive/file.json,sha256=sF9TUg7DQnq6R6qqLa9tRWfaQRfYKi4cy4T1hZ8yegU,314
|
|
102
108
|
machineconfig/jobs/python_windows_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
103
|
-
machineconfig/jobs/python_windows_installers/dev/config.json,sha256
|
|
109
|
+
machineconfig/jobs/python_windows_installers/dev/config.json,sha256=yQ30QGCaNustz3Fd_hMxFPRQ7YnMrO-ONFw-niNlquc,41
|
|
110
|
+
machineconfig/jobs/python_windows_installers/dev/config.json.bak,sha256=-KWibjBW62-wbe6z28z9iK50kAIAyYxwtZZru37J1N4,4
|
|
104
111
|
machineconfig/jobs/windows/start_terminal.ps1,sha256=wy0fGwgb4U7xaHsONDrR4V5u9JEkG5vtt4NZUBx0ro8,473
|
|
105
112
|
machineconfig/jobs/windows/startup_file.cmd,sha256=qOqDwL0MmRB-fHauJKjOO0mhczyA3-cdRUyY1p7NCok,95
|
|
106
113
|
machineconfig/jobs/windows/archive/archive_pygraphviz.ps1,sha256=XBMaFurdY8smiLdeP3iAm2p1x4Ui_F3Ty9lHikKSfUk,708
|
|
@@ -109,7 +116,7 @@ machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1,sha256=-7pElYi
|
|
|
109
116
|
machineconfig/jobs/windows/msc/cli_agents.bat,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
110
117
|
machineconfig/jobs/windows/msc/cli_agents.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
111
118
|
machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
112
|
-
machineconfig/profile/create.py,sha256=
|
|
119
|
+
machineconfig/profile/create.py,sha256=jeJT92dHjD8B14_uUkpvi7TyPkAjarbw4dJAzZqfhAo,6464
|
|
113
120
|
machineconfig/profile/shell.py,sha256=HIMJvl-HZ8za7gbZn_vLZV0R6qjwcNfRFLK2bJ8ig-4,9206
|
|
114
121
|
machineconfig/profile/records/generic/shares.toml,sha256=FduDztfyQtZcr5bfx-RSKhEEweweQSWfVXkKWnx8hCY,143
|
|
115
122
|
machineconfig/profile/records/linux/apps_summary_report.csv,sha256=pw9djvaRUPalKDLn2sl3odcbD2_Zx3aEupsQ8UPfaaY,2738
|
|
@@ -162,14 +169,14 @@ machineconfig/scripts/python/cloud_mount.py,sha256=l2vi_j3OvhACv249slXqQbYzP8df4
|
|
|
162
169
|
machineconfig/scripts/python/cloud_repo_sync.py,sha256=cNznrOoy-kuTdcxBx1T8EipMDvmT-frq4IV5EosuVmE,9941
|
|
163
170
|
machineconfig/scripts/python/cloud_sync.py,sha256=RfgrEPGg_LrIaY3hfLDHsK8blrZvyPsoN66X0Z3WeCw,3859
|
|
164
171
|
machineconfig/scripts/python/croshell.py,sha256=6i9wUuTbbp0Miu2ZKMNyVsV4XLgkJ5YNdQkLHya2ECs,9510
|
|
165
|
-
machineconfig/scripts/python/devops.py,sha256=
|
|
172
|
+
machineconfig/scripts/python/devops.py,sha256=vqZCRVLbzwkT-uDBQKgWmFtMV-ayF7GNgdz9OlrhziQ,6202
|
|
166
173
|
machineconfig/scripts/python/devops_add_identity.py,sha256=FmwI3MYm5_9bIP21OffwmyOhilLnCbCbjD8KzPJIR_E,4067
|
|
167
174
|
machineconfig/scripts/python/devops_add_ssh_key.py,sha256=dcU3WqyJpEJLGK6CNUUGswo4PsZamXGYyt_vTiNOCjA,6950
|
|
168
175
|
machineconfig/scripts/python/devops_backup_retrieve.py,sha256=_nSNkCrJ0a99KjWQg-2Q6eLQ3xPyaxJrUmoXpnJXzEg,5564
|
|
169
|
-
machineconfig/scripts/python/devops_devapps_install.py,sha256=
|
|
176
|
+
machineconfig/scripts/python/devops_devapps_install.py,sha256=mF6neipqc2zv7-fZ9iWgX_oWZBrxiizU5vWctXtyKMM,9633
|
|
170
177
|
machineconfig/scripts/python/devops_update_repos.py,sha256=XZRV0_V_eKWph3fVtExKAayXhG6-svGu9UmJOh5yF-U,8066
|
|
171
178
|
machineconfig/scripts/python/dotfile.py,sha256=miL8mQH2AqPdnHSz0Cxa7qQavaOmzTD9DAF66H2PRzA,2259
|
|
172
|
-
machineconfig/scripts/python/fire_agents.py,sha256=
|
|
179
|
+
machineconfig/scripts/python/fire_agents.py,sha256=8zdJb-bfG29X4MHi71FbGq2_K1D5W9prlEf_B1GzfDY,9038
|
|
173
180
|
machineconfig/scripts/python/fire_agents_help_launch.py,sha256=vTQWEm1TZEEtI6f_I0ZxLsfZY7YWwcdDvJs4GBgmrsE,6127
|
|
174
181
|
machineconfig/scripts/python/fire_agents_help_search.py,sha256=qIfSS_su2YJ1Gb0_lu4cbjlJlYMBw0v52NTGiSrGjk8,2991
|
|
175
182
|
machineconfig/scripts/python/fire_agents_load_balancer.py,sha256=QPiCbQq9j5REHStPdYqQcGNkz_rp5CjotqOpMY3v5TM,2099
|
|
@@ -371,18 +378,18 @@ machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=m0KplQ3RwezZGRf
|
|
|
371
378
|
machineconfig/setup_windows/web_shortcuts/ssh.ps1,sha256=Tj9axEugJE7I3AQ0w1eUGLPb8ufME5jvU5S7VUjlLJE,424
|
|
372
379
|
machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
373
380
|
machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1,sha256=JsQfGAMkvirhiUmBNOifMlbum2PfHSs0-Akgj-J-WZw,3177
|
|
374
|
-
machineconfig/setup_windows/wt_and_pwsh/install_nerd_fonts.py,sha256=
|
|
381
|
+
machineconfig/setup_windows/wt_and_pwsh/install_nerd_fonts.py,sha256=QBnyqzMl5imDUiCvj5keP2HL4uXMIkGllpqPwJnnsQM,4706
|
|
375
382
|
machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=77mFot76k0CsWtVufQ1K1AfL6vf_QoyG3JRhUigxwyI,6115
|
|
376
383
|
machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
377
384
|
machineconfig/utils/code.py,sha256=1uB7NnswsTkv8rjctducqHIi78oSW39AfhnipJrN2fo,4458
|
|
378
|
-
machineconfig/utils/installer.py,sha256=
|
|
385
|
+
machineconfig/utils/installer.py,sha256=OA2xkARcTTGGNpGiguzvjzB99SsLLfbPnBIh2krOJS0,11939
|
|
379
386
|
machineconfig/utils/io_save.py,sha256=iC1YTH0MOlBS8bWUB8Xhdl4CG_bEKQ3OVwMohdCOazI,3145
|
|
380
387
|
machineconfig/utils/links.py,sha256=5rDQ6Id-vTtJRFwOWX8xZDXIOR5lY0DgLy0HpxIKLhk,10247
|
|
381
388
|
machineconfig/utils/notifications.py,sha256=xG2b4NYNBtVq_kTR3gwdl3hrH1LRgRSpGegZ-BfWjdw,9299
|
|
382
389
|
machineconfig/utils/options.py,sha256=wCP1oN-UFl8CbcCfJ7Orw_Ghy2ZKqNLiolzCGeRVfuk,8535
|
|
383
390
|
machineconfig/utils/path.py,sha256=csRyffpWYY5-sqeQCZyWi_z4b295EAztEmZWyvFYRW8,8012
|
|
384
|
-
machineconfig/utils/path_reduced.py,sha256=
|
|
385
|
-
machineconfig/utils/procs.py,sha256=
|
|
391
|
+
machineconfig/utils/path_reduced.py,sha256=kYCxYyC5tNN5u3LlzDKuhBFAK5hHAGeTUNf2lpU2PRY,52513
|
|
392
|
+
machineconfig/utils/procs.py,sha256=NlQWOTIGpqqDaqoPhlqAC6VVU8MxSwHB5QgpmhbkCnU,11380
|
|
386
393
|
machineconfig/utils/scheduling.py,sha256=8xjeoR_D5QHT0d7299Mgsj6JUbvkE_PX_pWq3myi658,11184
|
|
387
394
|
machineconfig/utils/source_of_truth.py,sha256=GnjcVkKm11RyZFHGnPbne5YDEBYoZ5yryBNkpfGC7O4,854
|
|
388
395
|
machineconfig/utils/ssh.py,sha256=1FTu1joRciyioQ-KSn_IeZYsyOt1KIGHXS81fjBPY9U,21090
|
|
@@ -396,13 +403,14 @@ machineconfig/utils/ai/generate_file_checklist.py,sha256=HVPSKM5ko17e_x1rHZ8XATa
|
|
|
396
403
|
machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=ZTVkqgrwbV_EoPvyT8dyOTUE0ur3BW4sa9o6QYtt5Bo,2341
|
|
397
404
|
machineconfig/utils/cloud/onedrive/transaction.py,sha256=m-aNcnWj_gfZVvJOSpkdIqjZxU_3nXx2CA-qKbQgP3I,26232
|
|
398
405
|
machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
399
|
-
machineconfig/utils/installer_utils/installer_abc.py,sha256=
|
|
400
|
-
machineconfig/utils/installer_utils/installer_class.py,sha256=
|
|
406
|
+
machineconfig/utils/installer_utils/installer_abc.py,sha256=UaHmSHBfXH9XFKYaTC3bpifDe77ljY-6v9WvqzlvUYE,5177
|
|
407
|
+
machineconfig/utils/installer_utils/installer_class.py,sha256=QKSV-p4yw8YkU3zEPSLQx1ZusP7ezGKMeSSzoMW2ir4,20351
|
|
401
408
|
machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=CCs5ebomW1acKWZRpv9dyDzM-W6pwvVplikcutE2D8I,2339
|
|
409
|
+
machineconfig/utils/schemas/installer/installer_types.py,sha256=iAzcALc9z_FAQE9iuGHfX6Z0B1_n3Gt6eC0d6heYik0,599
|
|
402
410
|
machineconfig/utils/schemas/layouts/layout_types.py,sha256=OmiOX9xtakPz4l6IobWnpFHpbn95fitEE9q0YL1WxjQ,617
|
|
403
411
|
machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
|
|
404
|
-
machineconfig-3.
|
|
405
|
-
machineconfig-3.
|
|
406
|
-
machineconfig-3.
|
|
407
|
-
machineconfig-3.
|
|
408
|
-
machineconfig-3.
|
|
412
|
+
machineconfig-3.3.dist-info/METADATA,sha256=Gzfjq1J46rsE8WyAMXGnQh3qT8cO6d36K8Y2wj6vfKk,7048
|
|
413
|
+
machineconfig-3.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
414
|
+
machineconfig-3.3.dist-info/entry_points.txt,sha256=nBemaVdIfKeDNH11op15aSDIqP_nWxas8JSm0XFoidc,1023
|
|
415
|
+
machineconfig-3.3.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
416
|
+
machineconfig-3.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|