ominfra 0.0.0.dev199__py3-none-any.whl → 0.0.0.dev201__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,41 @@
1
+ [services.ec2]
2
+ operations = [
3
+ 'DescribeAddresses',
4
+ 'DescribeInstances',
5
+ 'DescribeInternetGateways',
6
+ 'DescribeKeyPairs',
7
+ 'DescribeNetworkInterfaces',
8
+ 'DescribeSecurityGroups',
9
+ 'DescribeSubnets',
10
+ 'DescribeVpcs',
11
+ 'DescribeVpcs',
12
+ 'RebootInstances',
13
+ 'RunInstances',
14
+ 'StartInstances',
15
+ 'StopInstances',
16
+ 'TerminateInstances',
17
+ ]
18
+
19
+ [services.lambda]
20
+ operations = [
21
+ 'ListFunctions',
22
+ ]
23
+
24
+ [services.rds]
25
+ operations = [
26
+ 'CreateDBInstance',
27
+ 'DeleteDBInstance',
28
+ 'DescribeDBInstances',
29
+ 'RebootDBInstance',
30
+ 'StartDBInstance',
31
+ 'StopDBInstance',
32
+ ]
33
+
34
+ [services.s3]
35
+ operations = [
36
+ 'DeleteObject',
37
+ 'GetObject',
38
+ 'ListBuckets',
39
+ 'ListObjectsV2',
40
+ 'PutObject',
41
+ ]
File without changes
@@ -23,8 +23,8 @@ from omlish import check
23
23
  from omlish import dataclasses as dc
24
24
  from omlish import lang
25
25
 
26
- from .cmds import CommandRunner
27
- from .cmds import LocalCommandRunner
26
+ from .runners import CommandRunner
27
+ from .runners import LocalCommandRunner
28
28
 
29
29
 
30
30
  if ta.TYPE_CHECKING:
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: ominfra
3
- Version: 0.0.0.dev199
3
+ Version: 0.0.0.dev201
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.dev199
16
- Requires-Dist: omlish==0.0.0.dev199
17
- Requires-Dist: omserv==0.0.0.dev199
15
+ Requires-Dist: omdev==0.0.0.dev201
16
+ Requires-Dist: omlish==0.0.0.dev201
17
+ Requires-Dist: omserv==0.0.0.dev201
18
18
  Provides-Extra: all
19
19
  Requires-Dist: paramiko~=3.5; extra == "all"
20
20
  Requires-Dist: asyncssh~=2.18; extra == "all"
@@ -1,9 +1,7 @@
1
1
  ominfra/.manifests.json,sha256=8KREXxMAlsilZOktXPYru1ND3V5hFI22vnrp6hT3bio,589
2
2
  ominfra/__about__.py,sha256=_gUs3H7uunGy5IfGw3mq4dFJWaF1mecSPruJPyjbs7Y,741
3
3
  ominfra/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- ominfra/cmds.py,sha256=E0AfnvEmnKntXWvmLW5L05_NeDpBET1VBXn7vV6EwBQ,2083
5
4
  ominfra/pyremote.py,sha256=HLfAZl3Xw5CpxLS5PS380zqCyE7n3vKVksIYT2Fbdc8,15197
6
- ominfra/ssh.py,sha256=jQpc4WvkMckIfk4vILda8zFaeharRqc_6wxW50b0OjQ,5431
7
5
  ominfra/systemd.py,sha256=d61NVrJoItzSaqhMDgKGrQjbrxEVAujUMDsj8WggXos,1022
8
6
  ominfra/threadworkers.py,sha256=oX4ubZn7h932saXpRIJu2MNhBExgGGMuGhdXarZxLJw,4948
9
7
  ominfra/clouds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -20,8 +18,23 @@ ominfra/clouds/aws/journald2aws/cursor.py,sha256=tQ7O6BHlEdaalbiI_Rqagj0aHfdtTQ_
20
18
  ominfra/clouds/aws/journald2aws/driver.py,sha256=b3XfSlIBWAWJLImmyh1ZK9FpdNAYNZ2YZeCv_Q9GckM,6111
21
19
  ominfra/clouds/aws/journald2aws/main.py,sha256=4qWnw33cTPUW1CU4_9ojkn0wRStANrQzSI_cXpyuOf8,2202
22
20
  ominfra/clouds/aws/journald2aws/poster.py,sha256=hz1XuctW8GtLmfjhRvCFY6py52D4BzXHYny5XKFpHSA,2833
