python-clu 0.12.16__tar.gz → 0.12.18__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.
- {python_clu-0.12.16 → python_clu-0.12.18}/.bumpversion.toml +1 -1
- {python_clu-0.12.16 → python_clu-0.12.18}/CHANGELOG.md +45 -1
- {python_clu-0.12.16 → python_clu-0.12.18}/PKG-INFO +10 -8
- python_clu-0.12.18/clu/__version__.py +1 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/exporting.py +6 -3
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/repl/ansi.py +7 -1
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/repl/cli/ansidocs.py +1 -2
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/repl/cli/boilerplate_copy.py +3 -5
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/repl.py +0 -1
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/testing/utils.py +2 -2
- {python_clu-0.12.16 → python_clu-0.12.18}/noxfile.py +6 -3
- {python_clu-0.12.16 → python_clu-0.12.18}/pyproject.toml +10 -8
- {python_clu-0.12.16 → python_clu-0.12.18}/python_clu.egg-info/PKG-INFO +10 -8
- {python_clu-0.12.16 → python_clu-0.12.18}/python_clu.egg-info/requires.txt +1 -0
- python_clu-0.12.18/requirements/nox/pyproject.txt +5 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/requirements/nox/repl.txt +1 -2
- {python_clu-0.12.16 → python_clu-0.12.18}/requirements/nox/tests.txt +1 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/setup.py +1 -1
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_repl_modules.py +3 -1
- python_clu-0.12.16/clu/__version__.py +0 -1
- python_clu-0.12.16/requirements/nox/pyproject.txt +0 -4
- {python_clu-0.12.16 → python_clu-0.12.18}/.coveragerc +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/.editorconfig +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/.gitchangelog.rc +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/.gitignore +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/.landscape.yml +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/.travis.yml +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/ABOUT.md +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/CLASSIFIERS.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/CLU_Treatment.md +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/CODE_OF_CONDUCT.md +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/LICENSE.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/MANIFEST.in +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/Makefile +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/README.md +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/appveyor.yml +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/__main__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/abstract.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/all.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/api/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/api/__main__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/application.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/compilation/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/compilation/compiledb.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/compilation/macros.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/abc.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/codecs.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/env.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/filebase.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/formats/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/formats/jsonfile.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/formats/picklefile.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/formats/tomlfile.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/formats/yamlfile.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/keymap.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/keymaputils.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/keymapview.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/legacy/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/legacy/base.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/legacy/fieldtypes.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/legacy/settings.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/ns.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/config/proxy.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/constants/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/constants/__main__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/constants/consts.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/constants/data.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/constants/enums.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/constants/exceptions.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/constants/polyfills.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/csv.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/dicts.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/dispatch.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/enums.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/extending.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/fs/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/fs/abc.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/fs/appdirectories.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/fs/filesystem.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/fs/misc.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/fs/pypath.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/fs/sourcetree.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/importing/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/importing/__main__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/importing/base.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/importing/proxy.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/keyvalue.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/mathematics.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/naming.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/predicates.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/repl/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/repl/banners.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/repl/cli/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/repl/cli/boilerplate.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/repl/cli/print_version.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/repl/columnize.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/repl/modules.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/repr.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/sanitizer.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/.gitignore +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/README.md +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/ansicolors.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/boilerplate.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/dictroast.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/legacy/forkumask.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/legacy/repl-bpython.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/legacy/repl-ipython.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/legacy/repl-ptpython.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/legacy/repl-pyzo.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/legacy/xdg-runtime.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/prediversus.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/scripts/treeline.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/shelving/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/shelving/redat.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/shelving/redis.conf +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/stdio.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/testing/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/testing/hook.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/testing/obsolete.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/testing/pytest.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/trie.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/typespace/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/typespace/__main__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/typespace/namespace.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/typology.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/version/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/version/__main__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/version/git_version.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/clu/version/read_version.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/codecov.yml +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/conftest.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/.DS_Store +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/Makefile +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/doctrees/api.doctree +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/doctrees/environment.pickle +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/doctrees/generated/clu.doctree +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/doctrees/index.doctree +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/.buildinfo +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_sources/api.rst.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_sources/generated/clu.rst.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_sources/index.rst.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/alabaster.css +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/basic.css +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/badge_only.css +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/css/theme.css +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/custom.css +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/doctools.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/documentation_options.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/file.png +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/jquery-3.6.0.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/jquery.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/js/badge_only.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/js/html5shiv-printshiv.min.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/js/html5shiv.min.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/js/theme.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/language_data.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/minus.png +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/plus.png +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/pygments.css +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/searchtools.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/underscore-1.13.1.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/_static/underscore.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/api.html +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/generated/clu.html +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/genindex.html +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/index.html +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/objects.inv +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/py-modindex.html +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/search.html +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/html/searchindex.js +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/build/man/clu.1 +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/make.bat +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/source/api.rst +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/source/conf.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/source/generated/clu.rst +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/docs/source/index.rst +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/hooks/autohook.sh +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/hooks/post-push/00-coverage.sh +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/hooks/pre-push/00-noop.sh +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/hooks/pre-push/01-direnv-stdlib.sh +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/hooks/scripts/coverage.sh +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/hooks/scripts/display-issues.sh +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/hooks/scripts/git-pushex +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/hooks/scripts/noop.sh +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/mypy.ini +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/pytest.ini +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/python_clu.egg-info/SOURCES.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/python_clu.egg-info/dependency_links.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/python_clu.egg-info/entry_points.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/python_clu.egg-info/top_level.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/python_clu.egg-info/zip-safe +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/pytype.cfg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/requirements/changelog.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/requirements/dev.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/requirements/docs.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/requirements/install.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/requirements/nox/codecov.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/requirements/nox/docs.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/requirements/nox/manifest.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/requirements/tox.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/requirements/typecheck.txt +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/direnv_transformed_env.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/images/clu-module-list-example-small.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/images/clu-module-list-example.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/images/clu-module-list-example.pxd +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/images/clu-testing-time-totals-example-small.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/images/clu-testing-time-totals-example.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/images/clu-testing-time-totals-example.pxd +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/images/construx-and-capsela-small.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/images/construx-and-capsela.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/images/construx-and-capsela.pxd +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/images/moira.png +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/images/toml-module-rant.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/inline-tests-ImportError-uggggh.ipynb +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/scratch/nteract.ipynb +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/setup.cfg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/1-58.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/3471426989_aa8e83cac5_o.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/3472236406_1fbf1a567d_o.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/8600JC.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/8ba.png +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/IMG_20180505_205153567.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/cheetah-003.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/config/clu-config.toml +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/config/yodogg.toml +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/shutterstock_90194617.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/yodata/09163d51421853.5608b3c2a1be0.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/yodata/5d0227342500004e12e3506d.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/yodata/BlackCat2_large-22.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/yodogg/Serval_Cat_Kitten-706.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/yodogg/Servals_Thoiry_19801.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/data/yodogg/video-pride-serval.jpg +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_abstract.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_all.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_boilerplate.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_config.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_config_abc.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_csv.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_dicts.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_dispatch.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_enum_aliases.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_exporting.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_extending.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_fs_abc.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_fs_appdirectories.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_fs_filesystem.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_fs_misc.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_importing.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_keyvalue.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_mathematics.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_naming.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_predicates.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_repl_columnize.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_repr.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_scripts_repl.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_typespace_namespace.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_typology.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/test_version.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/yodogg/.tm_properties +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/yodogg/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/yodogg/yodogg/__init__.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/yodogg/yodogg/config.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/yodogg/yodogg/exporting.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tests/yodogg/yodogg/iheard.py +0 -0
- {python_clu-0.12.16 → python_clu-0.12.18}/tox.ini +0 -0
|
@@ -1,7 +1,47 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
##
|
|
4
|
+
## v0.12.17 (2025-09-23)
|
|
5
|
+
|
|
6
|
+
### Fix
|
|
7
|
+
|
|
8
|
+
* Fixed “include” segment in `pyproject.toml` [Alexander Böhn]
|
|
9
|
+
|
|
10
|
+
### Add
|
|
11
|
+
|
|
12
|
+
* Added a license URL to `pyproject.toml` [Alexander Böhn]
|
|
13
|
+
|
|
14
|
+
### Other
|
|
15
|
+
|
|
16
|
+
* Bumped version: 0.12.16 → 0.12.17. [Alexander Böhn]
|
|
17
|
+
|
|
18
|
+
* [make] Changelog updated @ f42970e. [Alexander Böhn]
|
|
19
|
+
|
|
20
|
+
* Moving around the “xerox” dependency. [Alexander Böhn]
|
|
21
|
+
|
|
22
|
+
* Trying not to have to build anything upon install. [Alexander Böhn]
|
|
23
|
+
|
|
24
|
+
* Brushing up some command-endpoint-related stuff. [Alexander Böhn]
|
|
25
|
+
|
|
26
|
+
* Making the `pyproject.toml` validator moew OCD-ish. [Alexander Böhn]
|
|
27
|
+
|
|
28
|
+
… we install an external bundle of other schemas people have made
|
|
29
|
+
for this validator (which thank fuck someone else did this, it
|
|
30
|
+
has to be the boringest thing in the world to write these things
|
|
31
|
+
in, like, my opinion – more power to those who feel otherwise).
|
|
32
|
+
|
|
33
|
+
* Finally got the `nox` behavior for which I was looking. [Alexander Böhn]
|
|
34
|
+
|
|
35
|
+
… just didn’t want to run `coverage` by default, is all, ah.
|
|
36
|
+
|
|
37
|
+
* Capitalized key names in `project.urls`, within `pyproject.toml` [Alexander Böhn]
|
|
38
|
+
|
|
39
|
+
* Didn’t need •that• anymore. [Alexander Böhn]
|
|
40
|
+
|
|
41
|
+
… a minor dead-code cleanup.
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## v0.12.16 (2025-08-27)
|
|
5
45
|
|
|
6
46
|
### Tweaks
|
|
7
47
|
|
|
@@ -28,6 +68,10 @@
|
|
|
28
68
|
|
|
29
69
|
### Other
|
|
30
70
|
|
|
71
|
+
* Bumped version: 0.12.15 → 0.12.16. [Alexander Böhn]
|
|
72
|
+
|
|
73
|
+
* [make] Changelog updated @ 3ba5ee3. [Alexander Böhn]
|
|
74
|
+
|
|
31
75
|
* Miscellany. [Alexander Böhn]
|
|
32
76
|
|
|
33
77
|
… some kwarg-passing here, some import-trimming there. NBD.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-clu
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.18
|
|
4
4
|
Summary: Python-CLU: Common Lightweight Utilities
|
|
5
5
|
Home-page: https://github.com/fish2000/clu
|
|
6
6
|
Download-URL: https://github.com/fish2000/clu/zipball/master
|
|
@@ -8,13 +8,14 @@ Author: Alexander Böhn
|
|
|
8
8
|
Author-email: Alexander Böhn <fish2000@gmail.com>
|
|
9
9
|
Maintainer-email: Alexander Böhn <fish2000@gmail.com>
|
|
10
10
|
License-Expression: LicenseRef-CLU-MIT
|
|
11
|
-
Project-URL:
|
|
12
|
-
Project-URL:
|
|
13
|
-
Project-URL:
|
|
14
|
-
Project-URL:
|
|
15
|
-
Project-URL:
|
|
16
|
-
Project-URL:
|
|
17
|
-
Project-URL:
|
|
11
|
+
Project-URL: Homepage, https://github.com/fish2000/CLU
|
|
12
|
+
Project-URL: Repository, https://github.com/fish2000/CLU
|
|
13
|
+
Project-URL: Documentation, https://github.com/fish2000/CLU/blob/master/README.md
|
|
14
|
+
Project-URL: Source, https://github.com/fish2000/CLU
|
|
15
|
+
Project-URL: Tracker, https://github.com/fish2000/CLU/issues
|
|
16
|
+
Project-URL: Changelog, https://github.com/fish2000/CLU/blob/master/CHANGELOG.md
|
|
17
|
+
Project-URL: Download, https://pypi.org/project/python-clu/
|
|
18
|
+
Project-URL: License, https://github.com/fish2000/CLU/blob/master/LICENSE.txt
|
|
18
19
|
Keywords: testing,command,command-line,utilities,modules,REPL,tools
|
|
19
20
|
Platform: any
|
|
20
21
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -58,6 +59,7 @@ Provides-Extra: all
|
|
|
58
59
|
Requires-Dist: numpy>=1.17.0; extra == "all"
|
|
59
60
|
Requires-Dist: Pillow>=7.1.0; extra == "all"
|
|
60
61
|
Requires-Dist: pytest>=5.4.0; extra == "all"
|
|
62
|
+
Requires-Dist: xerox>=0.4.0; extra == "all"
|
|
61
63
|
Requires-Dist: zipp>=2.0.0; extra == "all"
|
|
62
64
|
Dynamic: author
|
|
63
65
|
Dynamic: download-url
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.12.18'
|
|
@@ -316,9 +316,12 @@ class Registry(abc.ABC, metaclass=clu.abstract.Slotted):
|
|
|
316
316
|
appname = determine_name(cls)
|
|
317
317
|
else:
|
|
318
318
|
if appname in classes:
|
|
319
|
-
raise TypeError(f"appname already registered: {appname}")
|
|
320
|
-
|
|
321
|
-
|
|
319
|
+
# raise TypeError(f"appname already registered: {appname}")
|
|
320
|
+
warnings.warn(f"appname already registered: “{appname}”",
|
|
321
|
+
ExportWarning, stacklevel=2)
|
|
322
|
+
else:
|
|
323
|
+
appnames.add(appname)
|
|
324
|
+
classes[appname] = cls
|
|
322
325
|
super().__init_subclass__(**kwargs) # type: ignore
|
|
323
326
|
cls.instances = weakref.WeakValueDictionary()
|
|
324
327
|
cls.appname = clu.abstract.ValueDescriptor(appname)
|
|
@@ -701,10 +701,13 @@ class DocFormat(clu.abstract.Format):
|
|
|
701
701
|
self.putpara(paragraph)
|
|
702
702
|
|
|
703
703
|
self.putln(count=2)
|
|
704
|
+
return thing
|
|
704
705
|
|
|
705
706
|
def __call__(self, *things):
|
|
707
|
+
out = None
|
|
706
708
|
for thing in things:
|
|
707
|
-
self.render(thing)
|
|
709
|
+
out = self.render(thing)
|
|
710
|
+
return out
|
|
708
711
|
|
|
709
712
|
def old_ansidoc(*things):
|
|
710
713
|
""" old_ansidoc(*things) → Print the docstring value for each thing, in ANSI color """
|
|
@@ -751,6 +754,9 @@ def old_ansidoc(*things):
|
|
|
751
754
|
linebreak()
|
|
752
755
|
print()
|
|
753
756
|
flush_all()
|
|
757
|
+
|
|
758
|
+
# Return thing(s)
|
|
759
|
+
return len(things) == 1 and things[0] or things
|
|
754
760
|
|
|
755
761
|
ansidoc = DocFormat()
|
|
756
762
|
|
|
@@ -26,8 +26,7 @@ def actually_print_ansidocs(dotpath):
|
|
|
26
26
|
sys.exit(os.EX_CONFIG)
|
|
27
27
|
|
|
28
28
|
# This goes directly to stdout:
|
|
29
|
-
ansidocs(thing)
|
|
30
|
-
return thing
|
|
29
|
+
return ansidocs.render(thing)
|
|
31
30
|
|
|
32
31
|
def ansidocs_command():
|
|
33
32
|
""" Print out the ANSI-ified docstring for the given thing(s) """
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
from __future__ import print_function
|
|
3
|
-
import sys, os
|
|
4
|
-
|
|
5
|
-
from clu.repl.cli.boilerplate import boilerplate_command
|
|
3
|
+
import sys, os, xerox
|
|
6
4
|
|
|
7
5
|
def boilerplate_copy_command(): # pragma: no cover
|
|
8
|
-
import
|
|
9
|
-
return boilerplate_command(function=xerox.copy)
|
|
6
|
+
from clu.repl.cli import boilerplate
|
|
7
|
+
return boilerplate.boilerplate_command(function=xerox.copy)
|
|
10
8
|
|
|
11
9
|
if __name__ == '__main__':
|
|
12
10
|
print("Copying boilerplate to clipboard…")
|
|
@@ -618,7 +618,7 @@ def stdpout():
|
|
|
618
618
|
from clu.stdio import std
|
|
619
619
|
|
|
620
620
|
# If we’ve been here before we don’t need to bother:
|
|
621
|
-
if not
|
|
621
|
+
if not hasattr(pout.stream, '__WTF_HAX__'):
|
|
622
622
|
|
|
623
623
|
try:
|
|
624
624
|
# Step one: pop off the old stderr-bound handler:
|
|
@@ -647,7 +647,7 @@ def stdpout():
|
|
|
647
647
|
pass
|
|
648
648
|
|
|
649
649
|
# Step five: doctor the “pout” module reflecting our change:
|
|
650
|
-
pout.__WTF_HAX__ = True
|
|
650
|
+
pout.stream.__WTF_HAX__ = True
|
|
651
651
|
|
|
652
652
|
# Step six: return the “pout” module object:
|
|
653
653
|
return pout
|
|
@@ -6,14 +6,15 @@ import sys, os
|
|
|
6
6
|
sys.path.append(os.path.dirname(__file__))
|
|
7
7
|
|
|
8
8
|
# Recycle, reduce, reuse:
|
|
9
|
-
# nox.options.keywords = "not coverage"
|
|
10
9
|
nox.options.reuse_existing_virtualenvs = True
|
|
11
10
|
nox.options.stop_on_first_error = True
|
|
11
|
+
nox.options.keywords = tuple()
|
|
12
12
|
|
|
13
13
|
# Skip manifest check if we’re not running in a Git repo:
|
|
14
|
+
from clu.predicates import tuplize
|
|
14
15
|
from clu.version.git_version import are_we_gitted
|
|
15
16
|
if not are_we_gitted():
|
|
16
|
-
nox.options.keywords
|
|
17
|
+
nox.options.keywords += tuplize("not checkmanifest")
|
|
17
18
|
|
|
18
19
|
@nox.session
|
|
19
20
|
def checkmanifest(session):
|
|
@@ -64,9 +65,11 @@ def inline(session, module):
|
|
|
64
65
|
session.install("-r", "requirements/install.txt")
|
|
65
66
|
if str(module).endswith('mathematics'):
|
|
66
67
|
session.install("-r", "requirements/nox/tests.txt")
|
|
68
|
+
elif str(module).endswith('repl.modules'):
|
|
69
|
+
session.install("-r", "requirements/nox/tests.txt")
|
|
67
70
|
session.run('python', '-m', module)
|
|
68
71
|
|
|
69
|
-
@nox.session
|
|
72
|
+
@nox.session(default=False)
|
|
70
73
|
def coverage(session):
|
|
71
74
|
""" Run `codecov`, updating CLU’s statistics on codecov.io """
|
|
72
75
|
import clu.all
|
|
@@ -30,13 +30,15 @@ clu-boilercopy = 'clu.repl.cli.boilerplate:boilerplate_copy_command'
|
|
|
30
30
|
clu-testing = 'clu.testing.pytest'
|
|
31
31
|
|
|
32
32
|
[project.urls]
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
33
|
+
Homepage = "https://github.com/fish2000/CLU"
|
|
34
|
+
Repository = "https://github.com/fish2000/CLU"
|
|
35
|
+
Documentation = "https://github.com/fish2000/CLU/blob/master/README.md"
|
|
36
|
+
Source = "https://github.com/fish2000/CLU"
|
|
37
|
+
Tracker = "https://github.com/fish2000/CLU/issues"
|
|
38
|
+
Changelog = "https://github.com/fish2000/CLU/blob/master/CHANGELOG.md"
|
|
39
|
+
Download = "https://pypi.org/project/python-clu/"
|
|
40
|
+
License = "https://github.com/fish2000/CLU/blob/master/LICENSE.txt"
|
|
41
|
+
# License = "https://raw.githubusercontent.com/fish2000/CLU/refs/heads/master/LICENSE.txt"
|
|
40
42
|
|
|
41
43
|
[tool.setuptools.dynamic]
|
|
42
44
|
classifiers = { file = "CLASSIFIERS.txt" }
|
|
@@ -46,7 +48,7 @@ version = { attr = "clu.__version__" }
|
|
|
46
48
|
|
|
47
49
|
[tool.setuptools.packages.find]
|
|
48
50
|
where = ["."]
|
|
49
|
-
include = ["clu*"]
|
|
51
|
+
include = ["clu*", "*.jpg", "*.jpeg", "*.txt", "*.conf", "*.md", "*.rst", "Makefile"]
|
|
50
52
|
|
|
51
53
|
[tool.pytest.ini_options]
|
|
52
54
|
delete_temps = true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-clu
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.18
|
|
4
4
|
Summary: Python-CLU: Common Lightweight Utilities
|
|
5
5
|
Home-page: https://github.com/fish2000/clu
|
|
6
6
|
Download-URL: https://github.com/fish2000/clu/zipball/master
|
|
@@ -8,13 +8,14 @@ Author: Alexander Böhn
|
|
|
8
8
|
Author-email: Alexander Böhn <fish2000@gmail.com>
|
|
9
9
|
Maintainer-email: Alexander Böhn <fish2000@gmail.com>
|
|
10
10
|
License-Expression: LicenseRef-CLU-MIT
|
|
11
|
-
Project-URL:
|
|
12
|
-
Project-URL:
|
|
13
|
-
Project-URL:
|
|
14
|
-
Project-URL:
|
|
15
|
-
Project-URL:
|
|
16
|
-
Project-URL:
|
|
17
|
-
Project-URL:
|
|
11
|
+
Project-URL: Homepage, https://github.com/fish2000/CLU
|
|
12
|
+
Project-URL: Repository, https://github.com/fish2000/CLU
|
|
13
|
+
Project-URL: Documentation, https://github.com/fish2000/CLU/blob/master/README.md
|
|
14
|
+
Project-URL: Source, https://github.com/fish2000/CLU
|
|
15
|
+
Project-URL: Tracker, https://github.com/fish2000/CLU/issues
|
|
16
|
+
Project-URL: Changelog, https://github.com/fish2000/CLU/blob/master/CHANGELOG.md
|
|
17
|
+
Project-URL: Download, https://pypi.org/project/python-clu/
|
|
18
|
+
Project-URL: License, https://github.com/fish2000/CLU/blob/master/LICENSE.txt
|
|
18
19
|
Keywords: testing,command,command-line,utilities,modules,REPL,tools
|
|
19
20
|
Platform: any
|
|
20
21
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -58,6 +59,7 @@ Provides-Extra: all
|
|
|
58
59
|
Requires-Dist: numpy>=1.17.0; extra == "all"
|
|
59
60
|
Requires-Dist: Pillow>=7.1.0; extra == "all"
|
|
60
61
|
Requires-Dist: pytest>=5.4.0; extra == "all"
|
|
62
|
+
Requires-Dist: xerox>=0.4.0; extra == "all"
|
|
61
63
|
Requires-Dist: zipp>=2.0.0; extra == "all"
|
|
62
64
|
Dynamic: author
|
|
63
65
|
Dynamic: download-url
|
|
@@ -41,14 +41,16 @@ class TestReplModules(object):
|
|
|
41
41
|
assert all(type(record) is Result for record in results.result_records)
|
|
42
42
|
assert all(type(record) is Mismatch for record in mismatches.mismatch_records)
|
|
43
43
|
|
|
44
|
+
# @pytest.mark.parametrize('modulename', mods)
|
|
44
45
|
def test_compare_module_lookups_for_all_things_variadic_args(self):
|
|
45
46
|
from clu.repl.modules import compare_module_lookups_for_all_things
|
|
46
47
|
from clu.repl.modules import Results, Mismatches
|
|
47
48
|
from clu.repl.modules import Result, Mismatch
|
|
48
49
|
|
|
49
|
-
modules = ('predicates', 'typology', 'mathematics', 'naming')
|
|
50
|
+
modules = ('predicates', 'typology', 'mathematics', 'naming', 'trie')
|
|
50
51
|
prefixd = tuple(f"clu.{nm}" for nm in modules)
|
|
51
52
|
results, mismatches = compare_module_lookups_for_all_things(*prefixd)
|
|
53
|
+
# results, mismatches = compare_module_lookups_for_all_things(*mods)
|
|
52
54
|
|
|
53
55
|
assert type(results) is Results
|
|
54
56
|
assert type(mismatches) is Mismatches
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.12.16'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|