ominfra 0.0.0.dev373__py3-none-any.whl → 0.0.0.dev375__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.
@@ -3706,6 +3706,12 @@ class Route(
3706
3706
  shape_name='OdbNetworkArn',
3707
3707
  ))
3708
3708
 
3709
+ ip_address: str | None = _dc.field(default=None, metadata=_base.field_metadata(
3710
+ member_name='IpAddress',
3711
+ serialization_name='ipAddress',
3712
+ shape_name='String',
3713
+ ))
3714
+
3709
3715
 
3710
3716
  @_dc.dataclass(frozen=True, kw_only=True)
3711
3717
  class RouteTableAssociationState(
@@ -1743,7 +1743,7 @@ JSON_PRETTY_KWARGS: ta.Mapping[str, ta.Any] = dict(
1743
1743
  indent=JSON_PRETTY_INDENT,
1744
1744
  )
1745
1745
 
1746
- json_dump_pretty: ta.Callable[..., bytes] = functools.partial(json.dump, **JSON_PRETTY_KWARGS) # type: ignore
1746
+ json_dump_pretty: ta.Callable[..., None] = functools.partial(json.dump, **JSON_PRETTY_KWARGS)
1747
1747
  json_dumps_pretty: ta.Callable[..., str] = functools.partial(json.dumps, **JSON_PRETTY_KWARGS)
1748
1748
 
1749
1749
 
@@ -1757,7 +1757,7 @@ JSON_COMPACT_KWARGS: ta.Mapping[str, ta.Any] = dict(
1757
1757
  separators=JSON_COMPACT_SEPARATORS,
1758
1758
  )
1759
1759
 
1760
- json_dump_compact: ta.Callable[..., bytes] = functools.partial(json.dump, **JSON_COMPACT_KWARGS) # type: ignore
1760
+ json_dump_compact: ta.Callable[..., None] = functools.partial(json.dump, **JSON_COMPACT_KWARGS)
1761
1761
  json_dumps_compact: ta.Callable[..., str] = functools.partial(json.dumps, **JSON_COMPACT_KWARGS)
1762
1762
 
1763
1763
 
ominfra/scripts/manage.py CHANGED
@@ -2993,7 +2993,7 @@ JSON_PRETTY_KWARGS: ta.Mapping[str, ta.Any] = dict(
2993
2993
  indent=JSON_PRETTY_INDENT,
2994
2994
  )
2995
2995
 
2996
- json_dump_pretty: ta.Callable[..., bytes] = functools.partial(json.dump, **JSON_PRETTY_KWARGS) # type: ignore
2996
+ json_dump_pretty: ta.Callable[..., None] = functools.partial(json.dump, **JSON_PRETTY_KWARGS)
2997
2997
  json_dumps_pretty: ta.Callable[..., str] = functools.partial(json.dumps, **JSON_PRETTY_KWARGS)
2998
2998
 
2999
2999
 
@@ -3007,7 +3007,7 @@ JSON_COMPACT_KWARGS: ta.Mapping[str, ta.Any] = dict(
3007
3007
  separators=JSON_COMPACT_SEPARATORS,
3008
3008
  )
3009
3009
 
3010
- json_dump_compact: ta.Callable[..., bytes] = functools.partial(json.dump, **JSON_COMPACT_KWARGS) # type: ignore
3010
+ json_dump_compact: ta.Callable[..., None] = functools.partial(json.dump, **JSON_COMPACT_KWARGS)
3011
3011
  json_dumps_compact: ta.Callable[..., str] = functools.partial(json.dumps, **JSON_COMPACT_KWARGS)
3012
3012
 
3013
3013
 
@@ -2518,7 +2518,7 @@ JSON_PRETTY_KWARGS: ta.Mapping[str, ta.Any] = dict(
2518
2518
  indent=JSON_PRETTY_INDENT,
2519
2519
  )
2520
2520
 
2521
- json_dump_pretty: ta.Callable[..., bytes] = functools.partial(json.dump, **JSON_PRETTY_KWARGS) # type: ignore
2521
+ json_dump_pretty: ta.Callable[..., None] = functools.partial(json.dump, **JSON_PRETTY_KWARGS)
2522
2522
  json_dumps_pretty: ta.Callable[..., str] = functools.partial(json.dumps, **JSON_PRETTY_KWARGS)
2523
2523
 
2524
2524
 
@@ -2532,7 +2532,7 @@ JSON_COMPACT_KWARGS: ta.Mapping[str, ta.Any] = dict(
2532
2532
  separators=JSON_COMPACT_SEPARATORS,
2533
2533
  )
2534
2534
 
2535
- json_dump_compact: ta.Callable[..., bytes] = functools.partial(json.dump, **JSON_COMPACT_KWARGS) # type: ignore
2535
+ json_dump_compact: ta.Callable[..., None] = functools.partial(json.dump, **JSON_COMPACT_KWARGS)
2536
2536
  json_dumps_compact: ta.Callable[..., str] = functools.partial(json.dumps, **JSON_COMPACT_KWARGS)
2537
2537
 
2538
2538
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ominfra
3
- Version: 0.0.0.dev373
3
+ Version: 0.0.0.dev375
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.13
14
14
  License-File: LICENSE
15
- Requires-Dist: omdev==0.0.0.dev373
16
- Requires-Dist: omlish==0.0.0.dev373
15
+ Requires-Dist: omdev==0.0.0.dev375
16
+ Requires-Dist: omlish==0.0.0.dev375
17
17
  Provides-Extra: all
18
18
  Requires-Dist: paramiko~=3.5; extra == "all"
19
19
  Requires-Dist: asyncssh~=2.21; extra == "all"
@@ -30,7 +30,7 @@ ominfra/clouds/aws/models/gen/__main__.py,sha256=Jsrv3P7LX2Cg08W7ByZfZ1JQT4lgLDP
30
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=4pftOlyEIxDDoe73c5Z7NaJ1uhFsTBnMwmS1nlDiLOE,15903
32
32
  ominfra/clouds/aws/models/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
- ominfra/clouds/aws/models/services/ec2.py,sha256=mF9C8c1b91-FQ1Jj56Mc8ZVW2zI3V-BGMuQcjtQDf0w,277538
33
+ ominfra/clouds/aws/models/services/ec2.py,sha256=9IyDpqABhZ55fQNFzLOtwKgqWspd5Ae-jsABhe_aNMg,277732
34
34
  ominfra/clouds/aws/models/services/lambda_.py,sha256=dp2I4ZVDb6Dci15XcjPPURUElyzH8cwhM911J_HM7Qo,25823
35
35
  ominfra/clouds/aws/models/services/rds.py,sha256=cYjqdM3Sm3F0qpxinA8A8ofXi_HZflK3epu_sog7LzQ,59759
36
36
  ominfra/clouds/aws/models/services/s3.py,sha256=aWbl4YtAiQyBfcNgerNxfWBIHZsbpFlT66JdRBYnQ9c,51426
@@ -112,9 +112,9 @@ ominfra/manage/targets/connection.py,sha256=Ut-R_PvQN9tPBacZD0ODmLIYvLsgS51qvOGr
112
112
  ominfra/manage/targets/inject.py,sha256=3M4wBkxtvymq_yhiotHlTN8iydELMjVCndyp9Bq-4eo,1572
113
113
  ominfra/manage/targets/targets.py,sha256=WmasYmL6xfAI7F0XvDhScFdBVxkqPkmo_gRgABmmkGA,1891
114
114
  ominfra/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
- ominfra/scripts/journald2aws.py,sha256=PFSmd1UX8sO_AjoACNnjURiKsQUC8QefwvWTdQr0RrY,173891
116
- ominfra/scripts/manage.py,sha256=kcK1UUGHif6FyReqIFYcf3i74laCJ4ab13ny6N0_L9k,392510
117
- ominfra/scripts/supervisor.py,sha256=G53AIx4tYO8fvD7U62c4dTb2XnzAbfnN2pZcTHdVQdg,306365
115
+ ominfra/scripts/journald2aws.py,sha256=cPfBEN5IwcQq47gB29fri1pxx3WNGrQ2hefu9PBHqac,173857
116
+ ominfra/scripts/manage.py,sha256=fP5U1UBiLGV9EJq0-hIwKCMR_F_eQFWUow-9tt0PZGI,392476
117
+ ominfra/scripts/supervisor.py,sha256=1x2J9JmRSa6uQsIHRYK3fXp_nOR-NS7akuV55__Pf-U,306331
118
118
  ominfra/supervisor/LICENSE.txt,sha256=ZrHY15PVR98y26Yg6iQfa-SXnUaYTDhrUsPVcEO5OKM,1874
119
119
  ominfra/supervisor/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
120
120
  ominfra/supervisor/__main__.py,sha256=I0yFw-C08OOiZ3BF6lF1Oiv789EQXu-_j6whDhQUTEA,66
@@ -156,9 +156,9 @@ ominfra/tailscale/api.py,sha256=XASv9C_CWI-u-yX5jVzhJrkJhlwQRkYQWQQG1uJwAd8,1375
156
156
  ominfra/tailscale/cli.py,sha256=zRV7-tKB7kBah1oTVZlol-vwx1FBlnfzYAPGkeU5jX4,3543
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.dev373.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
160
- ominfra-0.0.0.dev373.dist-info/METADATA,sha256=9xPT4bbP7yUKVEX_oMgEPgoGS7Ptblp1LDXLDQ7q6Hs,753
161
- ominfra-0.0.0.dev373.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
162
- ominfra-0.0.0.dev373.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
163
- ominfra-0.0.0.dev373.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
164
- ominfra-0.0.0.dev373.dist-info/RECORD,,
159
+ ominfra-0.0.0.dev375.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
160
+ ominfra-0.0.0.dev375.dist-info/METADATA,sha256=f2LxU1D1X0QyeboFOfu2qle6ERUDw6hgWaPRXrPtuVE,753
161
+ ominfra-0.0.0.dev375.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
162
+ ominfra-0.0.0.dev375.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
163
+ ominfra-0.0.0.dev375.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
164
+ ominfra-0.0.0.dev375.dist-info/RECORD,,