machineconfig 2.98__py3-none-any.whl → 3.1__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.

Files changed (78) hide show
  1. machineconfig/__init__.py +16 -17
  2. machineconfig/cluster/sessions_managers/enhanced_command_runner.py +6 -6
  3. machineconfig/cluster/sessions_managers/wt_local.py +7 -7
  4. machineconfig/cluster/sessions_managers/wt_local_manager.py +8 -8
  5. machineconfig/cluster/sessions_managers/wt_remote.py +8 -8
  6. machineconfig/cluster/sessions_managers/wt_remote_manager.py +6 -6
  7. machineconfig/cluster/sessions_managers/zellij_local.py +156 -77
  8. machineconfig/cluster/sessions_managers/zellij_local_manager.py +18 -15
  9. machineconfig/cluster/sessions_managers/zellij_remote.py +14 -61
  10. machineconfig/cluster/sessions_managers/zellij_remote_manager.py +15 -12
  11. machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py +9 -3
  12. machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py +2 -2
  13. machineconfig/cluster/sessions_managers/zellij_utils/monitoring_types.py +40 -67
  14. machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +19 -17
  15. machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py +2 -2
  16. machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py +1 -1
  17. machineconfig/jobs/python/python_ve_symlink.py +1 -1
  18. machineconfig/profile/create.py +7 -0
  19. machineconfig/scripts/linux/kill_process +1 -1
  20. machineconfig/scripts/python/ai/mcinit.py +2 -3
  21. machineconfig/scripts/python/cloud_mount.py +1 -1
  22. machineconfig/scripts/python/cloud_repo_sync.py +1 -0
  23. machineconfig/scripts/python/cloud_sync.py +1 -0
  24. machineconfig/scripts/python/croshell.py +1 -0
  25. machineconfig/scripts/python/devops.py +11 -0
  26. machineconfig/scripts/python/devops_add_identity.py +1 -0
  27. machineconfig/scripts/python/devops_add_ssh_key.py +1 -0
  28. machineconfig/scripts/python/devops_backup_retrieve.py +1 -0
  29. machineconfig/scripts/python/devops_devapps_install.py +4 -6
  30. machineconfig/scripts/python/devops_update_repos.py +21 -20
  31. machineconfig/scripts/python/fire_agents.py +17 -7
  32. machineconfig/scripts/python/fire_agents_help_launch.py +4 -3
  33. machineconfig/scripts/python/fire_agents_help_search.py +1 -2
  34. machineconfig/scripts/python/fire_agents_load_balancer.py +8 -10
  35. machineconfig/scripts/python/fire_jobs.py +1 -0
  36. machineconfig/scripts/python/helpers/cloud_helpers.py +1 -0
  37. machineconfig/scripts/python/mount_nfs.py +2 -0
  38. machineconfig/scripts/python/mount_nw_drive.py +1 -1
  39. machineconfig/scripts/python/mount_ssh.py +1 -0
  40. machineconfig/scripts/python/repos.py +0 -2
  41. machineconfig/scripts/python/repos_helper_record.py +43 -66
  42. machineconfig/scripts/python/repos_helper_update.py +3 -2
  43. machineconfig/scripts/python/start_slidev.py +1 -0
  44. machineconfig/scripts/python/start_terminals.py +1 -1
  45. machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +1 -0
  46. machineconfig/utils/code.py +0 -1
  47. machineconfig/utils/notifications.py +2 -2
  48. machineconfig/utils/procs.py +10 -15
  49. machineconfig/utils/schemas/fire_agents/fire_agents_input.py +9 -4
  50. machineconfig/utils/schemas/layouts/layout_types.py +2 -0
  51. machineconfig/utils/schemas/repos/repos_types.py +0 -3
  52. machineconfig/utils/ssh.py +9 -11
  53. machineconfig/utils/utils2.py +1 -0
  54. machineconfig/utils/ve.py +0 -1
  55. {machineconfig-2.98.dist-info → machineconfig-3.1.dist-info}/METADATA +1 -1
  56. {machineconfig-2.98.dist-info → machineconfig-3.1.dist-info}/RECORD +59 -78
  57. {machineconfig-2.98.dist-info → machineconfig-3.1.dist-info}/entry_points.txt +1 -0
  58. machineconfig/jobs/__pycache__/__init__.cpython-313.pyc +0 -0
  59. machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-313.pyc +0 -0
  60. machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-313.pyc +0 -0
  61. machineconfig/scripts/__pycache__/__init__.cpython-313.pyc +0 -0
  62. machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc +0 -0
  63. machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-313.pyc +0 -0
  64. machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc +0 -0
  65. machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc +0 -0
  66. machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc +0 -0
  67. machineconfig/scripts/python/__pycache__/fire_agents.cpython-313.pyc +0 -0
  68. machineconfig/scripts/python/__pycache__/get_zellij_cmd.cpython-313.pyc +0 -0
  69. machineconfig/scripts/python/__pycache__/repos.cpython-313.pyc +0 -0
  70. machineconfig/scripts/python/__pycache__/repos_helper_record.cpython-313.pyc +0 -0
  71. machineconfig/scripts/python/__pycache__/repos_helper_update.cpython-313.pyc +0 -0
  72. machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-313.pyc +0 -0
  73. machineconfig/scripts/python/helpers/__pycache__/repo_sync_helpers.cpython-313.pyc +0 -0
  74. machineconfig/settings/linters/.ruff_cache/.gitignore +0 -2
  75. machineconfig/settings/linters/.ruff_cache/CACHEDIR.TAG +0 -1
  76. machineconfig/settings/shells/bash/.inputrc +0 -3
  77. {machineconfig-2.98.dist-info → machineconfig-3.1.dist-info}/WHEEL +0 -0
  78. {machineconfig-2.98.dist-info → machineconfig-3.1.dist-info}/top_level.txt +0 -0
