ominfra 0.0.0.dev87__py3-none-any.whl → 0.0.0.dev89__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- ominfra/clouds/aws/auth.py +4 -4
- ominfra/clouds/aws/journald2aws/__init__.py +1 -0
- ominfra/clouds/aws/journald2aws/journald/__init__.py +1 -0
- ominfra/clouds/aws/journald2aws/journald/genmessages.py +54 -0
- ominfra/clouds/aws/journald2aws/{journald.py → journald/messages.py} +0 -1
- ominfra/clouds/aws/journald2aws/journald/tailer.py +108 -0
- ominfra/clouds/aws/journald2aws/main.py +311 -0
- ominfra/clouds/aws/journald2aws/threadworker.py +64 -0
- ominfra/scripts/journald2aws.py +2166 -0
- {ominfra-0.0.0.dev87.dist-info → ominfra-0.0.0.dev89.dist-info}/METADATA +3 -3
- {ominfra-0.0.0.dev87.dist-info → ominfra-0.0.0.dev89.dist-info}/RECORD +15 -9
- {ominfra-0.0.0.dev87.dist-info → ominfra-0.0.0.dev89.dist-info}/WHEEL +1 -1
- {ominfra-0.0.0.dev87.dist-info → ominfra-0.0.0.dev89.dist-info}/LICENSE +0 -0
- {ominfra-0.0.0.dev87.dist-info → ominfra-0.0.0.dev89.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev87.dist-info → ominfra-0.0.0.dev89.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev89
|
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.dev89
|
16
|
+
Requires-Dist: omlish ==0.0.0.dev89
|
17
17
|
Provides-Extra: all
|
18
18
|
Requires-Dist: paramiko ~=3.5 ; extra == 'all'
|
19
19
|
Requires-Dist: asyncssh ~=2.18 ; extra == 'all'
|
@@ -6,13 +6,18 @@ ominfra/ssh.py,sha256=jQpc4WvkMckIfk4vILda8zFaeharRqc_6wxW50b0OjQ,5431
|
|
6
6
|
ominfra/clouds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
ominfra/clouds/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
ominfra/clouds/aws/__main__.py,sha256=HXMoxEl9KHhv6zOOPQxiJAftfR2SjBqeVTYw-og9aFw,163
|
9
|
-
ominfra/clouds/aws/auth.py,sha256=
|
9
|
+
ominfra/clouds/aws/auth.py,sha256=p50hnm8SU4CWAkLX0C4XCTAm7yAAg-HqcP1YvL5cW94,6205
|
10
10
|
ominfra/clouds/aws/cli.py,sha256=OJVVLIwSy1378drkgP1ke_JltbyzBmnrB_Lom6A83os,510
|
11
11
|
ominfra/clouds/aws/dataclasses.py,sha256=rKhtJKJ0JhMssU9n9CABX_JaUiokIboEATJ9TZgZQ6A,3868
|
12
12
|
ominfra/clouds/aws/logs.py,sha256=VIT1fQazuaVSOfIlIcA9IxGT0Bqb69dbqcnbaTMEvSE,5185
|
13
13
|
ominfra/clouds/aws/metadata.py,sha256=XR1BuMdQheyeFjjA3MN8GCNWVAp5ahoPdbWXEmViutQ,2767
|
14
|
-
ominfra/clouds/aws/journald2aws/__init__.py,sha256=
|
15
|
-
ominfra/clouds/aws/journald2aws/
|
14
|
+
ominfra/clouds/aws/journald2aws/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
|
15
|
+
ominfra/clouds/aws/journald2aws/main.py,sha256=c-sGajZfaKNxT-fwb2YXkvmKIY0v2hj_IEvfZG4AcV8,8448
|
16
|
+
ominfra/clouds/aws/journald2aws/threadworker.py,sha256=JFOrfBmDxQKCwk13qJ8-Zs8fxueMpHu0qRTEssdI7J0,1359
|
17
|
+
ominfra/clouds/aws/journald2aws/journald/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
|
18
|
+
ominfra/clouds/aws/journald2aws/journald/genmessages.py,sha256=3lB3W_Xl4GLAutNu1KvihdtMvkkukYqrfsamcqOS204,1583
|
19
|
+
ominfra/clouds/aws/journald2aws/journald/messages.py,sha256=YBU7mbMtqnuamQKM-fGoraJNlbfzf-c1g8bC0ATSnt4,1975
|
20
|
+
ominfra/clouds/aws/journald2aws/journald/tailer.py,sha256=XldM5QCZovJkfcot5hByj9Jq-F8sAptx65IPmrMo8b4,3042
|
16
21
|
ominfra/deploy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
22
|
ominfra/deploy/_executor.py,sha256=zHn4zAz6Ch1i5R_EdKTfJv_4SE0QPNuQEk7O1ptB_7A,32834
|
18
23
|
ominfra/deploy/configs.py,sha256=qi0kwT7G2NH7dXLOQic-u6R3yeadup_QtvrjwWIggbM,435
|
@@ -47,6 +52,7 @@ ominfra/pyremote/_runcommands.py,sha256=2UVHaUJjmWP8jMZE79j2Qk1E5IOyVV1qNSUbdr-z
|
|
47
52
|
ominfra/pyremote/bootstrap.py,sha256=RvMO3YGaN1E4sgUi1JEtiPak8cjvqtc_vRCq1yqbeZg,3370
|
48
53
|
ominfra/pyremote/runcommands.py,sha256=bviS0_TDIoZVAe4h-_iavbvJtVSFu8lnk7fQ5iasCWE,1571
|
49
54
|
ominfra/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
55
|
+
ominfra/scripts/journald2aws.py,sha256=uZ7ZFXAOGsf5Of2Jg9Yx7sAAsS1ujuH0HXrA0INFDCU,56128
|
50
56
|
ominfra/scripts/supervisor.py,sha256=EU989AXWM-QJF4BmvKSlxkkBvRR3n2rz6yeXhjzo100,106149
|
51
57
|
ominfra/supervisor/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
|
52
58
|
ominfra/supervisor/__main__.py,sha256=usW9jjq5JPe_2SL8H5PrjDdksO75MX85Ir0HFfb35eM,72
|
@@ -66,9 +72,9 @@ ominfra/tailscale/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
66
72
|
ominfra/tailscale/cli.py,sha256=Ltg6RVFsMLLPjLzoGwM6sxjmwjEVEYHAdrqmCc4N1HM,3174
|
67
73
|
ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
68
74
|
ominfra/tools/listresources.py,sha256=L4t5rszm9ulcdWyr7n48_R9d5Etg4S2a4WQhlbHDtnQ,6106
|
69
|
-
ominfra-0.0.0.
|
70
|
-
ominfra-0.0.0.
|
71
|
-
ominfra-0.0.0.
|
72
|
-
ominfra-0.0.0.
|
73
|
-
ominfra-0.0.0.
|
74
|
-
ominfra-0.0.0.
|
75
|
+
ominfra-0.0.0.dev89.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
76
|
+
ominfra-0.0.0.dev89.dist-info/METADATA,sha256=JJJkl3KuKuWQa9YlGMBqmPOFOUFZXlYqyMRPZN1wiQk,739
|
77
|
+
ominfra-0.0.0.dev89.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
78
|
+
ominfra-0.0.0.dev89.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
79
|
+
ominfra-0.0.0.dev89.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
80
|
+
ominfra-0.0.0.dev89.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|