python-clu 0.12.2__tar.gz → 0.12.3__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.2 → python_clu-0.12.3}/.bumpversion.toml +1 -1
- python_clu-0.12.3/CLU_Treatment.md +23 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/MANIFEST.in +1 -1
- {python_clu-0.12.2 → python_clu-0.12.3}/PKG-INFO +2 -5
- python_clu-0.12.3/clu/__version__.py +1 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/repl.py +11 -6
- {python_clu-0.12.2 → python_clu-0.12.3}/python_clu.egg-info/PKG-INFO +2 -5
- {python_clu-0.12.2 → python_clu-0.12.3}/python_clu.egg-info/SOURCES.txt +1 -1
- {python_clu-0.12.2 → python_clu-0.12.3}/python_clu.egg-info/requires.txt +1 -3
- {python_clu-0.12.2 → python_clu-0.12.3}/requirements/install.txt +2 -4
- {python_clu-0.12.2 → python_clu-0.12.3}/requirements/nox/tests.txt +1 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/setup.py +1 -1
- python_clu-0.12.2/COPYING.md +0 -20
- python_clu-0.12.2/clu/__version__.py +0 -1
- {python_clu-0.12.2 → python_clu-0.12.3}/.coveragerc +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/.editorconfig +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/.gitchangelog.rc +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/.gitignore +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/.landscape.yml +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/.travis.yml +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/ABOUT.md +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/CHANGELOG.md +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/CLASSIFIERS.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/CODE_OF_CONDUCT.md +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/LICENSE.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/Makefile +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/README.md +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/appveyor.yml +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/__main__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/abstract.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/all.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/api/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/api/__main__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/application.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/compilation/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/compilation/compiledb.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/compilation/macros.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/abc.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/base.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/codecs.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/env.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/fieldtypes.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/filebase.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/formats/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/formats/jsonfile.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/formats/picklefile.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/formats/tomlfile.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/formats/yamlfile.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/keymap.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/keymapview.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/ns.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/proxy.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/config/settings.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/constants/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/constants/__main__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/constants/consts.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/constants/data.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/constants/enums.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/constants/exceptions.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/constants/polyfills.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/csv.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/dicts.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/dispatch.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/enums.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/exporting.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/extending.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/fs/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/fs/abc.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/fs/appdirectories.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/fs/filesystem.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/fs/misc.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/fs/pypath.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/fs/sourcetree.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/importing/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/importing/__main__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/importing/base.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/importing/proxy.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/keyvalue.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/mathematics.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/naming.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/predicates.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/repl/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/repl/ansi.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/repl/banners.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/repl/cli/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/repl/cli/boilerplate.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/repl/cli/boilerplate_copy.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/repl/cli/print_version.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/repl/columnize.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/repl/modules.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/repr.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/sanitizer.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/.gitignore +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/README.md +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/ansicolors.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/boilerplate.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/dictroast.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/legacy/forkumask.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/legacy/repl-bpython.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/legacy/repl-ipython.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/legacy/repl-ptpython.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/legacy/repl-pyzo.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/legacy/xdg-runtime.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/prediversus.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/scripts/treeline.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/shelving/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/shelving/redat.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/shelving/redis.conf +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/stdio.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/testing/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/testing/hook.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/testing/obsolete.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/testing/pytest.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/testing/utils.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/typespace/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/typespace/__main__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/typespace/namespace.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/typology.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/version/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/version/__main__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/version/git_version.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/clu/version/read_version.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/codecov.yml +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/conftest.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/.DS_Store +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/Makefile +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/doctrees/api.doctree +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/doctrees/environment.pickle +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/doctrees/generated/clu.doctree +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/doctrees/index.doctree +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/.buildinfo +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_sources/api.rst.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_sources/generated/clu.rst.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_sources/index.rst.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/alabaster.css +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/basic.css +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/badge_only.css +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/theme.css +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/custom.css +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/doctools.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/documentation_options.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/file.png +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/jquery-3.6.0.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/jquery.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/js/badge_only.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/js/html5shiv-printshiv.min.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/js/html5shiv.min.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/js/theme.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/language_data.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/minus.png +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/plus.png +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/pygments.css +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/searchtools.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/underscore-1.13.1.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/underscore.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/api.html +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/generated/clu.html +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/genindex.html +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/index.html +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/objects.inv +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/py-modindex.html +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/search.html +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/searchindex.js +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/build/man/clu.1 +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/make.bat +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/source/api.rst +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/source/conf.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/source/generated/clu.rst +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/docs/source/index.rst +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/hooks/autohook.sh +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/hooks/post-push/00-coverage.sh +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/hooks/pre-push/00-noop.sh +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/hooks/pre-push/01-direnv-stdlib.sh +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/hooks/scripts/coverage.sh +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/hooks/scripts/display-issues.sh +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/hooks/scripts/git-pushex +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/hooks/scripts/noop.sh +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/mypy.ini +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/noxfile.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/pyproject.toml +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/pytest.ini +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/python_clu.egg-info/dependency_links.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/python_clu.egg-info/entry_points.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/python_clu.egg-info/top_level.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/python_clu.egg-info/zip-safe +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/pytype.cfg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/requirements/changelog.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/requirements/dev.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/requirements/docs.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/requirements/nox/codecov.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/requirements/nox/docs.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/requirements/nox/manifest.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/requirements/nox/repl.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/requirements/tox.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/requirements/typecheck.txt +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/direnv_transformed_env.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/images/clu-module-list-example-small.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/images/clu-module-list-example.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/images/clu-module-list-example.pxd +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/images/clu-testing-time-totals-example-small.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/images/clu-testing-time-totals-example.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/images/clu-testing-time-totals-example.pxd +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/images/construx-and-capsela-small.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/images/construx-and-capsela.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/images/construx-and-capsela.pxd +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/inline-tests-ImportError-uggggh.ipynb +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/scratch/nteract.ipynb +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/setup.cfg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/1-58.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/3471426989_aa8e83cac5_o.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/3472236406_1fbf1a567d_o.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/8600JC.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/8ba.png +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/IMG_20180505_205153567.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/cheetah-003.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/config/clu-config.toml +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/config/yodogg.toml +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/shutterstock_90194617.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/yodata/09163d51421853.5608b3c2a1be0.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/yodata/5d0227342500004e12e3506d.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/yodata/BlackCat2_large-22.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/yodogg/Serval_Cat_Kitten-706.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/yodogg/Servals_Thoiry_19801.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/data/yodogg/video-pride-serval.jpg +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_abstract.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_all.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_boilerplate.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_config.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_config_abc.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_csv.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_dicts.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_dispatch.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_enum_aliases.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_exporting.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_extending.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_fs_abc.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_fs_appdirectories.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_fs_filesystem.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_fs_misc.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_importing.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_keyvalue.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_mathematics.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_naming.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_predicates.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_repl_columnize.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_repl_modules.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_repr.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_scripts_repl.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_typespace_namespace.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_typology.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/test_version.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/yodogg/.tm_properties +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/yodogg/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/yodogg/yodogg/__init__.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/yodogg/yodogg/config.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/yodogg/yodogg/exporting.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tests/yodogg/yodogg/iheard.py +0 -0
- {python_clu-0.12.2 → python_clu-0.12.3}/tox.ini +0 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
The deal with CLU is, it is a bunch of stuff. Like, a junk drawer… but a junk drawer
|
|
2
|
+
full of building sets: Legos, Robotix, Capsela – and also magic interfaces that let
|
|
3
|
+
you plug Legos into Capselas and all that. It’s a la carte: you can use one part of
|
|
4
|
+
CLU (say the inline testing stuff) and ignore the rest. Or just the exporter, or just
|
|
5
|
+
the predicates collection. Naturally, these things taste great and also taste great
|
|
6
|
+
together, too,
|
|
7
|
+
|
|
8
|
+
CLU is, basically, a bunch of sub-top-level packages. “clu.config” contains things to
|
|
9
|
+
help with configuration, like config-file loading and saving, and datastructures like
|
|
10
|
+
our famous namespaced keymaps. “clu.exporting” has the @export decorator, a utility
|
|
11
|
+
to easily label module members for export by adding them to a modules’ __all__ and
|
|
12
|
+
__dir__ members, plus other stuff like real-name determination. Which, speaking of
|
|
13
|
+
which, “clu.naming” has additional easy functions for dealing with the names of your
|
|
14
|
+
things, and “clu.repr” has stuff for easily specifying an objects’ string representation.
|
|
15
|
+
|
|
16
|
+
You’ll like “clu.abstract” if you like building class towers – we have ABCs for all
|
|
17
|
+
types of things. If you like dicts, check out the aforementioned “clu.config.keymaps”
|
|
18
|
+
and “clu.dicts” modules – you’ll find things to build dictionary types, represent
|
|
19
|
+
them, and deal with them later. “clu.dispatch” will help you manage subprocess easily,
|
|
20
|
+
“clu.version” is better then ‘semver’ (I promise), “clu.testing” is great for inlining
|
|
21
|
+
some quick unit tests, and “clu.scripts” and “clu.repl” are what you want for whatever
|
|
22
|
+
your REPL environment may be… `bpython`, `ipython`, AND MORE!!! So have a
|
|
23
|
+
look around.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-clu
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.3
|
|
4
4
|
Summary: CLU - Common Lightweight Utilities, or Command-Line Utilities (your pick)
|
|
5
5
|
Home-page: https://github.com/fish2000/clu
|
|
6
6
|
Download-URL: https://github.com/fish2000/clu/zipball/master
|
|
@@ -27,16 +27,15 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
License-File: LICENSE.txt
|
|
30
|
-
License-File: COPYING.md
|
|
31
30
|
Requires-Dist: Click>=7.0
|
|
32
31
|
Requires-Dist: colorama>=0.4.0
|
|
33
32
|
Requires-Dist: dataclasses>=0.6; python_version < "3.7"
|
|
34
33
|
Requires-Dist: dbx-stopwatch>=1.6
|
|
35
34
|
Requires-Dist: enum34>=1.1.0; python_version < "3.4"
|
|
36
|
-
Requires-Dist: heapdict>=1.0.0
|
|
37
35
|
Requires-Dist: humanize>=1.0.0
|
|
38
36
|
Requires-Dist: importlib-metadata>=1.4.0; python_version < "3.8"
|
|
39
37
|
Requires-Dist: mock>=4.0.0
|
|
38
|
+
Requires-Dist: more_itertools>=8.0.0
|
|
40
39
|
Requires-Dist: multidict>=4.7.0
|
|
41
40
|
Requires-Dist: packaging
|
|
42
41
|
Requires-Dist: pout>=0.8.13
|
|
@@ -45,11 +44,9 @@ Requires-Dist: PyYAML>=5.3.0
|
|
|
45
44
|
Requires-Dist: redis>=3.4.0
|
|
46
45
|
Requires-Dist: setuptools>=30.0.0
|
|
47
46
|
Requires-Dist: six>=1.10.0
|
|
48
|
-
Requires-Dist: termcolor>=1.1.0
|
|
49
47
|
Requires-Dist: toml>=0.10.0
|
|
50
48
|
Requires-Dist: wheel>=0.34.0
|
|
51
49
|
Requires-Dist: zict>=0.1.2
|
|
52
|
-
Requires-Dist: zipp>=2.0.0
|
|
53
50
|
Dynamic: author
|
|
54
51
|
Dynamic: author-email
|
|
55
52
|
Dynamic: classifier
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.12.3'
|
|
@@ -83,9 +83,10 @@ starmods = ('clu.repl.ansi',
|
|
|
83
83
|
'clu.config.env',
|
|
84
84
|
'clu.config.keymap',
|
|
85
85
|
'clu.config.proxy',
|
|
86
|
-
'clu.dicts', 'clu.enums', 'clu.exporting',
|
|
87
|
-
'clu.importing', 'clu.
|
|
88
|
-
'clu.fs.abc', 'clu.fs.filesystem', 'clu.fs.misc', 'clu.repr',
|
|
86
|
+
'clu.dicts', 'clu.enums', 'clu.exporting',
|
|
87
|
+
'clu.importing', 'clu.naming', 'clu.predicates', 'clu.typology',
|
|
88
|
+
'clu.fs.abc', 'clu.fs.filesystem', 'clu.fs.misc', 'clu.repr',
|
|
89
|
+
'clu.scripts.treeline',
|
|
89
90
|
'clu.typespace.namespace',
|
|
90
91
|
'clu.testing.utils')
|
|
91
92
|
|
|
@@ -101,9 +102,12 @@ mods = ('clu',
|
|
|
101
102
|
'clu.csv',
|
|
102
103
|
'clu.fs.appdirectories',
|
|
103
104
|
'clu.keyvalue',
|
|
105
|
+
'clu.mathematics',
|
|
104
106
|
'clu.dispatch', 'clu.sanitizer', 'clu.fs.pypath',
|
|
107
|
+
'clu.extending', 'clu.shelving.redat',
|
|
105
108
|
'clu.scripts.ansicolors',
|
|
106
109
|
'clu.scripts.treeline',
|
|
110
|
+
'clu.stdio',
|
|
107
111
|
'clu.typespace.types', # not technically a module!
|
|
108
112
|
'clu.version', 'clu.version.git_version',
|
|
109
113
|
'sys', 'os', 'io', 're', 'abc',
|
|
@@ -111,9 +115,8 @@ mods = ('clu',
|
|
|
111
115
|
'datetime', 'functools', 'importlib', 'inspect',
|
|
112
116
|
'itertools', 'math', 'operator', 'pathlib',
|
|
113
117
|
'pickle', 'six', 'shutil', 'sysconfig', 'weakref',
|
|
114
|
-
'numpy', 'more_itertools', 'colorama',
|
|
115
|
-
'xerox', 'zict'
|
|
116
|
-
'termplotlib', 'termtables')
|
|
118
|
+
'numpy', 'more_itertools', 'colorama',
|
|
119
|
+
'xerox', 'zict')
|
|
117
120
|
|
|
118
121
|
# “Star-import” all starmods – this is equivalent to doing:
|
|
119
122
|
#
|
|
@@ -219,6 +222,8 @@ if 'user:script' in cluenv:
|
|
|
219
222
|
|
|
220
223
|
# Adjust __all__ again:
|
|
221
224
|
__all__ += ['_explain', 'explain', 'cluenv']
|
|
225
|
+
# __all__ = tuple(__all__)
|
|
226
|
+
__dir__ = lambda: __all__
|
|
222
227
|
|
|
223
228
|
# Remove duplicate and invalid sys.paths:
|
|
224
229
|
pypath.remove_invalid_paths()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-clu
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.3
|
|
4
4
|
Summary: CLU - Common Lightweight Utilities, or Command-Line Utilities (your pick)
|
|
5
5
|
Home-page: https://github.com/fish2000/clu
|
|
6
6
|
Download-URL: https://github.com/fish2000/clu/zipball/master
|
|
@@ -27,16 +27,15 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
License-File: LICENSE.txt
|
|
30
|
-
License-File: COPYING.md
|
|
31
30
|
Requires-Dist: Click>=7.0
|
|
32
31
|
Requires-Dist: colorama>=0.4.0
|
|
33
32
|
Requires-Dist: dataclasses>=0.6; python_version < "3.7"
|
|
34
33
|
Requires-Dist: dbx-stopwatch>=1.6
|
|
35
34
|
Requires-Dist: enum34>=1.1.0; python_version < "3.4"
|
|
36
|
-
Requires-Dist: heapdict>=1.0.0
|
|
37
35
|
Requires-Dist: humanize>=1.0.0
|
|
38
36
|
Requires-Dist: importlib-metadata>=1.4.0; python_version < "3.8"
|
|
39
37
|
Requires-Dist: mock>=4.0.0
|
|
38
|
+
Requires-Dist: more_itertools>=8.0.0
|
|
40
39
|
Requires-Dist: multidict>=4.7.0
|
|
41
40
|
Requires-Dist: packaging
|
|
42
41
|
Requires-Dist: pout>=0.8.13
|
|
@@ -45,11 +44,9 @@ Requires-Dist: PyYAML>=5.3.0
|
|
|
45
44
|
Requires-Dist: redis>=3.4.0
|
|
46
45
|
Requires-Dist: setuptools>=30.0.0
|
|
47
46
|
Requires-Dist: six>=1.10.0
|
|
48
|
-
Requires-Dist: termcolor>=1.1.0
|
|
49
47
|
Requires-Dist: toml>=0.10.0
|
|
50
48
|
Requires-Dist: wheel>=0.34.0
|
|
51
49
|
Requires-Dist: zict>=0.1.2
|
|
52
|
-
Requires-Dist: zipp>=2.0.0
|
|
53
50
|
Dynamic: author
|
|
54
51
|
Dynamic: author-email
|
|
55
52
|
Dynamic: classifier
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Click>=7.0
|
|
2
2
|
colorama>=0.4.0
|
|
3
3
|
dbx-stopwatch>=1.6
|
|
4
|
-
heapdict>=1.0.0
|
|
5
4
|
humanize>=1.0.0
|
|
6
5
|
mock>=4.0.0
|
|
6
|
+
more_itertools>=8.0.0
|
|
7
7
|
multidict>=4.7.0
|
|
8
8
|
packaging
|
|
9
9
|
pout>=0.8.13
|
|
@@ -12,11 +12,9 @@ PyYAML>=5.3.0
|
|
|
12
12
|
redis>=3.4.0
|
|
13
13
|
setuptools>=30.0.0
|
|
14
14
|
six>=1.10.0
|
|
15
|
-
termcolor>=1.1.0
|
|
16
15
|
toml>=0.10.0
|
|
17
16
|
wheel>=0.34.0
|
|
18
17
|
zict>=0.1.2
|
|
19
|
-
zipp>=2.0.0
|
|
20
18
|
|
|
21
19
|
[:python_version < "3.4"]
|
|
22
20
|
enum34>=1.1.0
|
|
@@ -3,10 +3,10 @@ colorama>=0.4.0
|
|
|
3
3
|
dataclasses>=0.6; python_version < '3.7'
|
|
4
4
|
dbx-stopwatch>=1.6
|
|
5
5
|
enum34>=1.1.0; python_version < '3.4'
|
|
6
|
-
heapdict>=1.0.0
|
|
7
6
|
humanize>=1.0.0
|
|
8
7
|
importlib-metadata>=1.4.0; python_version < '3.8'
|
|
9
8
|
mock>=4.0.0
|
|
9
|
+
more_itertools>=8.0.0
|
|
10
10
|
multidict>=4.7.0
|
|
11
11
|
packaging
|
|
12
12
|
pout>=0.8.13
|
|
@@ -15,8 +15,6 @@ PyYAML>=5.3.0
|
|
|
15
15
|
redis>=3.4.0
|
|
16
16
|
setuptools>=30.0.0
|
|
17
17
|
six>=1.10.0
|
|
18
|
-
termcolor>=1.1.0
|
|
19
18
|
toml>=0.10.0
|
|
20
19
|
wheel>=0.34.0
|
|
21
|
-
zict>=0.1.2
|
|
22
|
-
zipp>=2.0.0
|
|
20
|
+
zict>=0.1.2
|
python_clu-0.12.2/COPYING.md
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
Copyright © 2012-2019 Alexander Böhn <fish2000@gmail.com>; All rights reserved.
|
|
2
|
-
|
|
3
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
4
|
-
|
|
5
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
6
|
-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
7
|
-
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
8
|
-
4. All stipulations and conditions enumerated in the software license (q.v. “LICENSE.txt” file enclosure sub.) are additionally acknowleged and summarily reproduced verbatim according to Condition §2 supra.
|
|
9
|
-
|
|
10
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
11
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
12
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
13
|
-
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
|
14
|
-
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
15
|
-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
16
|
-
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
17
|
-
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
18
|
-
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
19
|
-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
20
|
-
POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.12.2'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff
RENAMED
|
File without changes
|
{python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2
RENAMED
|
File without changes
|
{python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff
RENAMED
|
File without changes
|
{python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2
RENAMED
|
File without changes
|
{python_clu-0.12.2 → python_clu-0.12.3}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot
RENAMED
|
File without changes
|