@@ -20,6 +20,7 @@ def randstr(length: int = 10, lower: bool = True, upper: bool = True, digits: bo
20
20
 
21
21
  def split[T](iterable: list[T], every: int = 1, to: Optional[int] = None) -> list[list[T]]:
22
22
  import math
23
+
23
24
  every = every if to is None else math.ceil(len(iterable) / to)
24
25
  res: list[list[T]] = []
25
26
  for ix in range(0, len(iterable), every):
machineconfig/utils/ve.py CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  from machineconfig.utils.path_reduced import PathExtended as PathExtended
3
2
  from machineconfig.utils.utils2 import read_ini
4
3
  import platform
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: machineconfig
3
- Version: 2.98
3
+ Version: 3.1
4
4
  Summary: Dotfiles management package
5
5
  Author-email: Alex Al-Saffar <programmer@usa.com>
6
6
  License: Apache 2.0
@@ -1,4 +1,4 @@
1
- machineconfig/__init__.py,sha256=-tZH4o0r1HULXXzqvbpWsic_nRlrzZB-OngfXrqg7Vc,733
1
+ machineconfig/__init__.py,sha256=TO5eByMRXNSfiXaDyiDjJpkNBscUUDYXsbe1JGSi5NM,822
2
2
  machineconfig/logger.py,sha256=XLckvZ8cPDpC5v75ESP3YNTputIrDYuvoYisj0YZtGw,1415
3
3
  machineconfig/cluster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  machineconfig/cluster/remote/cloud_manager.py,sha256=DCkA0XCOrhdBzPJ8M0_V1TuY8Mj7MW82iHr9NN3luxU,26037
@@ -11,26 +11,26 @@ machineconfig/cluster/remote/remote_machine.py,sha256=xRuoHKNsIT0-FTFSvF1q7scnGK
11
11
  machineconfig/cluster/remote/script_execution.py,sha256=4U70FDtjOh6A6C2Ei-Xh90S888q64VhRPbExoEbdepk,9980
12
12
  machineconfig/cluster/remote/script_notify_upon_completion.py,sha256=GRxnnbnOl1-hTovTN-zI_M9wdV7x293yA77_mou9I1o,2032
13
13
  machineconfig/cluster/sessions_managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
- machineconfig/cluster/sessions_managers/enhanced_command_runner.py,sha256=H2DZ3we9zx3Px0vCvFRkWfiA44um7ReouKbgylL873w,5317
15
- machineconfig/cluster/sessions_managers/wt_local.py,sha256=5tBgiWf-gsAvg1PrSEF7ZdEpeWgARLQdtArhXwjdBno,18233
16
- machineconfig/cluster/sessions_managers/wt_local_manager.py,sha256=EqSdzHx5VLkaxKXLfHXigpaGB3dXS5RS-04d-BiTgzI,24192
17
- machineconfig/cluster/sessions_managers/wt_remote.py,sha256=7KT5D0FM9wwY8N3Mp9uO9rv3z29n6HIDJfPSLWXOIIs,8755
18
- machineconfig/cluster/sessions_managers/wt_remote_manager.py,sha256=V7Z_1sLGfCjyGh2rxbtnDCzrzlMYrdY_6uG3Gljp20o,19758
19
- machineconfig/cluster/sessions_managers/zellij_local.py,sha256=dPrnSvRlzhs8tWY1pI3qOqKYexUKsRp5S3nPqAx5LfE,20557
20
- machineconfig/cluster/sessions_managers/zellij_local_manager.py,sha256=AoUnXIL-K31HcO-Xto-eTcuvy3u5G0Y0VG4aRvlUzj8,23785
21
- machineconfig/cluster/sessions_managers/zellij_remote.py,sha256=G1SdycIHuCBMOnO5kfxDNN-boNxZ6PSh0xsZsDK8H1s,11039
22
- machineconfig/cluster/sessions_managers/zellij_remote_manager.py,sha256=2ZoSPrlsYJbugH8f8doNIDhmbv2M61DN9KIQNVUqE1k,8116
14
+ machineconfig/cluster/sessions_managers/enhanced_command_runner.py,sha256=3vcQVg-HHa_WTxBGPtKMAdoSqJVa2EO5KAtrY8a6I3c,5264
15
+ machineconfig/cluster/sessions_managers/wt_local.py,sha256=-e4yNxvu6ytI-u1Kihhtn_wd_qNKZMzN_WrZ9ab1qYA,18220
16
+ machineconfig/cluster/sessions_managers/wt_local_manager.py,sha256=bwn-jCbVgwUYYEaHk-AyOLSV9cg2Ke73Y50OUNiSKpQ,24190
17
+ machineconfig/cluster/sessions_managers/wt_remote.py,sha256=XmZV9rLubwxND5UYAS15mAcpzDdXvm4KyubVGYkVBmo,8743
18
+ machineconfig/cluster/sessions_managers/wt_remote_manager.py,sha256=vExLwB0cG8wubhadAgDbtaDta5PkWLUP4-5JJ_QKmYs,19761
19
+ machineconfig/cluster/sessions_managers/zellij_local.py,sha256=4534jWuwHeBJo8jH76n7iKiHPswQdyRA51GJr_Mb1Do,26151
20
+ machineconfig/cluster/sessions_managers/zellij_local_manager.py,sha256=32IZf2gbB-qseTf9d3GWCYfr4C3Pl4dBDN_pfpU_nvY,24025
21
+ machineconfig/cluster/sessions_managers/zellij_remote.py,sha256=f2bLNbhF0zZEuaM3JLttSvTLxjWidAjVTLtGVhrec9o,8749
22
+ machineconfig/cluster/sessions_managers/zellij_remote_manager.py,sha256=Jhbbty8wPsyQYUx4psTQnGEzl_euGUjkjIOhxBioAjE,8310
23
23
  machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py,sha256=CFGcZPFTZQJtFf0OvMUHhadZ0qbImCP3wxvbWYVcVYo,7445
24
24
  machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py,sha256=Mitm7mKiKl5lT0OiEUHAqVg2Q21RjsKO1-hpJTHJ5lM,15196
25
25
  machineconfig/cluster/sessions_managers/wt_utils/remote_executor.py,sha256=lApUy67_WhfaBXqt0meZSx_QvwiXjN0YLdyE3c7kP_s,6744
26
26
  machineconfig/cluster/sessions_managers/wt_utils/session_manager.py,sha256=-PNcYwPqwdNRnLU9QGKxRR9i6ewY02Id-tgnODB_OzQ,12552
27
27
  machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py,sha256=EEscow4hsvLJ1roXEXxXg0QUEwetJmTq0VRm_1Vg6L0,9499
28
- machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=lxeZVYIelUEf7pFSmg1F5jPbWfzuxQmZ2IBZsHMwFVk,2852
29
- machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=OfMhdqDR43r8vEnTNSrV9hvMHG3cNl7EmJKB_ChJBJ8,5263
30
- machineconfig/cluster/sessions_managers/zellij_utils/monitoring_types.py,sha256=v0bHlnxYVVvsDX-s_2W7UYAGZFNuIRD7VAPL5VejZ9o,2667
31
- machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=8ilY7ntXWTsFy6-G-j2GZvakK4C43s5y5RFw_feOnDk,13298
32
- machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py,sha256=Nkd5QFw5yG2qD2-WLioqi-e3WKuOqGA8C35epGmB49g,2602
33
- machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py,sha256=U_Gvhf-uPwY8jFoxg4aOWsIQbYjd8ueRsfPim1Wv0Pc,4936
28
+ machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=YPRUfV32_fY96SgbUHN7g2JEPQ3na6ZUg6DZePPQXRE,3112
29
+ machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=NciFO886EHSv3Ay30dAaq0cn78VdH8XTIlb8obnrk4A,5260
30
+ machineconfig/cluster/sessions_managers/zellij_utils/monitoring_types.py,sha256=MmBXNQCMm0BbRaI9T9ecSIfZE93ErsxDoGVSqHc4s8s,2669
31
+ machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=4SwH0i9V5Qwugzcewr3uv1Y5mjLhQAXyaGiWtOOjY7E,13696
32
+ machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py,sha256=IMaoZ4nczs5XwPTObXno6mu0x7es4yNa9cAi4u6GkEU,2601
33
+ machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py,sha256=7JLq8HY-NWbJfzHfxaok_o1KrIwzMCK_PUnsdZYfzuA,4929
34
34
  machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py,sha256=AtpIoko_ghhOXENGAfgiS2jA4IYBFRMjEbyIy_P6HIM,3758
35
35
  machineconfig/cluster/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
36
  machineconfig/cluster/templates/cli_click.py,sha256=7v6w-dj1whBd9ydKeOAQFuD5kF7_6ivyPAqNl8BEvc0,5084
@@ -41,7 +41,6 @@ machineconfig/cluster/templates/run_cluster.py,sha256=ZFNl4EDybicedWKX5qBwSSeKKf
41
41
  machineconfig/cluster/templates/run_remote.py,sha256=vCc56t8BUAUJp7tyb0PFfwy5hlmIdRdzcjlpP9gcLdc,3247
42
42
  machineconfig/cluster/templates/utils.py,sha256=hrtaDkGxl9p9SAdPz46ppTtbrIW2OonsO42DEA-qoS8,1646
43
43
  machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
- machineconfig/jobs/__pycache__/__init__.cpython-313.pyc,sha256=XCpGeTOsCIrHvdkU0hZ-ISJF86afNZ4mr5dY9n0K8Gg,161
45
44
  machineconfig/jobs/linux/msc/cli_agents.sh,sha256=X94rDsNHokIWQyHUQu0n2d0AbR39ak-nw4PbrUsJr7w,377
46
45
  machineconfig/jobs/linux/msc/lid.sh,sha256=09LeoSaXCGjCn7YxPcIFQpHroYdglJlEtFU2agarh3I,1302
47
46
  machineconfig/jobs/linux/msc/network.sh,sha256=dmISsh0hioDheinqee3qHfo2k7ClFx6G_GfGDxuflmc,1796
@@ -49,7 +48,7 @@ machineconfig/jobs/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
49
48
  machineconfig/jobs/python/check_installations.py,sha256=o0mrZ-ivdED_7Od1tdtwJ4XSQRfiY6d_HciXLh1PXtY,11126
50
49
  machineconfig/jobs/python/create_bootable_media.py,sha256=KKtcPk0rFLQc4eNVP6nbeYX-P7Gpqi0HvfIcUM6rVVs,827
51
50
  machineconfig/jobs/python/python_cargo_build_share.py,sha256=RDe1QiTH3vLQ1wjN0kE5NxMIqwB-_WHz6O3svyuH_VE,2133
52
- machineconfig/jobs/python/python_ve_symlink.py,sha256=ico4Xq_v7eKB2jGtL0puJI-KgAt3_NVIF4UCU3Z_7RM,845
51
+ machineconfig/jobs/python/python_ve_symlink.py,sha256=XCeZzV1-vn56swWakHzrIAht1nkQaQ4W_Mxyx111vTM,845
53
52
  machineconfig/jobs/python/tasks.py,sha256=hrBDQOnBmcXtauTkicVgC8J2AOGcfdFfyx0K8eI6Coc,150
54
53
  machineconfig/jobs/python/vscode/api.py,sha256=BYF3XeNXYCpM4ApDCz2ZM1AInY4WgBqrpX9l_MWYqfM,1670
55
54
  machineconfig/jobs/python/vscode/link_ve.py,sha256=1tXXgfWcl18K6avdhm2V7zng18opR9pfI0PSLxMFbiQ,1439
@@ -89,12 +88,10 @@ machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=PVN
89
88
  machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
90
89
  machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
90
  machineconfig/jobs/python_generic_installers/config.json,sha256=dkrLpAs-xJ1gvpFd42yuWGoRkkE1MG-8fAhrMNrxt34,20678
92
- machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-313.pyc,sha256=knHc0czISCOGlMdoXh0vJGcyr0TTsRAzNIk8iYo26VM,187
93
91
  machineconfig/jobs/python_generic_installers/dev/config.archive.json,sha256=1rZO1-5lxtbVGuXXoTTuvWjs54xlHHIAIIZYDAy8FSA,823
94
92
  machineconfig/jobs/python_generic_installers/dev/config.json,sha256=dKzCQNuQigcuTGw1uvhHkhG-kvp2UPHpv0X6XOTYtBE,29760
95
93
  machineconfig/jobs/python_linux_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
96
94
  machineconfig/jobs/python_linux_installers/config.json,sha256=rn2mss51IgiAKKmhPdQ0nmTC_aPFm-6rIfHdCBlEFBE,5324
97
- machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-313.pyc,sha256=VPZBY1nwCPNRdlftZPBK6pJb-b44HTw7qG6ce-AvLuM,185
98
95
  machineconfig/jobs/python_linux_installers/archive/config.json,sha256=haf6H05bW2AC-CptfZBeNeMoQK60w8iWmCZ2aDiL4O0,302
99
96
  machineconfig/jobs/python_linux_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
100
97
  machineconfig/jobs/python_linux_installers/dev/config.json,sha256=IxlCuMfWX-SWCnQxQN5JBlxDIAHPvZRlSFbszqERj2w,9951
@@ -112,7 +109,7 @@ machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1,sha256=-7pElYi
112
109
  machineconfig/jobs/windows/msc/cli_agents.bat,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
113
110
  machineconfig/jobs/windows/msc/cli_agents.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
114
111
  machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
- machineconfig/profile/create.py,sha256=WXfyu8SZ8owRwbTeZKDP2KE_H9IBIMVn7sCHq5uxdPA,6456
112
+ machineconfig/profile/create.py,sha256=KeJkNkPuZrAAemv6vItmthqYYPEDk7i8VgswYunRMxs,6463
116
113
  machineconfig/profile/shell.py,sha256=HIMJvl-HZ8za7gbZn_vLZV0R6qjwcNfRFLK2bJ8ig-4,9206
117
114
  machineconfig/profile/records/generic/shares.toml,sha256=FduDztfyQtZcr5bfx-RSKhEEweweQSWfVXkKWnx8hCY,143
118
115
  machineconfig/profile/records/linux/apps_summary_report.csv,sha256=pw9djvaRUPalKDLn2sl3odcbD2_Zx3aEupsQ8UPfaaY,2738
@@ -120,7 +117,6 @@ machineconfig/profile/records/linux/apps_summary_report.md,sha256=l77oofA6Rliql0
120
117
  machineconfig/profile/records/windows/apps_summary_report.csv,sha256=nN5BoACBqXgKNczm2t5KaCLdDnxFCIscX8iRkWBm0a4,47
121
118
  machineconfig/profile/records/windows/apps_summary_report.md,sha256=O5hmAcpObaLmOjYLvHg9kkPJryqFwFaP8OsmfPwfR1o,137
122
119
  machineconfig/scripts/__init__.py,sha256=v0cMjnaIo39C3ltLiTf1S0fCTMAqWtEU7zrVenUj4PQ,71
123
- machineconfig/scripts/__pycache__/__init__.cpython-313.pyc,sha256=ygO0oHmMcx06IQQo4uYMnTHHtjOckjootiTk2z-6s0c,244
124
120
  machineconfig/scripts/cloud/init.sh,sha256=yNsseCLMceO50Eg72ra6_NIJCxkGZmpmos1EXe-mvzY,4649
125
121
  machineconfig/scripts/linux/choose_wezterm_theme,sha256=T7_vS-XvIZErRkfqtlyoZuHEVKFQQwhIeQMFIVTjtxg,145
126
122
  machineconfig/scripts/linux/cloud_copy,sha256=IU5TO7roSUYB-U4Km9bhAZOvlUr4nRJtJf4tqCPIPAs,100
@@ -138,7 +134,7 @@ machineconfig/scripts/linux/fzffg,sha256=jjeeyFkWmBbwH2taRqC3EOzZep2KR-ZYoI4UI-5
138
134
  machineconfig/scripts/linux/fzfg,sha256=ClGnJZUsIk4y0qs3W5iXGo-nd0FaqAHMsnh8uoXQFy8,1190
139
135
  machineconfig/scripts/linux/fzfrga,sha256=xSdws6ae28ZXkkqz_uupZ0MYw_vxE2qpLT2DLS3WITM,460
140
136
  machineconfig/scripts/linux/gh_models,sha256=EMFUmkkYxCx6vP0SUly6OMVRXGfN1wRCInn1ilUC3HM,100
141
- machineconfig/scripts/linux/kill_process,sha256=CjcMpkf5gxuMbDijmgacWJvJMRjydn-9Ts02zxUWTdw,103
137
+ machineconfig/scripts/linux/kill_process,sha256=SqK8zQNkmcQQWD8UzWmqz5T5MaKQvAyzC9ftfMIjfkY,102
142
138
  machineconfig/scripts/linux/mcinit,sha256=ug-eE6jkkgw3o5r5B5zUqAZUD-XN-rwY6aNxhFj88DM,97
143
139
  machineconfig/scripts/linux/mount_drive,sha256=zemKofv7hOmRN_V3qK0q580GkfWw3VdikyVVQyiu8j8,3514
144
140
  machineconfig/scripts/linux/mount_nfs,sha256=kpIbAse3igReEGgnXngez2ytWucLwmb_xo6e6KeO_rs,1870
@@ -162,57 +158,47 @@ machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
162
158
  machineconfig/scripts/python/choose_wezterm_theme.py,sha256=xCDLLJKlYNOQ0tOZ4cgkBN5hTPGn-0llkyupmoN2rb8,3320
163
159
  machineconfig/scripts/python/cloud_copy.py,sha256=NjUOKztK5zHzK9krTPgyZCCVohooZNF48EGJ96kfIVw,8547
164
160
  machineconfig/scripts/python/cloud_manager.py,sha256=MAVOKqXGxnlMaQGEv6k-q_PrgN0at6J8qQDhPiH2lI8,3488
165
- machineconfig/scripts/python/cloud_mount.py,sha256=QdokpaQ31S5oVBsZTApVNXbquWfJL1I4ULKVyGiDO_U,6802
166
- machineconfig/scripts/python/cloud_repo_sync.py,sha256=-aGiNw-K706vcuVwsuBXUL2FMHpa6OnHiKIIaydAt38,9940
167
- machineconfig/scripts/python/cloud_sync.py,sha256=UVxFG2mRARU0CEU51RvdjyR4vxxF8bemzmDgWvZ9SRs,3858
168
- machineconfig/scripts/python/croshell.py,sha256=7b7I5NSXQvQoiyWH7zKNIi2mO1tZ8yi8XkWn38XkreE,9509
169
- machineconfig/scripts/python/devops.py,sha256=X_Q7-EqIoBEVieITICyZHVYHPE9Q8X84-HOxl2dU4pk,6181
170
- machineconfig/scripts/python/devops_add_identity.py,sha256=mRoH2_SD_i4xzhBSuXk97W3fv7R9emZFDUX2lunxXrI,4066
171
- machineconfig/scripts/python/devops_add_ssh_key.py,sha256=zdVlHtD6vlpXMLuwIqN5nHcm023ty2qVArWe7zPxgCo,6949
172
- machineconfig/scripts/python/devops_backup_retrieve.py,sha256=I7lghN_HJT1mPaZ7zcD1jIJnTjNOvUC7nQZAoySPp7o,5563
173
- machineconfig/scripts/python/devops_devapps_install.py,sha256=xQaOHlr6ziHxrx7e5Ri7WQ-FjIW0hjzDhlPJC-3qwks,8596
174
- machineconfig/scripts/python/devops_update_repos.py,sha256=sqtkpQ2InUz-TFLhejN8EZqjZC1aBanAhohL6aHxPf0,8213
161
+ machineconfig/scripts/python/cloud_mount.py,sha256=l2vi_j3OvhACv249slXqQbYzP8df4vTwganov_uRL1E,6802
162
+ machineconfig/scripts/python/cloud_repo_sync.py,sha256=cNznrOoy-kuTdcxBx1T8EipMDvmT-frq4IV5EosuVmE,9941
163
+ machineconfig/scripts/python/cloud_sync.py,sha256=RfgrEPGg_LrIaY3hfLDHsK8blrZvyPsoN66X0Z3WeCw,3859
164
+ machineconfig/scripts/python/croshell.py,sha256=6i9wUuTbbp0Miu2ZKMNyVsV4XLgkJ5YNdQkLHya2ECs,9510
165
+ machineconfig/scripts/python/devops.py,sha256=uG3IM8AXZ-J7b0VfScKPxljyIUfFVwxTrT5UlqCK_hU,6192
166
+ machineconfig/scripts/python/devops_add_identity.py,sha256=FmwI3MYm5_9bIP21OffwmyOhilLnCbCbjD8KzPJIR_E,4067
167
+ machineconfig/scripts/python/devops_add_ssh_key.py,sha256=dcU3WqyJpEJLGK6CNUUGswo4PsZamXGYyt_vTiNOCjA,6950
168
+ machineconfig/scripts/python/devops_backup_retrieve.py,sha256=_nSNkCrJ0a99KjWQg-2Q6eLQ3xPyaxJrUmoXpnJXzEg,5564
169
+ machineconfig/scripts/python/devops_devapps_install.py,sha256=mJdiZO6YmQwVRceJppgPu4VuVyuMzMVtghu2_-pF2f0,8566
170
+ machineconfig/scripts/python/devops_update_repos.py,sha256=XZRV0_V_eKWph3fVtExKAayXhG6-svGu9UmJOh5yF-U,8066
175
171
  machineconfig/scripts/python/dotfile.py,sha256=miL8mQH2AqPdnHSz0Cxa7qQavaOmzTD9DAF66H2PRzA,2259
176
- machineconfig/scripts/python/fire_agents.py,sha256=HoT2NjNDB3lmmGjcsvFVf8dTtCAQKBh_DtdhLClL_Bw,8202
177
- machineconfig/scripts/python/fire_agents_help_launch.py,sha256=B3Pl2uLIk3EMttT1eRaJeBMoH1u_05PsMqEBYKyYogU,6127
178
- machineconfig/scripts/python/fire_agents_help_search.py,sha256=jEgPFMHL4s1VHQ1AJO1YdV2pyGdxdaCY5XxDUvC55nU,2991
179
- machineconfig/scripts/python/fire_agents_load_balancer.py,sha256=FeTfbp7n6jHHwMp4L6KVYO5HgenP57XpCyaab_vCwc0,2135
180
- machineconfig/scripts/python/fire_jobs.py,sha256=IRs0_KY8WvYdF4Zr9fF-wWyqZYTx-zfhAx5ExYbwpOg,16642
172
+ machineconfig/scripts/python/fire_agents.py,sha256=rkzi40OYiw9rmHkg31cn_jjZBR9EW9HYCrV_RkuByQU,8905
173
+ machineconfig/scripts/python/fire_agents_help_launch.py,sha256=vTQWEm1TZEEtI6f_I0ZxLsfZY7YWwcdDvJs4GBgmrsE,6127
174
+ machineconfig/scripts/python/fire_agents_help_search.py,sha256=qIfSS_su2YJ1Gb0_lu4cbjlJlYMBw0v52NTGiSrGjk8,2991
175
+ machineconfig/scripts/python/fire_agents_load_balancer.py,sha256=QPiCbQq9j5REHStPdYqQcGNkz_rp5CjotqOpMY3v5TM,2099
176
+ machineconfig/scripts/python/fire_jobs.py,sha256=g3MZsk_DqQc78jArEcEbjmgcRZRRea16TGieT_UuuM4,16643
181
177
  machineconfig/scripts/python/fire_jobs_args_helper.py,sha256=TfCKSExGZhYrZ6JmXIHsd0wpNSWcKeLeRh9gFR3FG-M,4330
182
178
  machineconfig/scripts/python/fire_jobs_layout_helper.py,sha256=_cx6ZnWezes-s13HXyKiI16vj9gF-Mpo_OF4StDQfFs,3222
183
179
  machineconfig/scripts/python/fire_jobs_streamlit_helper.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
184
180
  machineconfig/scripts/python/ftpx.py,sha256=WQ-6Z043q3yQOgWQV9g-R5QjouilWC0grOc6hydvbvg,9914
185
181
  machineconfig/scripts/python/get_zellij_cmd.py,sha256=e35-18hoXM9N3PFbvbizfkNY_-63iMicieWE3TbGcCQ,576
186
182
  machineconfig/scripts/python/gh_models.py,sha256=3BLfW25mBRiPO5VKtVm-nMlKLv-PaZDw7mObajq6F6M,5538
187
- machineconfig/scripts/python/mount_nfs.py,sha256=v1vhxzpNJSVLdkGkdC84pV7T32xmoVCTMLFbsxe8SA8,3314
188
- machineconfig/scripts/python/mount_nw_drive.py,sha256=_7Rq-OGdJ8eYivESqGqdtWfSERuZd-E4w_glMBaCY7Q,1550
189
- machineconfig/scripts/python/mount_ssh.py,sha256=uALax_ZVKihspQF6TuUtvtoAo-VRHCkdKQ7N9GRcry8,2234
183
+ machineconfig/scripts/python/mount_nfs.py,sha256=8DlspWhg82BFlbADLNivLhZV5hhRPu7NXKhMcu_VnKs,3316
184
+ machineconfig/scripts/python/mount_nw_drive.py,sha256=iru6AtnTyvyuk6WxlK5R4lDkuliVpPV5_uBTVVhXtjQ,1550
185
+ machineconfig/scripts/python/mount_ssh.py,sha256=Mr1KiiiZzQZJ3su3bW1zBi6UQTSVtTnBmJUVMAAYemI,2235
190
186
  machineconfig/scripts/python/onetimeshare.py,sha256=bmGsNnskym5OWfIhpOfZG5jq3m89FS0a6dF5Sb8LaZM,2539
191
187
  machineconfig/scripts/python/pomodoro.py,sha256=SPkfeoZGv8rylGiOyzQ7UK3aXZ3G2FIOuGkSuBUggOI,2019
192
- machineconfig/scripts/python/repos.py,sha256=nV5iJV7BLwBKiS_aqnrh63cfp-3k7nZyfUGtspwjKsM,7229
193
- machineconfig/scripts/python/repos_helper_record.py,sha256=rtnjcr2ZCzt4j7oSPws25fPiCzshOEU_jH1ORW4QWx0,11372
194
- machineconfig/scripts/python/repos_helper_update.py,sha256=ypRFYSjbVe-VHicR9kpO9eBvgW1kmBvUA21FnczUXPw,11040
188
+ machineconfig/scripts/python/repos.py,sha256=Ek4OzIsn7hnLpOCHDayEN6cPlBoMLy8w1MQ2Jr7aEJQ,7227
189
+ machineconfig/scripts/python/repos_helper_record.py,sha256=LJQcUIOsWqM7jfdqmmxthkVgusndbUNWNoYXbdgz5qU,10931
190
+ machineconfig/scripts/python/repos_helper_update.py,sha256=AYyKIB7eQ48yoYmFjydIhRI1lV39TBv_S4_LCa-oKuQ,11042
195
191
  machineconfig/scripts/python/scheduler.py,sha256=7IBjMMOHMkklcWzYwz93EH9XzbJ5uPqU03bJ_lYbRNo,3083
196
192
  machineconfig/scripts/python/snapshot.py,sha256=aDvKeoniZaeTSNv9zWBUajaj2yagAxVdfuvO1_tgq5Y,1026
197
- machineconfig/scripts/python/start_slidev.py,sha256=MPCN0JgRzOAXywj6n9s0iZYcLFAscP-eOPQvkUyElRA,4525
198
- machineconfig/scripts/python/start_terminals.py,sha256=HaHv5EqeSos1XtlmVD9gMjZVgkSPS5mmx2lJbM4d7zE,6206
193
+ machineconfig/scripts/python/start_slidev.py,sha256=WA-BRlGA-Ikei0smEYL14rGnf9ajk4DqTa-4Y9Ht-DY,4526
194
+ machineconfig/scripts/python/start_terminals.py,sha256=pVf-Qmymevzr0xhDu9um9E0-kSRX8MdDupvGyTMv2Mc,6206
199
195
  machineconfig/scripts/python/viewer.py,sha256=heQNjB9fwn3xxbPgMofhv1Lp6Vtkl76YjjexWWBM0pM,2041
200
196
  machineconfig/scripts/python/viewer_template.py,sha256=ve3Q1-iKhCLc0VJijKvAeOYp2xaFOeIOC_XW956GWCc,3944
201
197
  machineconfig/scripts/python/wifi_conn.py,sha256=2FJ4srVthGHsy3KSXpvndAyVkNO8n_XeSgVRnd_PjZA,15576
202
198
  machineconfig/scripts/python/wsl_windows_transfer.py,sha256=RfSf5SJejnqrg36YfXSwu52ceEW77uNP4WC6QQUyRTA,3650
203
- machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc,sha256=IppPGJ6Wk5Ma5oPWfJpN5QDW6-NvCk29la5JGbgAJ6E,171
204
- machineconfig/scripts/python/__pycache__/cloud_repo_sync.cpython-313.pyc,sha256=sWCevZgeQxIHoQ5Ea7a0OpjgJpkcKMoZylwCyizXYqA,10555
205
- machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc,sha256=Rs6A-GpFrTXuXAn0tO3cGvilciJMHk0ujt_JPlsxaJ4,8216
206
- machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc,sha256=BrMh1Rzca_iY0EvlPsSXBqpwOZw-De6I3y8blXJZCuc,8616
207
- machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc,sha256=M9trjuribG312W-mwFaY7GJqlDf0tEGC1UzqWFiRBKc,11054
208
- machineconfig/scripts/python/__pycache__/fire_agents.cpython-313.pyc,sha256=61OZTwltoquxWzQPwHue4SehHuiaDExcl57aN07Cpww,15829
209
- machineconfig/scripts/python/__pycache__/get_zellij_cmd.cpython-313.pyc,sha256=jx8_Gyx1kkqCwIe8W51h9hO89yuzTdd4Vh5oPRBOLio,826
210
- machineconfig/scripts/python/__pycache__/repos.cpython-313.pyc,sha256=CoqJX-Oc-7suZ03dIkNqWscKXsuiswHHoGPM_VaZzS8,9642
211
- machineconfig/scripts/python/__pycache__/repos_helper_record.cpython-313.pyc,sha256=VWsAX_sFJxVD0MUiZ1d9Bj9p4kw5gquukGLoJlID-lQ,13573
212
- machineconfig/scripts/python/__pycache__/repos_helper_update.cpython-313.pyc,sha256=bo6zyGOBgrOVDJx7MGdGQ6pF00xXqa1UyCDcwtWNAc4,11852
213
199
  machineconfig/scripts/python/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
214
200
  machineconfig/scripts/python/ai/generate_files.py,sha256=Vfjgd0skJu-WTgqUxmOVFzaNMfSFBaFmY5oGGVY7MZY,2860
215
- machineconfig/scripts/python/ai/mcinit.py,sha256=dQKrnrH-HzT7bIyOpio2ikh02ierrpBM0JHm3dGT9wM,5437
201
+ machineconfig/scripts/python/ai/mcinit.py,sha256=QkTPmhyl9K5BJgQkvXVvOm-tsYSN0YCoNl3vndo6rok,5489
216
202
  machineconfig/scripts/python/ai/chatmodes/Thinking-Beast-Mode.chatmode.md,sha256=Tu-fWxX_FLiIBRdgOndMhewK41kIHDoYxuGZ1kF6dYA,17947
217
203
  machineconfig/scripts/python/ai/chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md,sha256=kB8u_QAZar9StuywXcbPTUCbAVHKin0s0brssOroK5o,29019
218
204
  machineconfig/scripts/python/ai/chatmodes/deepResearch.chatmode.md,sha256=WRbZXkdOPw5pVAFjR51n9IRTtqw3TE7jUt4BNyN5Z8k,5165
@@ -225,13 +211,11 @@ machineconfig/scripts/python/archive/im2text.py,sha256=WLyic89vxi_pqQMzo-MOrGf39
225
211
  machineconfig/scripts/python/archive/tmate_conn.py,sha256=BiZQmYabl4K4-mbOpcb_R1JzYfEwxuAnk5FOciqGHFo,1231
226
212
  machineconfig/scripts/python/archive/tmate_start.py,sha256=Hp7xv32u-fRuCG_f-Cy6qg0VemoaPOP-Pxs_gsFYcyg,1518
227
213
  machineconfig/scripts/python/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
228
- machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=ogjMFla4IAM50xkRCJU79sqylY02x31e9ulqYoRF8BY,4874
214
+ machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=U74O75g0QWh1P6JJZlU26XD2mSRdZJz-T1aUN9yZhH4,4875
229
215
  machineconfig/scripts/python/helpers/helpers2.py,sha256=TU1sA0GKNXHXT1_0y8piBLT_BeXfk0uBmkmUeyVYj58,7295
230
216
  machineconfig/scripts/python/helpers/helpers4.py,sha256=SFYfxRleEq3gIbffIxFM8d1Ra5zNheUuTIOi2iBsqlE,7708
231
217
  machineconfig/scripts/python/helpers/helpers5.py,sha256=dPBvA9Tcyx9TMgM6On49A1CueGMhBdRzikDnlJGf3J0,1123
232
218
  machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=c4IkoVQMGkO-D00-q2YE6Jvte39jDHsOBr2sr0c7y5Q,5331
233
- machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-313.pyc,sha256=CwoU1mAubvFjStsgxFBHH_zI0LfY3k3Xy4IechpqH7A,179
234
- machineconfig/scripts/python/helpers/__pycache__/repo_sync_helpers.cpython-313.pyc,sha256=3vqpKthkVqxfxpsB4WHft-HocLsjsCWao_n5axoad8o,7953
235
219
  machineconfig/scripts/windows/choose_wezterm_theme.ps1,sha256=LiXJ0a4LKjb6E-oH_bAg6DjegV4SqDUdiMp_svGCFlI,95
236
220
  machineconfig/scripts/windows/cloud_copy.ps1,sha256=llTFhN2uInZTcoZYZuuhJcf5Ifo5MF226I5MpOzvc3A,82
237
221
  machineconfig/scripts/windows/cloud_mount.ps1,sha256=wSQO5II8DbqktexRIuI-RUn8kVCEk-SWT7imZqd7Qdk,82
@@ -320,8 +304,6 @@ machineconfig/settings/linters/.flake8,sha256=1By04Qwy5saCudYKOw2bKHSNQg4N128SJu
320
304
  machineconfig/settings/linters/.mypy.ini,sha256=BNxVtNuliJZVeFpCRRIQpSWFDQYuKqKtcVKYcZ-sApc,811
321
305
  machineconfig/settings/linters/.pylintrc,sha256=_hYrPgtMvQc877u5NTU_HlkJMZwuDrmB6Yt3u5zg3-c,3593
322
306
  machineconfig/settings/linters/.ruff.toml,sha256=CiLFhFLJzQc1UvJF2ecRjO4hjmC_xx9j0JCKHKi-po8,1655
323
- machineconfig/settings/linters/.ruff_cache/.gitignore,sha256=njpg8ebsSuYCFcEdVLFxOSdF7CXp3e1DPVvZITY68xY,35
324
- machineconfig/settings/linters/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw5Pk-Ma4,43
325
307
  machineconfig/settings/lvim/linux/config.lua,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
326
308
  machineconfig/settings/lvim/windows/config.lua,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
327
309
  machineconfig/settings/lvim/windows/archive/config_additional.lua,sha256=zj-VDn-Av4IomJ3EqM1gf_6VsZ9ieG815O9QK1slyPI,792
@@ -336,7 +318,6 @@ machineconfig/settings/rofi/config.rasi,sha256=nDX5B8wdXQYF1fwiOTBRJUI4l_gQbYaLa
336
318
  machineconfig/settings/rofi/config_default.rasi,sha256=rTfKnC-bZuWX1l-lWQACCUOE1ShhkfykAxtXX9PlQHE,4694
337
319
  machineconfig/settings/shells/alacritty/alacritty.toml,sha256=EbL-2Y4QunW1pvRWB2yuLCw8MMPONheJr5LFoWRieUQ,871
338
320
  machineconfig/settings/shells/alacritty/alacritty.yml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
339
- machineconfig/settings/shells/bash/.inputrc,sha256=KUPj9Rj1_5quvDmB7vZORN43TIv7KLYBsMOXc4lze1c,157
340
321
  machineconfig/settings/shells/bash/init.sh,sha256=EOCNg7h4roNDTappkddwy7U_0R_NKiLzbuZZ4gnmTPc,2352
341
322
  machineconfig/settings/shells/hyper/.hyper.js,sha256=h-HqeYlvPvPD4Ee7828Cxo87uVkzbMGJFqXTZIWoegw,8884
342
323
  machineconfig/settings/shells/ipy/profiles/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -391,25 +372,25 @@ machineconfig/setup_windows/web_shortcuts/ssh.ps1,sha256=Tj9axEugJE7I3AQ0w1eUGLP
391
372
  machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
392
373
  machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1,sha256=JsQfGAMkvirhiUmBNOifMlbum2PfHSs0-Akgj-J-WZw,3177
393
374
  machineconfig/setup_windows/wt_and_pwsh/install_nerd_fonts.py,sha256=JgJZMP93xPQwr_6tsRmimOMllu-vsXn6ZgW-4ZEfRt0,4538
394
- machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=EbHEyBERejOngG_9ZCmOQJ_fuCxlmfuTYNjCtTM2m14,6114
375
+ machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=77mFot76k0CsWtVufQ1K1AfL6vf_QoyG3JRhUigxwyI,6115
395
376
  machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
396
- machineconfig/utils/code.py,sha256=y2CTzD9elNOqMfiAJgxyTNhYG28IaYtKOv5zjTiRchE,4459
377
+ machineconfig/utils/code.py,sha256=1uB7NnswsTkv8rjctducqHIi78oSW39AfhnipJrN2fo,4458
397
378
  machineconfig/utils/installer.py,sha256=725N-0gmMbrWWh6_9sn-2w9aXrfjIPrnuu9o13T4N4o,10941
398
379
  machineconfig/utils/io_save.py,sha256=iC1YTH0MOlBS8bWUB8Xhdl4CG_bEKQ3OVwMohdCOazI,3145
399
380
  machineconfig/utils/links.py,sha256=5rDQ6Id-vTtJRFwOWX8xZDXIOR5lY0DgLy0HpxIKLhk,10247
400
- machineconfig/utils/notifications.py,sha256=q1kZM1y4ZmNhAHlEWZlzLE2HS3nnevrSUpunxd8rAT4,9307
381
+ machineconfig/utils/notifications.py,sha256=xG2b4NYNBtVq_kTR3gwdl3hrH1LRgRSpGegZ-BfWjdw,9299
401
382
  machineconfig/utils/options.py,sha256=wCP1oN-UFl8CbcCfJ7Orw_Ghy2ZKqNLiolzCGeRVfuk,8535
402
383
  machineconfig/utils/path.py,sha256=csRyffpWYY5-sqeQCZyWi_z4b295EAztEmZWyvFYRW8,8012
403
384
  machineconfig/utils/path_reduced.py,sha256=hccGUTSMtggU-LpLNS7W_c1s-CqhjHMbTQ59-1EqgmY,52473
404
- machineconfig/utils/procs.py,sha256=aw2UyFvoJw69zDzfcxG46z-4O8MA5WsXvRpvFTqht-4,11484
385
+ machineconfig/utils/procs.py,sha256=zKSUMQfveP4HqoUkcslCTposvbasCM7nbXjlwHcjJLk,11379
405
386
  machineconfig/utils/scheduling.py,sha256=8xjeoR_D5QHT0d7299Mgsj6JUbvkE_PX_pWq3myi658,11184
406
387
  machineconfig/utils/source_of_truth.py,sha256=GnjcVkKm11RyZFHGnPbne5YDEBYoZ5yryBNkpfGC7O4,854
407
- machineconfig/utils/ssh.py,sha256=YBL2avhPUC43L1wxi2Doh2-cK-I7j81eUWEmfzAj9Jc,21196
388
+ machineconfig/utils/ssh.py,sha256=1FTu1joRciyioQ-KSn_IeZYsyOt1KIGHXS81fjBPY9U,21090
408
389
  machineconfig/utils/terminal.py,sha256=k3xoMwJPGvmaeL9CxEIwrcQjRNN6EnJItoIIxXrUY8c,12258
409
390
  machineconfig/utils/upgrade_packages.py,sha256=H96zVJEWXJW07nh5vhjuSCrPtXGqoUb7xeJsFYYdmCI,3330
410
- machineconfig/utils/utils2.py,sha256=wcvI9Vcz3A1syRL1qs75jVTmGsLyFh1ZIZlfGmG9cfE,2972
391
+ machineconfig/utils/utils2.py,sha256=wVgzJsXvJb5lEyeWKzAlOJC4dAh42RO_Elm3mU76TyQ,2973
411
392
  machineconfig/utils/utils5.py,sha256=s2NFUBcm4Jeuet8sUC7WKGSrYT4BnqTog39bsynXLik,15166
412
- machineconfig/utils/ve.py,sha256=bi2bCiBbCdNICvXA8stXvMOmvtipd1dMePDTX_IYZcc,2765
393
+ machineconfig/utils/ve.py,sha256=Qbpg6iu5kFI_IdVe7p_UvAw55O0MYQGs8oC4AdI0fpw,2764
413
394
  machineconfig/utils/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
414
395
  machineconfig/utils/ai/generate_file_checklist.py,sha256=HVPSKM5ko17e_x1rHZ8XATaUKUVo4gtlSYGKbGd7Mh0,2834
415
396
  machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=ZTVkqgrwbV_EoPvyT8dyOTUE0ur3BW4sa9o6QYtt5Bo,2341
@@ -417,11 +398,11 @@ machineconfig/utils/cloud/onedrive/transaction.py,sha256=m-aNcnWj_gfZVvJOSpkdIqj
417
398
  machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
418
399
  machineconfig/utils/installer_utils/installer_abc.py,sha256=jR5XvrCjisIzoxk2VL0VhoVv-PkKdstDHGLcYky5Mqs,5319
419
400
  machineconfig/utils/installer_utils/installer_class.py,sha256=3jknokPmaN4LuBR5n6LrewIYo4-PrTuhYnFJIuhjjuY,20342
420
- machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=Pkp5nzmzuFOKhVHhaAcue7gmCOKrm7m0ft_FSdDn6X8,2350
421
- machineconfig/utils/schemas/layouts/layout_types.py,sha256=9l8c02MVX_e-OOvGTlfM_Ef6wWw6_Wqru1g7HxWnhgU,615
422
- machineconfig/utils/schemas/repos/repos_types.py,sha256=beWlwPRNDBABmlzxHBYkAsMXS1MgFFdDZf4G2ge8J-I,408
423
- machineconfig-2.98.dist-info/METADATA,sha256=4Vf7Rgil9VfPA1EYFpD30HClPoxIsQNerPqI3tP6Jpw,7049
424
- machineconfig-2.98.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
425
- machineconfig-2.98.dist-info/entry_points.txt,sha256=71EzS7_2LTIigVxC1YXNxHXhC9mu5Me2Feyq2KocXBI,977
426
- machineconfig-2.98.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
427
- machineconfig-2.98.dist-info/RECORD,,
401
+ machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=CCs5ebomW1acKWZRpv9dyDzM-W6pwvVplikcutE2D8I,2339
402
+ machineconfig/utils/schemas/layouts/layout_types.py,sha256=OmiOX9xtakPz4l6IobWnpFHpbn95fitEE9q0YL1WxjQ,617
403
+ machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
404
+ machineconfig-3.1.dist-info/METADATA,sha256=D2cmd3OudtciDTfAmzg-ucWeThBeK-5a0M5ImCuu7aA,7048
405
+ machineconfig-3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
406
+ machineconfig-3.1.dist-info/entry_points.txt,sha256=nBemaVdIfKeDNH11op15aSDIqP_nWxas8JSm0XFoidc,1023
407
+ machineconfig-3.1.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
408
+ machineconfig-3.1.dist-info/RECORD,,
@@ -9,6 +9,7 @@ devops = machineconfig.scripts.python.devops:args_parser
9
9
  fire = machineconfig.scripts.python.fire_jobs:main
10
10
  fire_agents = machineconfig.scripts.python.fire_agents:main
11
11
  ftpx = machineconfig.scripts.python.ftpx:main
12
+ kill_process = machineconfig.utils.procs:main
12
13
  mcinit = machineconfig.scripts.python.ai.mcinit:main
13
14
  mount_nfs = machineconfig.scripts.python.mount_nfs:main
14
15
  mount_nw_drive = machineconfig.scripts.python.mount_nw_drive:main
@@ -1,2 +0,0 @@
1
- # Automatically created by ruff.
2
- *
@@ -1 +0,0 @@
1
- Signature: 8a477f597d28d172789f06886806bc55
@@ -1,3 +0,0 @@
1
- #!/usr/bin/bash
2
- set enable-bracketed-paste off
3
- # cat >> ~/.inputrc <<'EOF'