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

@@ -0,0 +1,23 @@
1
+
2
+ from machineconfig.scripts.python.devops import app as devops_app
3
+ from machineconfig.scripts.python.cloud import app as cloud_app
4
+
5
+ from machineconfig.scripts.python.ftpx import main as ftpx_app
6
+ from machineconfig.scripts.python.agents import main_from_parser as agents_app
7
+ from machineconfig.scripts.python.croshell import main as croshell_app
8
+ from machineconfig.scripts.python.fire_jobs import main_from_parser as fire_jobs_app
9
+ from machineconfig.scripts.python.sessions import main_from_parser as sessions_app
10
+
11
+ import typer
12
+
13
+
14
+ app = typer.Typer(help="MachineConfig CLI - Manage your machine configurations and workflows", no_args_is_help=True)
15
+ app.add_typer(devops_app, name="devops", help="DevOps related commands")
16
+ app.add_typer(cloud_app, name="cloud", help="Cloud management commands")
17
+
18
+ app.command("ftpx", no_args_is_help=True, help="File transfer utility though SSH")(ftpx_app)
19
+ app.command("agents", no_args_is_help=True, help="🤖 AI Agents management commands")(agents_app)
20
+ app.command("croshell", no_args_is_help=True, help="Cross-shell command execution")(croshell_app)
21
+ app.command("fire-jobs", no_args_is_help=True, help="Fire and manage jobs")(fire_jobs_app)
22
+ app.command("sessions", no_args_is_help=True, help="Session and layout management")(sessions_app)
23
+
@@ -212,7 +212,6 @@ def main(
212
212
 
213
213
  def main_from_parser() -> None:
214
214
  """Entry point function that uses typer to parse arguments and call main."""
215
- # typer.run(main)
216
215
  app = typer.Typer()
217
216
  app.command(no_args_is_help=True, help="File transfer utility though SSH.")(main)
218
217
  app()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: machineconfig
3
- Version: 5.61
3
+ Version: 5.63
4
4
  Summary: Dotfiles management package
5
5
  Author-email: Alex Al-Saffar <programmer@usa.com>
6
6
  License: Apache 2.0
@@ -125,8 +125,9 @@ machineconfig/scripts/python/cloud.py,sha256=kRH9Pt1yEkASFskIVEgRmkidrksdkgv2-bB
125
125
  machineconfig/scripts/python/croshell.py,sha256=GawpJM3A4Nqsh2sKZXqRGbQq-GrN1g9XBCoiQBjIm4E,7189
126
126
  machineconfig/scripts/python/devops.py,sha256=UERDj4hEDW2b6CW6w5BPpgZ6UyDCOvOcfjpW1YKP_QE,1481
127
127
  machineconfig/scripts/python/devops_navigator.py,sha256=_PlZrFrxbNHC1tRTx2n57pteUFdkszH9GtKq2JxEm4E,34940
128
+ machineconfig/scripts/python/entry.py,sha256=BrObH2zVXyhE1Wp1ipsADDx3Dxk2T9NNTeE5EDqJG10,1273
128
129
  machineconfig/scripts/python/fire_jobs.py,sha256=l2qByVK2rxWDUGFliU3HYwrtAI1XsUvOtcGLX4DUA5U,13689
129
- machineconfig/scripts/python/ftpx.py,sha256=IoopsHQavcvLqVEDjaDnmfVJHtYgJaEX-B6r84VIO-Y,9445
130
+ machineconfig/scripts/python/ftpx.py,sha256=WCdKT6B47fc6E7atBVS-U72Ez8GTy0GDOY-Q6luDT7Q,9423
130
131
  machineconfig/scripts/python/interactive.py,sha256=IRveYja_9omEEhRyM1M6_SlljPY2Eo_GGoK9tTi1nsk,11778
131
132
  machineconfig/scripts/python/sessions.py,sha256=SYenzrW8Mhq9pvXmQ_9JHVvkqMl3dNinVCyEKJ4qXL0,9020
132
133
  machineconfig/scripts/python/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -407,8 +408,8 @@ machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=Xbi59rU35AzR
407
408
  machineconfig/utils/schemas/installer/installer_types.py,sha256=QClRY61QaduBPJoSpdmTIdgS9LS-RvE-QZ-D260tD3o,1214
408
409
  machineconfig/utils/schemas/layouts/layout_types.py,sha256=TcqlZdGVoH8htG5fHn1KWXhRdPueAcoyApppZsPAPto,2020
409
410
  machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
410
- machineconfig-5.61.dist-info/METADATA,sha256=nd79KwlS2YYJxQmmBfNFaZZqajq_Q3RMMkDHvAzZw_A,3133
411
- machineconfig-5.61.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
412
- machineconfig-5.61.dist-info/entry_points.txt,sha256=0zMBUFkDgYw5mB3ASxpONEjTFMAXAkTFHHfAr5c1SKg,423
413
- machineconfig-5.61.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
414
- machineconfig-5.61.dist-info/RECORD,,
411
+ machineconfig-5.63.dist-info/METADATA,sha256=VrstEJ3aHoCHYy3xvyHr3NG_1tq3mpY_1e3nQfV7IXM,3133
412
+ machineconfig-5.63.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
413
+ machineconfig-5.63.dist-info/entry_points.txt,sha256=a1LN1KbSPWsk3gPC7O0n_2lqjJWadT7dMlFaSoyhFEY,469
414
+ machineconfig-5.63.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
415
+ machineconfig-5.63.dist-info/RECORD,,
@@ -5,4 +5,5 @@ croshell = machineconfig.scripts.python.croshell:arg_parser
5
5
  devops = machineconfig.scripts.python.devops:app
6
6
  fire = machineconfig.scripts.python.fire_jobs:main_from_parser
7
7
  ftpx = machineconfig.scripts.python.ftpx:main_from_parser
8
+ mcfg = machineconfig.scripts.python.entry:app
8
9
  sessions = machineconfig.scripts.python.sessions:main_from_parser