omdev 0.0.0.dev38__tar.gz → 0.0.0.dev39__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.dev38/omdev.egg-info → omdev-0.0.0.dev39}/PKG-INFO +2 -2
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/README.rst +8 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/.manifests.json +13 -1
- omdev-0.0.0.dev39/omdev/cli/_version.py +14 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cli/install.py +10 -11
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/tools/piptools.py +1 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev.egg-info/SOURCES.txt +1 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/pyproject.toml +2 -2
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/LICENSE +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/findmagic.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/git.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/manifests/load.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/manifests/types.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/precheck/precheck.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/tools/dockertools.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/tools/gittools.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/tools/importtrace.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/tools/rst.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev39}/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.dev39
|
|
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.dev39
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
18
|
Requires-Dist: cffi~=1.17; extra == "all"
|
|
@@ -11,3 +11,11 @@ Core packages installable from git via:
|
|
|
11
11
|
|
|
12
12
|
Core packages have no required dependencies, but numerous optional ones - see their respective ``pyproject.toml`` files
|
|
13
13
|
for details.
|
|
14
|
+
|
|
15
|
+
The cli is installable through uvx or pipx via:
|
|
16
|
+
|
|
17
|
+
.. code-block::
|
|
18
|
+
|
|
19
|
+
curl -LsSf https://raw.githubusercontent.com/wrmsr/omlish/master/omdev/cli/install.py | python3 -
|
|
20
|
+
|
|
21
|
+
Additional deps to be injected may be appended to the command.
|
|
@@ -35,6 +35,18 @@
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"module": ".cli._version",
|
|
40
|
+
"attr": "_CLI_MODULE",
|
|
41
|
+
"file": "omdev/cli/_version.py",
|
|
42
|
+
"line": 5,
|
|
43
|
+
"value": {
|
|
44
|
+
"$.cli.types.CliModule": {
|
|
45
|
+
"cmd_name": "version",
|
|
46
|
+
"mod_name": "omdev.cli._version"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
38
50
|
{
|
|
39
51
|
"module": ".interp.__main__",
|
|
40
52
|
"attr": "_CLI_MODULE",
|
|
@@ -99,7 +111,7 @@
|
|
|
99
111
|
"module": ".tools.piptools",
|
|
100
112
|
"attr": "_CLI_MODULE",
|
|
101
113
|
"file": "omdev/tools/piptools.py",
|
|
102
|
-
"line":
|
|
114
|
+
"line": 88,
|
|
103
115
|
"value": {
|
|
104
116
|
"$.cli.types.CliModule": {
|
|
105
117
|
"cmd_name": "pip",
|
|
@@ -132,18 +132,17 @@ def _main() -> None:
|
|
|
132
132
|
if not (py := args.py):
|
|
133
133
|
raise ValueError(f'Must specify py')
|
|
134
134
|
|
|
135
|
-
if
|
|
136
|
-
if
|
|
137
|
-
mgr
|
|
138
|
-
|
|
139
|
-
mgr
|
|
135
|
+
if mgr := args.mgr:
|
|
136
|
+
if (im := INSTALL_MGRS.get(mgr)) is None:
|
|
137
|
+
raise ValueError(f'Unsupported mgr: {mgr}')
|
|
138
|
+
if not im.is_available():
|
|
139
|
+
raise ValueError(f'Unavailable mgr: {mgr}')
|
|
140
|
+
else:
|
|
141
|
+
for im in INSTALL_MGRS.values():
|
|
142
|
+
if im.is_available():
|
|
143
|
+
break
|
|
140
144
|
else:
|
|
141
|
-
raise RuntimeError("Can't find
|
|
142
|
-
|
|
143
|
-
if (im := INSTALL_MGRS.get(mgr)) is None:
|
|
144
|
-
raise ValueError(f'Unsupported mgr: {mgr}')
|
|
145
|
-
if not im.is_available():
|
|
146
|
-
raise ValueError(f'Unavailable mgr: {mgr}')
|
|
145
|
+
raise RuntimeError("Can't find install manager")
|
|
147
146
|
|
|
148
147
|
for m in INSTALL_MGRS.values():
|
|
149
148
|
if m.is_available():
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev39
|
|
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.dev39
|
|
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.dev39'
|
|
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.dev39',
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|