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

@@ -2,7 +2,6 @@
2
2
 
3
3
  from platform import system
4
4
  from machineconfig.utils.source_of_truth import LIBRARY_ROOT
5
- from machineconfig.utils.options import choose_from_options
6
5
  from machineconfig.utils.path_extended import PathExtended
7
6
  from rich.console import Console
8
7
  from rich.panel import Panel
@@ -45,7 +45,7 @@ def run_uv_sync(repo_path: Path) -> bool:
45
45
  try:
46
46
  print(f"🔄 Running uv sync in {repo_path}")
47
47
  # Run uv sync with output directly to terminal (no capture)
48
- subprocess.run(["uv", "sync"], cwd=repo_path, check=True)
48
+ subprocess.run(["uv", "sync", "--no-dev"], cwd=repo_path, check=True)
49
49
  print("✅ uv sync completed successfully")
50
50
  return True
51
51
  except subprocess.CalledProcessError as e:
@@ -1,7 +1,6 @@
1
1
  #!/bin/bash
2
-
3
2
  . <( curl -sSL "https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/uv.sh")
4
- # $HOME/.local/bin/uv run --python 3.13 --with machineconfig devops "$@"
5
3
  devops() {
6
4
  "$HOME/.local/bin/uv" run --python 3.13 --with machineconfig devops "$@"
7
5
  }
