omdev 0.0.0.dev201__tar.gz → 0.0.0.dev203__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.dev201/omdev.egg-info → omdev-0.0.0.dev203}/PKG-INFO +2 -2
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/.manifests.json +13 -1
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/providers/system.py +1 -2
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/scripts/interp.py +1 -2
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/scripts/pyproject.py +1 -2
- omdev-0.0.0.dev203/omdev/tools/cc.py +81 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/git.py +1 -2
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev.egg-info/SOURCES.txt +1 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/pyproject.toml +2 -2
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/LICENSE +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/README.rst +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/amalg/gen.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/amalg/imports.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/amalg/main.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/amalg/manifests.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/amalg/resources.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/amalg/srcfiles.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/amalg/strip.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/amalg/types.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/amalg/typing.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/antlr/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/antlr/consts.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/antlr/gen.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cli/_pathhack.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cli/clicli.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/clipboard/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/clipboard/clipboard.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/clipboard/darwin_cf.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/clipboard/linux_x11.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/git/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/git/revisions.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/git/status.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/git/subtrees.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/imgur.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/default.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/inject.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/providers/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/providers/base.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/providers/inject.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/providers/running.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/providers/standalone.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/pyenv/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/pyenv/inject.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/pyenv/install.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/pyenv/provider.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/pyenv/pyenv.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/uv/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/uv/inject.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/uv/provider.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/uv/uv.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/interp/venvs.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/magic/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/magic/__main__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/magic/cli.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/magic/find.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/magic/magic.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/magic/prepare.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/magic/styles.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/manifests/__main__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/manifests/main.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/packaging/marshal.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pip.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/precheck/main.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/precheck/manifests.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/ptk/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/ptk/apps/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/ptk/apps/ncdu.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pycharm/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pycharm/__main__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pycharm/cli.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/inject.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/resources/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/resources/docker-dev.sh +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/resources/python.sh +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/pyproject/venvs.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/scripts/slowcat.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/scripts/tmpexec.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tagstrings.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/cloc.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/doc.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/docker.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/json/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/json/__main__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/json/cli.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/json/formats.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/json/io.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/json/parsing.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/json/processing.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/json/rendering.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/linehisto.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/mkrelimp.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/notebook.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/pawk/__init__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/pawk/__main__.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/pawk/pawk.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/pip.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/prof.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/qr.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev201 → omdev-0.0.0.dev203}/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.dev203
|
|
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.dev203
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -227,6 +227,18 @@
|
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
229
|
},
|
|
230
|
+
{
|
|
231
|
+
"module": ".tools.cc",
|
|
232
|
+
"attr": "_CLI_MODULE",
|
|
233
|
+
"file": "omdev/tools/cc.py",
|
|
234
|
+
"line": 76,
|
|
235
|
+
"value": {
|
|
236
|
+
"$.cli.types.CliModule": {
|
|
237
|
+
"cmd_name": "cc",
|
|
238
|
+
"mod_name": "omdev.tools.cc"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
},
|
|
230
242
|
{
|
|
231
243
|
"module": ".tools.cloc",
|
|
232
244
|
"attr": "_CLI_MODULE",
|
|
@@ -267,7 +279,7 @@
|
|
|
267
279
|
"module": ".tools.git",
|
|
268
280
|
"attr": "_CLI_MODULE",
|
|
269
281
|
"file": "omdev/tools/git.py",
|
|
270
|
-
"line":
|
|
282
|
+
"line": 231,
|
|
271
283
|
"value": {
|
|
272
284
|
"$.cli.types.CliModule": {
|
|
273
285
|
"cmd_name": "git",
|
|
@@ -104,8 +104,7 @@ class SystemInterpProvider(InterpProvider):
|
|
|
104
104
|
async def get_exe_version(self, exe: str) -> ta.Optional[InterpVersion]:
|
|
105
105
|
if not self._options.inspect:
|
|
106
106
|
s = os.path.basename(exe)
|
|
107
|
-
|
|
108
|
-
s = s[len('python'):]
|
|
107
|
+
s = s.removeprefix('python')
|
|
109
108
|
if '.' in s:
|
|
110
109
|
try:
|
|
111
110
|
return InterpVersion.parse(s)
|
|
@@ -4545,8 +4545,7 @@ class SystemInterpProvider(InterpProvider):
|
|
|
4545
4545
|
async def get_exe_version(self, exe: str) -> ta.Optional[InterpVersion]:
|
|
4546
4546
|
if not self._options.inspect:
|
|
4547
4547
|
s = os.path.basename(exe)
|
|
4548
|
-
|
|
4549
|
-
s = s[len('python'):]
|
|
4548
|
+
s = s.removeprefix('python')
|
|
4550
4549
|
if '.' in s:
|
|
4551
4550
|
try:
|
|
4552
4551
|
return InterpVersion.parse(s)
|
|
@@ -6884,8 +6884,7 @@ class SystemInterpProvider(InterpProvider):
|
|
|
6884
6884
|
async def get_exe_version(self, exe: str) -> ta.Optional[InterpVersion]:
|
|
6885
6885
|
if not self._options.inspect:
|
|
6886
6886
|
s = os.path.basename(exe)
|
|
6887
|
-
|
|
6888
|
-
s = s[len('python'):]
|
|
6887
|
+
s = s.removeprefix('python')
|
|
6889
6888
|
if '.' in s:
|
|
6890
6889
|
try:
|
|
6891
6890
|
return InterpVersion.parse(s)
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"""
|
|
2
|
+
//$(which true); exec om cc run "$0" "$@"
|
|
3
|
+
or
|
|
4
|
+
//usr/bin/true; exec om cc run "$0" "$@"
|
|
5
|
+
|
|
6
|
+
See: https://gist.github.com/jdarpinian/1952a58b823222627cc1a8b83a7aa4e2
|
|
7
|
+
|
|
8
|
+
==
|
|
9
|
+
|
|
10
|
+
Freestanding options:
|
|
11
|
+
|
|
12
|
+
//usr/bin/env clang++ -std=c++20 -o ${X=`mktemp`} "$0" && exec -a "$0" "$X" "$@"
|
|
13
|
+
//usr/bin/env clang++ -std=c++20 -o ${D=`mktemp -d`}/x "$0" && ${D}/x ${@:1}; R=$?; rm -rf ${D}; exit $R
|
|
14
|
+
//$(which true); clang++ -std=c++20 -o ${D=`mktemp -d`}/x ${0} && ${D}/x ${@:1}; R=${?}; rm -rf ${D}; exit ${R}
|
|
15
|
+
"""
|
|
16
|
+
import os
|
|
17
|
+
import shutil
|
|
18
|
+
import subprocess
|
|
19
|
+
import tempfile
|
|
20
|
+
|
|
21
|
+
from omlish import check
|
|
22
|
+
from omlish.argparse import all as ap
|
|
23
|
+
|
|
24
|
+
from ..cli import CliModule
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
class Cli(ap.Cli):
|
|
28
|
+
@ap.cmd(
|
|
29
|
+
ap.arg('src-file'),
|
|
30
|
+
ap.arg('args', nargs=ap.REMAINDER),
|
|
31
|
+
)
|
|
32
|
+
def run(self) -> int:
|
|
33
|
+
src_file = self.args.src_file
|
|
34
|
+
check.state(os.path.isfile(src_file))
|
|
35
|
+
|
|
36
|
+
src_file_name = os.path.basename(src_file)
|
|
37
|
+
|
|
38
|
+
tmp_dir = tempfile.mkdtemp()
|
|
39
|
+
try:
|
|
40
|
+
proc = subprocess.run(
|
|
41
|
+
[
|
|
42
|
+
check.non_empty_str(shutil.which('clang++')),
|
|
43
|
+
'-std=c++20',
|
|
44
|
+
os.path.abspath(src_file),
|
|
45
|
+
'-o',
|
|
46
|
+
src_file_name,
|
|
47
|
+
],
|
|
48
|
+
cwd=tmp_dir,
|
|
49
|
+
check=False,
|
|
50
|
+
)
|
|
51
|
+
|
|
52
|
+
if rc := proc.returncode:
|
|
53
|
+
return rc
|
|
54
|
+
|
|
55
|
+
exe_file = os.path.join(tmp_dir, src_file_name)
|
|
56
|
+
check.state(os.path.isfile(exe_file))
|
|
57
|
+
|
|
58
|
+
proc = subprocess.run(
|
|
59
|
+
[
|
|
60
|
+
exe_file,
|
|
61
|
+
*self.args.args,
|
|
62
|
+
],
|
|
63
|
+
check=False,
|
|
64
|
+
)
|
|
65
|
+
|
|
66
|
+
finally:
|
|
67
|
+
shutil.rmtree(tmp_dir)
|
|
68
|
+
|
|
69
|
+
return proc.returncode
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
def _main() -> None:
|
|
73
|
+
Cli().cli_run_and_exit()
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
# @omlish-manifest
|
|
77
|
+
_CLI_MODULE = CliModule('cc', __name__)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
if __name__ == '__main__':
|
|
81
|
+
_main()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev203
|
|
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.dev203
|
|
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.dev203'
|
|
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.dev203',
|
|
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
|