ominfra 0.0.0.dev381__py3-none-any.whl → 0.0.0.dev383__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-0.0.0.dev383.dist-info/METADATA +52 -0
- {ominfra-0.0.0.dev381.dist-info → ominfra-0.0.0.dev383.dist-info}/RECORD +6 -6
- ominfra-0.0.0.dev381.dist-info/METADATA +0 -23
- {ominfra-0.0.0.dev381.dist-info → ominfra-0.0.0.dev383.dist-info}/WHEEL +0 -0
- {ominfra-0.0.0.dev381.dist-info → ominfra-0.0.0.dev383.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev381.dist-info → ominfra-0.0.0.dev383.dist-info}/licenses/LICENSE +0 -0
- {ominfra-0.0.0.dev381.dist-info → ominfra-0.0.0.dev383.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,52 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: ominfra
|
3
|
+
Version: 0.0.0.dev383
|
4
|
+
Summary: ominfra
|
5
|
+
Author: wrmsr
|
6
|
+
License-Expression: BSD-3-Clause
|
7
|
+
Project-URL: source, https://github.com/wrmsr/omlish
|
8
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
9
|
+
Classifier: Intended Audience :: Developers
|
10
|
+
Classifier: Operating System :: OS Independent
|
11
|
+
Classifier: Operating System :: POSIX
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
13
|
+
Classifier: Programming Language :: Python :: 3.13
|
14
|
+
Requires-Python: >=3.13
|
15
|
+
Description-Content-Type: text/markdown
|
16
|
+
License-File: LICENSE
|
17
|
+
Requires-Dist: omdev==0.0.0.dev383
|
18
|
+
Requires-Dist: omlish==0.0.0.dev383
|
19
|
+
Provides-Extra: all
|
20
|
+
Requires-Dist: paramiko~=4.0; extra == "all"
|
21
|
+
Requires-Dist: asyncssh~=2.21; extra == "all"
|
22
|
+
Provides-Extra: ssh
|
23
|
+
Requires-Dist: paramiko~=4.0; extra == "ssh"
|
24
|
+
Requires-Dist: asyncssh~=2.21; extra == "ssh"
|
25
|
+
Dynamic: license-file
|
26
|
+
|
27
|
+
# Overview
|
28
|
+
|
29
|
+
Infrastructure and cloud code.
|
30
|
+
|
31
|
+
# Notable packages
|
32
|
+
|
33
|
+
- **[clouds.aws](https://github.com/wrmsr/omlish/blob/master/ominfra/clouds/aws)** - boto-less aws tools, including
|
34
|
+
authentication and generated service dataclasses.
|
35
|
+
|
36
|
+
- **[journald2aws](https://github.com/wrmsr/omlish/blob/master/ominfra/clouds/aws/journald2aws)**
|
37
|
+
([amalg](https://github.com/wrmsr/omlish/blob/master/ominfra/scripts/journald2aws.py)) - a self-contained little tool
|
38
|
+
that forwards journald to cloudwatch.
|
39
|
+
|
40
|
+
- **[pyremote](https://github.com/wrmsr/omlish/blob/master/ominfra/pyremote.py)** - does the
|
41
|
+
[mitogen trick](https://mitogen.networkgenomics.com/howitworks.html) to facilitate remote execution of python code.
|
42
|
+
due to amalgamation, import shenanigans aren't required to do useful work.
|
43
|
+
|
44
|
+
- **[manage](https://github.com/wrmsr/omlish/blob/master/ominfra/manage)**
|
45
|
+
([amalg](https://github.com/wrmsr/omlish/blob/master/ominfra/scripts/manage.py)) - a remote system management tool,
|
46
|
+
including a code deployment system. inspired by things like [mitogen](https://mitogen.networkgenomics.com/),
|
47
|
+
[pyinfra](https://github.com/pyinfra-dev/pyinfra), [piku](https://github.com/piku/piku). uses pyremote.
|
48
|
+
|
49
|
+
- **[supervisor](https://github.com/wrmsr/omlish/blob/master/ominfra/supervisor)**
|
50
|
+
([amalg](https://github.com/wrmsr/omlish/blob/master/ominfra/scripts/supervisor.py)) - an overhauled,
|
51
|
+
[amalgamated](https://github.com/wrmsr/omlish/blob/master/omdev#amalgamation) fork of
|
52
|
+
[supervisor](https://github.com/Supervisor/supervisor)
|
@@ -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.
|
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.dev383.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
160
|
+
ominfra-0.0.0.dev383.dist-info/METADATA,sha256=vjIFcU11HRJy1B1QWVxg5hg6bKzz1QtGfg3hTXXUsSo,2377
|
161
|
+
ominfra-0.0.0.dev383.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
162
|
+
ominfra-0.0.0.dev383.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
163
|
+
ominfra-0.0.0.dev383.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
164
|
+
ominfra-0.0.0.dev383.dist-info/RECORD,,
|
@@ -1,23 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: ominfra
|
3
|
-
Version: 0.0.0.dev381
|
4
|
-
Summary: ominfra
|
5
|
-
Author: wrmsr
|
6
|
-
License: BSD-3-Clause
|
7
|
-
Project-URL: source, https://github.com/wrmsr/omlish
|
8
|
-
Classifier: License :: OSI Approved :: BSD License
|
9
|
-
Classifier: Development Status :: 2 - Pre-Alpha
|
10
|
-
Classifier: Intended Audience :: Developers
|
11
|
-
Classifier: Operating System :: OS Independent
|
12
|
-
Classifier: Operating System :: POSIX
|
13
|
-
Requires-Python: >=3.13
|
14
|
-
License-File: LICENSE
|
15
|
-
Requires-Dist: omdev==0.0.0.dev381
|
16
|
-
Requires-Dist: omlish==0.0.0.dev381
|
17
|
-
Provides-Extra: all
|
18
|
-
Requires-Dist: paramiko~=4.0; extra == "all"
|
19
|
-
Requires-Dist: asyncssh~=2.21; extra == "all"
|
20
|
-
Provides-Extra: ssh
|
21
|
-
Requires-Dist: paramiko~=4.0; extra == "ssh"
|
22
|
-
Requires-Dist: asyncssh~=2.21; extra == "ssh"
|
23
|
-
Dynamic: license-file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|