6
+ echo "devops command is now defined in this shell session."
@@ -4,4 +4,4 @@ iex (iwr "https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/s
4
4
  function devops {
5
5
  & "$HOME\.local\bin\uv.exe" run --python 3.13 --with machineconfig devops $args
6
6
  }
7
-
7
+ echo "devops command is now defined in this shell session."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: machineconfig
3
- Version: 5.36
3
+ Version: 5.37
4
4
  Summary: Dotfiles management package
5
5
  Author-email: Alex Al-Saffar <programmer@usa.com>
6
6
  License: Apache 2.0
@@ -185,7 +185,7 @@ machineconfig/scripts/python/devops_helpers/cli_repos.py,sha256=n8UnFjFIgTro-OMf
185
185
  machineconfig/scripts/python/devops_helpers/cli_self.py,sha256=XGWPZVZmwKaDOY_5IYj2l_Ke0ocjhfXP9NK5-nFwFSg,1467
186
186
  machineconfig/scripts/python/devops_helpers/cli_terminal.py,sha256=-SNCDrQHBDUZw2cNNrEw3K3owzmZASBjd5deBKB49YY,5358
187
187
  machineconfig/scripts/python/devops_helpers/devops_add_identity.py,sha256=wvjNgqsLmqD2SxbNCW_usqfp0LI-TDvcJJKGOWt2oFw,3775
188
- machineconfig/scripts/python/devops_helpers/devops_add_ssh_key.py,sha256=MwyHbpRP9r6DajARCdjEKVNrhEdv_yjd0lXxgEwjwsA,9179
188
+ machineconfig/scripts/python/devops_helpers/devops_add_ssh_key.py,sha256=gjp2bv-nrGvSsQGHNIpE83yJqza2gj1FXJkimUtZwmU,9119
189
189
  machineconfig/scripts/python/devops_helpers/devops_backup_retrieve.py,sha256=nK47Rc7gQuDCnkk6_sW1y82gBnDJ9TdHU8XwMPFBK9c,5591
190
190
  machineconfig/scripts/python/devops_helpers/devops_status.py,sha256=C1akn6mGteBVV9CiQnUX6H32ehnCgMdCyNgojXVQeqA,23287
191
191
  machineconfig/scripts/python/devops_helpers/devops_update_repos.py,sha256=dtBh9mNNJEukyV47Cug98S0hvG9e1U43B0EQSeNtvvs,9394
@@ -232,7 +232,7 @@ machineconfig/scripts/python/repos_helpers/count_lines_frontend.py,sha256=jOlMCc
232
232
  machineconfig/scripts/python/repos_helpers/entrypoint.py,sha256=Jb89Boa5vU7YkM4Olo7Zo20rTSNgjr_6tQMWhdbJp7o,2827
233
233
  machineconfig/scripts/python/repos_helpers/record.py,sha256=dtnnInQPn00u1cyr0oOgJ_jB12O3bSiNctwzC3W7_3w,10994
234
234
  machineconfig/scripts/python/repos_helpers/sync.py,sha256=CLLWy2n2gY9beXPF-mblOQ6R7cKoenkJjMiX7tHQsBk,3091
235
- machineconfig/scripts/python/repos_helpers/update.py,sha256=AYyKIB7eQ48yoYmFjydIhRI1lV39TBv_S4_LCa-oKuQ,11042
235
+ machineconfig/scripts/python/repos_helpers/update.py,sha256=_WLveSUgcBufq9T9fn5pM_1EeyD30umFlqmy9hEmk44,11054
236
236
  machineconfig/scripts/python/sessions_helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
237
237
  machineconfig/scripts/python/sessions_helpers/sessions_multiprocess.py,sha256=fN7QCl9pmBfFeH7Sf3VNyltEDporum3r_olqpCNKSz8,2919
238
238
  machineconfig/scripts/windows/agents.ps1,sha256=DqdrC_Xc2rwQ6kGzT0xh5CJz4B_0p5ZwB7s8XE6rPCM,77
@@ -377,7 +377,7 @@ machineconfig/setup_linux/others/mint_keyboard_shortcuts.sh,sha256=F5dbg0n9RHsKG
377
377
  machineconfig/setup_linux/ssh/openssh_all.sh,sha256=3dg6HEUFbHQOzLfSAtzK_D_GB8rGCCp_aBnxNdnidVc,824
378
378
  machineconfig/setup_linux/ssh/openssh_wsl.sh,sha256=1eeRGrloVB34K5z8yWVUMG5b9pV-WBfHgV9jqXiYgCQ,1398
379
379
  machineconfig/setup_linux/web_shortcuts/android.sh,sha256=gzep6bBhK7FCBvGcXK0fdJCtkSfBOftt0aFyDZq_eMs,68
380
- machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=BvgzRC0u8CtST8uaguCyK7cFdrRfCTPTPLUqq1KTIXA,299
380
+ machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=5L54rXRXowOChS5SNRA6fd8OPqxv1IbfAkyosjSAl_g,285
381
381
  machineconfig/setup_windows/__init__.py,sha256=wVpUqoLqXl-_-bRd7gZw_PJ7WZ2GtOqfFMzo_lIwieg,454
382
382
  machineconfig/setup_windows/apps.ps1,sha256=G5GqZ9G0aiQr_A-HaahtRdzpaTTdW6n3DRKMZWDTSPc,11214
383
383
  machineconfig/setup_windows/machineconfig.ps1,sha256=gIQBOLIh65oUXgSjYMeYeD6lU1Bu80LZ59xqRc3T3BA,918
@@ -388,7 +388,7 @@ machineconfig/setup_windows/others/power_options.ps1,sha256=c7Hn94jBD5GWF29CxMhm
388
388
  machineconfig/setup_windows/ssh/add-sshkey.ps1,sha256=qfPdqCpd9KP3VhH4ifsUm1Xvec7c0QVl4Wt8JIAm9HQ,1653
389
389
  machineconfig/setup_windows/ssh/add_identity.ps1,sha256=b8ZXpmNUSw3IMYvqSY7ClpdWPG39FS7MefoWnRhWN2U,506
390
390
  machineconfig/setup_windows/ssh/openssh-server.ps1,sha256=OMlYQdvuJQNxF5EILLPizB6BZAT3jAmDsv1WcVVxpFQ,2529
391
- machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=6zxr_jgoiMDIyLR82yMnSX9cGkJxgCewyhRr4Y7itJw,235
391
+ machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=fAyz95_pRMzRQMMUlT9lUnr8uxVoY2CUZqtKgE2_wyc,294
392
392
  machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
393
393
  machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=ogxJnwpdcpH7N6dFJu95UCNoGYirZKQho_3X0F_hmXs,6791
394
394
  machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -428,8 +428,8 @@ machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=Xbi59rU35AzR
428
428
  machineconfig/utils/schemas/installer/installer_types.py,sha256=QClRY61QaduBPJoSpdmTIdgS9LS-RvE-QZ-D260tD3o,1214
429
429
  machineconfig/utils/schemas/layouts/layout_types.py,sha256=TcqlZdGVoH8htG5fHn1KWXhRdPueAcoyApppZsPAPto,2020
430
430
  machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
431
- machineconfig-5.36.dist-info/METADATA,sha256=5H89IL20PMv-QGMrVBhSdigzAE7qvmwnnV93sSIVqyg,3040
432
- machineconfig-5.36.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
433
- machineconfig-5.36.dist-info/entry_points.txt,sha256=z7b9guivf0GSKUG6b8ALgbDoRg2LuPfkGP_p-PxgX9g,469
434
- machineconfig-5.36.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
435
- machineconfig-5.36.dist-info/RECORD,,
431
+ machineconfig-5.37.dist-info/METADATA,sha256=kJtg4BkQbZKZ2ayUYp21TleR3t25v22UCNZ3GRhZbdo,3040
432
+ machineconfig-5.37.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
433
+ machineconfig-5.37.dist-info/entry_points.txt,sha256=z7b9guivf0GSKUG6b8ALgbDoRg2LuPfkGP_p-PxgX9g,469
434
+ machineconfig-5.37.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
435
+ machineconfig-5.37.dist-info/RECORD,,