ominfra 0.0.0.dev202__py3-none-any.whl → 0.0.0.dev204__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- ominfra/clouds/aws/models/gen/gen.py +22 -9
- ominfra/clouds/aws/models/services/ec2.py +1139 -7
- ominfra/clouds/aws/models/services/services.toml +1 -0
- {ominfra-0.0.0.dev202.dist-info → ominfra-0.0.0.dev204.dist-info}/METADATA +4 -4
- {ominfra-0.0.0.dev202.dist-info → ominfra-0.0.0.dev204.dist-info}/RECORD +9 -9
- {ominfra-0.0.0.dev202.dist-info → ominfra-0.0.0.dev204.dist-info}/LICENSE +0 -0
- {ominfra-0.0.0.dev202.dist-info → ominfra-0.0.0.dev204.dist-info}/WHEEL +0 -0
- {ominfra-0.0.0.dev202.dist-info → ominfra-0.0.0.dev204.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev202.dist-info → ominfra-0.0.0.dev204.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev204
|
4
4
|
Summary: ominfra
|
5
5
|
Author: wrmsr
|
6
6
|
License: BSD-3-Clause
|
@@ -12,9 +12,9 @@ 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.
|
17
|
-
Requires-Dist: omserv==0.0.0.
|
15
|
+
Requires-Dist: omdev==0.0.0.dev204
|
16
|
+
Requires-Dist: omlish==0.0.0.dev204
|
17
|
+
Requires-Dist: omserv==0.0.0.dev204
|
18
18
|
Provides-Extra: all
|
19
19
|
Requires-Dist: paramiko~=3.5; extra == "all"
|
20
20
|
Requires-Dist: asyncssh~=2.18; extra == "all"
|
@@ -23,13 +23,13 @@ ominfra/clouds/aws/models/base.py,sha256=A9zBGZNVtxKdbbnr2YU4AruyHEvIIYXFganOHcQ
|
|
23
23
|
ominfra/clouds/aws/models/gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
24
24
|
ominfra/clouds/aws/models/gen/__main__.py,sha256=Jsrv3P7LX2Cg08W7ByZfZ1JQT4lgLDPW1qNAmShFuMk,75
|
25
25
|
ominfra/clouds/aws/models/gen/cli.py,sha256=ZFupd0wmZbz_vaq6C1AJpcwgtX_qnZ2XhXIwwBoaE8s,3725
|
26
|
-
ominfra/clouds/aws/models/gen/gen.py,sha256=
|
26
|
+
ominfra/clouds/aws/models/gen/gen.py,sha256=cZNt3zy6xi1U5B9gaP9GaI_YGCG_b1MP8mKTRIqcDXY,13550
|
27
27
|
ominfra/clouds/aws/models/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
28
|
-
ominfra/clouds/aws/models/services/ec2.py,sha256=
|
28
|
+
ominfra/clouds/aws/models/services/ec2.py,sha256=jDN_csW_s0-toEHD7eQDCQqjftMa4820tYAcJKGnmUI,180985
|
29
29
|
ominfra/clouds/aws/models/services/lambda_.py,sha256=xK021SBixPpXbF6CwxYWdRamoUzviTSioXzeytfiBos,23090
|
30
30
|
ominfra/clouds/aws/models/services/rds.py,sha256=FNhaSR6rq3Xzlz16Aqp7e_HfejRrpxsnSJzH-tpUiuA,52509
|
31
31
|
ominfra/clouds/aws/models/services/s3.py,sha256=HzmOuYStuv2G4_g0z4jT2Kjq2Q-7zhtk-HvOjX5jDg0,38004
|
32
|
-
ominfra/clouds/aws/models/services/services.toml,sha256=
|
32
|
+
ominfra/clouds/aws/models/services/services.toml,sha256=CBHJKFYKyuiL9-W4CXZmaTjLHQb8SfMLF-0pqd5fJVk,711
|
33
33
|
ominfra/clouds/gcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
34
|
ominfra/clouds/gcp/auth.py,sha256=rDIiOH5gP3OSIaMC5Lp8yAD4zWuLDEYlFu37mDx5YDA,1360
|
35
35
|
ominfra/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -150,9 +150,9 @@ ominfra/tailscale/api.py,sha256=C5-t_b6jZXUWcy5k8bXm7CFnk73pSdrlMOgGDeGVrpw,1370
|
|
150
150
|
ominfra/tailscale/cli.py,sha256=3FnJbgpLw6gInTfhERd1mDy9ijjMUGxkdYVo43Tnxx4,3555
|
151
151
|
ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
152
152
|
ominfra/tools/listresources.py,sha256=4qVg5txsb10EHhvqXXeM6gJ2jx9LbroEnPydDv1uXs0,6176
|
153
|
-
ominfra-0.0.0.
|
154
|
-
ominfra-0.0.0.
|
155
|
-
ominfra-0.0.0.
|
156
|
-
ominfra-0.0.0.
|
157
|
-
ominfra-0.0.0.
|
158
|
-
ominfra-0.0.0.
|
153
|
+
ominfra-0.0.0.dev204.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
154
|
+
ominfra-0.0.0.dev204.dist-info/METADATA,sha256=mICNA2ytXn4-Dm4mRIHx-EvXRS8lfssNlAERgcogcaw,767
|
155
|
+
ominfra-0.0.0.dev204.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
156
|
+
ominfra-0.0.0.dev204.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
157
|
+
ominfra-0.0.0.dev204.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
158
|
+
ominfra-0.0.0.dev204.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|