ominfra 0.0.0.dev20__tar.gz → 0.0.0.dev22__tar.gz
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.dev20/ominfra.egg-info → ominfra-0.0.0.dev22}/PKG-INFO +2 -2
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/_executor.py +4 -2
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/pyremote/_runcommands.py +4 -2
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22/ominfra.egg-info}/PKG-INFO +2 -2
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra.egg-info/requires.txt +1 -1
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/pyproject.toml +2 -2
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/LICENSE +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/MANIFEST.in +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/README.rst +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/__about__.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/__init__.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/clouds/__init__.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/clouds/aws/__init__.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/clouds/aws/auth.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/cmds.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/__init__.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/configs.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/executor/__init__.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/executor/base.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/executor/concerns/__init__.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/executor/concerns/dirs.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/executor/concerns/nginx.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/executor/concerns/repo.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/executor/concerns/supervisor.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/executor/concerns/systemd.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/executor/concerns/user.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/executor/concerns/venv.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/executor/main.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/__init__.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/_main.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/base.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/configs.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/deploy.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/main.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/nginx.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/repo.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/runtime.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/site.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/supervisor.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/poly/venv.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/deploy/remote.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/manage/__init__.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/manage/manage.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/pyremote/__init__.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/pyremote/bootstrap.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/pyremote/runcommands.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/ssh.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/tools/__init__.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra/tools/listresources.py +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra.egg-info/SOURCES.txt +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra.egg-info/dependency_links.txt +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/ominfra.egg-info/top_level.txt +0 -0
- {ominfra-0.0.0.dev20 → ominfra-0.0.0.dev22}/setup.cfg +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.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.
|
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"
|
@@ -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
|
-
|
563
|
-
|
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
|
-
|
646
|
-
|
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.
|
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.
|
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"
|
@@ -12,7 +12,7 @@ authors = [
|
|
12
12
|
urls = {source = 'https://github.com/wrmsr/omlish'}
|
13
13
|
license = {text = 'BSD-3-Clause'}
|
14
14
|
requires-python = '~=3.12'
|
15
|
-
version = '0.0.0.
|
15
|
+
version = '0.0.0.dev22'
|
16
16
|
classifiers = [
|
17
17
|
'License :: OSI Approved :: BSD License',
|
18
18
|
'Development Status :: 2 - Pre-Alpha',
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
22
22
|
]
|
23
23
|
description = 'ominfra'
|
24
24
|
dependencies = [
|
25
|
-
'omlish == 0.0.0.
|
25
|
+
'omlish == 0.0.0.dev22',
|
26
26
|
]
|
27
27
|
|
28
28
|
[project.optional-dependencies]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|