omdev 0.0.0.dev161__tar.gz → 0.0.0.dev163__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.dev161/omdev.egg-info → omdev-0.0.0.dev163}/PKG-INFO +2 -2
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/manifests/build.py +2 -3
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/precheck/manifests.py +2 -3
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/pyproject.toml +2 -2
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/LICENSE +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/README.rst +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/.manifests.json +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/antlr/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/antlr/consts.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/antlr/gen.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cli/_pathhack.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cli/clicli.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/clipboard/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/clipboard/clipboard.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/clipboard/darwin_cf.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/clipboard/linux_x11.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/git/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/git/revisions.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/git/status.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/git/subtrees.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/imgur.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/magic/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/magic/find.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/magic/magic.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/magic/prepare.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/magic/styles.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/manifests/__main__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/manifests/main.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/packaging/marshal.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pip.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/precheck/main.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/ptk/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/ptk/apps/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/ptk/apps/ncdu.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pycharm/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pycharm/__main__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pycharm/cli.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/pyproject/venvs.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/scripts/slowcat.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/scripts/tmpexec.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/cloc.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/doc.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/docker.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/git.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/json/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/json/__main__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/json/cli.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/json/formats.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/json/io.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/json/parsing.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/json/processing.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/json/rendering.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/mkrelimp.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/notebook.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/pawk/__init__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/pawk/__main__.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/pawk/pawk.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/pip.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/prof.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/qr.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev.egg-info/SOURCES.txt +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev161 → omdev-0.0.0.dev163}/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.dev163
|
|
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.dev163
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -28,7 +28,7 @@ import typing as ta
|
|
|
28
28
|
from omlish.lite.cached import cached_nullary
|
|
29
29
|
from omlish.lite.json import json_dumps_pretty
|
|
30
30
|
from omlish.lite.logs import log
|
|
31
|
-
from omlish.manifests.load import
|
|
31
|
+
from omlish.manifests.load import MANIFEST_LOADER
|
|
32
32
|
from omlish.manifests.types import Manifest
|
|
33
33
|
from omlish.manifests.types import ManifestOrigin
|
|
34
34
|
|
|
@@ -271,11 +271,10 @@ def check_package_manifests(
|
|
|
271
271
|
with open(manifests_file) as f:
|
|
272
272
|
manifests_json = json.load(f)
|
|
273
273
|
|
|
274
|
-
ldr = ManifestLoader()
|
|
275
274
|
for entry in manifests_json:
|
|
276
275
|
manifest = Manifest(**entry)
|
|
277
276
|
[(key, value_dct)] = manifest.value.items()
|
|
278
277
|
if key.startswith('$.'):
|
|
279
278
|
key = f'${name}{key[1:]}'
|
|
280
|
-
cls =
|
|
279
|
+
cls = MANIFEST_LOADER.load_cls(key)
|
|
281
280
|
value = cls(**value_dct) # noqa
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import dataclasses as dc
|
|
2
2
|
import typing as ta
|
|
3
3
|
|
|
4
|
-
from omlish.manifests.load import
|
|
4
|
+
from omlish.manifests.load import MANIFEST_LOADER
|
|
5
5
|
|
|
6
6
|
from .base import Precheck
|
|
7
7
|
from .base import PrecheckContext
|
|
@@ -20,8 +20,7 @@ class ManifestsPrecheck(Precheck['ManifestsPrecheck.Config']):
|
|
|
20
20
|
|
|
21
21
|
async def run(self) -> ta.AsyncGenerator[Precheck.Violation, None]:
|
|
22
22
|
for src_root in self._context.src_roots:
|
|
23
|
-
ml = ManifestLoader()
|
|
24
23
|
try:
|
|
25
|
-
|
|
24
|
+
MANIFEST_LOADER.load(src_root)
|
|
26
25
|
except Exception as e: # noqa
|
|
27
26
|
yield Precheck.Violation(self, f'Error loading manifest for {src_root}: {e!r}')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev163
|
|
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.dev163
|
|
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.dev163'
|
|
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.dev163',
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|