omdev 0.0.0.dev38__tar.gz → 0.0.0.dev40__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.dev40}/PKG-INFO +2 -2
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/README.rst +8 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/.manifests.json +1 -1
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cli/install.py +12 -13
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cli/main.py +53 -10
- omdev-0.0.0.dev40/omdev/cli/types.py +17 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/tools/piptools.py +1 -0
- omdev-0.0.0.dev40/omdev/tools/proftools.py +4 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev.egg-info/SOURCES.txt +1 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/pyproject.toml +2 -2
- omdev-0.0.0.dev38/omdev/cli/types.py +0 -7
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/LICENSE +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/findmagic.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/git.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/manifests/load.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/manifests/types.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/precheck/precheck.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/tools/dockertools.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/tools/gittools.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/tools/importtrace.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/tools/rst.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev38 → omdev-0.0.0.dev40}/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.dev40
|
|
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.dev40
|
|
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.
|
|
@@ -46,7 +46,7 @@ class InstallMgr(abc.ABC):
|
|
|
46
46
|
raise NotImplementedError
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
class
|
|
49
|
+
class UvxInstallMgr(InstallMgr):
|
|
50
50
|
def is_available(self) -> bool:
|
|
51
51
|
return bool(shutil.which('uv'))
|
|
52
52
|
|
|
@@ -110,7 +110,7 @@ class PipxInstallMgr(InstallMgr):
|
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
INSTALL_MGRS = {
|
|
113
|
-
'
|
|
113
|
+
'uvx': UvxInstallMgr(),
|
|
114
114
|
'pipx': PipxInstallMgr(),
|
|
115
115
|
}
|
|
116
116
|
|
|
@@ -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():
|
|
@@ -9,14 +9,39 @@ import os
|
|
|
9
9
|
import runpy
|
|
10
10
|
import sys
|
|
11
11
|
|
|
12
|
+
from omlish import __about__
|
|
12
13
|
from omlish import check
|
|
13
14
|
|
|
14
15
|
from ..manifests.load import ManifestLoader
|
|
16
|
+
from .types import CliCmd
|
|
17
|
+
from .types import CliFunc
|
|
15
18
|
from .types import CliModule
|
|
16
19
|
|
|
17
20
|
|
|
21
|
+
##
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
def _print_version() -> None:
|
|
25
|
+
print(__about__.__version__)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
def _print_revision() -> None:
|
|
29
|
+
print(__about__.__revision__)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
_CLI_FUNCS = [
|
|
33
|
+
CliFunc('version', _print_version),
|
|
34
|
+
CliFunc('revision', _print_revision),
|
|
35
|
+
]
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
##
|
|
39
|
+
|
|
40
|
+
|
|
18
41
|
def _main() -> None:
|
|
19
|
-
|
|
42
|
+
ccs: list[CliCmd] = []
|
|
43
|
+
|
|
44
|
+
#
|
|
20
45
|
|
|
21
46
|
ldr = ManifestLoader.from_entry_point(globals())
|
|
22
47
|
|
|
@@ -28,13 +53,21 @@ def _main() -> None:
|
|
|
28
53
|
pkgs.append(n)
|
|
29
54
|
|
|
30
55
|
for m in ldr.load(*pkgs, only=[CliModule]):
|
|
31
|
-
|
|
56
|
+
ccs.append(check.isinstance(m.value, CliModule))
|
|
57
|
+
|
|
58
|
+
#
|
|
59
|
+
|
|
60
|
+
ccs.extend(_CLI_FUNCS)
|
|
61
|
+
|
|
62
|
+
#
|
|
63
|
+
|
|
64
|
+
dct: dict[str, CliCmd] = {}
|
|
65
|
+
for cc in ccs:
|
|
66
|
+
if cc.cmd_name in dct:
|
|
67
|
+
raise NameError(cc)
|
|
68
|
+
dct[cc.cmd_name] = cc
|
|
32
69
|
|
|
33
|
-
|
|
34
|
-
for cm in cms:
|
|
35
|
-
if cm.cmd_name in dct:
|
|
36
|
-
raise NameError(cm)
|
|
37
|
-
dct[cm.cmd_name] = cm
|
|
70
|
+
#
|
|
38
71
|
|
|
39
72
|
parser = argparse.ArgumentParser()
|
|
40
73
|
parser.add_argument('cmd', nargs='?', choices=dct.keys())
|
|
@@ -45,9 +78,19 @@ def _main() -> None:
|
|
|
45
78
|
parser.print_help()
|
|
46
79
|
return
|
|
47
80
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
81
|
+
#
|
|
82
|
+
|
|
83
|
+
cc = dct[args.cmd]
|
|
84
|
+
|
|
85
|
+
if isinstance(cc, CliModule):
|
|
86
|
+
sys.argv = [cc.cmd_name, *(args.args or ())]
|
|
87
|
+
runpy._run_module_as_main(cc.mod_name) # type: ignore # noqa
|
|
88
|
+
|
|
89
|
+
elif isinstance(cc, CliFunc):
|
|
90
|
+
cc.fn(*(args.args or ()))
|
|
91
|
+
|
|
92
|
+
else:
|
|
93
|
+
raise TypeError(cc)
|
|
51
94
|
|
|
52
95
|
|
|
53
96
|
if __name__ == '__main__':
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import dataclasses as dc
|
|
2
|
+
import typing as ta
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@dc.dataclass(frozen=True)
|
|
6
|
+
class CliCmd:
|
|
7
|
+
cmd_name: str
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@dc.dataclass(frozen=True)
|
|
11
|
+
class CliModule(CliCmd):
|
|
12
|
+
mod_name: str
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
@dc.dataclass(frozen=True)
|
|
16
|
+
class CliFunc(CliCmd):
|
|
17
|
+
fn: ta.Callable
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev40
|
|
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.dev40
|
|
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.dev40'
|
|
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.dev40',
|
|
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
|