ominfra 0.0.0.dev262__py3-none-any.whl → 0.0.0.dev263__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/scripts/manage.py +6 -0
- {ominfra-0.0.0.dev262.dist-info → ominfra-0.0.0.dev263.dist-info}/METADATA +3 -3
- {ominfra-0.0.0.dev262.dist-info → ominfra-0.0.0.dev263.dist-info}/RECORD +7 -7
- {ominfra-0.0.0.dev262.dist-info → ominfra-0.0.0.dev263.dist-info}/WHEEL +1 -1
- {ominfra-0.0.0.dev262.dist-info → ominfra-0.0.0.dev263.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev262.dist-info → ominfra-0.0.0.dev263.dist-info}/licenses/LICENSE +0 -0
- {ominfra-0.0.0.dev262.dist-info → ominfra-0.0.0.dev263.dist-info}/top_level.txt +0 -0
ominfra/scripts/manage.py
CHANGED
@@ -4090,6 +4090,9 @@ def relative_symlink(
|
|
4090
4090
|
# ../../../omlish/shlex.py
|
4091
4091
|
|
4092
4092
|
|
4093
|
+
##
|
4094
|
+
|
4095
|
+
|
4093
4096
|
def shlex_needs_quote(s: str) -> bool:
|
4094
4097
|
return bool(s) and len(list(shlex.shlex(s))) > 1
|
4095
4098
|
|
@@ -7862,6 +7865,9 @@ class SubprocessRunnable(abc.ABC, ta.Generic[T]):
|
|
7862
7865
|
# ../../../omlish/text/indent.py
|
7863
7866
|
|
7864
7867
|
|
7868
|
+
##
|
7869
|
+
|
7870
|
+
|
7865
7871
|
class IndentWriter:
|
7866
7872
|
DEFAULT_INDENT = ' ' * 4
|
7867
7873
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev263
|
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.dev263
|
16
|
+
Requires-Dist: omlish==0.0.0.dev263
|
17
17
|
Provides-Extra: all
|
18
18
|
Requires-Dist: paramiko~=3.5; extra == "all"
|
19
19
|
Requires-Dist: asyncssh~=2.18; extra == "all"
|
@@ -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=l5_grHu-HtPtZFxGplKJSOO6rh1Np8WpgITh3yqv_Mo,168539
|
116
|
-
ominfra/scripts/manage.py,sha256=
|
116
|
+
ominfra/scripts/manage.py,sha256=dN8Wf8dt8uATsH9CkdaugVXp-rFKKFj5nb8WNfrCthM,379652
|
117
117
|
ominfra/scripts/supervisor.py,sha256=lv_bv0d15GUsrUN44KaN0n4_NJHhrN66BSsO2swcY7U,297117
|
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.dev263.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
160
|
+
ominfra-0.0.0.dev263.dist-info/METADATA,sha256=-CrtiJdUtOf1lukbLi6eYR8JeWcj2G14KAw5qJETn4g,753
|
161
|
+
ominfra-0.0.0.dev263.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
162
|
+
ominfra-0.0.0.dev263.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
163
|
+
ominfra-0.0.0.dev263.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
164
|
+
ominfra-0.0.0.dev263.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|