omdev 0.0.0.dev205__tar.gz → 0.0.0.dev207__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.
- {omdev-0.0.0.dev205/omdev.egg-info → omdev-0.0.0.dev207}/PKG-INFO +2 -2
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cc/cli.py +43 -6
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/pyproject.toml +2 -2
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/LICENSE +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/README.rst +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/.manifests.json +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/amalg/gen.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/amalg/imports.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/amalg/main.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/amalg/manifests.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/amalg/resources.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/amalg/srcfiles.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/amalg/strip.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/amalg/types.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/amalg/typing.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/antlr/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/antlr/consts.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/antlr/gen.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cc/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cc/__main__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cli/_pathhack.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cli/clicli.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/clipboard/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/clipboard/clipboard.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/clipboard/darwin_cf.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/clipboard/linux_x11.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/git/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/git/revisions.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/git/shallow.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/git/status.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/imgur.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/default.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/inject.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/providers/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/providers/base.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/providers/inject.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/providers/running.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/providers/standalone.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/providers/system.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/pyenv/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/pyenv/inject.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/pyenv/install.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/pyenv/provider.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/pyenv/pyenv.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/uv/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/uv/inject.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/uv/provider.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/uv/uv.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/interp/venvs.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/magic/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/magic/__main__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/magic/cli.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/magic/find.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/magic/magic.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/magic/prepare.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/magic/styles.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/manifests/__main__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/manifests/main.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/packaging/marshal.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pip.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/precheck/main.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/precheck/manifests.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/ptk/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/ptk/apps/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/ptk/apps/ncdu.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pycharm/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pycharm/__main__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pycharm/cli.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/inject.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/resources/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/resources/docker-dev.sh +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/resources/python.sh +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/pyproject/venvs.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/scripts/slowcat.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/scripts/tmpexec.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tagstrings.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/cloc.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/doc.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/docker.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/git.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/json/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/json/__main__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/json/cli.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/json/formats.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/json/io.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/json/parsing.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/json/processing.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/json/rendering.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/linehisto.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/mkrelimp.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/notebook.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/pawk/__init__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/pawk/__main__.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/pawk/pawk.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/pip.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/prof.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/qr.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev.egg-info/SOURCES.txt +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev205 → omdev-0.0.0.dev207}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev207
|
|
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.dev207
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -16,24 +16,50 @@ Freestanding options:
|
|
|
16
16
|
==
|
|
17
17
|
|
|
18
18
|
TODO:
|
|
19
|
-
- toplevel cc dir
|
|
20
19
|
- cext interop
|
|
21
20
|
- gen cmake
|
|
22
21
|
"""
|
|
22
|
+
import dataclasses as dc
|
|
23
23
|
import os
|
|
24
24
|
import shlex
|
|
25
25
|
import shutil
|
|
26
26
|
import subprocess
|
|
27
27
|
import tempfile
|
|
28
|
+
import tomllib
|
|
28
29
|
import typing as ta
|
|
29
30
|
|
|
31
|
+
from omlish import cached
|
|
30
32
|
from omlish import check
|
|
33
|
+
from omlish import lang
|
|
34
|
+
from omlish import marshal as msh
|
|
31
35
|
from omlish.argparse import all as ap
|
|
36
|
+
from omlish.formats import json
|
|
32
37
|
|
|
33
38
|
from .. import magic
|
|
34
39
|
from ..cache import data as dcache
|
|
35
40
|
|
|
36
41
|
|
|
42
|
+
@dc.dataclass(frozen=True)
|
|
43
|
+
class Cdep:
|
|
44
|
+
@dc.dataclass(frozen=True)
|
|
45
|
+
class Git:
|
|
46
|
+
url: str
|
|
47
|
+
rev: str
|
|
48
|
+
|
|
49
|
+
subtrees: ta.Sequence[str] | None = None
|
|
50
|
+
|
|
51
|
+
git: Git
|
|
52
|
+
|
|
53
|
+
include: ta.Sequence[str] | None = None
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
@cached.function
|
|
57
|
+
def load_cdeps() -> ta.Mapping[str, Cdep]:
|
|
58
|
+
src = lang.get_relative_resources(globals=globals())['cdeps.toml'].read_text()
|
|
59
|
+
dct = tomllib.loads(src)
|
|
60
|
+
return msh.unmarshal(dct.get('deps', {}), ta.Mapping[str, Cdep]) # type: ignore
|
|
61
|
+
|
|
62
|
+
|
|
37
63
|
class Cli(ap.Cli):
|
|
38
64
|
@ap.cmd(
|
|
39
65
|
ap.arg('--cwd'),
|
|
@@ -60,14 +86,18 @@ class Cli(ap.Cli):
|
|
|
60
86
|
for src_magic in src_magics:
|
|
61
87
|
if src_magic.key == '@omlish-cdeps':
|
|
62
88
|
for dep in check.isinstance(src_magic.prepared, ta.Sequence):
|
|
63
|
-
|
|
89
|
+
if isinstance(dep, ta.Mapping):
|
|
90
|
+
dep = msh.unmarshal(dep, Cdep) # type: ignore
|
|
91
|
+
else:
|
|
92
|
+
dep = load_cdeps()[check.isinstance(dep, str)]
|
|
93
|
+
|
|
64
94
|
dep_spec = dcache.GitSpec(
|
|
65
|
-
url=
|
|
66
|
-
rev=
|
|
67
|
-
subtrees=
|
|
95
|
+
url=dep.git.url,
|
|
96
|
+
rev=dep.git.rev,
|
|
97
|
+
subtrees=dep.git.subtrees,
|
|
68
98
|
)
|
|
69
99
|
dep_dir = dcache.default().get(dep_spec)
|
|
70
|
-
for dep_inc in dep.
|
|
100
|
+
for dep_inc in dep.include or []:
|
|
71
101
|
inc_dir = os.path.join(dep_dir, dep_inc)
|
|
72
102
|
check.state(os.path.isdir(inc_dir))
|
|
73
103
|
include_dirs.append(inc_dir)
|
|
@@ -134,6 +164,13 @@ class Cli(ap.Cli):
|
|
|
134
164
|
# # //$(which true); exec om cc run "$0" "$@"
|
|
135
165
|
# print(self.args.src_file)
|
|
136
166
|
|
|
167
|
+
#
|
|
168
|
+
|
|
169
|
+
@ap.cmd()
|
|
170
|
+
def list_deps(self) -> None:
|
|
171
|
+
cdeps = load_cdeps()
|
|
172
|
+
print(json.dumps_pretty(msh.marshal(cdeps)))
|
|
173
|
+
|
|
137
174
|
|
|
138
175
|
def _main() -> None:
|
|
139
176
|
Cli().cli_run_and_exit()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev207
|
|
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.dev207
|
|
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.dev207'
|
|
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.dev207',
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|