omdev 0.0.0.dev39__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.dev39/omdev.egg-info → omdev-0.0.0.dev40}/PKG-INFO +2 -2
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/.manifests.json +0 -12
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cli/install.py +2 -2
- {omdev-0.0.0.dev39 → 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.dev40/omdev/tools/proftools.py +4 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev.egg-info/SOURCES.txt +1 -1
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/pyproject.toml +2 -2
- omdev-0.0.0.dev39/omdev/cli/_version.py +0 -14
- omdev-0.0.0.dev39/omdev/cli/types.py +0 -7
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/LICENSE +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/README.rst +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/findmagic.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/git.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/manifests/load.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/manifests/types.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/precheck/precheck.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/tools/dockertools.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/tools/gittools.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/tools/importtrace.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/tools/piptools.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/tools/rst.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev39 → omdev-0.0.0.dev40}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev39 → 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"
|
|
@@ -35,18 +35,6 @@
|
|
|
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
|
-
},
|
|
50
38
|
{
|
|
51
39
|
"module": ".interp.__main__",
|
|
52
40
|
"attr": "_CLI_MODULE",
|
|
@@ -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
|
|
|
@@ -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"
|
|
@@ -65,7 +65,6 @@ omdev/cexts/_distutils/compilers/options.py
|
|
|
65
65
|
omdev/cexts/_distutils/compilers/unixccompiler.py
|
|
66
66
|
omdev/cli/__init__.py
|
|
67
67
|
omdev/cli/__main__.py
|
|
68
|
-
omdev/cli/_version.py
|
|
69
68
|
omdev/cli/install.py
|
|
70
69
|
omdev/cli/main.py
|
|
71
70
|
omdev/cli/types.py
|
|
@@ -118,5 +117,6 @@ omdev/tools/gittools.py
|
|
|
118
117
|
omdev/tools/importscan.py
|
|
119
118
|
omdev/tools/importtrace.py
|
|
120
119
|
omdev/tools/piptools.py
|
|
120
|
+
omdev/tools/proftools.py
|
|
121
121
|
omdev/tools/rst.py
|
|
122
122
|
omdev/tools/sqlrepl.py
|
|
@@ -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
|
|
File without changes
|
|
File without changes
|