ominfra 0.0.0.dev20__py3-none-any.whl → 0.0.0.dev22__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.
@@ -559,8 +559,10 @@ _OBJ_MARSHALER_GENERIC_MAPPING_TYPES: ta.Dict[ta.Any, type] = {
559
559
 
560
560
  _OBJ_MARSHALER_GENERIC_ITERABLE_TYPES: ta.Dict[ta.Any, type] = {
561
561
  **{t: t for t in (list, tuple, set, frozenset)},
562
- **{t: frozenset for t in (collections.abc.Set, collections.abc.MutableSet)},
563
- **{t: tuple for t in (collections.abc.Sequence, collections.abc.MutableSequence)},
562
+ collections.abc.Set: frozenset,
563
+ collections.abc.MutableSet: set,
564
+ collections.abc.Sequence: tuple,
565
+ collections.abc.MutableSequence: list,
564
566
  }
565
567
 
566
568
 
@@ -642,8 +642,10 @@ _OBJ_MARSHALER_GENERIC_MAPPING_TYPES: ta.Dict[ta.Any, type] = {
642
642
 
643
643
  _OBJ_MARSHALER_GENERIC_ITERABLE_TYPES: ta.Dict[ta.Any, type] = {
644
644
  **{t: t for t in (list, tuple, set, frozenset)},
645
- **{t: frozenset for t in (collections.abc.Set, collections.abc.MutableSet)},
646
- **{t: tuple for t in (collections.abc.Sequence, collections.abc.MutableSequence)},
645
+ collections.abc.Set: frozenset,
646
+ collections.abc.MutableSet: set,
647
+ collections.abc.Sequence: tuple,
648
+ collections.abc.MutableSequence: list,
647
649
  }
648
650
 
649
651
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ominfra
3
- Version: 0.0.0.dev20
3
+ Version: 0.0.0.dev22
4
4
  Summary: ominfra
5
5
  Author: wrmsr
6
6
  License: BSD-3-Clause
@@ -12,7 +12,7 @@ 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: omlish ==0.0.0.dev20
15
+ Requires-Dist: omlish ==0.0.0.dev22
16
16
  Provides-Extra: all
17
17
  Requires-Dist: paramiko ~=3.4 ; extra == 'all'
18
18
  Requires-Dist: asyncssh ~=2.17 ; (python_version < "3.13") and extra == 'all'
@@ -6,7 +6,7 @@ ominfra/clouds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  ominfra/clouds/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  ominfra/clouds/aws/auth.py,sha256=eV6ayidQDKrhsgoRSg4_1tSvTMa1TzFvzxS7D_gjlCc,5499
8
8
  ominfra/deploy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- ominfra/deploy/_executor.py,sha256=lOzM_ysPe4bKUAxPyd-BJXfhgi-eHq6uUsFsfNL_4Xc,28845
9
+ ominfra/deploy/_executor.py,sha256=Gh6yNy9SeiXzF3IvDES3GlDWwUTY1ElyCvPMuMySPPQ,28830
10
10
  ominfra/deploy/configs.py,sha256=qi0kwT7G2NH7dXLOQic-u6R3yeadup_QtvrjwWIggbM,435
11
11
  ominfra/deploy/remote.py,sha256=LJSe3AJlpvNgb_5QtUiK2JIkKC2OgMvjSD1701_y2uI,2147
12
12
  ominfra/deploy/executor/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
@@ -35,13 +35,13 @@ ominfra/deploy/poly/venv.py,sha256=BoipDEa4NTeodjf3L57KJfq9eGKLagFNKwD8pS4yrzA,1
35
35
  ominfra/manage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
36
  ominfra/manage/manage.py,sha256=gS2FvvdZTmNqD2dEXWTCFgCXNCepFSHVojBZ5WG6mqk,65
37
37
  ominfra/pyremote/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- ominfra/pyremote/_runcommands.py,sha256=GL1WYZagvqRATw8IGQSjzRZgmIZPZdbACvarILRfUAY,22665
38
+ ominfra/pyremote/_runcommands.py,sha256=w1Rgx-2Vqh5_Fs24cCBTR0iuHn9abXX35vZs5K52fK0,22650
39
39
  ominfra/pyremote/bootstrap.py,sha256=ybXxNitrNKuPAIl0SrU55Ktn-4R-bDveAm_ZURrmfF0,3368
40
40
  ominfra/pyremote/runcommands.py,sha256=hXXP41rvgL46Oe_HOcLSp2Y84ZMQfEZqqV_jNd1x7Ak,1570
41
41
  ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
42
  ominfra/tools/listresources.py,sha256=vgLgohPwRog8e5pEljI2hOGg-Li5fcwjj-nXj2j8IQo,5918
43
- ominfra-0.0.0.dev20.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
44
- ominfra-0.0.0.dev20.dist-info/METADATA,sha256=sp8LZNjG2WyEqkJscky6aBapMpnPsP0d9lfZiq343aE,764
45
- ominfra-0.0.0.dev20.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
46
- ominfra-0.0.0.dev20.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
47
- ominfra-0.0.0.dev20.dist-info/RECORD,,
43
+ ominfra-0.0.0.dev22.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
44
+ ominfra-0.0.0.dev22.dist-info/METADATA,sha256=5TVDkFB0465ih6rluEI5jiuj8tcVVd9IedR0-W5ZRtA,764
45
+ ominfra-0.0.0.dev22.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
46
+ ominfra-0.0.0.dev22.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
47
+ ominfra-0.0.0.dev22.dist-info/RECORD,,