omdev 0.0.0.dev56__tar.gz → 0.0.0.dev58__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.dev56/omdev.egg-info → omdev-0.0.0.dev58}/PKG-INFO +2 -2
- omdev-0.0.0.dev58/omdev/antlr/consts.py +7 -0
- omdev-0.0.0.dev58/omdev/antlr/gen.py +110 -0
- omdev-0.0.0.dev58/omdev/mypy/__init__.py +0 -0
- omdev-0.0.0.dev58/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev.egg-info/SOURCES.txt +4 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/pyproject.toml +2 -2
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/LICENSE +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/README.rst +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/.manifests.json +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev56/omdev/cache → omdev-0.0.0.dev58/omdev/antlr}/__init__.py +0 -0
- {omdev-0.0.0.dev56/omdev/cache/compute → omdev-0.0.0.dev58/omdev/antlr/_antlr}/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev56/omdev/cexts → omdev-0.0.0.dev58/omdev/cache}/__init__.py +0 -0
- {omdev-0.0.0.dev56/omdev/mypy → omdev-0.0.0.dev58/omdev/cache/compute}/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev56/omdev/precheck → omdev-0.0.0.dev58/omdev/cexts}/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cli/clicli.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/findmagic.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/git.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/manifests/load.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/manifests/types.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/precheck/precheck.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/tools/dockertools.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/tools/gittools.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/tools/mkrelimp.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/tools/nbtools.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/tools/piptools.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/tools/proftools.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/tools/rst.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev56 → omdev-0.0.0.dev58}/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.dev58
|
|
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.dev58
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
18
|
Requires-Dist: cffi~=1.17; extra == "all"
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
ANTLR_VERSION = '4.13.2'
|
|
2
|
+
ANTLR_JAR_NAME = f'antlr-{ANTLR_VERSION}-complete.jar'
|
|
3
|
+
ANTLR_JAR_URL = f'https://www.antlr.org/download/{ANTLR_JAR_NAME}'
|
|
4
|
+
ANTLR_RUNTIME_PACKAGE = 'antlr4-python3-runtime'
|
|
5
|
+
ANTLR_GITHUB_REPO = 'antlr/antlr4'
|
|
6
|
+
|
|
7
|
+
ANTLR_RUNTIME_VENDOR = 'omlish.antlr._runtime'
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
"""
|
|
2
|
+
TODO:
|
|
3
|
+
- fix relpath in omlish/
|
|
4
|
+
- sem-bounded parallelism
|
|
5
|
+
"""
|
|
6
|
+
import argparse
|
|
7
|
+
import os.path
|
|
8
|
+
import re
|
|
9
|
+
import shutil
|
|
10
|
+
import subprocess
|
|
11
|
+
|
|
12
|
+
from omlish import check
|
|
13
|
+
from omlish import lang
|
|
14
|
+
|
|
15
|
+
from ..cache import data as dcache
|
|
16
|
+
from .consts import ANTLR_JAR_URL
|
|
17
|
+
from .consts import ANTLR_RUNTIME_VENDOR
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
ANTLR_JAR_CACHE = dcache.UrlSpec(ANTLR_JAR_URL)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
class GenPy:
|
|
24
|
+
def __init__(
|
|
25
|
+
self,
|
|
26
|
+
dir: str, # noqa
|
|
27
|
+
*,
|
|
28
|
+
out_subdir: str = '_antlr',
|
|
29
|
+
runtime_import: str = ANTLR_RUNTIME_VENDOR,
|
|
30
|
+
) -> None:
|
|
31
|
+
super().__init__()
|
|
32
|
+
check.arg(not os.path.isabs(out_subdir) and '..' not in out_subdir)
|
|
33
|
+
self._dir = dir
|
|
34
|
+
self._out_subdir = out_subdir
|
|
35
|
+
self._runtime_import = runtime_import
|
|
36
|
+
self._out_dir = os.path.join(dir, out_subdir)
|
|
37
|
+
|
|
38
|
+
@lang.cached_function
|
|
39
|
+
def jar(self) -> str:
|
|
40
|
+
return dcache.default().get(ANTLR_JAR_CACHE)
|
|
41
|
+
|
|
42
|
+
def process_g4(self, g4_file: str) -> None:
|
|
43
|
+
subprocess.check_call([
|
|
44
|
+
'java',
|
|
45
|
+
'-jar', self.jar(),
|
|
46
|
+
'-Dlanguage=Python3',
|
|
47
|
+
'-visitor',
|
|
48
|
+
'-o', self._out_subdir,
|
|
49
|
+
g4_file,
|
|
50
|
+
], cwd=self._dir)
|
|
51
|
+
|
|
52
|
+
def process_py(self, py_file: str) -> None:
|
|
53
|
+
ap = os.path.join(self._out_dir, py_file)
|
|
54
|
+
with open(ap) as f:
|
|
55
|
+
in_lines = list(f)
|
|
56
|
+
|
|
57
|
+
out_lines = [
|
|
58
|
+
'# type: ignore\n',
|
|
59
|
+
'# ruff: noqa\n',
|
|
60
|
+
'# flake8: noqa\n',
|
|
61
|
+
]
|
|
62
|
+
for l in in_lines:
|
|
63
|
+
l = re.sub(r'^(from antlr4)(.*)', rf'from {self._runtime_import}\2', l)
|
|
64
|
+
out_lines.append(l)
|
|
65
|
+
|
|
66
|
+
with open(ap, 'w') as f:
|
|
67
|
+
f.write(''.join(out_lines))
|
|
68
|
+
|
|
69
|
+
def run(self) -> None:
|
|
70
|
+
if os.path.exists(self._out_dir):
|
|
71
|
+
shutil.rmtree(self._out_dir)
|
|
72
|
+
os.mkdir(self._out_dir)
|
|
73
|
+
with open(os.path.join(self._out_dir, '__init__.py'), 'w'):
|
|
74
|
+
pass
|
|
75
|
+
|
|
76
|
+
for f in os.listdir(self._dir):
|
|
77
|
+
fp = os.path.join(self._dir, f)
|
|
78
|
+
if not os.path.isfile(fp):
|
|
79
|
+
continue
|
|
80
|
+
if f.endswith('.g4'):
|
|
81
|
+
self.process_g4(f)
|
|
82
|
+
|
|
83
|
+
for f in list(os.listdir(self._out_dir)):
|
|
84
|
+
fp = os.path.join(self._out_dir, f)
|
|
85
|
+
if not os.path.isfile(fp):
|
|
86
|
+
continue
|
|
87
|
+
if f.split('.')[-1] in ('interp', 'tokens'):
|
|
88
|
+
os.unlink(fp)
|
|
89
|
+
elif f != '__init__.py' and f.endswith('.py'):
|
|
90
|
+
self.process_py(f)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
def _main() -> None:
|
|
94
|
+
parser = argparse.ArgumentParser()
|
|
95
|
+
parser.add_argument('roots', nargs='*')
|
|
96
|
+
args = parser.parse_args()
|
|
97
|
+
|
|
98
|
+
base_dir = os.getcwd()
|
|
99
|
+
if not os.path.isfile(os.path.join(base_dir, 'pyproject.toml')):
|
|
100
|
+
raise RuntimeError('Must run from project root')
|
|
101
|
+
|
|
102
|
+
for root_dir in args.roots:
|
|
103
|
+
print(f'Processing {root_dir}')
|
|
104
|
+
GenPy(
|
|
105
|
+
root_dir,
|
|
106
|
+
).run()
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
if __name__ == '__main__':
|
|
110
|
+
_main()
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev58
|
|
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.dev58
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
18
|
Requires-Dist: cffi~=1.17; extra == "all"
|
|
@@ -24,6 +24,10 @@ omdev.egg-info/top_level.txt
|
|
|
24
24
|
omdev/amalg/__init__.py
|
|
25
25
|
omdev/amalg/__main__.py
|
|
26
26
|
omdev/amalg/amalg.py
|
|
27
|
+
omdev/antlr/__init__.py
|
|
28
|
+
omdev/antlr/consts.py
|
|
29
|
+
omdev/antlr/gen.py
|
|
30
|
+
omdev/antlr/_antlr/__init__.py
|
|
27
31
|
omdev/cache/__init__.py
|
|
28
32
|
omdev/cache/compute/__init__.py
|
|
29
33
|
omdev/cache/compute/cache.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.dev58'
|
|
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.dev58',
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|