21
+ ominfra/clouds/aws/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
+ ominfra/clouds/aws/models/base.py,sha256=A9zBGZNVtxKdbbnr2YU4AruyHEvIIYXFganOHcQacfE,1601
23
+ ominfra/clouds/aws/models/gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
+ ominfra/clouds/aws/models/gen/__main__.py,sha256=Jsrv3P7LX2Cg08W7ByZfZ1JQT4lgLDPW1qNAmShFuMk,75
25
+ ominfra/clouds/aws/models/gen/cli.py,sha256=ZFupd0wmZbz_vaq6C1AJpcwgtX_qnZ2XhXIwwBoaE8s,3725
26
+ ominfra/clouds/aws/models/gen/gen.py,sha256=XcH6kf9eq_BqpGSSeNV0eoQjUpb-V9K5nIj8113szTk,13476
27
+ ominfra/clouds/aws/models/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
+ ominfra/clouds/aws/models/services/ec2.py,sha256=xoV57eOfRI7CibKRhq_rFO8A7b1Ii0_ccnJjQ3Pf2AE,148527
29
+ ominfra/clouds/aws/models/services/lambda_.py,sha256=IvQnBHnqd6hGG7NxtFxrxCgO0IngVm3JDqOBO_jE5gE,23090
30
+ ominfra/clouds/aws/models/services/rds.py,sha256=Nz5SdwnFdG0GbSkM2D9mVuzzSqgR55JFV4n6PdcSttA,52509
31
+ ominfra/clouds/aws/models/services/s3.py,sha256=KglBGWeGYSwFZiokhRV7HSCwzBKr83i68m8zUs3XSKA,38004
32
+ ominfra/clouds/aws/models/services/services.toml,sha256=jiJaQPkuAWvDLaI0ERrDhhnnt1ceJH44NLrTlJSO0FE,684
23
33
  ominfra/clouds/gcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
34
  ominfra/clouds/gcp/auth.py,sha256=rDIiOH5gP3OSIaMC5Lp8yAD4zWuLDEYlFu37mDx5YDA,1360
35
+ ominfra/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
+ ominfra/commands/runners.py,sha256=E0AfnvEmnKntXWvmLW5L05_NeDpBET1VBXn7vV6EwBQ,2083
37
+ ominfra/commands/ssh.py,sha256=Fm9I7Pl9owzfRqw_03-G1k0ifbZHXqxzCPvzAwDPYeE,5437
25
38
  ominfra/journald/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
39
  ominfra/journald/fields.py,sha256=NjjVn7GW4jkcGdyiiizVjEfQqSFnolXYk3kDcSQcMmc,12278
27
40
  ominfra/journald/genmessages.py,sha256=rLTS-K2v7otNOtTz4RoOEVYCm0fQuuBzf47e0T61tA8,1857
@@ -137,9 +150,9 @@ ominfra/tailscale/api.py,sha256=C5-t_b6jZXUWcy5k8bXm7CFnk73pSdrlMOgGDeGVrpw,1370
137
150
  ominfra/tailscale/cli.py,sha256=3FnJbgpLw6gInTfhERd1mDy9ijjMUGxkdYVo43Tnxx4,3555
138
151
  ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
139
152
  ominfra/tools/listresources.py,sha256=4qVg5txsb10EHhvqXXeM6gJ2jx9LbroEnPydDv1uXs0,6176
140
- ominfra-0.0.0.dev199.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
141
- ominfra-0.0.0.dev199.dist-info/METADATA,sha256=OQeEKCElU_VsUklECaIkxFi4ZPL2DmiS7q8_bJJxs4w,767
142
- ominfra-0.0.0.dev199.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
143
- ominfra-0.0.0.dev199.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
144
- ominfra-0.0.0.dev199.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
145
- ominfra-0.0.0.dev199.dist-info/RECORD,,
153
+ ominfra-0.0.0.dev201.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
154
+ ominfra-0.0.0.dev201.dist-info/METADATA,sha256=djEFMAuUOxnNgd2G2xvfLcWWMSM7PoApbInqqb6GI78,767
155
+ ominfra-0.0.0.dev201.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
156
+ ominfra-0.0.0.dev201.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
157
+ ominfra-0.0.0.dev201.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
158
+ ominfra-0.0.0.dev201.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.7.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
File without changes