omdev 0.0.0.dev237__tar.gz → 0.0.0.dev238__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.dev237/omdev.egg-info → omdev-0.0.0.dev238}/PKG-INFO +2 -2
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/.manifests.json +2 -2
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/manifests/build.py +20 -5
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pip.py +6 -13
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/git/messages.py +13 -7
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/shadow.py +1 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/pyproject.toml +2 -2
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/LICENSE +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/README.rst +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/amalg/gen.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/amalg/imports.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/amalg/main.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/amalg/manifests.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/amalg/resources.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/amalg/srcfiles.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/amalg/strip.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/amalg/types.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/amalg/typing.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/antlr/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/antlr/consts.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/antlr/gen.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cc/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cc/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cc/cdeps.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cc/cdeps.toml +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cc/cli.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/cache.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/ci.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/cli.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/compose.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/consts.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/docker/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/docker/buildcaching.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/docker/cache.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/docker/cacheserved.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/docker/cmds.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/docker/dataserver.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/docker/imagepulling.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/docker/inject.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/docker/packing.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/docker/repositories.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/docker/utils.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/github/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/github/api.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/github/bootstrap.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/github/cache.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/github/cli.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/github/client.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/github/env.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/github/inject.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/inject.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/requirements.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/shell.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ci/utils.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cli/_pathhack.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cli/clicli.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/clipboard/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/clipboard/clipboard.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/clipboard/darwin_cf.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/clipboard/linux_x11.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/dataserver/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/dataserver/handlers.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/dataserver/http.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/dataserver/routes.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/dataserver/server.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/dataserver/targets.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/git/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/git/revisions.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/git/shallow.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/git/status.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/home/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/home/configs.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/home/paths.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/home/secrets.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/imgur.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/default.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/inject.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/providers/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/providers/base.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/providers/inject.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/providers/running.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/providers/standalone.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/providers/system.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/pyenv/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/pyenv/inject.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/pyenv/install.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/pyenv/provider.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/pyenv/pyenv.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/uv/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/uv/inject.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/uv/provider.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/uv/uv.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/interp/venvs.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/magic/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/magic/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/magic/cli.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/magic/find.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/magic/magic.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/magic/prepare.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/magic/styles.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/manifests/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/manifests/main.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/building.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/compression.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/data.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/datarefs.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/dataserver.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/loading.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/media.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/pack/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/pack/packing.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/pack/repositories.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/pack/unpacking.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/repositories.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/oci/tars.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/packaging/marshal.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/packaging/revisions.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/packaging/wheelfile.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/precheck/main.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/precheck/manifests.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ptk/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ptk/apps/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/ptk/apps/ncdu.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pycharm/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pycharm/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pycharm/cli.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/inject.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/resources/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/resources/docker-dev.sh +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/resources/python.sh +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/pyproject/venvs.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/scripts/ci.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/scripts/slowcat.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/scripts/tmpexec.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tagstrings.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tokens/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tokens/all.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tokens/tokenizert.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tokens/utils.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/cloc.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/doc.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/docker.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/git/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/git/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/git/cli.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/git/consts.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/json/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/json/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/json/cli.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/json/formats.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/json/io.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/json/parsing.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/json/processing.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/json/rendering.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/linehisto.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/mkenv.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/mkrelimp.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/notebook.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/pawk/__init__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/pawk/__main__.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/pawk/pawk.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/pip.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/prof.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/qr.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev.egg-info/SOURCES.txt +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev237 → omdev-0.0.0.dev238}/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.dev238
|
|
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.dev238
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=25.1; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"module": ".tools.git.messages",
|
|
292
292
|
"attr": "_TIMESTAMP_GIT_MESSAGE_GENERATOR_MANIFEST",
|
|
293
293
|
"file": "omdev/tools/git/messages.py",
|
|
294
|
-
"line":
|
|
294
|
+
"line": 85,
|
|
295
295
|
"value": {
|
|
296
296
|
"$.tools.git.messages.GitMessageGeneratorManifest": {
|
|
297
297
|
"mod_name": "omdev.tools.git.messages",
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"module": ".tools.shadow",
|
|
436
436
|
"attr": "_CLI_MODULE",
|
|
437
437
|
"file": "omdev/tools/shadow.py",
|
|
438
|
-
"line":
|
|
438
|
+
"line": 64,
|
|
439
439
|
"value": {
|
|
440
440
|
"$.cli.types.CliModule": {
|
|
441
441
|
"cmd_name": "shadow",
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
TODO:
|
|
4
4
|
- verify classes instantiate
|
|
5
5
|
- embed in pyproject
|
|
6
|
+
- roundtrip flexibility regarding json-ness - tuples vs lists vs sets vs frozensets etc
|
|
6
7
|
|
|
7
8
|
See (entry_points):
|
|
8
9
|
- https://github.com/pytest-dev/pluggy/blob/main/src/pluggy/_manager.py#L405
|
|
@@ -43,7 +44,13 @@ T = ta.TypeVar('T')
|
|
|
43
44
|
|
|
44
45
|
MANIFEST_MAGIC_KEY = '@omlish-manifest'
|
|
45
46
|
|
|
46
|
-
|
|
47
|
+
_MANIFEST_GLOBAL_PATS = tuple(re.compile(p) for p in [
|
|
48
|
+
# _FOO_MANIFEST = FooManifest(...
|
|
49
|
+
r'^(?P<name>[A-Za-z_][A-Za-z0-9_]*)\s*=.*',
|
|
50
|
+
|
|
51
|
+
# class _FOO_MANIFEST(StaticFooManifest): ...
|
|
52
|
+
r'^class (?P<name>[A-Za-z_][A-Za-z0-9_]*)\s*(\(|$)',
|
|
53
|
+
])
|
|
47
54
|
|
|
48
55
|
|
|
49
56
|
def _dump_module_manifests(spec: str, *attrs: str) -> None:
|
|
@@ -59,13 +66,17 @@ def _dump_module_manifests(spec: str, *attrs: str) -> None:
|
|
|
59
66
|
manifest = getattr(mod, attr)
|
|
60
67
|
|
|
61
68
|
if dc.is_dataclass(manifest):
|
|
69
|
+
# Support static dataclasses
|
|
70
|
+
if isinstance(manifest, type):
|
|
71
|
+
manifest = manifest()
|
|
72
|
+
|
|
62
73
|
cls = type(manifest)
|
|
63
|
-
manifest_json = json.dumps(dc.asdict(manifest))
|
|
74
|
+
manifest_json = json.dumps(dc.asdict(manifest))
|
|
64
75
|
manifest_dct = json.loads(manifest_json)
|
|
65
76
|
|
|
66
|
-
rt_manifest = cls(**manifest_dct)
|
|
77
|
+
rt_manifest = cls(**manifest_dct)
|
|
67
78
|
if rt_manifest != manifest:
|
|
68
|
-
raise Exception(f'Manifest failed to roundtrip: {manifest}
|
|
79
|
+
raise Exception(f'Manifest failed to roundtrip: {manifest} => {manifest_dct} != {rt_manifest}')
|
|
69
80
|
|
|
70
81
|
key = f'${cls.__module__}.{cls.__qualname__}'
|
|
71
82
|
out[attr] = {key: manifest_dct}
|
|
@@ -146,7 +157,11 @@ class ManifestBuilder:
|
|
|
146
157
|
lines = src.splitlines(keepends=True)
|
|
147
158
|
for i, l in enumerate(lines):
|
|
148
159
|
if l.startswith('# ' + MANIFEST_MAGIC_KEY):
|
|
149
|
-
|
|
160
|
+
nl = lines[i + 1]
|
|
161
|
+
for pat in _MANIFEST_GLOBAL_PATS:
|
|
162
|
+
if (m := pat.match(nl)) is not None:
|
|
163
|
+
break
|
|
164
|
+
else:
|
|
150
165
|
raise Exception(nl)
|
|
151
166
|
|
|
152
167
|
origins.append(ManifestOrigin(
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import importlib.metadata
|
|
2
|
-
import
|
|
2
|
+
import json
|
|
3
3
|
import sys
|
|
4
4
|
import typing as ta
|
|
5
5
|
import urllib.request
|
|
6
6
|
|
|
7
7
|
from omlish import check
|
|
8
|
-
from omlish import lang
|
|
9
8
|
|
|
10
9
|
from .packaging.names import canonicalize_name
|
|
11
10
|
from .packaging.requires import RequiresVariable
|
|
12
11
|
from .packaging.requires import parse_requirement
|
|
13
12
|
|
|
14
13
|
|
|
15
|
-
if ta.TYPE_CHECKING:
|
|
16
|
-
import xml.etree.ElementTree as ET # noqa
|
|
17
|
-
else:
|
|
18
|
-
ET = lang.proxy_import('xml.etree.ElementTree')
|
|
19
|
-
|
|
20
|
-
|
|
21
14
|
##
|
|
22
15
|
|
|
23
16
|
|
|
@@ -30,11 +23,11 @@ def lookup_latest_package_version(
|
|
|
30
23
|
pypi_url: str = DEFAULT_PYPI_URL,
|
|
31
24
|
) -> str:
|
|
32
25
|
pkg_name = check.non_empty_str(package)
|
|
33
|
-
with urllib.request.urlopen(f'{pypi_url.rstrip("/")}/
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
return check.non_empty_str(
|
|
26
|
+
with urllib.request.urlopen(f'{pypi_url.rstrip("/")}/pypi/{pkg_name}/json') as resp: # noqa
|
|
27
|
+
buf = resp.read()
|
|
28
|
+
# https://github.com/python/cpython/blob/51d4bf1e0e5349090da72721c865b6c2b28277f3/Tools/scripts/checkpip.py
|
|
29
|
+
dct = json.loads(buf.decode('utf-8'))
|
|
30
|
+
return check.non_empty_str(dct['info']['version'])
|
|
38
31
|
|
|
39
32
|
|
|
40
33
|
##
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import abc
|
|
2
|
-
import dataclasses as dc
|
|
3
2
|
import os
|
|
4
3
|
import typing as ta
|
|
5
4
|
|
|
6
5
|
from omlish import cached
|
|
7
6
|
from omlish import check
|
|
7
|
+
from omlish import dataclasses as dc
|
|
8
8
|
from omlish import lang
|
|
9
9
|
from omlish.manifests import load as manifest_load
|
|
10
10
|
from omlish.manifests.base import ModAttrManifest
|
|
11
11
|
from omlish.manifests.base import NameAliasesManifest
|
|
12
|
+
from omlish.manifests.static import StaticModAttrManifest
|
|
12
13
|
|
|
13
14
|
from . import consts
|
|
14
15
|
|
|
@@ -44,6 +45,13 @@ class GitMessageGeneratorManifest(NameAliasesManifest, ModAttrManifest):
|
|
|
44
45
|
return check.issubclass(self.load(), GitMessageGenerator)
|
|
45
46
|
|
|
46
47
|
|
|
48
|
+
class StaticGitMessageGeneratorManifest(StaticModAttrManifest, GitMessageGeneratorManifest, abc.ABC):
|
|
49
|
+
pass
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
#
|
|
53
|
+
|
|
54
|
+
|
|
47
55
|
@cached.function
|
|
48
56
|
def load_message_generator_manifests() -> ta.Sequence[GitMessageGeneratorManifest]:
|
|
49
57
|
ldr = manifest_load.MANIFEST_LOADER
|
|
@@ -75,9 +83,7 @@ class TimestampGitMessageGenerator(GitMessageGenerator):
|
|
|
75
83
|
|
|
76
84
|
|
|
77
85
|
# @omlish-manifest
|
|
78
|
-
_TIMESTAMP_GIT_MESSAGE_GENERATOR_MANIFEST
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
aliases=['ts'],
|
|
83
|
-
)
|
|
86
|
+
class _TIMESTAMP_GIT_MESSAGE_GENERATOR_MANIFEST(StaticGitMessageGeneratorManifest): # noqa
|
|
87
|
+
attr_name = 'TimestampGitMessageGenerator'
|
|
88
|
+
name = 'timestamp'
|
|
89
|
+
aliases = ['ts'] # noqa
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev238
|
|
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.dev238
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=25.1; 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.dev238'
|
|
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.dev238',
|
|
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
|