omdev 0.0.0.dev202__tar.gz → 0.0.0.dev204__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {omdev-0.0.0.dev202/omdev.egg-info → omdev-0.0.0.dev204}/PKG-INFO +2 -2
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/.manifests.json +3 -3
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/cmake.py +12 -4
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cli/clicli.py +18 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/cc.py +5 -1
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/pyproject.toml +2 -2
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/LICENSE +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/README.rst +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/amalg/gen.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/amalg/imports.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/amalg/main.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/amalg/manifests.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/amalg/resources.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/amalg/srcfiles.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/amalg/strip.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/amalg/types.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/amalg/typing.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/antlr/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/antlr/consts.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/antlr/gen.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cli/_pathhack.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/clipboard/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/clipboard/clipboard.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/clipboard/darwin_cf.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/clipboard/linux_x11.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/git/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/git/revisions.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/git/status.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/git/subtrees.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/imgur.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/default.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/inject.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/providers/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/providers/base.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/providers/inject.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/providers/running.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/providers/standalone.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/providers/system.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/pyenv/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/pyenv/inject.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/pyenv/install.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/pyenv/provider.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/pyenv/pyenv.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/uv/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/uv/inject.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/uv/provider.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/uv/uv.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/interp/venvs.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/magic/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/magic/__main__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/magic/cli.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/magic/find.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/magic/magic.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/magic/prepare.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/magic/styles.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/manifests/__main__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/manifests/main.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/packaging/marshal.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pip.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/precheck/main.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/precheck/manifests.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/ptk/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/ptk/apps/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/ptk/apps/ncdu.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pycharm/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pycharm/__main__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pycharm/cli.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/inject.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/resources/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/resources/docker-dev.sh +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/resources/python.sh +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/pyproject/venvs.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/scripts/slowcat.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/scripts/tmpexec.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tagstrings.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/cloc.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/doc.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/docker.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/git.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/json/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/json/__main__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/json/cli.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/json/formats.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/json/io.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/json/parsing.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/json/processing.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/json/rendering.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/linehisto.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/mkrelimp.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/notebook.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/pawk/__init__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/pawk/__main__.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/pawk/pawk.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/pip.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/prof.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/qr.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev.egg-info/SOURCES.txt +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev202 → omdev-0.0.0.dev204}/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.dev204
|
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.dev204
|
16
16
|
Provides-Extra: all
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"module": ".cexts.cmake",
|
28
28
|
"attr": "_CLI_MODULE",
|
29
29
|
"file": "omdev/cexts/cmake.py",
|
30
|
-
"line":
|
30
|
+
"line": 331,
|
31
31
|
"value": {
|
32
32
|
"$.cli.types.CliModule": {
|
33
33
|
"cmd_name": "cmake",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"module": ".cli.clicli",
|
52
52
|
"attr": "_CLI_MODULE",
|
53
53
|
"file": "omdev/cli/clicli.py",
|
54
|
-
"line":
|
54
|
+
"line": 156,
|
55
55
|
"value": {
|
56
56
|
"$.cli.types.CliModule": {
|
57
57
|
"cmd_name": "cli",
|
@@ -231,7 +231,7 @@
|
|
231
231
|
"module": ".tools.cc",
|
232
232
|
"attr": "_CLI_MODULE",
|
233
233
|
"file": "omdev/tools/cc.py",
|
234
|
-
"line":
|
234
|
+
"line": 76,
|
235
235
|
"value": {
|
236
236
|
"$.cli.types.CliModule": {
|
237
237
|
"cmd_name": "cc",
|
@@ -7,14 +7,22 @@ TODO:
|
|
7
7
|
- symlink headers, included src files (hamt_impl, ...)
|
8
8
|
- point / copy output to dst dirs
|
9
9
|
- libs
|
10
|
-
- ..
|
11
|
-
- pybind
|
12
|
-
- catch2?
|
13
|
-
- json? https://github.com/nlohmann/json
|
14
10
|
- FindPackages? FetchContent? built_ext won't have that
|
15
11
|
- move omml git / data retriever stuff into omdev, get just the one header file from git via sha?
|
16
12
|
- support local built pys
|
17
13
|
|
14
|
+
Libs:
|
15
|
+
- py
|
16
|
+
- pybind https://github.com/pybind/pybind11
|
17
|
+
- nanobind https://github.com/wjakob/nanobind
|
18
|
+
- test
|
19
|
+
- catch2 https://github.com/catchorg/Catch2
|
20
|
+
- ut https://github.com/boost-ext/ut
|
21
|
+
- json
|
22
|
+
- nlohmann https://github.com/nlohmann/json
|
23
|
+
- log
|
24
|
+
- spdlog https://github.com/gabime/spdlog
|
25
|
+
|
18
26
|
==
|
19
27
|
|
20
28
|
Done:
|
@@ -1,11 +1,13 @@
|
|
1
1
|
import inspect
|
2
2
|
import os
|
3
|
+
import subprocess
|
3
4
|
import sys
|
4
5
|
import typing as ta
|
5
6
|
import urllib.parse
|
6
7
|
import urllib.request
|
7
8
|
|
8
9
|
from omlish import __about__
|
10
|
+
from omlish import lang
|
9
11
|
from omlish.argparse import all as ap
|
10
12
|
|
11
13
|
from ..pip import get_root_dists
|
@@ -88,6 +90,22 @@ class CliCli(ap.Cli):
|
|
88
90
|
|
89
91
|
#
|
90
92
|
|
93
|
+
if lang.can_import('pip'):
|
94
|
+
print('Checking pip install')
|
95
|
+
subprocess.check_call([
|
96
|
+
sys.executable,
|
97
|
+
'-m',
|
98
|
+
'pip',
|
99
|
+
'install',
|
100
|
+
'--dry-run',
|
101
|
+
*deps,
|
102
|
+
])
|
103
|
+
print('Pip install check successful')
|
104
|
+
else:
|
105
|
+
print('Pip not present, cannot check install')
|
106
|
+
|
107
|
+
#
|
108
|
+
|
91
109
|
if deps:
|
92
110
|
print('Reinstalling with following additional dependencies:')
|
93
111
|
print('\n'.join(' ' + d for d in deps))
|
@@ -37,7 +37,7 @@ class Cli(ap.Cli):
|
|
37
37
|
|
38
38
|
tmp_dir = tempfile.mkdtemp()
|
39
39
|
try:
|
40
|
-
subprocess.
|
40
|
+
proc = subprocess.run(
|
41
41
|
[
|
42
42
|
check.non_empty_str(shutil.which('clang++')),
|
43
43
|
'-std=c++20',
|
@@ -46,8 +46,12 @@ class Cli(ap.Cli):
|
|
46
46
|
src_file_name,
|
47
47
|
],
|
48
48
|
cwd=tmp_dir,
|
49
|
+
check=False,
|
49
50
|
)
|
50
51
|
|
52
|
+
if rc := proc.returncode:
|
53
|
+
return rc
|
54
|
+
|
51
55
|
exe_file = os.path.join(tmp_dir, src_file_name)
|
52
56
|
check.state(os.path.isfile(exe_file))
|
53
57
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: omdev
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev204
|
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.dev204
|
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.dev204'
|
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.dev204',
|
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
|