omdev 0.0.0.dev33__tar.gz → 0.0.0.dev35__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.
Potentially problematic release.
This version of omdev might be problematic. Click here for more details.
- {omdev-0.0.0.dev33/omdev.egg-info → omdev-0.0.0.dev35}/PKG-INFO +2 -2
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/.manifests.json +4 -4
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/data/actions.py +1 -4
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/data/specs.py +1 -4
- omdev-0.0.0.dev35/omdev/precheck/__main__.py +11 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/precheck/precheck.py +0 -5
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/pyproject.toml +2 -2
- omdev-0.0.0.dev33/omdev/precheck/__main__.py +0 -4
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/LICENSE +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/README.rst +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/findmagic.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/git.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/manifests/load.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/manifests/types.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/tools/dockertools.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/tools/gittools.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/tools/importtrace.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/tools/piptools.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/tools/rst.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/versioning/__init__.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/versioning/specifiers.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/versioning/versions.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev.egg-info/SOURCES.txt +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev33 → omdev-0.0.0.dev35}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev35
|
|
4
4
|
Summary: omdev
|
|
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.dev35
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
18
|
Requires-Dist: cffi~=1.17; extra == "all"
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
"module": ".precheck.
|
|
51
|
+
"module": ".precheck.__main__",
|
|
52
52
|
"attr": "_CLI_MODULE",
|
|
53
|
-
"file": "omdev/precheck/
|
|
54
|
-
"line":
|
|
53
|
+
"file": "omdev/precheck/__main__.py",
|
|
54
|
+
"line": 4,
|
|
55
55
|
"value": {
|
|
56
56
|
"$.cli.types.CliModule": {
|
|
57
57
|
"cmd_name": "precheck",
|
|
58
|
-
"mod_name": "omdev.precheck.
|
|
58
|
+
"mod_name": "omdev.precheck.__main__"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
},
|
|
@@ -38,11 +38,8 @@ class ExtractAction(Action, lang.Final):
|
|
|
38
38
|
##
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
@lang.
|
|
41
|
+
@lang.static_init
|
|
42
42
|
def _install_standard_marshalling() -> None:
|
|
43
43
|
actions_poly = msh.polymorphism_from_subclasses(Action, naming=msh.Naming.SNAKE, strip_suffix=True)
|
|
44
44
|
msh.STANDARD_MARSHALER_FACTORIES[0:0] = [msh.PolymorphismMarshalerFactory(actions_poly)]
|
|
45
45
|
msh.STANDARD_UNMARSHALER_FACTORIES[0:0] = [msh.PolymorphismUnmarshalerFactory(actions_poly)]
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
_install_standard_marshalling()
|
|
@@ -86,11 +86,8 @@ class GithubContentSpec(Spec):
|
|
|
86
86
|
##
|
|
87
87
|
|
|
88
88
|
|
|
89
|
-
@lang.
|
|
89
|
+
@lang.static_init
|
|
90
90
|
def _install_standard_marshalling() -> None:
|
|
91
91
|
specs_poly = msh.polymorphism_from_subclasses(Spec, naming=msh.Naming.SNAKE, strip_suffix=True)
|
|
92
92
|
msh.STANDARD_MARSHALER_FACTORIES[0:0] = [msh.PolymorphismMarshalerFactory(specs_poly)]
|
|
93
93
|
msh.STANDARD_UNMARSHALER_FACTORIES[0:0] = [msh.PolymorphismUnmarshalerFactory(specs_poly)]
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
_install_standard_marshalling()
|
|
@@ -27,7 +27,6 @@ import typing as ta
|
|
|
27
27
|
|
|
28
28
|
from omlish import logs
|
|
29
29
|
|
|
30
|
-
from ..cli import CliModule
|
|
31
30
|
from .base import Precheck
|
|
32
31
|
from .base import PrecheckContext
|
|
33
32
|
from .git import GitBlacklistPrecheck
|
|
@@ -87,10 +86,6 @@ def _build_parser() -> argparse.ArgumentParser:
|
|
|
87
86
|
return parser
|
|
88
87
|
|
|
89
88
|
|
|
90
|
-
# @omlish-manifest
|
|
91
|
-
_CLI_MODULE = CliModule('precheck', __name__)
|
|
92
|
-
|
|
93
|
-
|
|
94
89
|
def _main(argv: ta.Sequence[str] | None = None) -> None:
|
|
95
90
|
logs.configure_standard_logging('INFO')
|
|
96
91
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev35
|
|
4
4
|
Summary: omdev
|
|
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.dev35
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
18
|
Requires-Dist: cffi~=1.17; 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.dev35'
|
|
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 = 'omdev'
|
|
24
24
|
dependencies = [
|
|
25
|
-
'omlish == 0.0.0.
|
|
25
|
+
'omlish == 0.0.0.dev35',
|
|
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
|
|
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
|
|
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
|