omdev 0.0.0.dev108__tar.gz → 0.0.0.dev110__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.dev108/omdev.egg-info → omdev-0.0.0.dev110}/PKG-INFO +2 -2
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/.manifests.json +12 -0
- omdev-0.0.0.dev110/omdev/scripts/tmpexec.py +58 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev.egg-info/SOURCES.txt +1 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/pyproject.toml +2 -2
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/LICENSE +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/README.rst +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/antlr/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/antlr/_antlr/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/antlr/consts.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/antlr/gen.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cli/_pathhack.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cli/clicli.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/clipboard/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/clipboard/clipboard.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/clipboard/darwin.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/git.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/imgur.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/magic/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/magic/find.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/magic/magic.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/magic/prepare.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/magic/styles.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/manifests/load.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/manifests/types.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/packaging/marshal.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/precheck/main.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/precheck/manifests.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/ptk/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/ptk/apps/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/ptk/apps/ncdu.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/scripts/slowcat.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/doc.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/docker.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/git.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/mkrelimp.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/notebook.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/pawk/__init__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/pawk/__main__.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/pawk/pawk.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/pip.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/prof.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/qr.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev108 → omdev-0.0.0.dev110}/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.dev110
|
|
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.dev110
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -191,6 +191,18 @@
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
|
+
{
|
|
195
|
+
"module": ".scripts.tmpexec",
|
|
196
|
+
"attr": "_CLI_MODULE",
|
|
197
|
+
"file": "omdev/scripts/tmpexec.py",
|
|
198
|
+
"line": 50,
|
|
199
|
+
"value": {
|
|
200
|
+
"$.cli.types.CliModule": {
|
|
201
|
+
"cmd_name": "tmpexec",
|
|
202
|
+
"mod_name": "omdev.scripts.tmpexec"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
194
206
|
{
|
|
195
207
|
"module": ".tools.doc",
|
|
196
208
|
"attr": "_CLI_MODULE",
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# @omlish-script
|
|
3
|
+
"""
|
|
4
|
+
TODO:
|
|
5
|
+
- can xargs just do this lol
|
|
6
|
+
"""
|
|
7
|
+
import argparse
|
|
8
|
+
import os
|
|
9
|
+
import subprocess
|
|
10
|
+
import sys
|
|
11
|
+
import tempfile
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def _main() -> None:
|
|
15
|
+
parser = argparse.ArgumentParser()
|
|
16
|
+
parser.add_argument('-I', '--replstr', default='%')
|
|
17
|
+
parser.add_argument('-Q', '--stdout-silenced', action='store_true')
|
|
18
|
+
parser.add_argument('-E', '--stdout-to-stderr', action='store_true')
|
|
19
|
+
parser.add_argument('-c', '--cat', action='store_true')
|
|
20
|
+
parser.add_argument('-k', '--keep', action='store_true')
|
|
21
|
+
parser.add_argument('--read-size', type=int, default=0x4000)
|
|
22
|
+
args, rest = parser.parse_known_args()
|
|
23
|
+
|
|
24
|
+
fd, tmp_file = tempfile.mkstemp()
|
|
25
|
+
os.close(fd)
|
|
26
|
+
|
|
27
|
+
argv = [tmp_file if a == args.replstr else a for a in rest]
|
|
28
|
+
|
|
29
|
+
kw: dict = {}
|
|
30
|
+
if args.stdout_silenced:
|
|
31
|
+
kw.update(stdout=open('/dev/null', 'wb')) # noqa
|
|
32
|
+
elif args.stdout_to_stderr:
|
|
33
|
+
kw.update(stdout=sys.stderr)
|
|
34
|
+
|
|
35
|
+
subprocess.check_call(argv, **kw)
|
|
36
|
+
|
|
37
|
+
if args.cat:
|
|
38
|
+
try:
|
|
39
|
+
with open(tmp_file, 'rb') as f:
|
|
40
|
+
while buf := f.read(args.read_size):
|
|
41
|
+
sys.stdout.buffer.write(buf)
|
|
42
|
+
finally:
|
|
43
|
+
if not args.keep:
|
|
44
|
+
os.unlink(tmp_file)
|
|
45
|
+
|
|
46
|
+
else:
|
|
47
|
+
print(tmp_file)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
# @omlish-manifest
|
|
51
|
+
_CLI_MODULE = {'$omdev.cli.types.CliModule': {
|
|
52
|
+
'cmd_name': 'tmpexec',
|
|
53
|
+
'mod_name': __name__,
|
|
54
|
+
}}
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
if __name__ == '__main__':
|
|
58
|
+
_main()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev110
|
|
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.dev110
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; 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.dev110'
|
|
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.dev110',
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|