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.
- ominfra/clouds/aws/models/gen/cli.py +4 -4
- ominfra/scripts/manage.py +1 -0
- {ominfra-0.0.0.dev298.dist-info → ominfra-0.0.0.dev300.dist-info}/METADATA +3 -3
- {ominfra-0.0.0.dev298.dist-info → ominfra-0.0.0.dev300.dist-info}/RECORD +8 -8
- {ominfra-0.0.0.dev298.dist-info → ominfra-0.0.0.dev300.dist-info}/WHEEL +0 -0
- {ominfra-0.0.0.dev298.dist-info → ominfra-0.0.0.dev300.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev298.dist-info → ominfra-0.0.0.dev300.dist-info}/licenses/LICENSE +0 -0
- {ominfra-0.0.0.dev298.dist-info → ominfra-0.0.0.dev300.dist-info}/top_level.txt +0 -0
@@ -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
|
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(
|
102
|
-
cfg_dct =
|
103
|
-
|
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
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
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.
|
16
|
-
Requires-Dist: omlish==0.0.0.
|
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
|
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=
|
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.
|
160
|
-
ominfra-0.0.0.
|
161
|
-
ominfra-0.0.0.
|
162
|
-
ominfra-0.0.0.
|
163
|
-
ominfra-0.0.0.
|
164
|
-
ominfra-0.0.0.
|
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,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|