ominfra 0.0.0.dev12__py3-none-any.whl → 0.0.0.dev14__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/__about__.py +2 -2
- ominfra/deploy/_executor.py +3 -0
- ominfra/deploy/poly/_main.py +3 -0
- ominfra/pyremote/_runcommands.py +3 -0
- {ominfra-0.0.0.dev12.dist-info → ominfra-0.0.0.dev14.dist-info}/METADATA +7 -7
- {ominfra-0.0.0.dev12.dist-info → ominfra-0.0.0.dev14.dist-info}/RECORD +9 -9
- {ominfra-0.0.0.dev12.dist-info → ominfra-0.0.0.dev14.dist-info}/WHEEL +1 -1
- {ominfra-0.0.0.dev12.dist-info → ominfra-0.0.0.dev14.dist-info}/LICENSE +0 -0
- {ominfra-0.0.0.dev12.dist-info → ominfra-0.0.0.dev14.dist-info}/top_level.txt +0 -0
ominfra/__about__.py
CHANGED
@@ -13,9 +13,9 @@ class Project(ProjectBase):
|
|
13
13
|
|
14
14
|
optional_dependencies = {
|
15
15
|
'ssh': [
|
16
|
-
'paramiko
|
16
|
+
'paramiko ~= 3.4', # !! LGPL
|
17
17
|
|
18
|
-
'asyncssh
|
18
|
+
'asyncssh ~= 2.17; python_version < "3.13"', # cffi
|
19
19
|
],
|
20
20
|
}
|
21
21
|
|
ominfra/deploy/_executor.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
#!/usr/bin/env python3
|
2
2
|
# noinspection DuplicatedCode
|
3
|
+
# @omlish-lite
|
4
|
+
# @omlish-script
|
3
5
|
# @omdev-amalg-output executor/main.py
|
4
6
|
r"""
|
5
7
|
TODO:
|
@@ -68,6 +70,7 @@ import uuid
|
|
68
70
|
import weakref # noqa
|
69
71
|
|
70
72
|
|
73
|
+
# ../../../../omlish/lite/check.py
|
71
74
|
T = ta.TypeVar('T')
|
72
75
|
|
73
76
|
|
ominfra/deploy/poly/_main.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
#!/usr/bin/env python3
|
2
2
|
# noinspection DuplicatedCode
|
3
|
+
# @omlish-lite
|
4
|
+
# @omlish-script
|
3
5
|
# @omdev-amalg-output main.py
|
4
6
|
import abc
|
5
7
|
import dataclasses as dc
|
@@ -19,6 +21,7 @@ import threading
|
|
19
21
|
import typing as ta
|
20
22
|
|
21
23
|
|
24
|
+
# ../base.py
|
22
25
|
T = ta.TypeVar('T')
|
23
26
|
ConcernT = ta.TypeVar('ConcernT')
|
24
27
|
ConfigT = ta.TypeVar('ConfigT')
|
ominfra/pyremote/_runcommands.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
#!/usr/bin/env python3
|
2
2
|
# noinspection DuplicatedCode
|
3
|
+
# @omlish-lite
|
4
|
+
# @omlish-script
|
3
5
|
# @omdev-amalg-output runcommands.py
|
4
6
|
# ruff: noqa: UP006 UP007
|
5
7
|
import abc
|
@@ -27,6 +29,7 @@ import weakref # noqa
|
|
27
29
|
import zlib
|
28
30
|
|
29
31
|
|
32
|
+
# ../../../omlish/lite/check.py
|
30
33
|
T = ta.TypeVar('T')
|
31
34
|
|
32
35
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev14
|
4
4
|
Summary: ominfra
|
5
5
|
Author: wrmsr
|
6
6
|
License: BSD-3-Clause
|
@@ -10,13 +10,13 @@ Classifier: Development Status :: 2 - Pre-Alpha
|
|
10
10
|
Classifier: Intended Audience :: Developers
|
11
11
|
Classifier: Operating System :: OS Independent
|
12
12
|
Classifier: Operating System :: POSIX
|
13
|
-
Requires-Python:
|
13
|
+
Requires-Python: ~=3.12
|
14
14
|
License-File: LICENSE
|
15
|
-
Requires-Dist: omlish ==0.0.0.
|
15
|
+
Requires-Dist: omlish ==0.0.0.dev14
|
16
16
|
Provides-Extra: all
|
17
|
-
Requires-Dist: paramiko
|
18
|
-
Requires-Dist: asyncssh
|
17
|
+
Requires-Dist: paramiko ~=3.4 ; extra == 'all'
|
18
|
+
Requires-Dist: asyncssh ~=2.17 ; (python_version < "3.13") and extra == 'all'
|
19
19
|
Provides-Extra: ssh
|
20
|
-
Requires-Dist: paramiko
|
21
|
-
Requires-Dist: asyncssh
|
20
|
+
Requires-Dist: paramiko ~=3.4 ; extra == 'ssh'
|
21
|
+
Requires-Dist: asyncssh ~=2.17 ; (python_version < "3.13") and extra == 'ssh'
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
ominfra/__about__.py,sha256=
|
1
|
+
ominfra/__about__.py,sha256=5DfZfpjDGdRPquXrfFEFaeTLkc69qr1i-ELbJ0R-HKI,625
|
2
2
|
ominfra/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
ominfra/cmds.py,sha256=E0AfnvEmnKntXWvmLW5L05_NeDpBET1VBXn7vV6EwBQ,2083
|
4
4
|
ominfra/ssh.py,sha256=U-JCvx41KI0B0riHy7cpFCKCx_LAHeSn-Irz5aAao2w,5393
|
@@ -8,7 +8,7 @@ ominfra/clouds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
ominfra/clouds/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
ominfra/clouds/aws/auth.py,sha256=eV6ayidQDKrhsgoRSg4_1tSvTMa1TzFvzxS7D_gjlCc,5499
|
10
10
|
ominfra/deploy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
-
ominfra/deploy/_executor.py,sha256=
|
11
|
+
ominfra/deploy/_executor.py,sha256=oop9kDaJ2URUPISAguFGKyBqgGOmGZuf1fVVwMPxyqE,28850
|
12
12
|
ominfra/deploy/configs.py,sha256=qi0kwT7G2NH7dXLOQic-u6R3yeadup_QtvrjwWIggbM,435
|
13
13
|
ominfra/deploy/remote.py,sha256=LJSe3AJlpvNgb_5QtUiK2JIkKC2OgMvjSD1701_y2uI,2147
|
14
14
|
ominfra/deploy/executor/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
|
@@ -23,7 +23,7 @@ ominfra/deploy/executor/concerns/systemd.py,sha256=MtsSEToEa1HNouern_JukcYTnypw_
|
|
23
23
|
ominfra/deploy/executor/concerns/user.py,sha256=j5LDfQXquIp-eEM7t6aShsrYoQrM_ILXZycTmTcRVxA,686
|
24
24
|
ominfra/deploy/executor/concerns/venv.py,sha256=jbRriqJHO4r9Zyo5Hfl_qVmcU6Qm6UgrouBroKcPn2g,775
|
25
25
|
ominfra/deploy/poly/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
|
26
|
-
ominfra/deploy/poly/_main.py,sha256=
|
26
|
+
ominfra/deploy/poly/_main.py,sha256=caaT-QvLii2PhmFXw4AmELCl5jg5DGOj3Ii0bg7SWcA,20067
|
27
27
|
ominfra/deploy/poly/base.py,sha256=Bd-CzUTaDvTRbdXKiTxMxs77WCEXItwNoBYCRnTk1u4,4167
|
28
28
|
ominfra/deploy/poly/configs.py,sha256=9bzWdbxhOk_Q4KokDjmRz254KHnUU71Vl1frLlhQyU4,584
|
29
29
|
ominfra/deploy/poly/deploy.py,sha256=tMYKslXLjstcv86siRt5j37USsS0Wd6lsfeGRE26zio,544
|
@@ -35,13 +35,13 @@ ominfra/deploy/poly/site.py,sha256=QJwDDJoVm2-kxi4bxIrp-mn4y2qDLuW3CAUax3W8gv8,2
|
|
35
35
|
ominfra/deploy/poly/supervisor.py,sha256=zkl6VQBcAZaMAhyR9DbbbqULcgFCDZoe9S_vP-mMFQ8,2289
|
36
36
|
ominfra/deploy/poly/venv.py,sha256=BoipDEa4NTeodjf3L57KJfq9eGKLagFNKwD8pS4yrzA,1552
|
37
37
|
ominfra/pyremote/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
38
|
-
ominfra/pyremote/_runcommands.py,sha256=
|
38
|
+
ominfra/pyremote/_runcommands.py,sha256=bnZc4dE8aRXNVqE-F1bGchRyL9VOgTQzH4lr01NliLs,22670
|
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.
|
44
|
-
ominfra-0.0.0.
|
45
|
-
ominfra-0.0.0.
|
46
|
-
ominfra-0.0.0.
|
47
|
-
ominfra-0.0.0.
|
43
|
+
ominfra-0.0.0.dev14.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
44
|
+
ominfra-0.0.0.dev14.dist-info/METADATA,sha256=awKgjsarCj0SzfDiWzfNIZ0vXnSN_U4qraDSARAYPo4,764
|
45
|
+
ominfra-0.0.0.dev14.dist-info/WHEEL,sha256=uCRv0ZEik_232NlR4YDw4Pv3Ajt5bKvMH13NUU7hFuI,91
|
46
|
+
ominfra-0.0.0.dev14.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
47
|
+
ominfra-0.0.0.dev14.dist-info/RECORD,,
|
File without changes
|
File without changes
|