omdev 0.0.0.dev183__tar.gz → 0.0.0.dev184__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.dev183/omdev.egg-info → omdev-0.0.0.dev184}/PKG-INFO +2 -2
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/.manifests.json +1 -1
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/git.py +30 -13
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/pyproject.toml +2 -2
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/LICENSE +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/README.rst +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/amalg/gen.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/amalg/imports.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/amalg/main.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/amalg/manifests.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/amalg/resources.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/amalg/srcfiles.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/amalg/strip.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/amalg/types.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/amalg/typing.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/antlr/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/antlr/consts.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/antlr/gen.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cli/_pathhack.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cli/clicli.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/clipboard/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/clipboard/clipboard.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/clipboard/darwin_cf.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/clipboard/linux_x11.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/git/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/git/revisions.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/git/status.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/git/subtrees.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/imgur.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/default.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/inject.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/providers/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/providers/base.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/providers/inject.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/providers/running.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/providers/standalone.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/providers/system.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/pyenv/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/pyenv/inject.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/pyenv/install.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/pyenv/provider.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/pyenv/pyenv.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/uv/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/uv/inject.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/uv/uv.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/interp/venvs.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/magic/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/magic/__main__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/magic/cli.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/magic/find.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/magic/magic.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/magic/prepare.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/magic/styles.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/manifests/__main__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/manifests/main.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/packaging/marshal.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pip.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/precheck/main.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/precheck/manifests.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/ptk/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/ptk/apps/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/ptk/apps/ncdu.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pycharm/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pycharm/__main__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pycharm/cli.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pyproject/inject.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/pyproject/venvs.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/scripts/slowcat.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/scripts/tmpexec.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/cloc.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/doc.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/docker.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/json/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/json/__main__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/json/cli.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/json/formats.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/json/io.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/json/parsing.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/json/processing.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/json/rendering.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/mkrelimp.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/notebook.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/pawk/__init__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/pawk/__main__.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/pawk/pawk.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/pip.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/prof.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/qr.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev.egg-info/SOURCES.txt +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev183 → omdev-0.0.0.dev184}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev184
|
|
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.dev184
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -148,10 +148,11 @@ class Cli(ap.Cli):
|
|
|
148
148
|
print(base_rev)
|
|
149
149
|
|
|
150
150
|
@ap.cmd(
|
|
151
|
+
ap.arg('dir', nargs='?'),
|
|
151
152
|
ap.arg('-v', '--verbose', action='store_true'),
|
|
152
153
|
)
|
|
153
154
|
def status(self) -> None:
|
|
154
|
-
st = get_git_status()
|
|
155
|
+
st = get_git_status(cwd=self.args.dir)
|
|
155
156
|
|
|
156
157
|
def gsi_dct(gsi: GitStatusItem) -> ta.Mapping[str, ta.Any]:
|
|
157
158
|
return {
|
|
@@ -187,29 +188,45 @@ class Cli(ap.Cli):
|
|
|
187
188
|
@ap.cmd(
|
|
188
189
|
ap.arg('-m', '--message', nargs='?'),
|
|
189
190
|
ap.arg('--time-fmt', default='%Y-%m-%dT%H:%M:%SZ'),
|
|
191
|
+
ap.arg('dir', action='append'),
|
|
190
192
|
aliases=['acp'],
|
|
191
193
|
)
|
|
192
194
|
def add_commit_push(self) -> None:
|
|
193
|
-
|
|
195
|
+
def run(cwd: str | None) -> None:
|
|
196
|
+
st = get_git_status(cwd=cwd)
|
|
194
197
|
|
|
195
|
-
|
|
196
|
-
|
|
198
|
+
if st.has_dirty:
|
|
199
|
+
subprocess.check_call(['git', 'add', '.'], cwd=cwd)
|
|
197
200
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
201
|
+
if st.has_staged or st.has_dirty:
|
|
202
|
+
if self.args.message is not None:
|
|
203
|
+
msg = self.args.message
|
|
204
|
+
else:
|
|
205
|
+
msg = lang.utcnow().strftime(self.args.time_fmt)
|
|
206
|
+
subprocess.check_call(['git', 'commit', '-m', msg], cwd=cwd)
|
|
207
|
+
|
|
208
|
+
subprocess.check_call(['git', 'push'], cwd=cwd)
|
|
204
209
|
|
|
205
|
-
|
|
210
|
+
if self.args.dir is None:
|
|
211
|
+
run(None)
|
|
212
|
+
else:
|
|
213
|
+
for d in self.args.dir:
|
|
214
|
+
run(d)
|
|
206
215
|
|
|
207
216
|
@ap.cmd(
|
|
217
|
+
ap.arg('dir', nargs='*'),
|
|
208
218
|
aliases=['psu'],
|
|
209
219
|
)
|
|
210
220
|
def pull_submodule_update(self) -> None:
|
|
211
|
-
|
|
212
|
-
|
|
221
|
+
def run(cwd: str | None) -> None:
|
|
222
|
+
subprocess.check_call(['git', 'pull'], cwd=cwd)
|
|
223
|
+
subprocess.check_call(['git', 'submodule', 'update'], cwd=cwd)
|
|
224
|
+
|
|
225
|
+
if self.args.dir is None:
|
|
226
|
+
run(None)
|
|
227
|
+
else:
|
|
228
|
+
for d in self.args.dir:
|
|
229
|
+
run(d)
|
|
213
230
|
|
|
214
231
|
|
|
215
232
|
# @omlish-manifest
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev184
|
|
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.dev184
|
|
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.dev184'
|
|
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.dev184',
|
|
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
|