ominfra 0.0.0.dev298__py3-none-any.whl → 0.0.0.dev300__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.
@@ -8,7 +8,7 @@ from omlish import check
8
8
  from omlish import lang
9
9
  from omlish import marshal as msh
10
10
  from omlish.argparse import all as ap
11
- from omlish.configs import all as configs
11
+ from omlish.configs import all as cfgs
12
12
 
13
13
  from .gen import ModelGen
14
14
 
@@ -98,9 +98,9 @@ class Cli(ap.Cli):
98
98
  if config_file is None:
99
99
  config_file = os.path.abspath(os.path.join(os.path.dirname(__file__), '../services/services.toml'))
100
100
 
101
- cfg_dct = dict(configs.DEFAULT_FILE_LOADER.load_file(config_file).as_map())
102
- cfg_dct = configs.processing.matched_rewrite(
103
- configs.processing.build_named_children,
101
+ cfg_dct = dict(cfgs.DEFAULT_FILE_LOADER.load_file(config_file).as_map())
102
+ cfg_dct = cfgs.processing.matched_rewrite(
103
+ cfgs.processing.build_named_children,
104
104
  cfg_dct,
105
105
  ('services',),
106
106
  )
ominfra/scripts/manage.py CHANGED
@@ -5067,6 +5067,7 @@ TODO:
5067
5067
  - auto match all underscores to hyphens
5068
5068
  - pre-run, post-run hooks
5069
5069
  - exitstack?
5070
+ - suggestion - difflib.get_close_matches
5070
5071
  """
5071
5072
 
5072
5073
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ominfra
3
- Version: 0.0.0.dev298
3
+ Version: 0.0.0.dev300
4
4
  Summary: ominfra
5
5
  Author: wrmsr
6
6
  License: BSD-3-Clause
@@ -12,8 +12,8 @@ Classifier: Operating System :: OS Independent
12
12
  Classifier: Operating System :: POSIX
13
13
  Requires-Python: >=3.12
14
14
  License-File: LICENSE
15
- Requires-Dist: omdev==0.0.0.dev298
16
- Requires-Dist: omlish==0.0.0.dev298
15
+ Requires-Dist: omdev==0.0.0.dev300
16
+ Requires-Dist: omlish==0.0.0.dev300
17
17
  Provides-Extra: all
18
18
  Requires-Dist: paramiko~=3.5; extra == "all"
19
19
  Requires-Dist: asyncssh~=2.20; extra == "all"
@@ -27,7 +27,7 @@ ominfra/clouds/aws/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
27
27
  ominfra/clouds/aws/models/base.py,sha256=0VtlcRo4kbjdIOqikTe_cegViBHqb-DoqJSw_8eQZC4,3777
28
28
  ominfra/clouds/aws/models/gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
29
  ominfra/clouds/aws/models/gen/__main__.py,sha256=Jsrv3P7LX2Cg08W7ByZfZ1JQT4lgLDPW1qNAmShFuMk,75
30
- ominfra/clouds/aws/models/gen/cli.py,sha256=-tsjPPqUvXVqD40grn1Of-2-YF53dvCfISrIRI2AX4s,3869
30
+ ominfra/clouds/aws/models/gen/cli.py,sha256=vcI8_-BOv4f-s_TFAqvnyzvBexZ_9y5akiUEGfioCqA,3857
31
31
  ominfra/clouds/aws/models/gen/gen.py,sha256=NtgQfUNBs2-SRlmELiI20fW8mcSp_j_23EHtl_ZTSgc,15834
32
32
  ominfra/clouds/aws/models/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
33
  ominfra/clouds/aws/models/services/ec2.py,sha256=IkY3d4b24nSSymjGFc4OOd_VI2cEHE7ekeYOZS9cruY,267664
@@ -113,7 +113,7 @@ ominfra/manage/targets/inject.py,sha256=P4597xWM-V3I_gCt2O71OLhYQkkXtuJvkYRsIbhh
113
113
  ominfra/manage/targets/targets.py,sha256=7GP6UAZyJFEhpkJN6UQdpr_WN3p7C76v-s445y-WB6U,1885
114
114
  ominfra/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
115
  ominfra/scripts/journald2aws.py,sha256=5dnfVtg2r6o-iyWhrwUnlD68hXF4-gaJXndKf5OEIJ0,171278
116
- ominfra/scripts/manage.py,sha256=06Ob763Qa-Vj9VGVpRJY4m5UNmUo4dpI8DrZhjX8b78,381671
116
+ ominfra/scripts/manage.py,sha256=Qw172y_R1_XvOJPq3ItomTldBEJHOmxmBmrco91iP3s,381713
117
117
  ominfra/scripts/supervisor.py,sha256=LBu-YXrcrlJrjvquPNBn5iw0GqrqHh9N3uB-E5eTrRs,299907
118
118
  ominfra/supervisor/LICENSE.txt,sha256=ZrHY15PVR98y26Yg6iQfa-SXnUaYTDhrUsPVcEO5OKM,1874
119
119
  ominfra/supervisor/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
@@ -156,9 +156,9 @@ ominfra/tailscale/api.py,sha256=C5-t_b6jZXUWcy5k8bXm7CFnk73pSdrlMOgGDeGVrpw,1370
156
156
  ominfra/tailscale/cli.py,sha256=3FnJbgpLw6gInTfhERd1mDy9ijjMUGxkdYVo43Tnxx4,3555
157
157
  ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
158
158
  ominfra/tools/listresources.py,sha256=auGP1LlbBJSFKUWNvQo_UzA8IsBNZBTMwEkFFRJ4FX4,6185
159
- ominfra-0.0.0.dev298.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
160
- ominfra-0.0.0.dev298.dist-info/METADATA,sha256=--pDEvd4PfC3Jz54-V0M2-m-JL6_ofqpXwfV4Q97FZ8,753
161
- ominfra-0.0.0.dev298.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
162
- ominfra-0.0.0.dev298.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
163
- ominfra-0.0.0.dev298.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
164
- ominfra-0.0.0.dev298.dist-info/RECORD,,
159
+ ominfra-0.0.0.dev300.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
160
+ ominfra-0.0.0.dev300.dist-info/METADATA,sha256=Exivdpa0HEiHAFOsPOocjLeHZqlB6HskvcRxtrv2OVM,753
161
+ ominfra-0.0.0.dev300.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
162
+ ominfra-0.0.0.dev300.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
163
+ ominfra-0.0.0.dev300.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
164
+ ominfra-0.0.0.dev300.dist-info/RECORD,,