From 1fa12213d0b2a43865e4e5d15719383de5fcc496 Mon Sep 17 00:00:00 2001 From: Faithy4444 Date: Sun, 6 Jul 2025 19:18:25 +0200 Subject: [PATCH 1/8] script 1 to 3 --- individual-shell-tools/ls/script-01.sh | 1 + individual-shell-tools/ls/script-02.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/individual-shell-tools/ls/script-01.sh b/individual-shell-tools/ls/script-01.sh index 241b62f5..081f2c7c 100755 --- a/individual-shell-tools/ls/script-01.sh +++ b/individual-shell-tools/ls/script-01.sh @@ -13,3 +13,4 @@ fi # TODO: Write a command to list the files and folders in this directory. # The output should be a list of names including child-directory, script-01.sh, script-02.sh, and more. +ls \ No newline at end of file diff --git a/individual-shell-tools/ls/script-02.sh b/individual-shell-tools/ls/script-02.sh index d0a5a10f..48c16842 100755 --- a/individual-shell-tools/ls/script-02.sh +++ b/individual-shell-tools/ls/script-02.sh @@ -4,3 +4,4 @@ set -euo pipefail # TODO: Write a command which lists all of the files in the directory named child-directory. # The output should be a list of names: helper-1.txt, helper-2.txt, helper-3.txt. +ls chile \ No newline at end of file From cfd20f9a4cf7dbed525ed72cf0f32a6671d9b8fa Mon Sep 17 00:00:00 2001 From: Faithy4444 Date: Fri, 1 Aug 2025 10:28:46 +0200 Subject: [PATCH 2/8] implement cowsay complete --- .vscode/launch.json | 18 + implement-cowsay/.venv/bin/Activate.ps1 | 247 + implement-cowsay/.venv/bin/activate | 70 + implement-cowsay/.venv/bin/activate.csh | 27 + implement-cowsay/.venv/bin/activate.fish | 69 + implement-cowsay/.venv/bin/cowsay | 8 + implement-cowsay/.venv/bin/pip | 8 + implement-cowsay/.venv/bin/pip3 | 8 + implement-cowsay/.venv/bin/pip3.12 | 8 + implement-cowsay/.venv/bin/python | 1 + implement-cowsay/.venv/bin/python3 | 1 + implement-cowsay/.venv/bin/python3.12 | 1 + .../cowsay-6.1.dist-info/INSTALLER | 1 + .../cowsay-6.1.dist-info/LICENSE.txt | 674 ++ .../cowsay-6.1.dist-info/METADATA | 179 + .../site-packages/cowsay-6.1.dist-info/RECORD | 25 + .../cowsay-6.1.dist-info/REQUESTED | 0 .../site-packages/cowsay-6.1.dist-info/WHEEL | 5 + .../cowsay-6.1.dist-info/entry_points.txt | 2 + .../cowsay-6.1.dist-info/top_level.txt | 1 + .../site-packages/cowsay/__init__.py | 28 + .../site-packages/cowsay/__main__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 783 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1354 bytes .../__pycache__/characters.cpython-312.pyc | Bin 0 -> 12677 bytes .../cowsay/__pycache__/main.cpython-312.pyc | Bin 0 -> 3890 bytes .../site-packages/cowsay/characters.py | 404 + .../python3.12/site-packages/cowsay/main.py | 74 + .../site-packages/cowsay/tests/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../__pycache__/solutions.cpython-312.pyc | Bin 0 -> 38486 bytes .../__pycache__/test_api.cpython-312.pyc | Bin 0 -> 2115 bytes .../__pycache__/test_output.cpython-312.pyc | Bin 0 -> 2063 bytes .../site-packages/cowsay/tests/solutions.py | 591 ++ .../site-packages/cowsay/tests/test_api.py | 35 + .../site-packages/cowsay/tests/test_output.py | 40 + .../pip-24.0.dist-info/AUTHORS.txt | 760 ++ .../pip-24.0.dist-info/INSTALLER | 1 + .../pip-24.0.dist-info/LICENSE.txt | 20 + .../site-packages/pip-24.0.dist-info/METADATA | 88 + .../site-packages/pip-24.0.dist-info/RECORD | 1005 ++ .../pip-24.0.dist-info/REQUESTED | 0 .../site-packages/pip-24.0.dist-info/WHEEL | 5 + .../pip-24.0.dist-info/entry_points.txt | 4 + .../pip-24.0.dist-info/top_level.txt | 1 + .../python3.12/site-packages/pip/__init__.py | 13 + .../python3.12/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 710 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 866 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2229 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 812 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14319 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12690 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17691 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 33309 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 695 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4996 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10577 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13674 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 303 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8490 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10480 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30399 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1806 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2323 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4930 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15047 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 2645 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 18877 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7865 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 400 bytes .../pip/_internal/cli/autocompletion.py | 172 + .../pip/_internal/cli/base_command.py | 236 + .../pip/_internal/cli/cmdoptions.py | 1074 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 79 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 68 + .../pip/_internal/cli/req_command.py | 505 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4027 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9736 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2115 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5217 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13237 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10186 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7614 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4441 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 3008 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1698 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6745 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 4000 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 28938 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15681 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7646 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 9753 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4751 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8981 bytes .../pip/_internal/commands/cache.py | 225 + .../pip/_internal/commands/check.py | 54 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 147 + .../pip/_internal/commands/freeze.py | 109 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 774 ++ .../pip/_internal/commands/list.py | 370 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 189 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 183 + .../pip/_internal/configuration.py | 383 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 966 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2887 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1725 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8513 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2273 bytes .../pip/_internal/distributions/base.py | 51 + .../pip/_internal/distributions/installed.py | 29 + .../pip/_internal/distributions/sdist.py | 156 + .../pip/_internal/distributions/wheel.py | 40 + .../site-packages/pip/_internal/exceptions.py | 728 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 257 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21911 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40760 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12629 bytes .../pip/_internal/index/collector.py | 507 + .../pip/_internal/index/package_finder.py | 1027 ++ .../pip/_internal/index/sources.py | 285 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16801 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6881 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8036 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3806 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 128 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5907 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2900 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35737 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15815 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 702 ++ .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 383 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 3358 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 13450 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11205 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 227 + .../pip/_internal/metadata/importlib/_envs.py | 189 + .../pip/_internal/metadata/pkg_resources.py | 278 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 291 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1930 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 11224 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4252 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1719 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2297 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26027 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1194 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5113 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1876 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4979 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5805 bytes .../pip/_internal/models/candidate.py | 30 + .../pip/_internal/models/direct_url.py | 235 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 56 + .../pip/_internal/models/link.py | 579 ++ .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 132 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 122 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 279 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22021 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 6543 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8578 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11688 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18799 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2278 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2974 bytes .../pip/_internal/network/auth.py | 561 ++ .../pip/_internal/network/cache.py | 106 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 520 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 62 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 222 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7604 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10142 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25772 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 228 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7848 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1905 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1939 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3090 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1709 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2050 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3954 bytes .../operations/build/build_tracker.py | 139 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 187 + .../pip/_internal/operations/freeze.py | 255 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 291 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1842 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 33884 bytes .../operations/install/editable_legacy.py | 46 + .../pip/_internal/operations/install/wheel.py | 734 ++ .../pip/_internal/operations/prepare.py | 730 ++ .../site-packages/pip/_internal/pyproject.py | 179 + .../pip/_internal/req/__init__.py | 92 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3768 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21607 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21486 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38439 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 7243 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 33002 bytes .../pip/_internal/req/constructors.py | 576 ++ .../pip/_internal/req/req_file.py | 554 ++ .../pip/_internal/req/req_install.py | 923 ++ .../pip/_internal/req/req_set.py | 119 + .../pip/_internal/req/req_uninstall.py | 649 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 222 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1210 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 229 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22464 bytes .../_internal/resolution/legacy/resolver.py | 598 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 233 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8362 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 30423 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32139 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6233 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10403 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 4960 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 11454 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12376 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 597 ++ .../resolution/resolvelib/factory.py | 812 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 255 + .../resolution/resolvelib/reporter.py | 80 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 317 + .../pip/_internal/self_outdated_check.py | 248 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4558 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1888 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2432 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2235 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5583 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 706 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4208 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3585 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3248 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2180 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 4015 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7480 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1186 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2364 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7576 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13579 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 34143 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 0 -> 2734 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2605 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4572 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8740 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12084 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 11130 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2427 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4502 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5948 bytes .../pip/_internal/utils/_jaraco_text.py | 109 + .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 120 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 80 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 153 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 151 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 783 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 296 + .../pip/_internal/utils/unpacking.py | 257 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 134 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 556 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5048 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19017 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7637 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12509 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29035 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 526 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 705 ++ .../pip/_internal/wheel_builder.py | 354 + .../site-packages/pip/_vendor/__init__.py | 121 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4718 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 0 -> 41295 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 122075 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 928 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2672 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6490 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3835 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16193 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4373 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6720 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 6431 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1700 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 161 + .../pip/_vendor/cachecontrol/cache.py | 74 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 461 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7736 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2764 bytes .../_vendor/cachecontrol/caches/file_cache.py | 181 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 494 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 154 + .../pip/_vendor/cachecontrol/serialize.py | 206 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 344 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 671 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 3353 bytes .../pip/_vendor/certifi/cacert.pem | 4635 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 119 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4594 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 0 -> 27225 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 0 -> 1413 bytes .../chardistribution.cpython-312.pyc | Bin 0 -> 9664 bytes .../charsetgroupprober.cpython-312.pyc | Bin 0 -> 4148 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 0 -> 5044 bytes .../codingstatemachine.cpython-312.pyc | Bin 0 -> 3904 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 0 -> 815 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 0 -> 1422 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 0 -> 3022 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 0 -> 4592 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 0 -> 15336 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 0 -> 4409 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 0 -> 12108 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 0 -> 1416 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 0 -> 27230 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 0 -> 1416 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 0 -> 19152 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 0 -> 1429 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 0 -> 5848 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 0 -> 22181 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 0 -> 83029 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 0 -> 1420 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 0 -> 39575 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 0 -> 83148 bytes .../langgreekmodel.cpython-312.pyc | Bin 0 -> 77014 bytes .../langhebrewmodel.cpython-312.pyc | Bin 0 -> 77525 bytes .../langhungarianmodel.cpython-312.pyc | Bin 0 -> 83102 bytes .../langrussianmodel.cpython-312.pyc | Bin 0 -> 105277 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 0 -> 77703 bytes .../langturkishmodel.cpython-312.pyc | Bin 0 -> 77542 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 0 -> 7028 bytes .../macromanprober.cpython-312.pyc | Bin 0 -> 7208 bytes .../mbcharsetprober.cpython-312.pyc | Bin 0 -> 3929 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 0 -> 1614 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 0 -> 38671 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 0 -> 658 bytes .../sbcharsetprober.cpython-312.pyc | Bin 0 -> 6413 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 0 -> 2383 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 0 -> 4521 bytes .../universaldetector.cpython-312.pyc | Bin 0 -> 12295 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 0 -> 10005 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 0 -> 3201 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 514 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 261 + .../pip/_vendor/chardet/charsetgroupprober.py | 106 + .../pip/_vendor/chardet/charsetprober.py | 147 + .../pip/_vendor/chardet/cli/__init__.py | 0 .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 221 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 0 -> 4038 bytes .../pip/_vendor/chardet/cli/chardetect.py | 112 + .../pip/_vendor/chardet/codingstatemachine.py | 90 + .../_vendor/chardet/codingstatemachinedict.py | 19 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 85 + .../pip/_vendor/chardet/escprober.py | 102 + .../pip/_vendor/chardet/escsm.py | 261 + .../pip/_vendor/chardet/eucjpprober.py | 102 + .../pip/_vendor/chardet/euckrfreq.py | 196 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 388 + .../pip/_vendor/chardet/euctwprober.py | 47 + .../pip/_vendor/chardet/gb2312freq.py | 284 + .../pip/_vendor/chardet/gb2312prober.py | 47 + .../pip/_vendor/chardet/hebrewprober.py | 316 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/johabfreq.py | 2382 +++++ .../pip/_vendor/chardet/johabprober.py | 47 + .../pip/_vendor/chardet/jpcntx.py | 238 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4649 +++++++++ .../pip/_vendor/chardet/langgreekmodel.py | 4397 +++++++++ .../pip/_vendor/chardet/langhebrewmodel.py | 4380 +++++++++ .../pip/_vendor/chardet/langhungarianmodel.py | 4649 +++++++++ .../pip/_vendor/chardet/langrussianmodel.py | 5725 +++++++++++ .../pip/_vendor/chardet/langthaimodel.py | 4380 +++++++++ .../pip/_vendor/chardet/langturkishmodel.py | 4380 +++++++++ .../pip/_vendor/chardet/latin1prober.py | 147 + .../pip/_vendor/chardet/macromanprober.py | 162 + .../pip/_vendor/chardet/mbcharsetprober.py | 95 + .../pip/_vendor/chardet/mbcsgroupprober.py | 57 + .../pip/_vendor/chardet/mbcssm.py | 661 ++ .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 226 bytes .../__pycache__/languages.cpython-312.pyc | Bin 0 -> 9781 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 + .../pip/_vendor/chardet/resultdict.py | 16 + .../pip/_vendor/chardet/sbcharsetprober.py | 162 + .../pip/_vendor/chardet/sbcsgroupprober.py | 88 + .../pip/_vendor/chardet/sjisprober.py | 105 + .../pip/_vendor/chardet/universaldetector.py | 362 + .../pip/_vendor/chardet/utf1632prober.py | 225 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 7 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 518 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 3976 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 0 -> 16447 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 0 -> 3576 bytes .../__pycache__/win32.cpython-312.pyc | Bin 0 -> 8152 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 0 -> 9114 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 277 + .../pip/_vendor/colorama/initialise.py | 121 + .../pip/_vendor/colorama/tests/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 224 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 0 -> 5493 bytes .../ansitowin32_test.cpython-312.pyc | Bin 0 -> 18129 bytes .../initialise_test.cpython-312.pyc | Bin 0 -> 11774 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 0 -> 4930 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2514 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 0 -> 6638 bytes .../pip/_vendor/colorama/tests/ansi_test.py | 76 + .../colorama/tests/ansitowin32_test.py | 294 + .../_vendor/colorama/tests/initialise_test.py | 189 + .../pip/_vendor/colorama/tests/isatty_test.py | 57 + .../pip/_vendor/colorama/tests/utils.py | 49 + .../_vendor/colorama/tests/winterm_test.py | 131 + .../pip/_vendor/colorama/win32.py | 180 + .../pip/_vendor/colorama/winterm.py | 195 + .../pip/_vendor/distlib/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1295 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45631 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 66053 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24392 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60184 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15151 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7708 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41825 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17351 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19606 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88282 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30392 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 51887 bytes .../pip/_vendor/distlib/compat.py | 1138 +++ .../pip/_vendor/distlib/database.py | 1359 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1303 +++ .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 167 + .../pip/_vendor/distlib/metadata.py | 1068 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 452 + .../site-packages/pip/_vendor/distlib/util.py | 2025 ++++ .../pip/_vendor/distlib/version.py | 751 ++ .../pip/_vendor/distlib/wheel.py | 1099 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 986 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 318 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53780 bytes .../pip/_vendor/distro/distro.py | 1399 +++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 907 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4659 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 913 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16308 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 38408 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2664 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 242 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158896 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 400 + .../pip/_vendor/idna/idnadata.py | 2151 +++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8600 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 57 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1857 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2051 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8694 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 43602 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1010 ++ .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-312.pyc | Bin 0 -> 656 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 492 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 12102 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 6936 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3267 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 14084 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6972 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 31273 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 18982 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5894 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19965 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pkg_resources/__init__.py | 3361 +++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 146500 bytes .../pip/_vendor/platformdirs/__init__.py | 566 ++ .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 18055 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1972 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 9470 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 9698 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 5663 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 12467 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 337 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13025 bytes .../pip/_vendor/platformdirs/android.py | 210 + .../pip/_vendor/platformdirs/api.py | 223 + .../pip/_vendor/platformdirs/macos.py | 91 + .../pip/_vendor/platformdirs/unix.py | 223 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 255 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3515 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 761 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26632 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2653 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3259 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4596 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38356 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1595 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 3423 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4108 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4783 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 11073 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6701 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8169 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 33015 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 14008 bytes .../pip/_vendor/pygments/cmdline.py | 668 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 71 + .../pip/_vendor/pygments/filters/__init__.py | 940 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 37963 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6953 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4242 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4221 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7291 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 40599 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 27070 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6092 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 19981 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6911 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2957 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 6153 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9093 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5856 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15184 bytes .../_vendor/pygments/formatters/_mapping.py | 23 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 170 + .../pip/_vendor/pygments/formatters/html.py | 989 ++ .../pip/_vendor/pygments/formatters/img.py | 645 ++ .../pip/_vendor/pygments/formatters/irc.py | 154 + .../pip/_vendor/pygments/formatters/latex.py | 521 + .../pip/_vendor/pygments/formatters/other.py | 161 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 146 + .../pip/_vendor/pygments/formatters/svg.py | 188 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 943 ++ .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14679 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 64431 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42666 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 559 ++ .../pip/_vendor/pygments/lexers/python.py | 1198 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 88 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 217 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 103 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4475 bytes .../pip/_vendor/pygments/token.py | 213 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 330 + .../pip/_vendor/pyparsing/__init__.py | 322 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7938 bytes .../__pycache__/actions.cpython-312.pyc | Bin 0 -> 8422 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 13441 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 267735 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13021 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 48528 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 34137 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 17215 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 0 -> 13211 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 14931 bytes .../pip/_vendor/pyparsing/actions.py | 217 + .../pip/_vendor/pyparsing/common.py | 432 + .../pip/_vendor/pyparsing/core.py | 6115 ++++++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 656 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 26840 bytes .../pip/_vendor/pyparsing/exceptions.py | 299 + .../pip/_vendor/pyparsing/helpers.py | 1100 +++ .../pip/_vendor/pyparsing/results.py | 796 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 361 + .../pip/_vendor/pyparsing/util.py | 284 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 640 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 401 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14752 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1107 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14424 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5480 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 611 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2051 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 21307 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7231 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13950 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 949 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1534 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25273 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7074 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4339 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1079 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35475 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 799 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27784 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5986 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5644 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36296 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 538 ++ .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 315 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 67 + .../pip/_vendor/requests/cookies.py | 561 ++ .../pip/_vendor/requests/exceptions.py | 141 + .../pip/_vendor/requests/help.py | 131 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1034 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 833 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1094 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 661 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6878 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2681 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25924 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10533 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 227 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 447 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 547 ++ .../pip/_vendor/resolvelib/structs.py | 170 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 274 + .../rich/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7042 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10331 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7848 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 206003 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1756 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2348 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 564 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 882 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12104 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4174 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1912 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3647 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5187 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 753 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6606 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13206 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 992 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 892 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 29003 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2517 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3600 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 2387 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1635 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12349 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9133 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4299 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11885 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5645 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26597 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1728 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8614 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113820 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2285 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9253 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10956 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10400 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1514 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4236 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1872 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3604 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3109 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9925 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6062 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5236 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20247 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19170 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4921 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13581 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9325 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6403 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7161 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1847 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5341 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12124 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40083 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75105 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10416 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14808 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1819 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 594 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6653 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6595 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3857 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2511 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28188 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6091 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6095 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33541 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2166 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39639 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43611 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3375 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 58990 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6367 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 341 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31575 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11466 bytes .../pip/_vendor/rich/_cell_widths.py | 451 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 ++ .../pip/_vendor/rich/_windows.py | 72 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 56 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 517 + .../site-packages/pip/_vendor/rich/cells.py | 154 + .../site-packages/pip/_vendor/rich/color.py | 622 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2633 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 190 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 443 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 246 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 308 + .../site-packages/pip/_vendor/rich/pretty.py | 994 ++ .../pip/_vendor/rich/progress.py | 1702 ++++ .../pip/_vendor/rich/progress_bar.py | 224 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 739 ++ .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 948 ++ .../site-packages/pip/_vendor/rich/table.py | 1002 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1307 +++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 756 ++ .../site-packages/pip/_vendor/rich/tree.py | 251 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 608 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 27113 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 0 -> 4833 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 2342 bytes .../__pycache__/after.cpython-312.pyc | Bin 0 -> 1651 bytes .../__pycache__/before.cpython-312.pyc | Bin 0 -> 1491 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 0 -> 2329 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 0 -> 1439 bytes .../__pycache__/retry.cpython-312.pyc | Bin 0 -> 14308 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 0 -> 5595 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 0 -> 2613 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 0 -> 12440 bytes .../pip/_vendor/tenacity/_asyncio.py | 94 + .../pip/_vendor/tenacity/_utils.py | 76 + .../pip/_vendor/tenacity/after.py | 51 + .../pip/_vendor/tenacity/before.py | 46 + .../pip/_vendor/tenacity/before_sleep.py | 71 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 272 + .../pip/_vendor/tenacity/stop.py | 103 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 228 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 411 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26954 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3935 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 393 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../pip/_vendor/truststore/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 645 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 15824 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 16689 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2242 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1126 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15533 bytes .../pip/_vendor/truststore/_api.py | 302 + .../pip/_vendor/truststore/_macos.py | 501 + .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 554 ++ .../pip/_vendor/typing_extensions.py | 3072 ++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3432 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 15958 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 245 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20434 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36306 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13520 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10440 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4045 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20657 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7321 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33995 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 ++ .../pip/_vendor/urllib3/connectionpool.py | 1132 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 225 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1875 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11591 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5746 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24477 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35583 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7538 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 242 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17454 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14828 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 518 + .../urllib3/contrib/securetransport.py | 921 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 226 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41346 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 236 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1852 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7358 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 +++ .../pip/_vendor/urllib3/poolmanager.py | 553 ++ .../pip/_vendor/urllib3/request.py | 191 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1173 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4783 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1579 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1379 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4210 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 3016 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21745 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15130 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5098 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10799 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11166 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15822 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4430 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 622 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 24 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12028 bytes .../__pycache__/labels.cpython-312.pyc | Bin 0 -> 7159 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 0 -> 2726 bytes .../__pycache__/tests.cpython-312.pyc | Bin 0 -> 9278 bytes .../x_user_defined.cpython-312.pyc | Bin 0 -> 3322 bytes .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + .../lib/python3.12/site-packages/pip/py.typed | 4 + implement-cowsay/.venv/lib64 | 1 + implement-cowsay/.venv/pyvenv.cfg | 5 + implement-cowsay/main.py | 20 + implement-cowsay/requirements.txt | 1 + 1042 files changed, 192118 insertions(+) create mode 100644 .vscode/launch.json create mode 100644 implement-cowsay/.venv/bin/Activate.ps1 create mode 100644 implement-cowsay/.venv/bin/activate create mode 100644 implement-cowsay/.venv/bin/activate.csh create mode 100644 implement-cowsay/.venv/bin/activate.fish create mode 100755 implement-cowsay/.venv/bin/cowsay create mode 100755 implement-cowsay/.venv/bin/pip create mode 100755 implement-cowsay/.venv/bin/pip3 create mode 100755 implement-cowsay/.venv/bin/pip3.12 create mode 120000 implement-cowsay/.venv/bin/python create mode 120000 implement-cowsay/.venv/bin/python3 create mode 120000 implement-cowsay/.venv/bin/python3.12 create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/INSTALLER create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/LICENSE.txt create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/METADATA create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/RECORD create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/REQUESTED create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/WHEEL create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/entry_points.txt create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/top_level.txt create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__main__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/__main__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/characters.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/main.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/characters.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/main.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__pycache__/solutions.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__pycache__/test_api.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__pycache__/test_output.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/solutions.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/test_api.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/test_output.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/__main__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/models.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/six.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 implement-cowsay/.venv/lib/python3.12/site-packages/pip/py.typed create mode 120000 implement-cowsay/.venv/lib64 create mode 100644 implement-cowsay/.venv/pyvenv.cfg create mode 100644 implement-cowsay/main.py create mode 100644 implement-cowsay/requirements.txt diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..4d1bff66 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,18 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + + { + "type": "node", + "request": "launch", + "name": "Launch Program", + "skipFiles": [ + "/**" + ], + "program": "${workspaceFolder}/implement-shell-tools/cat/cat.mjs" + } + ] +} \ No newline at end of file diff --git a/implement-cowsay/.venv/bin/Activate.ps1 b/implement-cowsay/.venv/bin/Activate.ps1 new file mode 100644 index 00000000..b49d77ba --- /dev/null +++ b/implement-cowsay/.venv/bin/Activate.ps1 @@ -0,0 +1,247 @@ +<# +.Synopsis +Activate a Python virtual environment for the current PowerShell session. + +.Description +Pushes the python executable for a virtual environment to the front of the +$Env:PATH environment variable and sets the prompt to signify that you are +in a Python virtual environment. Makes use of the command line switches as +well as the `pyvenv.cfg` file values present in the virtual environment. + +.Parameter VenvDir +Path to the directory that contains the virtual environment to activate. The +default value for this is the parent of the directory that the Activate.ps1 +script is located within. + +.Parameter Prompt +The prompt prefix to display when this virtual environment is activated. By +default, this prompt is the name of the virtual environment folder (VenvDir) +surrounded by parentheses and followed by a single space (ie. '(.venv) '). + +.Example +Activate.ps1 +Activates the Python virtual environment that contains the Activate.ps1 script. + +.Example +Activate.ps1 -Verbose +Activates the Python virtual environment that contains the Activate.ps1 script, +and shows extra information about the activation as it executes. + +.Example +Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv +Activates the Python virtual environment located in the specified location. + +.Example +Activate.ps1 -Prompt "MyPython" +Activates the Python virtual environment that contains the Activate.ps1 script, +and prefixes the current prompt with the specified string (surrounded in +parentheses) while the virtual environment is active. + +.Notes +On Windows, it may be required to enable this Activate.ps1 script by setting the +execution policy for the user. You can do this by issuing the following PowerShell +command: + +PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +For more information on Execution Policies: +https://go.microsoft.com/fwlink/?LinkID=135170 + +#> +Param( + [Parameter(Mandatory = $false)] + [String] + $VenvDir, + [Parameter(Mandatory = $false)] + [String] + $Prompt +) + +<# Function declarations --------------------------------------------------- #> + +<# +.Synopsis +Remove all shell session elements added by the Activate script, including the +addition of the virtual environment's Python executable from the beginning of +the PATH variable. + +.Parameter NonDestructive +If present, do not remove this function from the global namespace for the +session. + +#> +function global:deactivate ([switch]$NonDestructive) { + # Revert to original values + + # The prior prompt: + if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { + Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt + Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT + } + + # The prior PYTHONHOME: + if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { + Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME + Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME + } + + # The prior PATH: + if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) { + Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH + Remove-Item -Path Env:_OLD_VIRTUAL_PATH + } + + # Just remove the VIRTUAL_ENV altogether: + if (Test-Path -Path Env:VIRTUAL_ENV) { + Remove-Item -Path env:VIRTUAL_ENV + } + + # Just remove VIRTUAL_ENV_PROMPT altogether. + if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) { + Remove-Item -Path env:VIRTUAL_ENV_PROMPT + } + + # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether: + if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) { + Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force + } + + # Leave deactivate function in the global namespace if requested: + if (-not $NonDestructive) { + Remove-Item -Path function:deactivate + } +} + +<# +.Description +Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the +given folder, and returns them in a map. + +For each line in the pyvenv.cfg file, if that line can be parsed into exactly +two strings separated by `=` (with any amount of whitespace surrounding the =) +then it is considered a `key = value` line. The left hand string is the key, +the right hand is the value. + +If the value starts with a `'` or a `"` then the first and last character is +stripped from the value before being captured. + +.Parameter ConfigDir +Path to the directory that contains the `pyvenv.cfg` file. +#> +function Get-PyVenvConfig( + [String] + $ConfigDir +) { + Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg" + + # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue). + $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue + + # An empty map will be returned if no config file is found. + $pyvenvConfig = @{ } + + if ($pyvenvConfigPath) { + + Write-Verbose "File exists, parse `key = value` lines" + $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath + + $pyvenvConfigContent | ForEach-Object { + $keyval = $PSItem -split "\s*=\s*", 2 + if ($keyval[0] -and $keyval[1]) { + $val = $keyval[1] + + # Remove extraneous quotations around a string value. + if ("'""".Contains($val.Substring(0, 1))) { + $val = $val.Substring(1, $val.Length - 2) + } + + $pyvenvConfig[$keyval[0]] = $val + Write-Verbose "Adding Key: '$($keyval[0])'='$val'" + } + } + } + return $pyvenvConfig +} + + +<# Begin Activate script --------------------------------------------------- #> + +# Determine the containing directory of this script +$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition +$VenvExecDir = Get-Item -Path $VenvExecPath + +Write-Verbose "Activation script is located in path: '$VenvExecPath'" +Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)" +Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)" + +# Set values required in priority: CmdLine, ConfigFile, Default +# First, get the location of the virtual environment, it might not be +# VenvExecDir if specified on the command line. +if ($VenvDir) { + Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values" +} +else { + Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir." + $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/") + Write-Verbose "VenvDir=$VenvDir" +} + +# Next, read the `pyvenv.cfg` file to determine any required value such +# as `prompt`. +$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir + +# Next, set the prompt from the command line, or the config file, or +# just use the name of the virtual environment folder. +if ($Prompt) { + Write-Verbose "Prompt specified as argument, using '$Prompt'" +} +else { + Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" + if ($pyvenvCfg -and $pyvenvCfg['prompt']) { + Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" + $Prompt = $pyvenvCfg['prompt']; + } + else { + Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)" + Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'" + $Prompt = Split-Path -Path $venvDir -Leaf + } +} + +Write-Verbose "Prompt = '$Prompt'" +Write-Verbose "VenvDir='$VenvDir'" + +# Deactivate any currently active virtual environment, but leave the +# deactivate function in place. +deactivate -nondestructive + +# Now set the environment variable VIRTUAL_ENV, used by many tools to determine +# that there is an activated venv. +$env:VIRTUAL_ENV = $VenvDir + +if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) { + + Write-Verbose "Setting prompt to '$Prompt'" + + # Set the prompt to include the env name + # Make sure _OLD_VIRTUAL_PROMPT is global + function global:_OLD_VIRTUAL_PROMPT { "" } + Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT + New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt + + function global:prompt { + Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) " + _OLD_VIRTUAL_PROMPT + } + $env:VIRTUAL_ENV_PROMPT = $Prompt +} + +# Clear PYTHONHOME +if (Test-Path -Path Env:PYTHONHOME) { + Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME + Remove-Item -Path Env:PYTHONHOME +} + +# Add the venv to the PATH +Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH +$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/implement-cowsay/.venv/bin/activate b/implement-cowsay/.venv/bin/activate new file mode 100644 index 00000000..186fb9f0 --- /dev/null +++ b/implement-cowsay/.venv/bin/activate @@ -0,0 +1,70 @@ +# This file must be used with "source bin/activate" *from bash* +# You cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # Call hash to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + hash -r 2> /dev/null + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +# on Windows, a path can contain colons and backslashes and has to be converted: +if [ "${OSTYPE:-}" = "cygwin" ] || [ "${OSTYPE:-}" = "msys" ] ; then + # transform D:\path\to\venv to /d/path/to/venv on MSYS + # and to /cygdrive/d/path/to/venv on Cygwin + export VIRTUAL_ENV=$(cygpath /home/faith/Desktop/CYF/Module-Tools/implement-cowsay/.venv) +else + # use the path as-is + export VIRTUAL_ENV=/home/faith/Desktop/CYF/Module-Tools/implement-cowsay/.venv +fi + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/"bin":$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + PS1='(.venv) '"${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT='(.venv) ' + export VIRTUAL_ENV_PROMPT +fi + +# Call hash to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +hash -r 2> /dev/null diff --git a/implement-cowsay/.venv/bin/activate.csh b/implement-cowsay/.venv/bin/activate.csh new file mode 100644 index 00000000..80e27648 --- /dev/null +++ b/implement-cowsay/.venv/bin/activate.csh @@ -0,0 +1,27 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. + +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV /home/faith/Desktop/CYF/Module-Tools/implement-cowsay/.venv + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/"bin":$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = '(.venv) '"$prompt" + setenv VIRTUAL_ENV_PROMPT '(.venv) ' +endif + +alias pydoc python -m pydoc + +rehash diff --git a/implement-cowsay/.venv/bin/activate.fish b/implement-cowsay/.venv/bin/activate.fish new file mode 100644 index 00000000..300f5d2b --- /dev/null +++ b/implement-cowsay/.venv/bin/activate.fish @@ -0,0 +1,69 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/). You cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + set -e _OLD_FISH_PROMPT_OVERRIDE + # prevents error when using nested fish instances (Issue #93858) + if functions -q _old_fish_prompt + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + end + + set -e VIRTUAL_ENV + set -e VIRTUAL_ENV_PROMPT + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV /home/faith/Desktop/CYF/Module-Tools/implement-cowsay/.venv + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/"bin $PATH + +# Unset PYTHONHOME if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # Save the current fish_prompt function as the function _old_fish_prompt. + functions -c fish_prompt _old_fish_prompt + + # With the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command. + set -l old_status $status + + # Output the venv prompt; color taken from the blue of the Python logo. + printf "%s%s%s" (set_color 4B8BBE) '(.venv) ' (set_color normal) + + # Restore the return status of the previous command. + echo "exit $old_status" | . + # Output the original/"old" prompt. + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" + set -gx VIRTUAL_ENV_PROMPT '(.venv) ' +end diff --git a/implement-cowsay/.venv/bin/cowsay b/implement-cowsay/.venv/bin/cowsay new file mode 100755 index 00000000..e85e0061 --- /dev/null +++ b/implement-cowsay/.venv/bin/cowsay @@ -0,0 +1,8 @@ +#!/home/faith/Desktop/CYF/Module-Tools/implement-cowsay/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from cowsay.__main__ import cli +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(cli()) diff --git a/implement-cowsay/.venv/bin/pip b/implement-cowsay/.venv/bin/pip new file mode 100755 index 00000000..632b1c34 --- /dev/null +++ b/implement-cowsay/.venv/bin/pip @@ -0,0 +1,8 @@ +#!/home/faith/Desktop/CYF/Module-Tools/implement-cowsay/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/implement-cowsay/.venv/bin/pip3 b/implement-cowsay/.venv/bin/pip3 new file mode 100755 index 00000000..632b1c34 --- /dev/null +++ b/implement-cowsay/.venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/faith/Desktop/CYF/Module-Tools/implement-cowsay/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/implement-cowsay/.venv/bin/pip3.12 b/implement-cowsay/.venv/bin/pip3.12 new file mode 100755 index 00000000..632b1c34 --- /dev/null +++ b/implement-cowsay/.venv/bin/pip3.12 @@ -0,0 +1,8 @@ +#!/home/faith/Desktop/CYF/Module-Tools/implement-cowsay/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/implement-cowsay/.venv/bin/python b/implement-cowsay/.venv/bin/python new file mode 120000 index 00000000..b8a0adbb --- /dev/null +++ b/implement-cowsay/.venv/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/implement-cowsay/.venv/bin/python3 b/implement-cowsay/.venv/bin/python3 new file mode 120000 index 00000000..ae65fdaa --- /dev/null +++ b/implement-cowsay/.venv/bin/python3 @@ -0,0 +1 @@ +/usr/bin/python3 \ No newline at end of file diff --git a/implement-cowsay/.venv/bin/python3.12 b/implement-cowsay/.venv/bin/python3.12 new file mode 120000 index 00000000..b8a0adbb --- /dev/null +++ b/implement-cowsay/.venv/bin/python3.12 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/INSTALLER b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/LICENSE.txt b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/LICENSE.txt new file mode 100644 index 00000000..f288702d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/LICENSE.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/METADATA b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/METADATA new file mode 100644 index 00000000..d8833101 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/METADATA @@ -0,0 +1,179 @@ +Metadata-Version: 2.1 +Name: cowsay +Version: 6.1 +Summary: The famous cowsay for GNU/Linux is now available for python +Home-page: https://github.com/VaasuDevanS/cowsay-python +Author: Vaasudevan Srinivasan +Author-email: vaasuceg.96@gmail.com +License: GNU-GPL +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Requires-Python: >=3.8 +Description-Content-Type: text/markdown +License-File: LICENSE.txt + + +[![cowsay](https://github.com/VaasuDevanS/cowsay-python/actions/workflows/cowsay.yaml/badge.svg?branch=main)](https://github.com/VaasuDevanS/cowsay-python/actions/workflows/cowsay.yaml) +[![codecov](https://codecov.io/gh/VaasuDevanS/cowsay-python/graph/badge.svg?token=GV4ntsCNtd)](https://codecov.io/gh/VaasuDevanS/cowsay-python) +[![Codacy Badge](https://app.codacy.com/project/badge/Grade/d5a358f5dd5c41d68db8c331d65fd0fd)](https://app.codacy.com/gh/VaasuDevanS/cowsay-python/dashboard) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cowsay) +[![Github](https://img.shields.io/badge/github-cowsay--python-blue)](https://github.com/VaasuDevanS/cowsay-python) +
+![](https://img.shields.io/badge/Latest%20Release-Sep%2025,%202023-blue) +[![Downloads](https://static.pepy.tech/badge/cowsay)](https://pepy.tech/project/cowsay) +[![Downloads](https://static.pepy.tech/badge/cowsay/month)](https://pepy.tech/project/cowsay) +[![Downloads](https://static.pepy.tech/badge/cowsay/week)](https://pepy.tech/project/cowsay) + + +# Introduction + +A python API / Command-line tool for the famous linux `cowsay`.
+Take a look at [CHANGELOG.md](https://github.com/VaasuDevanS/cowsay-python/blob/main/CHANGELOG.md) for the changes. + + +# Brief History +`cowsay` for GNU/Linux was initially written in perl by Tony Monroe. More info +[here](https://en.wikipedia.org/wiki/Cowsay). + + +# Installation +```console +pip install cowsay +``` + + +# API Usage +```console +>>> import cowsay + +>>> cowsay.cow('Hello World') + ___________ +| Hello World | + =========== + \ + \ + ^__^ + (oo)\_______ + (__)\ )\/\ + ||----w | + || || + + +>>> print(cowsay.get_output_string('cow', 'Hello World')) + ___________ +| Hello World | + =========== + \ + \ + ^__^ + (oo)\_______ + (__)\ )\/\ + ||----w | + || || + + +>>> cowsay.cow('Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris blandit rhoncus nibh. Mauris mi mauris, molestie vel metus sit amet, aliquam vulputate nibh.') + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consectetur adipiscin | +| g elit. Mauris blandit rhoncus nibh. Mauris mi ma | +| uris, molestie vel metus sit amet, aliquam vulput | +| ate nibh. | + \ / + ================================================= + \ + \ + ^__^ + (oo)\_______ + (__)\ )\/\ + ||----w | + || || + + +>>> my_fish = r''' +\ + \ + /`·.¸ + /¸...¸`:· + ¸.·´ ¸ `·.¸.·´) +: © ):´; ¸ { + `·.¸ `· ¸.·´\`·¸) + `\\´´\¸.·´ +''' + +>>> cowsay.draw('Sharks are my best friend', my_fish) + _________________________ +| Sharks are my best friend | + ========================= + \ + \ + /`·.¸ + /¸...¸`:· + ¸.·´ ¸ `·.¸.·´) + : © ):´; ¸ { + `·.¸ `· ¸.·´\`·¸) + `\\´´\¸.·´ +``` + + +# Command Line Usage +```console +$ cowsay -t "Hello World" + ___________ +| Hello World | + =========== + \ + \ + ^__^ + (oo)\_______ + (__)\ )\/\ + ||----w | + || || + + +$ cowsay -t "Hello World" -c "tux" + ___________ +| Hello World | + =========== + \ + \ + \ + .--. + |o_o | + |:_/ | + // \ \ + (| | ) + /'\_ _/`\ + \___)=(___/ +``` + + +# More Characters +```console +>>> cowsay.char_names +['beavis', 'cheese', 'cow', 'daemon', 'dragon', 'fox', 'ghostbusters', 'kitty', +'meow', 'miki', 'milk', 'octopus', 'pig', 'stegosaurus', 'stimpy', 'trex', +'turkey', 'turtle', 'tux'] + + +>>> cowsay.char_funcs +{'beavis': , +'cheese': , +... +'tux': } + + +>>> len(cowsay.chars) +19 +``` + +# Contributing + + + + +Guide: [CONTRIBUTING.md](https://github.com/VaasuDevanS/cowsay-python/blob/main/CONTRIBUTING.md) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/RECORD b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/RECORD new file mode 100644 index 00000000..06eb94b8 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/RECORD @@ -0,0 +1,25 @@ +../../../bin/cowsay,sha256=eL9IDVRlTJFWUjHIf1h8BPB1s_G3nsY8nYAnzcl4pjg,267 +cowsay-6.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +cowsay-6.1.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149 +cowsay-6.1.dist-info/METADATA,sha256=ZGNBeztPwPUT1m6Jqx5BqQJcrq5bUunu8sLxSEtQyWA,5581 +cowsay-6.1.dist-info/RECORD,, +cowsay-6.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +cowsay-6.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92 +cowsay-6.1.dist-info/entry_points.txt,sha256=eA4lDJ_wo3_jLsgyh0peu2yWkpFbr4malOVJtMGVJiw,47 +cowsay-6.1.dist-info/top_level.txt,sha256=45zxJRiJFquDz8AIvNLxZWersc80tEFX0iKLKG868Ck,7 +cowsay/__init__.py,sha256=8Vp53KAFMgvd_w8Bh-jGzSPl2xryuQNrQcvhy1vYJhQ,450 +cowsay/__main__.py,sha256=swvEz9wm3O4NBe2vtGq7ddqeQMSKh4ZKX_g7KEIijsM,775 +cowsay/__pycache__/__init__.cpython-312.pyc,, +cowsay/__pycache__/__main__.cpython-312.pyc,, +cowsay/__pycache__/characters.cpython-312.pyc,, +cowsay/__pycache__/main.cpython-312.pyc,, +cowsay/characters.py,sha256=SgA3F9HhmXxW70Eo9U65LHKDHkTNpOPUnpOjKuDMkiI,12259 +cowsay/main.py,sha256=ey_m3cRx03H-h1mzj9VJuSlS571ezpv_guFt5QSiZy8,1949 +cowsay/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +cowsay/tests/__pycache__/__init__.cpython-312.pyc,, +cowsay/tests/__pycache__/solutions.cpython-312.pyc,, +cowsay/tests/__pycache__/test_api.cpython-312.pyc,, +cowsay/tests/__pycache__/test_output.cpython-312.pyc,, +cowsay/tests/solutions.py,sha256=TdLCxGUInzdiVXDGISKIb3Ieo4YvAeuIXgzzQ5EWk4M,38065 +cowsay/tests/test_api.py,sha256=fxd30i-M6J9BD56tMwVTnl5AJ1IDFImzkz5iIFoIAfQ,919 +cowsay/tests/test_output.py,sha256=gmag5R2mvQUBUSIqgM7spNVSRxwIUGo_iZT5SPuMUwM,1118 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/REQUESTED b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/REQUESTED new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/WHEEL b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/WHEEL new file mode 100644 index 00000000..57e3d840 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.38.4) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/entry_points.txt b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/entry_points.txt new file mode 100644 index 00000000..10b735aa --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +cowsay = cowsay.__main__:cli diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/top_level.txt b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/top_level.txt new file mode 100644 index 00000000..c6b9ffd0 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay-6.1.dist-info/top_level.txt @@ -0,0 +1 @@ +cowsay diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__init__.py new file mode 100644 index 00000000..842f53e7 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__init__.py @@ -0,0 +1,28 @@ +from .main import ( + + __version__, + + # Variables + char_names, + CHARS, + + # Methods + get_output_string, + draw, + + CowsayError, + +) + +# This is where we create functions for each character dynamically + +char_funcs = {} + +for ch_name, ch_lines in CHARS.items(): + + def func(text: str, char_lines=ch_lines): + draw(str(text), char_lines) + + func.__name__ = ch_name + globals()[ch_name] = func + char_funcs[ch_name] = func diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__main__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__main__.py new file mode 100644 index 00000000..5280a248 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__main__.py @@ -0,0 +1,33 @@ +import argparse + +from . import CowsayError, char_names, char_funcs, __version__ + + +def cli(): + + parser = argparse.ArgumentParser( + prog='Cowsay', + description='CLI tool to display text in ASCII art. ' + f'Available Characters: {char_names}' + ) + + parser.add_argument('-c', '--character', + default='cow') + + parser.add_argument('-t', '--text', + required=True) + + parser.add_argument('-v', '--version', + action='version', version=__version__) + + args = parser.parse_args() + + if args.character not in char_names: + raise CowsayError(f'Available Characters: {char_names}') + + char_funcs[args.character](args.text) + + +if __name__ == "__main__": + + cli() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8460dfe4063e5ce02da0e3ca8a1dfb9bcc39e0b GIT binary patch literal 783 zcmYLH%TE(Q82@G;eYapDA|gscJv4@Hlq)eYpr{EP!~<+JMX19!NMjv$Xmp^UZI*_hY{0^BGXI;_NiOB7k4|F(9iC zdLIW2*QAzfQQNg?!c8FX!A%-K%s0b>0RQj9KAeYFQvfdw05|Ps zNT!CW2Fccps<~ymIg%zhoF90RoQhT$c#`z2Qji=;UZUMQ7IdtV{aaNHrG(64yiOSR zqYz`6sWd!>Lyr6j95WTYc;-M%8vere8!+z#X5q0zyeBrYmvDPI;Y#>rUXW zIjxRpMBz;N-hGGrf=su(O4F+o?({7&_CsG_TyAxwRcnV8R#2Ho)!}+uUHF;G?Jn zWwpIdDpNStsWm0*LA2%t{0p!lt=6l*NX^o?=?Cn(dg{UQ*NUB*2%&SMfQ)lc?6e4l z;cn(+tavc;dHmz}r-?t1M7NKuk?z9w%E{E-GeCB6Z>FcO(*%s%?9Oj39*<4DTX_F; ZyMAO{JHBzN`)qsTyES??q&(va{sIl=zuW)- literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/__main__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80a9f9b01b592dfe01c7fcefe22591758fdb2688 GIT binary patch literal 1354 zcmah}&u`pB6rQoiUT3|#p^?&(5EUa8rAu+Fh67RrX`@XmMJg2%J-}WpcW07y)?T~g z*)6+jqkupZap2e>KwLqa1BagZ2e@R3P@-uMAS$8WR-~t%m~rebhepid&71c=fAfBg ze=V1bK&%g)ubKrFfWPD+UrMGNtqSEnzyQMl)B#qo8o*GgE1_CfLsUnhR@WfF=rd5) zNdarE^8ipo0Yo2U6cF@a4_5Uj@_hXX6tarAS&MEbUhfK}5#_~3)1z+N3rUjc>z#HZ z;il_$2~GT{?YfPOF5Pq?MabZ&E$Hq8CP~w^nFpR5#Ev0W7|IRbg71}Gb&%oif;(Wd zko(3vMp(o8ZebvA5euG#Gw=j1?wbFLE8#M(FyojFfZfSK7E#J<=JxTPm+vmT12;=! zd#;T$>OwljCUZM}Y3z}?4zk*O3fZX~^J2ys;TE2$95vo^4$(?bJ$0Sy$Ia`%Tf4Sq zu_y|Ju&|%Rf!DJb`IuRL+gkacwzg(@lr2~*UC$4^n*p(EqS0Q1iKZ@DRfVINMjPD3 zBxz7TW}?x3#cuRX+m;iN0=e3VZdV~MV6yIY0ww^guiLh~=7z8vl-%n0lwjfL_9tvR zn;2fm6mg9%m;^VKMe3hEA(|pLJh~BkG$FjQLN_`gX|wm`ky1^3$V(o^u7IQtDu;#_ zQ@AuHeByb?RJNAN8RbZZDI-XMlp_gE53` zCm{9>QQ5@t!#E%^7F!fTJQ-)9OWIv0@NYVCk2RzATMHK#oy2Fvj=e_9+aQUPAze50 zeDQV`;+`mD;L}-gv5YJEMTl+ixIBGOJ~u3%J1kF+6gX`^vfuvk+DL`dOHVaa(YLRT zN0;tW8^#A&rhp(OJYaPCN{=tRkUtSVlmZlEOxuH3? zZ=T&={i9%hvGvK;clBXm{!wLSZ*K9y($8=1&0gBCT;4M-KSq^%?CY&Bw}$BK4*Q|^ zP49P9JrWrJZsaLe4JyZ*gX7}MhNT@y`;_J_vGNz=x<3K>iuB8Ye`dTBrqy1imN?4C slFSPsiU8q5F!?uF-UrM7=%?WuqeXy9_xiu7Gk>DO=T}A=K(i^)zn3mSwg3PC literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/characters.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/characters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5cf16636afb0f772239054278d6d1f722f9ef05 GIT binary patch literal 12677 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/main.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dee6dc6a69692406eca965e7f8ad7e92e7299c50 GIT binary patch literal 3890 zcma)9Urbxq89(RV!CJA031(t1XDTcMAplyk!)k@?U-y5(owsYt-D$d#ow_7D|FJnqHSz9$#+BCIqllp?=B&ByeWLox+HwU6g;c4Hw7yp4~ z(+=YM&OPTl-}&?X&hLEw+~KeyC_fDTZ2BV;LjPnRwPM++Y;hQ&6(k@5Cs7y)oWLjX zEEk4mfrNPui3I))@XsaewZRR2d#8FEys%Q!VGc%^v{9{kPqW-RDs17kVVmF)Orl9Ji*~^xnl2j!>vcoeA=pHx_Dux)brNn79PsU|+q6JitKikFSWm0y z0&C}Gv*3c!Zov(0x(6qCYy<1I1sw1_W|K}lX8Q#1bEdPiKL>lVkDwkBazv(FqdR?dn9sYE}GPP zeuuW0-|ea3bb3|{UXI4)>0n5dX5@4xIQ-UVa9kU9>Owl5l!EcuOj4W`Q}U^pHdCt2(xLz1{KKw;yPL< zX39RbcGZxKr$kA$%tqgi%*O?JS~XHpo};N42R5~0h6)SQ)^9+ppeeM-DJX<4y@t>t zFV{{9Kqc=46Cs7KfkVNy5QorB662;&jJpI-T_g&x5ctDc@Y;@Uam#iBeTxJ*Be6Dm9tF4w%9amNG0urzm{N_=Oh!xz0V8!l zCv}2QEh%w6qMrd_O2u*2!YYwWl*$r2K)+TfgMezCr_qdVPhWtB7WkJEAadwot2_6` zdaHL65ySB%@~Asl!XNjQ<%ja|Tj%cD{hO?D6Y-Yg zOK((-$l?3Kez0smSa|Ec{n!%|G*@|WR<$C#ca3chKL5*3Il;|eB6;4i7AmrWic{2H#wOU=`k4C4*!x5Fao!(tNXW!UnfeQ zN>~2_`#?chx^OdmBmC~gHTytr1jL5jx9WYcZ=mS;L&t~Y?!JMFeK0q&;qt7GJn;4w zL+{559lwa*_4Za=eYvrRPIvx%;cVI4S$1}=Il6MA8z$@0OFzlxhpzp2-R!*SxZ%hP zh4aO;YNW<#Ft(oHR>e;{WpM?HwDW4enbf|n{q}(xD z_Kp6nt?YaAzInXLvq6u(I)_+@701di_LO}+C9u`zAl9FbzcZfiD6|!_<^6%OJ8+M5 zKeV}WF}<)!Qqv6MlbRsFnQ56!Mz?Nwpr91r930AvU zo{^nK9>0f5jphG0fh+>W00HnjB*Ivmf8HA)a5DoCGra6pc(~NS+KXVRy&-@JcnO}% z^l;HJyF!X~nHu0-KCp}Nd0>1pK@Y&HHQJ|#pcdfi5!TQQzvHZdZJTy6;bVfG)n3p! z>Y!uCMZ3Y|Br}VF0LVF7a--|617ElfmtBX89TnHH+}Qe|V-H*d1$?J(^~&x3()VtE z^XG@xTm!i=5bLe&n+O|%4Q#{;V`X30ss|8s-`vAM5ZsBQ3AqO);15)28*-C71O!}@ zbR?EeN$I2*Yo_P=tK17$VFfkb;YI`!1YGSY0v6!)uD!{%Qx*6bI38+iP_#g5eb<`F zxlWW2={mJ4eAC;`=$tfGqtyM>>Ac<|7#LZ?OV7)U5wxOUc;VUe4JFHb@d`)V*bJ9+ z&+O6FO2ac`0`O2QKth>t)p{Gck&Dzxj{s&&6It$}r0Sr_9{p}qlKc`RX7Y4AHRYcb zqbbmr=aPOo?bj2l$Lu&Ypam=%vQ&;jav{x4>ZukZC)&XT!;EUk(0EE#Ng^FjLDr$M zpN7E`%tXVWMurTMUr9BHK%?`t54!qUcOFCz0aGmZ-t528pYJTV3l}Q3BNfxp;+4Cm z;~UQXYwfR8oUg8#Uwz~_2z`ztz+S*}qYu1&4W8?(xXzTWlwE^>Sz=wDEsU*NE6%<$ z>C26NX>zT57*;JWEQL1gu6)P4=brHJ1-VJ9=jOtVg@Uir;$JiSpKUsj?~JzQ&v^H1 z95{4Uj6h(W4-CN&>#a)c|@PHL?wXml;WE<(KHA z`n!1z0|AT%Fl7gu^$lH(#*w3m>lf=_-yH9Jv3VC9l(!I!_WY}5b#juMCWCFq1qx9y;4{wttxIH-3;mmmgU< zckA4H;{dpd`Do7YrNfo)&UdbK-|BwvWX18dob{;@V@v+TQv~XX*^Iq;p^88iB~6t= zTkNaqYr*cq(JBH}?AT(e+F^pGSQUX<1!GVpd5fth9y>m~1WlldyrxPXO?}$7#Tu(G W8t@P<3|A4;Y$m2xrKg(KHv1pg \\ _ -~ `. ^-` ^-_ + ///-._ _ _ _ _ _ _}^ - - - - ~ ~-- ,.-~ + /.-~ +''', + + "ghostbusters": r''' + \ + \ + \ + \ + __---__ + _- /--______ + __--( / \ )XXXXXXXXXXX\v. + .-XXX( O O )XXXXXXXXXXXXXXX- + /XXX( U ) XXXXXXX\ + /XXXXX( )--_ XXXXXXXXXXX\ + /XXXXX/ ( O ) XXXXXX \XXXXX\ + XXXXX/ / XXXXXX \__ \XXXXX + XXXXXX__/ XXXXXX \__----> + ---___ XXX__/ XXXXXX \__ / + \- --__/ ___/\ XXXXXX / ___--/= + \-\ ___/ XXXXXX '--- XXXXXX + \-\/XXX\ XXXXXX /XXXXX + \XXXXXXXXX \ /XXXXX/ + \XXXXXX > _/XXXXX/ + \XXXXX--__/ __-- XXXX/ + -XXXXXXXX--------------- XXXXXX- + \XXXXXXXXXXXXXXXXXXXXXXXXXX/ + ""VXXXXXXXXXXXXXXXXXXV"" +''', + + + "kitty": r''' + \ + \ + \ + \ + + ("`-' '-/") .___..--' ' "`-._ + ` *_ * ) `-. ( ) .`-.__. `) + (_Y_.) ' ._ ) `._` ; `` -. .-' + _.. `--'_..-_/ /--' _ .' ,4 + ( i l ),-'' ( l i),' ( ( ! .-' +''', + + + "meow": r""" +\ + \ + \ + \ + _ ___.--'''`--''//-,-_--_. + \\`"' ` || \\\\ \\ \\\\/ / // / ,-\\\\`,_ + /'` \\ \\ || Y | \\|/ / // / - |__ `-, + /\@"\\ ` \\ `\\ | | ||/ // | \\/ \\ `-._`-,_., + / _.-. `.-\\,___/\\ _/|_/_\\_\\/|_/ | `-._._) + `-'``/ / | // \\__/\\__ / \\__/ \\ + `-' /-\\/ | -| \\__ \\ |-' | + __/\\ / _/ \\/ __,-' ) ,' _|' + (((__/(((_.' ((___..-'((__,' +""", + + "milk": r''' +\ + \ + \ + \ + ____________ + |__________| + / /\ + / / \ + /___________/___/| + | | | + | ==\ /== | | + | O O | \ \ | + | < | \ \| + /| | \ \ + / | \_____/ | / / + / /| | / /| +/||\| | /||\/ + -------------| + | | | | + <__/ \__> +''', + + "stegosaurus": r''' + \ + \ + \ + \ + . . + / `. .' \ + .---. < > < > .---. + | \ \ - ~ ~ - / / | + _____ ~-..-~ ~-..-~ + | | \~~~\.' `./~~~/ + --------- \__/ \__/ + .' O \ / / \ " + (_____, `._.' | } \/~~~/ + `----. / } | / \__/ + `-. | / | / `. ,~~| + ~-.__| /_ - ~ ^| /- _ `..-' f: f: + | / | / ~-. `-. _|| _||_ + |_____| |_____| ~ - . _ _ _ _ __> + +''', + + "stimpy": r''' + \ + \ + \ + \ + . _ . + |\_|/__/| + / / \/ \ \ + /__|O||O|__ \ + |/_ \_/\_/ _\ | + | | (____) | || + \/\___/\__/ // + (_/ || + | || + | ||\ + \ //_/ + \______// + __ || __|| + (____(____) +''', + + "turkey": r''' + \ + \ + \ + \ + ,+*^^*+___+++_ + ,*^^^^ ) + _+* ^**+_ + +^ _ _++*+_+++_, ) + _+^^*+_ ( ,+*^ ^ \\+_ ) + { ) ( ,( ,_+--+--, ^) ^\\ + { (\@) } f ,( ,+-^ __*_*_ ^^\\_ ^\\ ) + {:;-/ (_+*-+^^^^^+*+*<_ _++_)_ ) ) / + ( / ( ( ,___ ^*+_+* ) < < \\ + U _/ ) *--< ) ^\\-----++__) ) ) ) + ( ) _(^)^^)) ) )\\^^^^^))^*+/ / / + ( / (_))_^)) ) ) ))^^^^^))^^^)__/ +^^ + ( ,/ (^))^)) ) ) ))^^^^^^^))^^) _) + *+__+* (_))^) ) ) ))^^^^^^))^^^^^)____*^ + \\ \\_)^)_)) ))^^^^^^^^^^))^^^^) + (_ ^\\__^^^^^^^^^^^^))^^^^^^^) + ^\\___ ^\\__^^^^^^))^^^^^^^^)\\\\ + ^^^^^\\uuu/^^\\uuu/^^^^\\^\\^\\^\\^\\^\\^\\^\\ + ___) >____) >___ ^\\_\\_\\_\\_\\_\\_\\) + ^^^//\\\\_^^//\\\\_^ ^(\\_\\_\\_\\) + ^^^ ^^ ^^^ ^ +''', + + "turtle": r''' + \ + \ + \ + \ + ___-------___ + _-~~ ~~-_ + _-~ /~-_ + /^\__/^\ /~ \ / \ + /| O|| O| / \_______________/ \ + | |___||__| / / \ \ + | \ / / \ \ + | (_______) /______/ \_________ \ + | / / \ / \ + \ \^\\ \ / \ / + \ || \______________/ _-_ //\__// + \ ||------_-~~-_ ------------- \ --/~ ~\ || __/ + ~-----||====/~ |==================| |/~~~~~ + (_(__/ ./ / \_\ \. + (_(___/ \_____)_) +''', + + "tux": r''' + \ + \ + \ + .--. + |o_o | + |:_/ | + // \ \ + (| | ) + /'\_ _/`\ + \___)=(___/ +''', + + "pig": r''' +\ + \ + \ + \ + ,. + (_|,. + ,' /, )_______ _ + __j o``-' `.'-)' + (") \' + `-j | + `-._( / + |_\ |--^. / + /_]'|_| /_)_/ + /_]' /_]' +''', + + "trex": r''' + \ + \ + \ + \ + .-=-==--==--. + ..-==" ,'o`) `. + ,' `"' \ + : ( `.__...._ + | ) / `-=-. + : ,vv.-._ / / `---==-._ + \/\/\/VV ^ d88`;' / `. + `` ^/d88P!' / , `._ + ^/ !' ,. , / "-,,__,,--'""""-. + ^/ !' ,' \ . .( ( _ ) ) ) ) ))_,-.\ + ^(__ ,!',"' ;:+.:%:a. \:.. . ,' ) ) ) ) ,"' ' + ',,,'',' /o:::":%:%a. \:.:.: . ) ) _,' + """' ;':::'' `+%%%a._ \%:%| ;.). _,-"" + ,-='_.-' ``:%::) )%:| /:._," + (/(/" ," ,'_,'%%%: (_,' + ( (//(`.___; \ + \ \ ` ` + `. `. `. : + \. . .\ : . . . : + \. . .: `.. . .: + `..:.:\ \:...\ + ;:.:.; ::...: + ):%:: :::::; + __,::%:( ::::: + ,;:%%%%%%%: ;:%:: + ;,--""-.`\ ,=--':%:%:\ + /" "| /-".:%%%%%%%\ + ;,-"'`)%%) + /" "| +''', + + "miki": r''' +\ + \ &************************& + \ &******************************& + \ &**********************************& + &**************************************& + &*****************************************& + &*******************************************& + &*********************************************& + &***********************************************& + &************************************************& + &***#########********#########*******************& + &*## ########## ##################& + &*## O ##@**#### O ##***************& + &***#########@*******#########*****************& + &***********@*********************************& + &**********@*********************************& + &*********@*********************************& + &********@@*********************************& + &*******@@@@@@****************************& + &**************************************& + &**************************************& + &******@@@@@@@@@@@@*********************& + &*************************************& + &************************************& + &*******************************& + &*****************************& +''', + + "fox": r''' + \ + \ + \ + |\_/|,,_____,~~` + (.".)~~ )`~}} + \o/\ /---~\\ ~}} + _// _// ~} +''', + + "octopus": r''' + \ + \ + \ + . . . + . ^ . + . ^ ^ ^ . + . ^ ^ ^ . + . ^ . + . . . + _ _ _ _ _ _ _| |_ _ _ _ _ _ + / _ _ _ _ _ _| o|o |_ _ _ _ _ _ \ + / / _ _ _ _ _| | |_ _ _ _ \ \ + / / / _ _ _ / /| |\ \ _ _ _ \ \ \ + / / / / / / | | \ \ \ \ \ \ + / / / / / / | | \ \ \ \ \ \ + /_/ / / / / | | \ \ \ \ \_\ + | /__/ /_/ |_| \_\ \__\ | + | / | \ | +''', + +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/main.py b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/main.py new file mode 100644 index 00000000..fbafeec5 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/main.py @@ -0,0 +1,74 @@ +import re + +from .characters import CHARS + +__version__ = '6.1' + +CHARS = dict(sorted(CHARS.items())) +char_names = list(CHARS.keys()) + + +class CowsayError(LookupError): + pass + + +def wrap_lines(lines: list, max_width: int = 49) -> list: + + new_lines = [] + for line in lines: + for line_part in [ + line[i: i+max_width] for i in range(0, len(line), max_width) + ]: + new_lines.append(line_part) + return new_lines + + +def generate_bubble(text: str) -> list: + + lines = [line.strip() for line in text.split('\n')] + lines = wrap_lines([line for line in lines if line]) + text_width = max([len(line) for line in lines]) + + output = [" " + "_" * text_width] + if len(lines) > 1: + output.append(" /" + " " * text_width + "\\") + for line in lines: + output.append("| " + line + " " * (text_width - len(line) + 1) + "|") + if len(lines) > 1: + output.append(" \\" + " " * text_width + "/") + output.append(" " + "=" * text_width) + + return output + + +def generate_char(char_lines: str, text_width: int) -> list: + + output = [] + char_lines = char_lines.split('\n') + char_lines = [i for i in char_lines if len(i) != 0] + for line in char_lines: + output.append(' ' * text_width + line) + return output + + +def draw(text: str, char_lines: str, to_console: bool = True) -> str: + + if len(re.sub(r'\s', '', text)) == 0: + raise CowsayError('Pass something meaningful to cowsay') + + output = generate_bubble(text) + text_width = max([len(line) for line in output]) - 4 # 4 is the frame + output += generate_char(char_lines, text_width) + if to_console: + for line in output: + print(line) + else: + return '\n'.join(output) + + +def get_output_string(char: str, text: str) -> str: + + if char in CHARS: + return draw(text, CHARS[char], to_console=False) + else: + raise CowsayError(f'Available Characters: {char_names}') diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a47bf83ff1f7f001115cbb896b41e4a6071e22c9 GIT binary patch literal 210 zcmX@j%ge<81QGh(86f&Gh(HIQS%4zb87dhx8U0o=6fpsLpFwJV73yc?=cekXC1#dn z=)0sAXP4v`=sQQc>HFrVl;))BhUDkx6zgZ^7UZPnrskFCCg+zICsyj~m8IsD>E~o7 z=@(R%WaQ@=>lqs97iX5F>J}s>XD6no7VAS*mZTP!6zj*wXXa&=#K-FuRQ}?y$pxEj XSHuc*0V5C>gBTx~85tRin1L(+sLeTM literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__pycache__/solutions.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__pycache__/solutions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bef9847283cfe5df0214b9f05ffe6d2b224baead GIT binary patch literal 38486 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__pycache__/test_output.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/__pycache__/test_output.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c084054ca4e780df2ed57b11ad34a43428ff7bd6 GIT binary patch literal 2063 zcmZux&2JM&6rcU@#`fBALQ_cd0h4fO-G*4Dy+KiFBE)ARHM9att-E-KWbOT8W;V!? zBc)ZOLP4Uahoowya;T~zIB?_-=&cumsgf??#G&HmlAbvA&DtBMQAe6LZ{Gao&71f2 zdp4U!FfJ5s%zdsR^jvJ>p|zQo*`PhznKGsO&_wWwD8ia$V-& z=GG{+KY@^p>ZmT=YwM6u2UAJL=+4?X?P#dW6}^LqIdg|jKxAWiXN@hJL3iaTDooFJ zg|g*^$r(;9clOkDsIVHifN|3cc$hAgT3o3Vs*I3os8V8>d4&o?X$nY~D;qxei{vfnYxu&y6i(+@QCkw@yt7U)6c?F4{L0%nvP_kmeKvuIJOqsmSM$i;}=KZ!m&hR~wS zw^IVbCA91sF+NTeQ>wx*m~<1@rApT>Fl<4K2+6LoTZ@EleyBnM&LElrXg(39nQvR% zwp_wO#U^f;V2}=es2RRbToWoH+UJ!}H4ScrNtawLMVuO4YDb*D4(h@^Cb0=8CF1zJ zR*KH)2psgmWT${Ep^aSc(#egUzLnhVT%%{?C6W{GTvIpo?rZ$k!u5q4^@cvQdZnS` zjZELI>Fd+0lRusL{>%^O{>Z%DOaQj2p-kV>G~FlOQ$@8ySu2*w{u34zPNT4V0}M1Y zX;JFbE#I!&I(h@np&r{32+MXT>T>M*ol+jRO7wsA+S0duPpQjwrTP~9T|SMzl4>X~ zPc1w?>rvuh%V&XuP0#iyh78BhrT7>wLuUd9LQP?2n1CrmWnuymqGOm56PuRdxSkt0 zHB2n(cqZoHY|vr3^OhO790wdjGlVxV;Vu0HJI1VQV8gbq1U19Kgc^J-)`sVyB|;S& z74n48;DlPMXN1Y^o-FP|_rUFBimE&6=P`oj0Wk!VoddFj znn^kJsnk?ZBK=PWbr1b``VL4Iln%7WNq}w!^ySL zzRpd&D zTAx**Oj=$L2_LGCL93ze8&m|AS_>qy{Vs~$i9Yx$c@*LY-S8Ma3|By^+FTD^59^!JUqB1b}#oNq`qbkl9OK#emS@<^{+|& dt9$PZJQ#Q+^*5xWf6KbGe@j8~2N4%p@Gs{i=2ZXy literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/solutions.py b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/solutions.py new file mode 100644 index 00000000..97c934fd --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/solutions.py @@ -0,0 +1,591 @@ +CHARS_SOLUTIONS = { + + 'beavis': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + _------~~-, + ,' , + / \\ + / : + | ' + | | + | | + | _-- | + _| =-. .-. || + o|/o/ _. | + / ~ \\ | + (____\@) ___~ | + |_===~~~.` | + _______.--~ | + \\________ | + \\ | + __/-___-- -__ + / _ \\ +""", + + + 'cheese': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + / \_/ | + | || + | || + | ###\ /### | | + | 0 \/ 0 | | + /| | | + / | < |\ \ + | /| | | | + | | \_______/ | | | + | | | / / + /|| /||| + ----------------| + | | | | + *** *** + /___\ /___\ +""", + + + 'daemon': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + /- _ `-/ ' + (/\/ \ \ /\ + / / | ` \ + O O ) / | + `-^--'`< ' + (_.) _ ) / + `.___/` / + `-----' / + <----. __ / __ \ + <----|====O)))==) \) /==== + <----' `--' `.__,' \ + | | + \ / + ______( (_ / \______ + ,' ,-----' | \ + `--{__________) \/ +""", + + + 'cow': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + ^__^ + (oo)\_______ + (__)\ )\/\ + ||----w | + || || +""", + + + 'dragon': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + / \\ //\\ + |\\___/| / \\// \\\\ + /0 0 \\__ / // | \\ \\ + / / \\/_/ // | \\ \\ + \@_^_\@'/ \\/_ // | \\ \\ + //_^_/ \\/_ // | \\ \\ + ( //) | \\/// | \\ \\ + ( / /) _|_ / ) // | \\ _\\ + ( // /) '/,_ _ _/ ( ; -. | _ _\\.-~ .-~~~^-. + (( / / )) ,-{ _ `-.|.-~-. .~ `. + (( // / )) '/\\ / ~-. _ .-~ .-~^-. \\ + (( /// )) `. { } / \\ \\ + (( / )) .----~-.\\ \\-' .~ \\ `. \\^-. + ///.----..> \\ _ -~ `. ^-` ^-_ + ///-._ _ _ _ _ _ _}^ - - - - ~ ~-- ,.-~ + /.-~ +""", + + + 'ghostbusters': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + __---__ + _- /--______ + __--( / \ )XXXXXXXXXXX\v. + .-XXX( O O )XXXXXXXXXXXXXXX- + /XXX( U ) XXXXXXX\ + /XXXXX( )--_ XXXXXXXXXXX\ + /XXXXX/ ( O ) XXXXXX \XXXXX\ + XXXXX/ / XXXXXX \__ \XXXXX + XXXXXX__/ XXXXXX \__----> + ---___ XXX__/ XXXXXX \__ / + \- --__/ ___/\ XXXXXX / ___--/= + \-\ ___/ XXXXXX '--- XXXXXX + \-\/XXX\ XXXXXX /XXXXX + \XXXXXXXXX \ /XXXXX/ + \XXXXXX > _/XXXXX/ + \XXXXX--__/ __-- XXXX/ + -XXXXXXXX--------------- XXXXXX- + \XXXXXXXXXXXXXXXXXXXXXXXXXX/ + ""VXXXXXXXXXXXXXXXXXXV"" +""", + + + 'kitty': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + + ("`-' '-/") .___..--' ' "`-._ + ` *_ * ) `-. ( ) .`-.__. `) + (_Y_.) ' ._ ) `._` ; `` -. .-' + _.. `--'_..-_/ /--' _ .' ,4 + ( i l ),-'' ( l i),' ( ( ! .-' +""", + + + 'meow': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + _ ___.--'''`--''//-,-_--_. + \\`"' ` || \\\\ \\ \\\\/ / // / ,-\\\\`,_ + /'` \\ \\ || Y | \\|/ / // / - |__ `-, + /\@"\\ ` \\ `\\ | | ||/ // | \\/ \\ `-._`-,_., + / _.-. `.-\\,___/\\ _/|_/_\\_\\/|_/ | `-._._) + `-'``/ / | // \\__/\\__ / \\__/ \\ + `-' /-\\/ | -| \\__ \\ |-' | + __/\\ / _/ \\/ __,-' ) ,' _|' + (((__/(((_.' ((___..-'((__,' +""", + + + 'milk': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + ____________ + |__________| + / /\ + / / \ + /___________/___/| + | | | + | ==\ /== | | + | O O | \ \ | + | < | \ \| + /| | \ \ + / | \_____/ | / / + / /| | / /| + /||\| | /||\/ + -------------| + | | | | + <__/ \__> +""", + + + 'stegosaurus': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + . . + / `. .' \ + .---. < > < > .---. + | \ \ - ~ ~ - / / | + _____ ~-..-~ ~-..-~ + | | \~~~\.' `./~~~/ + --------- \__/ \__/ + .' O \ / / \ " + (_____, `._.' | } \/~~~/ + `----. / } | / \__/ + `-. | / | / `. ,~~| + ~-.__| /_ - ~ ^| /- _ `..-' f: f: + | / | / ~-. `-. _|| _||_ + |_____| |_____| ~ - . _ _ _ _ __> +""", + + + 'stimpy': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + . _ . + |\_|/__/| + / / \/ \ \ + /__|O||O|__ \ + |/_ \_/\_/ _\ | + | | (____) | || + \/\___/\__/ // + (_/ || + | || + | ||\ + \ //_/ + \______// + __ || __|| + (____(____) +""", + + + 'turkey': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + ,+*^^*+___+++_ + ,*^^^^ ) + _+* ^**+_ + +^ _ _++*+_+++_, ) + _+^^*+_ ( ,+*^ ^ \\+_ ) + { ) ( ,( ,_+--+--, ^) ^\\ + { (\@) } f ,( ,+-^ __*_*_ ^^\\_ ^\\ ) + {:;-/ (_+*-+^^^^^+*+*<_ _++_)_ ) ) / + ( / ( ( ,___ ^*+_+* ) < < \\ + U _/ ) *--< ) ^\\-----++__) ) ) ) + ( ) _(^)^^)) ) )\\^^^^^))^*+/ / / + ( / (_))_^)) ) ) ))^^^^^))^^^)__/ +^^ + ( ,/ (^))^)) ) ) ))^^^^^^^))^^) _) + *+__+* (_))^) ) ) ))^^^^^^))^^^^^)____*^ + \\ \\_)^)_)) ))^^^^^^^^^^))^^^^) + (_ ^\\__^^^^^^^^^^^^))^^^^^^^) + ^\\___ ^\\__^^^^^^))^^^^^^^^)\\\\ + ^^^^^\\uuu/^^\\uuu/^^^^\\^\\^\\^\\^\\^\\^\\^\\ + ___) >____) >___ ^\\_\\_\\_\\_\\_\\_\\) + ^^^//\\\\_^^//\\\\_^ ^(\\_\\_\\_\\) + ^^^ ^^ ^^^ ^ +""", + + + 'turtle': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + ___-------___ + _-~~ ~~-_ + _-~ /~-_ + /^\__/^\ /~ \ / \ + /| O|| O| / \_______________/ \ + | |___||__| / / \ \ + | \ / / \ \ + | (_______) /______/ \_________ \ + | / / \ / \ + \ \^\\ \ / \ / + \ || \______________/ _-_ //\__// + \ ||------_-~~-_ ------------- \ --/~ ~\ || __/ + ~-----||====/~ |==================| |/~~~~~ + (_(__/ ./ / \_\ \. + (_(___/ \_____)_) +""", + + + 'tux': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + .--. + |o_o | + |:_/ | + // \ \ + (| | ) + /'\_ _/`\ + \___)=(___/ +""", + + + 'pig': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + ,. + (_|,. + ,' /, )_______ _ + __j o``-' `.'-)' + (") \' + `-j | + `-._( / + |_\ |--^. / + /_]'|_| /_)_/ + /_]' /_]' +""", + + + 'trex': r''' + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + \ + .-=-==--==--. + ..-==" ,'o`) `. + ,' `"' \ + : ( `.__...._ + | ) / `-=-. + : ,vv.-._ / / `---==-._ + \/\/\/VV ^ d88`;' / `. + `` ^/d88P!' / , `._ + ^/ !' ,. , / "-,,__,,--'""""-. + ^/ !' ,' \ . .( ( _ ) ) ) ) ))_,-.\ + ^(__ ,!',"' ;:+.:%:a. \:.. . ,' ) ) ) ) ,"' ' + ',,,'',' /o:::":%:%a. \:.:.: . ) ) _,' + """' ;':::'' `+%%%a._ \%:%| ;.). _,-"" + ,-='_.-' ``:%::) )%:| /:._," + (/(/" ," ,'_,'%%%: (_,' + ( (//(`.___; \ + \ \ ` ` + `. `. `. : + \. . .\ : . . . : + \. . .: `.. . .: + `..:.:\ \:...\ + ;:.:.; ::...: + ):%:: :::::; + __,::%:( ::::: + ,;:%%%%%%%: ;:%:: + ;,--""-.`\ ,=--':%:%:\ + /" "| /-".:%%%%%%%\ + ;,-"'`)%%) + /" "| + +''', + + + 'miki': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ &************************& + \ &******************************& + \ &**********************************& + &**************************************& + &*****************************************& + &*******************************************& + &*********************************************& + &***********************************************& + &************************************************& + &***#########********#########*******************& + &*## ########## ##################& + &*## O ##@**#### O ##***************& + &***#########@*******#########*****************& + &***********@*********************************& + &**********@*********************************& + &*********@*********************************& + &********@@*********************************& + &*******@@@@@@****************************& + &**************************************& + &**************************************& + &******@@@@@@@@@@@@*********************& + &*************************************& + &************************************& + &*******************************& + &*****************************& +""", + + + 'fox': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + |\_/|,,_____,~~` + (.".)~~ )`~}} + \o/\ /---~\\ ~}} + _// _// ~} +""", + + + 'octopus': r""" + _________________________________________________ + / \ +| Lorem ipsum dolor sit amet, consetetur sadipscing | +| elitr, sed diamnonumy eirmod tempor invidunt ut | +| labore et dolore magna aliquyam erat,sed diam vol | +| uptua. At vero eos et accusam et justo duo dolore | +| s et ea rebum. | + \ / + ================================================= + \ + \ + \ + . . . + . ^ . + . ^ ^ ^ . + . ^ ^ ^ . + . ^ . + . . . + _ _ _ _ _ _ _| |_ _ _ _ _ _ + / _ _ _ _ _ _| o|o |_ _ _ _ _ _ \ + / / _ _ _ _ _| | |_ _ _ _ \ \ + / / / _ _ _ / /| |\ \ _ _ _ \ \ \ + / / / / / / | | \ \ \ \ \ \ + / / / / / / | | \ \ \ \ \ \ + /_/ / / / / | | \ \ \ \ \_\ + | /__/ /_/ |_| \_\ \__\ | + | / | \ | +""", + +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/test_api.py b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/test_api.py new file mode 100644 index 00000000..f2ac1bbf --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/test_api.py @@ -0,0 +1,35 @@ +import pytest + +import cowsay + + +def test_char_names(): + + characters = ['beavis', 'cheese', 'daemon', 'cow', 'dragon', + 'ghostbusters', 'kitty', 'meow', 'milk', 'stegosaurus', + 'stimpy', 'turkey', 'turtle', 'tux', + 'pig', 'trex', 'miki', 'fox', 'octopus'] + + assert len(cowsay.char_names) == len(characters) + assert cowsay.char_names == sorted(characters) + + +def test_draw_error(): + + with pytest.raises(cowsay.CowsayError) as e: + cowsay.draw('', '') + + assert e.value.args[0] == 'Pass something meaningful to cowsay' + + +def test_get_output_string(): + + assert isinstance(cowsay.get_output_string(char='cow', text='Hello'), str) + + +def test_get_output_string_error(): + + with pytest.raises(cowsay.CowsayError) as e: + cowsay.get_output_string('random', 'random text') + + assert e.value.args[0] == f'Available Characters: {cowsay.char_names}' diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/test_output.py b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/test_output.py new file mode 100644 index 00000000..d825d8ce --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/cowsay/tests/test_output.py @@ -0,0 +1,40 @@ +import io +import sys +from typing import Callable + +import pytest + +from cowsay import char_funcs, char_names +from . import solutions + + +def capture_output(function: Callable, arguments: str) -> str: + captured_output = io.StringIO() + sys.stdout = captured_output + function(arguments) + sys.stdout = sys.__stdout__ + captured_output.seek(0) + return captured_output.read() + + +def delete_empty_lines(data): + new_data = [] + for line in data.splitlines(): + if len(line.strip()) > 0: + new_data.append(line.rstrip()) + return new_data + + +@pytest.mark.parametrize('char', char_names, ids=char_names) +def test_char_solution(char): + + lorem: str = ( + 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam' + 'nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,' + 'sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.' + ) + + output = capture_output(char_funcs[char], lorem) + output = delete_empty_lines(output) + solution = delete_empty_lines(solutions.CHARS_SOLUTIONS[char]) + assert output == solution diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt new file mode 100644 index 00000000..0e635489 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt @@ -0,0 +1,760 @@ +@Switch01 +A_Rog +Aakanksha Agrawal +Abhinav Sagar +ABHYUDAY PRATAP SINGH +abs51295 +AceGentile +Adam Chainz +Adam Tse +Adam Wentz +admin +Adrien Morison +ahayrapetyan +Ahilya +AinsworthK +Akash Srivastava +Alan Yee +Albert Tugushev +Albert-Guan +albertg +Alberto Sottile +Aleks Bunin +Ales Erjavec +Alethea Flowers +Alex Gaynor +Alex Grönholm +Alex Hedges +Alex Loosley +Alex Morega +Alex Stachowiak +Alexander Shtyrov +Alexandre Conrad +Alexey Popravka +Aleš Erjavec +Alli +Ami Fischman +Ananya Maiti +Anatoly Techtonik +Anders Kaseorg +Andre Aguiar +Andreas Lutro +Andrei Geacar +Andrew Gaul +Andrew Shymanel +Andrey Bienkowski +Andrey Bulgakov +Andrés Delfino +Andy Freeland +Andy Kluger +Ani Hayrapetyan +Aniruddha Basak +Anish Tambe +Anrs Hu +Anthony Sottile +Antoine Musso +Anton Ovchinnikov +Anton Patrushev +Antonio Alvarado Hernandez +Antony Lee +Antti Kaihola +Anubhav Patel +Anudit Nagar +Anuj Godase +AQNOUCH Mohammed +AraHaan +Arindam Choudhury +Armin Ronacher +Artem +Arun Babu Neelicattu +Ashley Manton +Ashwin Ramaswami +atse +Atsushi Odagiri +Avinash Karhana +Avner Cohen +Awit (Ah-Wit) Ghirmai +Baptiste Mispelon +Barney Gale +barneygale +Bartek Ogryczak +Bastian Venthur +Ben Bodenmiller +Ben Darnell +Ben Hoyt +Ben Mares +Ben Rosser +Bence Nagy +Benjamin Peterson +Benjamin VanEvery +Benoit Pierre +Berker Peksag +Bernard +Bernard Tyers +Bernardo B. Marques +Bernhard M. Wiedemann +Bertil Hatt +Bhavam Vidyarthi +Blazej Michalik +Bogdan Opanchuk +BorisZZZ +Brad Erickson +Bradley Ayers +Brandon L. Reiss +Brandt Bucher +Brett Randall +Brett Rosen +Brian Cristante +Brian Rosner +briantracy +BrownTruck +Bruno Oliveira +Bruno Renié +Bruno S +Bstrdsmkr +Buck Golemon +burrows +Bussonnier Matthias +bwoodsend +c22 +Caleb Martinez +Calvin Smith +Carl Meyer +Carlos Liam +Carol Willing +Carter Thayer +Cass +Chandrasekhar Atina +Chih-Hsuan Yen +Chris Brinker +Chris Hunt +Chris Jerdonek +Chris Kuehl +Chris McDonough +Chris Pawley +Chris Pryer +Chris Wolfe +Christian Clauss +Christian Heimes +Christian Oudard +Christoph Reiter +Christopher Hunt +Christopher Snyder +cjc7373 +Clark Boylan +Claudio Jolowicz +Clay McClure +Cody +Cody Soyland +Colin Watson +Collin Anderson +Connor Osborn +Cooper Lees +Cooper Ry Lees +Cory Benfield +Cory Wright +Craig Kerstiens +Cristian Sorinel +Cristina +Cristina Muñoz +Curtis Doty +cytolentino +Daan De Meyer +Dale +Damian +Damian Quiroga +Damian Shaw +Dan Black +Dan Savilonis +Dan Sully +Dane Hillard +daniel +Daniel Collins +Daniel Hahler +Daniel Holth +Daniel Jost +Daniel Katz +Daniel Shaulov +Daniele Esposti +Daniele Nicolodi +Daniele Procida +Daniil Konovalenko +Danny Hermes +Danny McClanahan +Darren Kavanagh +Dav Clark +Dave Abrahams +Dave Jones +David Aguilar +David Black +David Bordeynik +David Caro +David D Lowe +David Evans +David Hewitt +David Linke +David Poggi +David Pursehouse +David Runge +David Tucker +David Wales +Davidovich +ddelange +Deepak Sharma +Deepyaman Datta +Denise Yu +dependabot[bot] +derwolfe +Desetude +Devesh Kumar Singh +Diego Caraballo +Diego Ramirez +DiegoCaraballo +Dimitri Merejkowsky +Dimitri Papadopoulos +Dirk Stolle +Dmitry Gladkov +Dmitry Volodin +Domen Kožar +Dominic Davis-Foster +Donald Stufft +Dongweiming +doron zarhi +Dos Moonen +Douglas Thor +DrFeathers +Dustin Ingram +Dwayne Bailey +Ed Morley +Edgar Ramírez +Edgar Ramírez Mondragón +Ee Durbin +Efflam Lemaillet +efflamlemaillet +Eitan Adler +ekristina +elainechan +Eli Schwartz +Elisha Hollander +Ellen Marie Dash +Emil Burzo +Emil Styrke +Emmanuel Arias +Endoh Takanao +enoch +Erdinc Mutlu +Eric Cousineau +Eric Gillingham +Eric Hanchrow +Eric Hopper +Erik M. Bray +Erik Rose +Erwin Janssen +Eugene Vereshchagin +everdimension +Federico +Felipe Peter +Felix Yan +fiber-space +Filip Kokosiński +Filipe Laíns +Finn Womack +finnagin +Flavio Amurrio +Florian Briand +Florian Rathgeber +Francesco +Francesco Montesano +Frost Ming +Gabriel Curio +Gabriel de Perthuis +Garry Polley +gavin +gdanielson +Geoffrey Sneddon +George Song +Georgi Valkov +Georgy Pchelkin +ghost +Giftlin Rajaiah +gizmoguy1 +gkdoc +Godefroid Chapelle +Gopinath M +GOTO Hayato +gousaiyang +gpiks +Greg Roodt +Greg Ward +Guilherme Espada +Guillaume Seguin +gutsytechster +Guy Rozendorn +Guy Tuval +gzpan123 +Hanjun Kim +Hari Charan +Harsh Vardhan +harupy +Harutaka Kawamura +hauntsaninja +Henrich Hartzer +Henry Schreiner +Herbert Pfennig +Holly Stotelmyer +Honnix +Hsiaoming Yang +Hugo Lopes Tavares +Hugo van Kemenade +Hugues Bruant +Hynek Schlawack +Ian Bicking +Ian Cordasco +Ian Lee +Ian Stapleton Cordasco +Ian Wienand +Igor Kuzmitshov +Igor Sobreira +Ilan Schnell +Illia Volochii +Ilya Baryshev +Inada Naoki +Ionel Cristian Mărieș +Ionel Maries Cristian +Itamar Turner-Trauring +Ivan Pozdeev +J. Nick Koston +Jacob Kim +Jacob Walls +Jaime Sanz +jakirkham +Jakub Kuczys +Jakub Stasiak +Jakub Vysoky +Jakub Wilk +James Cleveland +James Curtin +James Firth +James Gerity +James Polley +Jan Pokorný +Jannis Leidel +Jarek Potiuk +jarondl +Jason Curtis +Jason R. Coombs +JasonMo +JasonMo1 +Jay Graves +Jean Abou Samra +Jean-Christophe Fillion-Robin +Jeff Barber +Jeff Dairiki +Jeff Widman +Jelmer Vernooij +jenix21 +Jeremy Stanley +Jeremy Zafran +Jesse Rittner +Jiashuo Li +Jim Fisher +Jim Garrison +Jiun Bae +Jivan Amara +Joe Bylund +Joe Michelini +John Paton +John T. Wodder II +John-Scott Atlakson +johnthagen +Jon Banafato +Jon Dufresne +Jon Parise +Jonas Nockert +Jonathan Herbert +Joonatan Partanen +Joost Molenaar +Jorge Niedbalski +Joseph Bylund +Joseph Long +Josh Bronson +Josh Hansen +Josh Schneier +Joshua +Juan Luis Cano Rodríguez +Juanjo Bazán +Judah Rand +Julian Berman +Julian Gethmann +Julien Demoor +Jussi Kukkonen +jwg4 +Jyrki Pulliainen +Kai Chen +Kai Mueller +Kamal Bin Mustafa +kasium +kaustav haldar +keanemind +Keith Maxwell +Kelsey Hightower +Kenneth Belitzky +Kenneth Reitz +Kevin Burke +Kevin Carter +Kevin Frommelt +Kevin R Patterson +Kexuan Sun +Kit Randel +Klaas van Schelven +KOLANICH +kpinc +Krishna Oza +Kumar McMillan +Kurt McKee +Kyle Persohn +lakshmanaram +Laszlo Kiss-Kollar +Laurent Bristiel +Laurent LAPORTE +Laurie O +Laurie Opperman +layday +Leon Sasson +Lev Givon +Lincoln de Sousa +Lipis +lorddavidiii +Loren Carvalho +Lucas Cimon +Ludovic Gasc +Lukas Geiger +Lukas Juhrich +Luke Macken +Luo Jiebin +luojiebin +luz.paz +László Kiss Kollár +M00nL1ght +Marc Abramowitz +Marc Tamlyn +Marcus Smith +Mariatta +Mark Kohler +Mark Williams +Markus Hametner +Martey Dodoo +Martin Fischer +Martin Häcker +Martin Pavlasek +Masaki +Masklinn +Matej Stuchlik +Mathew Jennings +Mathieu Bridon +Mathieu Kniewallner +Matt Bacchi +Matt Good +Matt Maker +Matt Robenolt +matthew +Matthew Einhorn +Matthew Feickert +Matthew Gilliard +Matthew Iversen +Matthew Treinish +Matthew Trumbell +Matthew Willson +Matthias Bussonnier +mattip +Maurits van Rees +Max W Chase +Maxim Kurnikov +Maxime Rouyrre +mayeut +mbaluna +mdebi +memoselyk +meowmeowcat +Michael +Michael Aquilina +Michael E. Karpeles +Michael Klich +Michael Mintz +Michael Williamson +michaelpacer +Michał Górny +Mickaël Schoentgen +Miguel Araujo Perez +Mihir Singh +Mike +Mike Hendricks +Min RK +MinRK +Miro Hrončok +Monica Baluna +montefra +Monty Taylor +Muha Ajjan‮ +Nadav Wexler +Nahuel Ambrosini +Nate Coraor +Nate Prewitt +Nathan Houghton +Nathaniel J. Smith +Nehal J Wani +Neil Botelho +Nguyễn Gia Phong +Nicholas Serra +Nick Coghlan +Nick Stenning +Nick Timkovich +Nicolas Bock +Nicole Harris +Nikhil Benesch +Nikhil Ladha +Nikita Chepanov +Nikolay Korolev +Nipunn Koorapati +Nitesh Sharma +Niyas Sait +Noah +Noah Gorny +Nowell Strite +NtaleGrey +nvdv +OBITORASU +Ofek Lev +ofrinevo +Oliver Freund +Oliver Jeeves +Oliver Mannion +Oliver Tonnhofer +Olivier Girardot +Olivier Grisel +Ollie Rutherfurd +OMOTO Kenji +Omry Yadan +onlinejudge95 +Oren Held +Oscar Benjamin +Oz N Tiram +Pachwenko +Patrick Dubroy +Patrick Jenkins +Patrick Lawson +patricktokeeffe +Patrik Kopkan +Paul Ganssle +Paul Kehrer +Paul Moore +Paul Nasrat +Paul Oswald +Paul van der Linden +Paulus Schoutsen +Pavel Safronov +Pavithra Eswaramoorthy +Pawel Jasinski +Paweł Szramowski +Pekka Klärck +Peter Gessler +Peter Lisák +Peter Waller +petr-tik +Phaneendra Chiruvella +Phil Elson +Phil Freo +Phil Pennock +Phil Whelan +Philip Jägenstedt +Philip Molloy +Philippe Ombredanne +Pi Delport +Pierre-Yves Rofes +Pieter Degroote +pip +Prabakaran Kumaresshan +Prabhjyotsing Surjit Singh Sodhi +Prabhu Marappan +Pradyun Gedam +Prashant Sharma +Pratik Mallya +pre-commit-ci[bot] +Preet Thakkar +Preston Holmes +Przemek Wrzos +Pulkit Goyal +q0w +Qiangning Hong +Qiming Xu +Quentin Lee +Quentin Pradet +R. David Murray +Rafael Caricio +Ralf Schmitt +Razzi Abuissa +rdb +Reece Dunham +Remi Rampin +Rene Dudfield +Riccardo Magliocchetti +Riccardo Schirone +Richard Jones +Richard Si +Ricky Ng-Adam +Rishi +RobberPhex +Robert Collins +Robert McGibbon +Robert Pollak +Robert T. McGibbon +robin elisha robinson +Roey Berman +Rohan Jain +Roman Bogorodskiy +Roman Donchenko +Romuald Brunet +ronaudinho +Ronny Pfannschmidt +Rory McCann +Ross Brattain +Roy Wellington Ⅳ +Ruairidh MacLeod +Russell Keith-Magee +Ryan Shepherd +Ryan Wooden +ryneeverett +Sachi King +Salvatore Rinchiera +sandeepkiran-js +Sander Van Balen +Savio Jomton +schlamar +Scott Kitterman +Sean +seanj +Sebastian Jordan +Sebastian Schaetz +Segev Finer +SeongSoo Cho +Sergey Vasilyev +Seth Michael Larson +Seth Woodworth +Shahar Epstein +Shantanu +shireenrao +Shivansh-007 +Shlomi Fish +Shovan Maity +Simeon Visser +Simon Cross +Simon Pichugin +sinoroc +sinscary +snook92 +socketubs +Sorin Sbarnea +Srinivas Nyayapati +Stavros Korokithakis +Stefan Scherfke +Stefano Rivera +Stephan Erb +Stephen Rosen +stepshal +Steve (Gadget) Barnes +Steve Barnes +Steve Dower +Steve Kowalik +Steven Myint +Steven Silvester +stonebig +studioj +Stéphane Bidoul +Stéphane Bidoul (ACSONE) +Stéphane Klein +Sumana Harihareswara +Surbhi Sharma +Sviatoslav Sydorenko +Swat009 +Sylvain +Takayuki SHIMIZUKAWA +Taneli Hukkinen +tbeswick +Thiago +Thijs Triemstra +Thomas Fenzl +Thomas Grainger +Thomas Guettler +Thomas Johansson +Thomas Kluyver +Thomas Smith +Thomas VINCENT +Tim D. Smith +Tim Gates +Tim Harder +Tim Heap +tim smith +tinruufu +Tobias Hermann +Tom Forbes +Tom Freudenheim +Tom V +Tomas Hrnciar +Tomas Orsava +Tomer Chachamu +Tommi Enenkel | AnB +Tomáš Hrnčiar +Tony Beswick +Tony Narlock +Tony Zhaocheng Tan +TonyBeswick +toonarmycaptain +Toshio Kuratomi +toxinu +Travis Swicegood +Tushar Sadhwani +Tzu-ping Chung +Valentin Haenel +Victor Stinner +victorvpaulo +Vikram - Google +Viktor Szépe +Ville Skyttä +Vinay Sajip +Vincent Philippon +Vinicyus Macedo +Vipul Kumar +Vitaly Babiy +Vladimir Fokow +Vladimir Rutsky +W. Trevor King +Wil Tan +Wilfred Hughes +William Edwards +William ML Leslie +William T Olson +William Woodruff +Wilson Mo +wim glenn +Winson Luk +Wolfgang Maier +Wu Zhenyu +XAMES3 +Xavier Fernandez +xoviat +xtreak +YAMAMOTO Takashi +Yen Chi Hsuan +Yeray Diaz Diaz +Yoval P +Yu Jian +Yuan Jing Vincent Yan +Yusuke Hayashi +Zearin +Zhiping Deng +ziebam +Zvezdan Petkovic +Łukasz Langa +Роман Донченко +Семён Марьясин +‮rekcäH nitraM‮ diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt new file mode 100644 index 00000000..8e7b65ea --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2008-present The pip developers (see AUTHORS.txt file) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA new file mode 100644 index 00000000..e5b45bdd --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA @@ -0,0 +1,88 @@ +Metadata-Version: 2.1 +Name: pip +Version: 24.0 +Summary: The PyPA recommended tool for installing Python packages. +Author-email: The pip developers +License: MIT +Project-URL: Homepage, https://pip.pypa.io/ +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Topic :: Software Development :: Build Tools +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +License-File: LICENSE.txt +License-File: AUTHORS.txt + +pip - The Python Package Installer +================================== + +.. image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + :alt: PyPI + +.. image:: https://img.shields.io/pypi/pyversions/pip + :target: https://pypi.org/project/pip + :alt: PyPI - Python Version + +.. image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + :alt: Documentation + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD new file mode 100644 index 00000000..e5645ed5 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD @@ -0,0 +1,1005 @@ +../../../bin/pip,sha256=byeF3nGOYm-QPQULLDnuW9Rd-0E8IjHC5CQ-MNZU480,276 +../../../bin/pip3,sha256=byeF3nGOYm-QPQULLDnuW9Rd-0E8IjHC5CQ-MNZU480,276 +../../../bin/pip3.12,sha256=byeF3nGOYm-QPQULLDnuW9Rd-0E8IjHC5CQ-MNZU480,276 +pip-24.0.dist-info/AUTHORS.txt,sha256=SwXm4nkwRkmtnO1ZY-dLy7EPeoQNXMNLby5CN3GlNhY,10388 +pip-24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-24.0.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-24.0.dist-info/METADATA,sha256=kNEfJ3_Vho2mee4lfJdlbd5RHIqsfQJSMUB-bOkIOeI,3581 +pip-24.0.dist-info/RECORD,, +pip-24.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-24.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92 +pip-24.0.dist-info/entry_points.txt,sha256=Fa_c0b-xGFaYxagIruvpJD6qqXmNTA02vAVIkmMj-9o,125 +pip-24.0.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=oAk1nFpLmUVS5Ln7NxvNoGUn5Vkn6FGQjPaNDf8Q8pk,355 +pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854 +pip/__pip-runner__.py,sha256=EnrfKmKMzWAdqg_JicLCOP9Y95Ux7zHh4ObvqLtQcjo,1444 +pip/__pycache__/__init__.cpython-312.pyc,, +pip/__pycache__/__main__.cpython-312.pyc,, +pip/__pycache__/__pip-runner__.cpython-312.pyc,, +pip/_internal/__init__.py,sha256=iqZ5-YQsQV08tkUc7L806Reop6tguLFWf70ySF6be0Y,515 +pip/_internal/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/__pycache__/build_env.cpython-312.pyc,, +pip/_internal/__pycache__/cache.cpython-312.pyc,, +pip/_internal/__pycache__/configuration.cpython-312.pyc,, +pip/_internal/__pycache__/exceptions.cpython-312.pyc,, +pip/_internal/__pycache__/main.cpython-312.pyc,, +pip/_internal/__pycache__/pyproject.cpython-312.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-312.pyc,, +pip/_internal/build_env.py,sha256=1ESpqw0iupS_K7phZK5zshVE5Czy9BtGLFU4W6Enva8,10243 +pip/_internal/cache.py,sha256=uiYD-9F0Bv1C8ZyWE85lpzDmQf7hcUkgL99GmI8I41Q,10370 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-312.pyc,, +pip/_internal/cli/__pycache__/main.cpython-312.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-312.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-312.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc,, +pip/_internal/cli/autocompletion.py,sha256=_br_5NgSxSuvPjMF0MLHzS5s6BpSkQAQHKrLK89VauM,6690 +pip/_internal/cli/base_command.py,sha256=iuVWGa2oTq7gBReo0er3Z0tXJ2oqBIC6QjDHcnDhKXY,8733 +pip/_internal/cli/cmdoptions.py,sha256=V8ggG6AtHpHKkH_6tRU0mhJaZTeqtrFpu75ghvMXXJk,30063 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/main.py,sha256=Uzxt_YD1hIvB1AW5mxt6IVcht5G712AtMqdo51UMhmQ,2816 +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 +pip/_internal/cli/parser.py,sha256=KW6C3-7-4ErTNB0TfLTKwOdHcd-qefCeGnrOoE2r0RQ,10781 +pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968 +pip/_internal/cli/req_command.py,sha256=c7_XHABnXmD3_qlK9-r37KqdKBAcgmVKvQ2WcTrNLfc,18369 +pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882 +pip/_internal/commands/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-312.pyc,, +pip/_internal/commands/__pycache__/check.cpython-312.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-312.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-312.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-312.pyc,, +pip/_internal/commands/__pycache__/download.cpython-312.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-312.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-312.pyc,, +pip/_internal/commands/__pycache__/help.cpython-312.pyc,, +pip/_internal/commands/__pycache__/index.cpython-312.pyc,, +pip/_internal/commands/__pycache__/inspect.cpython-312.pyc,, +pip/_internal/commands/__pycache__/install.cpython-312.pyc,, +pip/_internal/commands/__pycache__/list.cpython-312.pyc,, +pip/_internal/commands/__pycache__/search.cpython-312.pyc,, +pip/_internal/commands/__pycache__/show.cpython-312.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/commands/cache.py,sha256=xg76_ZFEBC6zoQ3gXLRfMZJft4z2a0RwH4GEFZC6nnU,7944 +pip/_internal/commands/check.py,sha256=Rb13Q28yoLh0j1gpx5SU0jlResNct21eQCRsnaO9xKA,1782 +pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287 +pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766 +pip/_internal/commands/debug.py,sha256=63972uUCeMIGOdMMVeIUGrOjTOqTVWplFC82a-hcKyA,6777 +pip/_internal/commands/download.py,sha256=e4hw088zGo26WmJaMIRvCniLlLmoOjqolGyfHjsCkCQ,5335 +pip/_internal/commands/freeze.py,sha256=qrIHS_-c6JPrQ92hMhAv9kkl0bHgFpRLwYJDdbcYr1o,3243 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=CNXQer_PeZKSJooURcCFCBEKGfwyNoUWYP_MWczAcOM,4775 +pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188 +pip/_internal/commands/install.py,sha256=VxDd-BD3a27ApeE2OK34rfBXS6Zo2wtemK9-HCwPqxM,28782 +pip/_internal/commands/list.py,sha256=-QbpPuGDiGN1SdThsk2ml8beBnepliefbGhMAN8tkzU,12547 +pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697 +pip/_internal/commands/show.py,sha256=t5jia4zcYJRJZy4U_Von7zMl03hJmmcofj6oDNTnj7Y,6419 +pip/_internal/commands/uninstall.py,sha256=OIqO9tqadY8kM4HwhFf1Q62fUIp7v8KDrTRo8yWMz7Y,3886 +pip/_internal/commands/wheel.py,sha256=CSnX8Pmf1oPCnd7j7bn1_f58G9KHNiAblvVJ5zykN-A,6476 +pip/_internal/configuration.py,sha256=XkAiBS0hpzsM-LF0Qu5hvPWO_Bs67-oQKRYFBuMbESs,14006 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/distributions/base.py,sha256=oRSEvnv2ZjBnargamnv2fcJa1n6gUDKaW0g6CWSEpWs,1743 +pip/_internal/distributions/installed.py,sha256=QinHFbWAQ8oE0pbD8MFZWkwlnfU1QYTccA1vnhrlYOU,842 +pip/_internal/distributions/sdist.py,sha256=4K3V0VNMllHbBzCJibjwd_tylUKpmIdu2AQyhplvCQo,6709 +pip/_internal/distributions/wheel.py,sha256=-ma3sOtUQj0AxXCEb6_Fhmjl3nh4k3A0HC2taAb2N-4,1277 +pip/_internal/exceptions.py,sha256=TmF1iNFEneSWaemwlg6a5bpPuq2cMHK7d1-SvjsQHb0,23634 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/index/__pycache__/collector.cpython-312.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-312.pyc,, +pip/_internal/index/__pycache__/sources.cpython-312.pyc,, +pip/_internal/index/collector.py,sha256=sH0tL_cOoCk6pLLfCSGVjFM4rPEJtllF-VobvAvLSH4,16590 +pip/_internal/index/package_finder.py,sha256=S_nC8gzVIMY6ikWfKoSOzRtoesUqnfNhAPl_BwSOusA,37843 +pip/_internal/index/sources.py,sha256=dJegiR9f86kslaAHcv9-R5L_XBf5Rzm_FkyPteDuPxI,8688 +pip/_internal/locations/__init__.py,sha256=Dh8LJWG8LRlDK4JIj9sfRF96TREzE--N_AIlx7Tqoe4,15365 +pip/_internal/locations/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc,, +pip/_internal/locations/__pycache__/base.cpython-312.pyc,, +pip/_internal/locations/_distutils.py,sha256=H9ZHK_35rdDV1Qsmi4QeaBULjFT4Mbu6QuoVGkJ6QHI,6009 +pip/_internal/locations/_sysconfig.py,sha256=jyNVtUfMIf0mtyY-Xp1m9yQ8iwECozSVVFmjkN9a2yw,7680 +pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556 +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 +pip/_internal/metadata/__init__.py,sha256=9pU3W3s-6HtjFuYhWcLTYVmSaziklPv7k2x8p7X1GmA,4339 +pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/_json.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc,, +pip/_internal/metadata/_json.py,sha256=Rz5M5ciSNvITwaTQR6NfN8TgKgM5WfTws4D6CFknovE,2627 +pip/_internal/metadata/base.py,sha256=l3Wgku4xlgr8s4p6fS-3qQ4QKOpPbWLRwi5d9omEFG4,25907 +pip/_internal/metadata/importlib/__init__.py,sha256=jUUidoxnHcfITHHaAWG1G2i5fdBYklv_uJcjo2x7VYE,135 +pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc,, +pip/_internal/metadata/importlib/_compat.py,sha256=GAe_prIfCE4iUylrnr_2dJRlkkBVRUbOidEoID7LPoE,1882 +pip/_internal/metadata/importlib/_dists.py,sha256=UPl1wUujFqiwiltRJ1tMF42WRINO1sSpNNlYQ2mX0mk,8297 +pip/_internal/metadata/importlib/_envs.py,sha256=XTaFIYERP2JF0QUZuPx2ETiugXbPEcZ8q8ZKeht6Lpc,7456 +pip/_internal/metadata/pkg_resources.py,sha256=opjw4IBSqHvie6sXJ_cbT42meygoPEUfNURJuWZY7sk,10035 +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 +pip/_internal/models/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-312.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-312.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-312.pyc,, +pip/_internal/models/__pycache__/index.cpython-312.pyc,, +pip/_internal/models/__pycache__/installation_report.cpython-312.pyc,, +pip/_internal/models/__pycache__/link.cpython-312.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-312.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-312.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-312.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/models/candidate.py,sha256=hEPu8VdGE5qVASv6vLz-R-Rgh5-7LMbai1jgthMCd8M,931 +pip/_internal/models/direct_url.py,sha256=FwouYBKcqckh7B-k2H3HVgRhhFTukFwqiS3kfvtFLSk,6889 +pip/_internal/models/format_control.py,sha256=wtsQqSK9HaUiNxQEuB-C62eVimw6G4_VQFxV9-_KDBE,2486 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/installation_report.py,sha256=zRVZoaz-2vsrezj_H3hLOhMZCK9c7TbzWgC-jOalD00,2818 +pip/_internal/models/link.py,sha256=XirOAGv1jgMu7vu87kuPbohGj7VHpwVrd2q3KUgVQNg,20777 +pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738 +pip/_internal/models/search_scope.py,sha256=ASVyyZxiJILw7bTIVVpJx8J293M3Hk5F33ilGn0e80c,4643 +pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907 +pip/_internal/models/target_python.py,sha256=34EkorrMuRvRp-bjqHKJ-bOO71m9xdjN2b8WWFEC2HU,4272 +pip/_internal/models/wheel.py,sha256=YqazoIZyma_Q1ejFa1C7NHKQRRWlvWkdK96VRKmDBeI,3600 +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 +pip/_internal/network/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/network/__pycache__/auth.cpython-312.pyc,, +pip/_internal/network/__pycache__/cache.cpython-312.pyc,, +pip/_internal/network/__pycache__/download.cpython-312.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc,, +pip/_internal/network/__pycache__/session.cpython-312.pyc,, +pip/_internal/network/__pycache__/utils.cpython-312.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc,, +pip/_internal/network/auth.py,sha256=TC-OcW2KU4W6R1hU4qPgQXvVH54adACpZz6sWq-R9NA,20541 +pip/_internal/network/cache.py,sha256=48A971qCzKNFvkb57uGEk7-0xaqPS0HWj2711QNTxkU,3935 +pip/_internal/network/download.py,sha256=i0Tn55CD5D7XYEFY3TxiYaCf0OaaTQ6SScNgCsSeV14,6086 +pip/_internal/network/lazy_wheel.py,sha256=2PXVduYZPCPZkkQFe1J1GbfHJWeCU--FXonGyIfw9eU,7638 +pip/_internal/network/session.py,sha256=9tqEDD8JiVaFdplOEXJxNo9cjRfBZ6RIa0yQQ_qBNiM,18698 +pip/_internal/network/utils.py,sha256=6A5SrUJEEUHxbGtbscwU2NpCyz-3ztiDlGWHpRRhsJ8,4073 +pip/_internal/network/xmlrpc.py,sha256=sAxzOacJ-N1NXGPvap9jC3zuYWSnnv3GXtgR2-E2APA,1838 +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/__pycache__/check.cpython-312.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-312.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-312.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc,, +pip/_internal/operations/build/build_tracker.py,sha256=z-H5DOknZdBa3dh2Vq6VBMY5qLYIKmlj2p6CGZK5Lc8,4832 +pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422 +pip/_internal/operations/build/metadata_editable.py,sha256=VLL7LvntKE8qxdhUdEJhcotFzUsOSI8NNS043xULKew,1474 +pip/_internal/operations/build/metadata_legacy.py,sha256=o-eU21As175hDC7dluM1fJJ_FqokTIShyWpjKaIpHZw,2198 +pip/_internal/operations/build/wheel.py,sha256=sT12FBLAxDC6wyrDorh8kvcZ1jG5qInCRWzzP-UkJiQ,1075 +pip/_internal/operations/build/wheel_editable.py,sha256=yOtoH6zpAkoKYEUtr8FhzrYnkNHQaQBjWQ2HYae1MQg,1417 +pip/_internal/operations/build/wheel_legacy.py,sha256=C9j6rukgQI1n_JeQLoZGuDdfUwzCXShyIdPTp6edbMQ,3064 +pip/_internal/operations/check.py,sha256=fsqA88iGaqftCr2tlP3sSU202CSkoODRtW0O-JU9M4Y,6806 +pip/_internal/operations/freeze.py,sha256=uqoeTAf6HOYVMR2UgAT8N85UZoGEVEoQdan_Ao6SOfk,9816 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=YeR0KadWXw_ZheC1NtAG1qVIEkOgRGHc23x-YtGW7NU,1282 +pip/_internal/operations/install/wheel.py,sha256=9hGb1c4bRnPIb2FG7CtUSPfPxqprmHQBtwIAlWPNTtE,27311 +pip/_internal/operations/prepare.py,sha256=57Oq87HfunX3Rbqp47FdaJr9cHbAKUm_3gv7WhBAqbE,28128 +pip/_internal/pyproject.py,sha256=4Xszp11xgr126yzG6BbJA0oaQ9WXuhb0jyUb-y_6lPQ,7152 +pip/_internal/req/__init__.py,sha256=TELFgZOof3lhMmaICVWL9U7PlhXo9OufokbMAJ6J2GI,2738 +pip/_internal/req/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc,, +pip/_internal/req/constructors.py,sha256=8hlY56imEthLORRwmloyKz3YOyXymIaKsNB6P9ewvNI,19018 +pip/_internal/req/req_file.py,sha256=M8ttOZL-PwAj7scPElhW3ZD2hiD9mm_6FJAGIbwAzEI,17790 +pip/_internal/req/req_install.py,sha256=wtOPxkyRSM8comTks8oL1Gp2oyGqbH7JwIDRci2QiPk,35460 +pip/_internal/req/req_set.py,sha256=iMYDUToSgkxFyrP_OrTtPSgw4dwjRyGRDpGooTqeA4Y,4704 +pip/_internal/req/req_uninstall.py,sha256=nmvTQaRCC0iu-5Tw0djlXJhSj6WmqHRvT3qkkEdC35E,24551 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-312.pyc,, +pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583 +pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=Xk24jQ62GvLr4Mc7IjN_qiO88qp0BImzVmPIFz9QLOE,24025 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=jg5COmHLhmBIKOR-4spdJD3jyULYa1BdsqiBu2YJnJ4,5173 +pip/_internal/resolution/resolvelib/candidates.py,sha256=19Ki91Po-MSxBknGIfOGkaWkFdOznN0W_nKv7jL28L0,21052 +pip/_internal/resolution/resolvelib/factory.py,sha256=vqqk-hjchdhShwWVdeW2_A-5ZblLhE_nC_v3Mhz4Svc,32292 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705 +pip/_internal/resolution/resolvelib/provider.py,sha256=4t23ivjruqM6hKBX1KpGiTt-M4HGhRcZnGLV0c01K7U,9824 +pip/_internal/resolution/resolvelib/reporter.py,sha256=YFm9hQvz4DFCbjZeFTQ56hTz3Ac-mDBnHkeNRVvMHLY,3100 +pip/_internal/resolution/resolvelib/requirements.py,sha256=-kJONP0WjDfdTvBAs2vUXPgAnOyNIBEAXY4b72ogtPE,5696 +pip/_internal/resolution/resolvelib/resolver.py,sha256=nLJOsVMEVi2gQUVJoUFKMZAeu2f7GRMjGMvNSWyz0Bc,12592 +pip/_internal/self_outdated_check.py,sha256=saxQLB8UzIFtMScquytG10TOTsYVFJQ_mkW1NY-46wE,8378 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-312.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-312.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/models.cpython-312.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-312.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/utils/_jaraco_text.py,sha256=yvDGelTVugRayPaOF2k4ab0Ky4d3uOkAfuOQjASjImY,3351 +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 +pip/_internal/utils/compat.py,sha256=ACyBfLgj3_XG-iA5omEDrXqDM0cQKzi8h8HRBInzG6Q,1884 +pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=NKo8VqLioJ4nnXXGmW4KdasxF90EFHkZaHeX1fT08C8,3627 +pip/_internal/utils/direct_url_helpers.py,sha256=6F1tc2rcKaCZmgfVwsE6ObIe_Pux23mUVYA-2D9wCFc,3206 +pip/_internal/utils/egg_link.py,sha256=0FePZoUYKv4RGQ2t6x7w5Z427wbA_Uo3WZnAkrgsuqo,2463 +pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169 +pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064 +pip/_internal/utils/filesystem.py,sha256=RhMIXUaNVMGjc3rhsDahWQ4MavvEQDdqXqgq-F6fpw8,5122 +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 +pip/_internal/utils/glibc.py,sha256=Mesxxgg3BLxheLZx-dSf30b6gKpOgdVXw6W--uHSszQ,3113 +pip/_internal/utils/hashes.py,sha256=MjOigC75z6qoRMkgHiHqot7eqxfwDZSrEflJMPm-bHE,5118 +pip/_internal/utils/logging.py,sha256=fdtuZJ-AKkqwDTANDvGcBEpssL8el7T1jnwk1CnZl3Y,11603 +pip/_internal/utils/misc.py,sha256=fNXwaeeikvnUt4CPMFIL4-IQbZDxxjj4jDpzCi4ZsOw,23623 +pip/_internal/utils/models.py,sha256=5GoYU586SrxURMvDn_jBMJInitviJg4O5-iOU-6I0WY,1193 +pip/_internal/utils/packaging.py,sha256=5Wm6_x7lKrlqVjPI5MBN_RurcRHwVYoQ7Ksrs84de7s,2108 +pip/_internal/utils/setuptools_build.py,sha256=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435 +pip/_internal/utils/subprocess.py,sha256=zzdimb75jVLE1GU4WlTZ055gczhD7n1y1xTcNc7vNZQ,9207 +pip/_internal/utils/temp_dir.py,sha256=DUAw22uFruQdK43i2L2K53C-CDjRCPeAsBKJpu-rHQ4,9312 +pip/_internal/utils/unpacking.py,sha256=SBb2iV1crb89MDRTEKY86R4A_UOWApTQn9VQVcMDOlE,8821 +pip/_internal/utils/urls.py,sha256=AhaesUGl-9it6uvG6fsFPOr9ynFpGaTMk4t5XTX7Z_Q,1759 +pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456 +pip/_internal/utils/wheel.py,sha256=i4BwUNHattzN0ixy3HBAF04tZPRh2CcxaT6t86viwkE,4499 +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 +pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc,, +pip/_internal/vcs/bazaar.py,sha256=j0oin0fpGRHcCFCxEcpPCQoFEvA-DMLULKdGP8Nv76o,3519 +pip/_internal/vcs/git.py,sha256=CeKBGJnl6uskvvjkAUXrJVxbHJrpS_B_pyfFdjL3CRc,18121 +pip/_internal/vcs/mercurial.py,sha256=oULOhzJ2Uie-06d1omkL-_Gc6meGaUkyogvqG9ZCyPs,5249 +pip/_internal/vcs/subversion.py,sha256=vhZs8L-TNggXqM1bbhl-FpbxE3TrIB6Tgnx8fh3S2HE,11729 +pip/_internal/vcs/versioncontrol.py,sha256=3eIjtOMYvOY5qP6BMYIYDZ375CSuec6kSEB0bOo1cSs,22787 +pip/_internal/wheel_builder.py,sha256=qTTzQV8F6b1jNsFCda1TRQC8J7gK-m7iuRNgKo7Dj68,11801 +pip/_vendor/__init__.py,sha256=U51NPwXdA-wXOiANIQncYjcMp6txgeOL5nHxksJeyas,4993 +pip/_vendor/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/__pycache__/six.cpython-312.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=ctHagMhQXuvQDdm4TirZrwDOT5H8oBNAJqzdKI6sovk,676 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737 +pip/_vendor/cachecontrol/adapter.py,sha256=_CcWvUP9048qAZjsNqViaHbdcLs9mmFNixVfpO7oebE,6392 +pip/_vendor/cachecontrol/cache.py,sha256=OTQj72tUf8C1uEgczdl3Gc8vkldSzsTITKtDGKMx4z8,1952 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=3z8AWKD-vfKeiJqIzLmJyIYtR2yd6Tsh3u1TyLRQoIQ,5352 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 +pip/_vendor/cachecontrol/controller.py,sha256=keCFA3ZaNVaWTwHd6F1zqWhb4vyvNx_UvZuo5iIYMfo,18384 +pip/_vendor/cachecontrol/filewrapper.py,sha256=STttGmIPBvZzt2b51dUOwoWX5crcMCpKZOisM3f5BNc,4292 +pip/_vendor/cachecontrol/heuristics.py,sha256=fdFbk9W8IeLrjteIz_fK4mj2HD_Y7COXF2Uc8TgjT1c,4828 +pip/_vendor/cachecontrol/serialize.py,sha256=0dHeMaDwysVAAnGVlhMOP4tDliohgNK0Jxk_zsOiWxw,7173 +pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 +pip/_vendor/certifi/__init__.py,sha256=L_j-d0kYuA_MzA2_2hraF1ovf6KT6DTquRdV3paQwOk,94 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-312.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=eU0Dn_3yd8BH4m8sfVj4Glhl2KDrcCSg-sEWT-pNJ88,281617 +pip/_vendor/certifi/core.py,sha256=DNTl8b_B6C4vO3Vc9_q2uvwHpNnBQoy5onDC4McImxc,4531 +pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797 +pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/version.cpython-312.pyc,, +pip/_vendor/chardet/big5freq.py,sha256=ltcfP-3PjlNHCoo5e4a7C4z-2DhBTXRfY6jbMbB7P30,31274 +pip/_vendor/chardet/big5prober.py,sha256=lPMfwCX6v2AaPgvFh_cSWZcgLDbWiFCHLZ_p9RQ9uxE,1763 +pip/_vendor/chardet/chardistribution.py,sha256=13B8XUG4oXDuLdXvfbIWwLFeR-ZU21AqTS1zcdON8bU,10032 +pip/_vendor/chardet/charsetgroupprober.py,sha256=UKK3SaIZB2PCdKSIS0gnvMtLR9JJX62M-fZJu3OlWyg,3915 +pip/_vendor/chardet/charsetprober.py,sha256=L3t8_wIOov8em-vZWOcbkdsrwe43N6_gqNh5pH7WPd4,5420 +pip/_vendor/chardet/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc,, +pip/_vendor/chardet/cli/chardetect.py,sha256=zibMVg5RpKb-ME9_7EYG4ZM2Sf07NHcQzZ12U-rYJho,3242 +pip/_vendor/chardet/codingstatemachine.py,sha256=K7k69sw3jY5DmTXoSJQVsUtFIQKYPQVOSJJhBuGv_yE,3732 +pip/_vendor/chardet/codingstatemachinedict.py,sha256=0GY3Hi2qIZvDrOOJ3AtqppM1RsYxr_66ER4EHjuMiMc,542 +pip/_vendor/chardet/cp949prober.py,sha256=0jKRV7fECuWI16rNnks0ZECKA1iZYCIEaP8A1ZvjUSI,1860 +pip/_vendor/chardet/enums.py,sha256=TzECiZoCKNMqgwU76cPCeKWFBqaWvAdLMev5_bCkhY8,1683 +pip/_vendor/chardet/escprober.py,sha256=Kho48X65xE0scFylIdeJjM2bcbvRvv0h0WUbMWrJD3A,4006 +pip/_vendor/chardet/escsm.py,sha256=AqyXpA2FQFD7k-buBty_7itGEYkhmVa8X09NLRul3QM,12176 +pip/_vendor/chardet/eucjpprober.py,sha256=5KYaM9fsxkRYzw1b5k0fL-j_-ezIw-ij9r97a9MHxLY,3934 +pip/_vendor/chardet/euckrfreq.py,sha256=3mHuRvXfsq_QcQysDQFb8qSudvTiol71C6Ic2w57tKM,13566 +pip/_vendor/chardet/euckrprober.py,sha256=hiFT6wM174GIwRvqDsIcuOc-dDsq2uPKMKbyV8-1Xnc,1753 +pip/_vendor/chardet/euctwfreq.py,sha256=2alILE1Lh5eqiFJZjzRkMQXolNJRHY5oBQd-vmZYFFM,36913 +pip/_vendor/chardet/euctwprober.py,sha256=NxbpNdBtU0VFI0bKfGfDkpP7S2_8_6FlO87dVH0ogws,1753 +pip/_vendor/chardet/gb2312freq.py,sha256=49OrdXzD-HXqwavkqjo8Z7gvs58hONNzDhAyMENNkvY,20735 +pip/_vendor/chardet/gb2312prober.py,sha256=KPEBueaSLSvBpFeINMu0D6TgHcR90e5PaQawifzF4o0,1759 +pip/_vendor/chardet/hebrewprober.py,sha256=96T_Lj_OmW-fK7JrSHojYjyG3fsGgbzkoTNleZ3kfYE,14537 +pip/_vendor/chardet/jisfreq.py,sha256=mm8tfrwqhpOd3wzZKS4NJqkYBQVcDfTM2JiQ5aW932E,25796 +pip/_vendor/chardet/johabfreq.py,sha256=dBpOYG34GRX6SL8k_LbS9rxZPMjLjoMlgZ03Pz5Hmqc,42498 +pip/_vendor/chardet/johabprober.py,sha256=O1Qw9nVzRnun7vZp4UZM7wvJSv9W941mEU9uDMnY3DU,1752 +pip/_vendor/chardet/jpcntx.py,sha256=uhHrYWkLxE_rF5OkHKInm0HUsrjgKHHVQvtt3UcvotA,27055 +pip/_vendor/chardet/langbulgarianmodel.py,sha256=vmbvYFP8SZkSxoBvLkFqKiH1sjma5ihk3PTpdy71Rr4,104562 +pip/_vendor/chardet/langgreekmodel.py,sha256=JfB7bupjjJH2w3X_mYnQr9cJA_7EuITC2cRW13fUjeI,98484 +pip/_vendor/chardet/langhebrewmodel.py,sha256=3HXHaLQPNAGcXnJjkIJfozNZLTvTJmf4W5Awi6zRRKc,98196 +pip/_vendor/chardet/langhungarianmodel.py,sha256=WxbeQIxkv8YtApiNqxQcvj-tMycsoI4Xy-fwkDHpP_Y,101363 +pip/_vendor/chardet/langrussianmodel.py,sha256=s395bTZ87ESTrZCOdgXbEjZ9P1iGPwCl_8xSsac_DLY,128035 +pip/_vendor/chardet/langthaimodel.py,sha256=7bJlQitRpTnVGABmbSznHnJwOHDy3InkTvtFUx13WQI,102774 +pip/_vendor/chardet/langturkishmodel.py,sha256=XY0eGdTIy4eQ9Xg1LVPZacb-UBhHBR-cq0IpPVHowKc,95372 +pip/_vendor/chardet/latin1prober.py,sha256=p15EEmFbmQUwbKLC7lOJVGHEZwcG45ubEZYTGu01J5g,5380 +pip/_vendor/chardet/macromanprober.py,sha256=9anfzmY6TBfUPDyBDOdY07kqmTHpZ1tK0jL-p1JWcOY,6077 +pip/_vendor/chardet/mbcharsetprober.py,sha256=Wr04WNI4F3X_VxEverNG-H25g7u-MDDKlNt-JGj-_uU,3715 +pip/_vendor/chardet/mbcsgroupprober.py,sha256=iRpaNBjV0DNwYPu_z6TiHgRpwYahiM7ztI_4kZ4Uz9A,2131 +pip/_vendor/chardet/mbcssm.py,sha256=hUtPvDYgWDaA2dWdgLsshbwRfm3Q5YRlRogdmeRUNQw,30391 +pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc,, +pip/_vendor/chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560 +pip/_vendor/chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402 +pip/_vendor/chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400 +pip/_vendor/chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137 +pip/_vendor/chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007 +pip/_vendor/chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848 +pip/_vendor/chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505 +pip/_vendor/chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812 +pip/_vendor/chardet/version.py,sha256=lGtJcxGM44Qz4Cbk4rbbmrKxnNr1-97U25TameLehZw,244 +pip/_vendor/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266 +pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc,, +pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522 +pip/_vendor/colorama/ansitowin32.py,sha256=vPNYa3OZbxjbuFyaVo0Tmhmy1FZ1lKMWCnT7odXpItk,11128 +pip/_vendor/colorama/initialise.py,sha256=-hIny86ClXo39ixh5iSCfUIa2f_h_bgKRDW7gqs-KLU,3325 +pip/_vendor/colorama/tests/__init__.py,sha256=MkgPAEzGQd-Rq0w0PZXSX2LadRWhUECcisJY8lSrm4Q,75 +pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/ansi_test.py,sha256=FeViDrUINIZcr505PAxvU4AjXz1asEiALs9GXMhwRaE,2839 +pip/_vendor/colorama/tests/ansitowin32_test.py,sha256=RN7AIhMJ5EqDsYaCjVo-o4u8JzDD4ukJbmevWKS70rY,10678 +pip/_vendor/colorama/tests/initialise_test.py,sha256=BbPy-XfyHwJ6zKozuQOvNvQZzsx9vdb_0bYXn7hsBTc,6741 +pip/_vendor/colorama/tests/isatty_test.py,sha256=Pg26LRpv0yQDB5Ac-sxgVXG7hsA1NYvapFgApZfYzZg,1866 +pip/_vendor/colorama/tests/utils.py,sha256=1IIRylG39z5-dzq09R_ngufxyPZxgldNbrxKxUGwGKE,1079 +pip/_vendor/colorama/tests/winterm_test.py,sha256=qoWFPEjym5gm2RuMwpf3pOis3a5r_PJZFCzK254JL8A,3709 +pip/_vendor/colorama/win32.py,sha256=YQOKwMTwtGBbsY4dL5HYTvwTeP9wIQra5MvPNddpxZs,6181 +pip/_vendor/colorama/winterm.py,sha256=XCQFDHjPi6AHYNdZwy0tA02H-Jh48Jp-HvCjeLeLp3U,7134 +pip/_vendor/distlib/__init__.py,sha256=hJKF7FHoqbmGckncDuEINWo_OYkDNiHODtYXSMcvjcc,625 +pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc,, +pip/_vendor/distlib/compat.py,sha256=Un-uIBvy02w-D267OG4VEhuddqWgKj9nNkxVltAb75w,41487 +pip/_vendor/distlib/database.py,sha256=0V9Qvs0Vrxa2F_-hLWitIyVyRifJ0pCxyOI-kEOBwsA,51965 +pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797 +pip/_vendor/distlib/locators.py,sha256=o1r_M86_bRLafSpetmyfX8KRtFu-_Q58abvQrnOSnbA,51767 +pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168 +pip/_vendor/distlib/markers.py,sha256=n3DfOh1yvZ_8EW7atMyoYeZFXjYla0Nz0itQlojCd0A,5268 +pip/_vendor/distlib/metadata.py,sha256=pB9WZ9mBfmQxc9OVIldLS5CjOoQRvKAvUwwQyKwKQtQ,39693 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=nQFXN6G7nOWNDUyxirUep-3WOlJhB7McvCs9zOnkGTI,18315 +pip/_vendor/distlib/util.py,sha256=XSznxEi_i3T20UJuaVc0qXHz5ksGUCW1khYlBprN_QE,67530 +pip/_vendor/distlib/version.py,sha256=9pXkduchve_aN7JG6iL9VTYV_kqNSGoc2Dwl8JuySnQ,23747 +pip/_vendor/distlib/wheel.py,sha256=FVQCve8u-L0QYk5-YTZc7s4WmNQdvjRWTK08KXzZVX4,43958 +pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 +pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 +pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,, +pip/_vendor/distro/distro.py,sha256=UZO1LjIhtFCMdlbiz39gj3raV-Amf3SBwzGzfApiMHw,49330 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,, +pip/_vendor/idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374 +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +pip/_vendor/idna/core.py,sha256=1JxchwKzkxBSn7R_oCE12oBu3eVux0VzdxolmIad24M,12950 +pip/_vendor/idna/idnadata.py,sha256=xUjqKqiJV8Ho_XzBpAtv5JFoVPSupK-SUXvtjygUHqw,44375 +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +pip/_vendor/idna/package_data.py,sha256=C_jHJzmX8PI4xq0jpzmcTMxpb5lDsq4o5VyxQzlVrZE,21 +pip/_vendor/idna/uts46data.py,sha256=zvjZU24s58_uAS850Mcd0NnD0X7_gCMAMjzWNIeUJdc,206539 +pip/_vendor/msgpack/__init__.py,sha256=hyGhlnmcJkxryJBKC3X5FnEph375kQoL_mG8LZUuXgY,1132 +pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc,, +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=C5MK8JhVYGYFWPvxsORsqZAnvOXefYQ57m1Ym0luW5M,6079 +pip/_vendor/msgpack/fallback.py,sha256=tvNBHyxxFbuVlC8GZShETClJxjLiDMOja4XwwyvNm2g,34544 +pip/_vendor/packaging/__about__.py,sha256=ugASIO2w1oUyH8_COqQ2X_s0rDhjbhQC3yJocD03h2c,661 +pip/_vendor/packaging/__init__.py,sha256=b9Kk5MF7KxhhLgcDmiUWukN-LatWFxPdNug0joPhHSk,497 +pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-312.pyc,, +pip/_vendor/packaging/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488 +pip/_vendor/packaging/_musllinux.py,sha256=_KGgY_qc7vhMGpoqss25n2hiLCNKRtvz9mCrS7gkqyc,4378 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487 +pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676 +pip/_vendor/packaging/specifiers.py,sha256=LRQ0kFsHrl5qfcFNEEJrIFYsnIHQUJXY9fIsakTrrqE,30110 +pip/_vendor/packaging/tags.py,sha256=lmsnGNiJ8C4D_Pf9PbM0qgbZvD9kmB9lpZBQUZa3R_Y,15699 +pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200 +pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665 +pip/_vendor/pkg_resources/__init__.py,sha256=hTAeJCNYb7dJseIDVsYK3mPQep_gphj4tQh-bspX8bg,109364 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__init__.py,sha256=SkhEYVyC_HUHC6KX7n4M_6coyRMtEB38QMyOYIAX6Yk,20155 +pip/_vendor/platformdirs/__main__.py,sha256=fVvSiTzr2-RM6IsjWjj4fkaOtDOgDhUWv6sA99do4CQ,1476 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,, +pip/_vendor/platformdirs/android.py,sha256=y_EEMKwYl2-bzYBDovksSn8m76on0Lda8eyJksVQE9U,7211 +pip/_vendor/platformdirs/api.py,sha256=jWtX06jAJytYrkJDOqEls97mCkyHRSZkoqUlbMK5Qew,7132 +pip/_vendor/platformdirs/macos.py,sha256=LueVOoVgGWDBwQb8OFwXkVKfVn33CM1Lkwf1-A86tRQ,3678 +pip/_vendor/platformdirs/unix.py,sha256=22JhR8ZY0aLxSVCFnKrc6f1iz6Gv42K24Daj7aTjfSg,8809 +pip/_vendor/platformdirs/version.py,sha256=mavZTQIJIXfdewEaSTn7EWrNfPZWeRofb-74xqW5f2M,160 +pip/_vendor/platformdirs/windows.py,sha256=4TtbPGoWG2PRgI11uquDa7eRk8TcxvnUNuuMGZItnXc,9573 +pip/_vendor/pygments/__init__.py,sha256=6AuDljQtvf89DTNUyWM7k3oUlP_lq70NU-INKKteOBY,2983 +pip/_vendor/pygments/__main__.py,sha256=es8EKMvXj5yToIfQ-pf3Dv5TnIeeM6sME0LW-n4ecHo,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-312.pyc,, +pip/_vendor/pygments/cmdline.py,sha256=byxYJp9gnjVeyhRlZ3UTMgo_LhkXh1afvN8wJBtAcc8,23685 +pip/_vendor/pygments/console.py,sha256=2wZ5W-U6TudJD1_NLUwjclMpbomFM91lNv11_60sfGY,1697 +pip/_vendor/pygments/filter.py,sha256=j5aLM9a9wSx6eH1oy473oSkJ02hGWNptBlVo4s1g_30,1938 +pip/_vendor/pygments/filters/__init__.py,sha256=h_koYkUFo-FFUxjs564JHUAz7O3yJpVwI6fKN3MYzG0,40386 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatter.py,sha256=J9OL9hXLJKZk7moUgKwpjW9HNf4WlJFg_o_-Z_S_tTY,4178 +pip/_vendor/pygments/formatters/__init__.py,sha256=_xgAcdFKr0QNYwh_i98AU9hvfP3X2wAkhElFcRRF3Uo,5424 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176 +pip/_vendor/pygments/formatters/bbcode.py,sha256=r1b7wzWTJouADDLh-Z11iRi4iQxD0JKJ1qHl6mOYxsA,3314 +pip/_vendor/pygments/formatters/groff.py,sha256=xy8Zf3tXOo6MWrXh7yPGWx3lVEkg_DhY4CxmsDb0IVo,5094 +pip/_vendor/pygments/formatters/html.py,sha256=PIzAyilNqaTzSSP2slDG2VDLE3qNioWy2rgtSSoviuI,35610 +pip/_vendor/pygments/formatters/img.py,sha256=XKXmg2_XONrR4mtq2jfEU8XCsoln3VSGTw-UYiEokys,21938 +pip/_vendor/pygments/formatters/irc.py,sha256=Ep-m8jd3voFO6Fv57cUGFmz6JVA67IEgyiBOwv0N4a0,4981 +pip/_vendor/pygments/formatters/latex.py,sha256=FGzJ-YqSTE8z_voWPdzvLY5Tq8jE_ygjGjM6dXZJ8-k,19351 +pip/_vendor/pygments/formatters/other.py,sha256=gPxkk5BdAzWTCgbEHg1lpLi-1F6ZPh5A_aotgLXHnzg,5073 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=6LKnQc8yh49f802bF0sPvbzck4QivMYqqoXAPaYP8uU,2212 +pip/_vendor/pygments/formatters/rtf.py,sha256=aA0v_psW6KZI3N18TKDifxeL6mcF8EDXcPXDWI4vhVQ,5014 +pip/_vendor/pygments/formatters/svg.py,sha256=dQONWypbzfvzGCDtdp3M_NJawScJvM2DiHbx1k-ww7g,7335 +pip/_vendor/pygments/formatters/terminal.py,sha256=FG-rpjRpFmNpiGB4NzIucvxq6sQIXB3HOTo2meTKtrU,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=13SJ3D5pFdqZ9zROE6HbWnBDwHvOGE8GlsmqGhprRp4,11753 +pip/_vendor/pygments/lexer.py,sha256=2BpqLlT2ExvOOi7vnjK5nB4Fp-m52ldiPaXMox5uwug,34618 +pip/_vendor/pygments/lexers/__init__.py,sha256=j5KEi5O_VQ5GS59H49l-10gzUOkWKxlwGeVMlGO2MMk,12130 +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc,, +pip/_vendor/pygments/lexers/_mapping.py,sha256=Hts4r_ZQ8icftGM7gkBPeED5lyVSv4affFgXYE6Ap04,72281 +pip/_vendor/pygments/lexers/python.py,sha256=c7jnmKFU9DLxTJW0UbwXt6Z9FJqbBlVsWA1Qr9xSA_w,53424 +pip/_vendor/pygments/modeline.py,sha256=eF2vO4LpOGoPvIKKkbPfnyut8hT4UiebZPpb-BYGQdI,986 +pip/_vendor/pygments/plugin.py,sha256=j1Fh310RbV2DQ9nvkmkqvlj38gdyuYKllLnGxbc8sJM,2591 +pip/_vendor/pygments/regexopt.py,sha256=jg1ALogcYGU96TQS9isBl6dCrvw5y5--BP_K-uFk_8s,3072 +pip/_vendor/pygments/scanner.py,sha256=b_nu5_f3HCgSdp5S_aNRBQ1MSCm4ZjDwec2OmTRickw,3092 +pip/_vendor/pygments/sphinxext.py,sha256=wBFYm180qea9JKt__UzhRlNRNhczPDFDaqGD21sbuso,6882 +pip/_vendor/pygments/style.py,sha256=C4qyoJrUTkq-OV3iO-8Vz3UtWYpJwSTdh5_vlGCGdNQ,6257 +pip/_vendor/pygments/styles/__init__.py,sha256=he7HjQx7sC0d2kfTVLjUs0J15mtToJM6M1brwIm9--Q,3700 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/token.py,sha256=seNsmcch9OEHXYirh8Ool7w8xDhfNTbLj5rHAC-gc_o,6184 +pip/_vendor/pygments/unistring.py,sha256=FaUfG14NBJEKLQoY9qj6JYeXrpYcLmKulghdxOGFaOc,63223 +pip/_vendor/pygments/util.py,sha256=AEVY0qonyyEMgv4Do2dINrrqUAwUk2XYSqHM650uzek,10230 +pip/_vendor/pyparsing/__init__.py,sha256=9m1JbE2JTLdBG0Mb6B0lEaZj181Wx5cuPXZpsbHEYgE,9116 +pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc,, +pip/_vendor/pyparsing/actions.py,sha256=05uaIPOznJPQ7VgRdmGCmG4sDnUPtwgv5qOYIqbL2UY,6567 +pip/_vendor/pyparsing/common.py,sha256=p-3c83E5-DjlkF35G0O9-kjQRpoejP-2_z0hxZ-eol4,13387 +pip/_vendor/pyparsing/core.py,sha256=yvuRlLpXSF8mgk-QhiW3OVLqD9T0rsj9tbibhRH4Yaw,224445 +pip/_vendor/pyparsing/diagram/__init__.py,sha256=nxmDOoYF9NXuLaGYy01tKFjkNReWJlrGFuJNWEiTo84,24215 +pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyparsing/exceptions.py,sha256=6Jc6W1eDZBzyFu1J0YrcdNFVBC-RINujZmveSnB8Rxw,9523 +pip/_vendor/pyparsing/helpers.py,sha256=BZJHCA8SS0pYio30KGQTc9w2qMOaK4YpZ7hcvHbnTgk,38646 +pip/_vendor/pyparsing/results.py,sha256=9dyqQ-w3MjfmxWbFt8KEPU6IfXeyRdoWp2Og802rUQY,26692 +pip/_vendor/pyparsing/testing.py,sha256=eJncg0p83zm1FTPvM9auNT6oavIvXaibmRFDf1qmwkY,13488 +pip/_vendor/pyparsing/unicode.py,sha256=fAPdsJiARFbkPAih6NkYry0dpj4jPqelGVMlE4wWFW8,10646 +pip/_vendor/pyparsing/util.py,sha256=vTMzTdwSDyV8d_dSgquUTdWgBFoA_W30nfxEJDsshRQ,8670 +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138 +pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920 +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546 +pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927 +pip/_vendor/requests/__init__.py,sha256=owujob4dk45Siy4EYtbCKR6wcFph7E04a_v_OuAacBA,5169 +pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/requests/__version__.py,sha256=ssI3Ezt7PaxgkOW45GhtwPUclo_SO_ygtIm4A74IOfw,435 +pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 +pip/_vendor/requests/adapters.py,sha256=idj6cZcId3L5xNNeJ7ieOLtw3awJk5A64xUfetHwq3M,19697 +pip/_vendor/requests/api.py,sha256=q61xcXq4tmiImrvcSVLTbFyCiD2F-L_-hWKGbz4y8vg,6449 +pip/_vendor/requests/auth.py,sha256=h-HLlVx9j8rKV5hfSAycP2ApOSglTz77R0tz7qCbbEE,10187 +pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575 +pip/_vendor/requests/compat.py,sha256=IhK9quyX0RRuWTNcg6d2JGSAOUbM6mym2p_2XjLTwf4,1286 +pip/_vendor/requests/cookies.py,sha256=kD3kNEcCj-mxbtf5fJsSaT86eGoEYpD3X0CSgpzl7BM,18560 +pip/_vendor/requests/exceptions.py,sha256=FA-_kVwBZ2jhXauRctN_ewHVK25b-fj0Azyz1THQ0Kk,3823 +pip/_vendor/requests/help.py,sha256=FnAAklv8MGm_qb2UilDQgS6l0cUttiCFKUjx0zn2XNA,3879 +pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 +pip/_vendor/requests/models.py,sha256=dDZ-iThotky-Noq9yy97cUEJhr3wnY6mv-xR_ePg_lk,35288 +pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695 +pip/_vendor/requests/sessions.py,sha256=-LvTzrPtetSTrR3buxu4XhdgMrJFLB1q5D7P--L2Xhw,30373 +pip/_vendor/requests/status_codes.py,sha256=FvHmT5uH-_uimtRz5hH9VCbt7VV-Nei2J9upbej6j8g,4235 +pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 +pip/_vendor/requests/utils.py,sha256=kOPn0qYD6xRTzaxbqTdYiSInBZHl6379AJsyIgzYGLY,33460 +pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871 +pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601 +pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511 +pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478 +pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-312.pyc,, +pip/_vendor/rich/_cell_widths.py,sha256=2n4EiJi3X9sqIq0O16kUZ_zy6UYMd3xFfChlKfnW1Hc,10096 +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235 +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064 +pip/_vendor/rich/_export_format.py,sha256=qxgV3nKnXQu1hfbnRVswPYy-AwIg1X0LSC47cK5s8jk,2100 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 +pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=2lLSliL025Y-YMfdfGbutkQDevhcyDqc-DtUYW9mU70,5472 +pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919 +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 +pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820 +pip/_vendor/rich/_windows.py,sha256=dvNl9TmfPzNVxiKk5WDFihErZ5796g2UC9-KGGyfXmk,1926 +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 +pip/_vendor/rich/_wrap.py,sha256=xfV_9t0Sg6rzimmrDru8fCVmUlalYAcHLDfrJZnbbwQ,1840 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=Ji-Yokfkhnfe_xMmr4ISjZB07TJXggBCOYoYa-HDAr8,10368 +pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906 +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264 +pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842 +pip/_vendor/rich/cells.py,sha256=627ztJs9zOL-38HJ7kXBerR-gT8KBfYC8UzEwMJDYYo,4509 +pip/_vendor/rich/color.py,sha256=9Gh958U3f75WVdLTeC0U9nkGTn2n0wnojKpJ6jQEkIE,18224 +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 +pip/_vendor/rich/console.py,sha256=pDvkbLkvtZIMIwQx_jkZ-seyNl4zGBLviXoWXte9fwg,99218 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497 +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 +pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082 +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 +pip/_vendor/rich/highlighter.py,sha256=p3C1g4QYzezFKdR7NF9EhPbzQDvdPUhGRgSyGGEmPko,9584 +pip/_vendor/rich/json.py,sha256=EYp9ucj-nDjYDkHCV6Mk1ve8nUOpuFLaW76X50Mis2M,5032 +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 +pip/_vendor/rich/layout.py,sha256=RFYL6HdCFsHf9WRpcvi3w-fpj-8O5dMZ8W96VdKNdbI,14007 +pip/_vendor/rich/live.py,sha256=vZzYvu7fqwlv3Gthl2xiw1Dc_O80VlGcCV0DOHwCyDM,14273 +pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667 +pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903 +pip/_vendor/rich/markup.py,sha256=xzF4uAafiEeEYDJYt_vUnJOGoTU8RrH-PH7WcWYXjCg,8198 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=wGMe40J8KCGgQoM0LyjRErmGIkv2bsYA71RCXThD0xE,10574 +pip/_vendor/rich/pretty.py,sha256=eLEYN9xVaMNuA6EJVYm4li7HdOHxCqmVKvnOqJpyFt0,35852 +pip/_vendor/rich/progress.py,sha256=n4KF9vky8_5iYeXcyZPEvzyLplWlDvFLkM5JI0Bs08A,59706 +pip/_vendor/rich/progress_bar.py,sha256=cEoBfkc3lLwqba4XKsUpy4vSQKDh2QQ5J2J94-ACFoo,8165 +pip/_vendor/rich/prompt.py,sha256=x0mW-pIPodJM4ry6grgmmLrl8VZp99kqcmdnBe70YYA,11303 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=9Z8otOmM-tyxnyTodvXlectP60lwahjGiDTrbrxPSTg,4431 +pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=XLnJEFvcV3bjaVzMNUJiem3n8lvvI9TJ5PTu-IG2uTg,24247 +pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339 +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425 +pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=jgDiVCK6cpR0NmBOpZmIu-Ud4eaW7fHvjJZkDbjpcSA,35173 +pip/_vendor/rich/table.py,sha256=-WzesL-VJKsaiDU3uyczpJMHy6VCaSewBYJwx8RudI8,39684 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=_8JBlSau0c2z8ENOZMi1hJ7M1ZGY408E4-hXjHyyg1A,45525 +pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=yCLVrCtyoFNENd9mkm2xeG3KmqkTwH9xpFOO7p2Bq0A,29604 +pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169 +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 +pip/_vendor/tenacity/__init__.py,sha256=3kvAL6KClq8GFo2KFhmOzskRKSDQI-ubrlfZ8AQEEI0,20493 +pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc,, +pip/_vendor/tenacity/_asyncio.py,sha256=Qi6wgQsGa9MQibYRy3OXqcDQswIZZ00dLOoSUGN-6o8,3551 +pip/_vendor/tenacity/_utils.py,sha256=ubs6a7sxj3JDNRKWCyCU2j5r1CB7rgyONgZzYZq6D_4,2179 +pip/_vendor/tenacity/after.py,sha256=S5NCISScPeIrKwIeXRwdJl3kV9Q4nqZfnNPDx6Hf__g,1682 +pip/_vendor/tenacity/before.py,sha256=dIZE9gmBTffisfwNkK0F1xFwGPV41u5GK70UY4Pi5Kc,1562 +pip/_vendor/tenacity/before_sleep.py,sha256=YmpgN9Y7HGlH97U24vvq_YWb5deaK4_DbiD8ZuFmy-E,2372 +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383 +pip/_vendor/tenacity/retry.py,sha256=jrzD_mxA5mSTUEdiYB7SHpxltjhPSYZSnSRATb-ggRc,8746 +pip/_vendor/tenacity/stop.py,sha256=YMJs7ZgZfND65PRLqlGB_agpfGXlemx_5Hm4PKnBqpQ,3086 +pip/_vendor/tenacity/tornadoweb.py,sha256=po29_F1Mt8qZpsFjX7EVwAT0ydC_NbVia9gVi7R_wXA,2142 +pip/_vendor/tenacity/wait.py,sha256=3FcBJoCDgym12_dN6xfK8C1gROY0Hn4NSI2u8xv50uE,8024 +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,, +pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 +pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +pip/_vendor/truststore/__init__.py,sha256=qzTLSH8PvAkY1fr6QQ2vV-KwE_M83wdXugtpJaP_AbM,403 +pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc,, +pip/_vendor/truststore/_api.py,sha256=xjuEu_rlH4hcdJTROImEyOEqdw-F8t5vO2H2BToY0Ro,9893 +pip/_vendor/truststore/_macos.py,sha256=BjvAKoAjXhdIPuxpY124HJIFswDb0pq8DjynzJOVwqc,17694 +pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324 +pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130 +pip/_vendor/truststore/_windows.py,sha256=1x_EhROeJ9QK1sMAjfnZC7awYI8UnBJYL-TjACUYI4A,17468 +pip/_vendor/typing_extensions.py,sha256=EWpcpyQnVmc48E9fSyPGs-vXgHcAk9tQABQIxmMsCGk,111130 +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 +pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811 +pip/_vendor/urllib3/_version.py,sha256=azoM7M7BUADl2kBhMVR6PPf2GhBDI90me1fcnzTwdcw,64 +pip/_vendor/urllib3/connection.py,sha256=92k9td_y4PEiTIjNufCUa1NzMB3J3w0LEdyokYgXnW8,20300 +pip/_vendor/urllib3/connectionpool.py,sha256=ItVDasDnPRPP9R8bNxY7tPBlC724nJ9nlxVgXG_SLbI,39990 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957 +pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632 +pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922 +pip/_vendor/urllib3/contrib/appengine.py,sha256=VR68eAVE137lxTgjBDwCna5UiBZTOKa01Aj_-5BaCz4,11036 +pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=NlfkW7WMdW8ziqudopjHoW299og1BTWi0IeIibquFwk,4528 +pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=hDJh4MhyY_p-oKlFcYcQaVQRDv6GMmBGuW9yjxyeejM,17081 +pip/_vendor/urllib3/contrib/securetransport.py,sha256=yhZdmVjY6PI6EeFbp7qYOp6-vp1Rkv2NMuOGaEj7pmc,34448 +pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097 +pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217 +pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579 +pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440 +pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343 +pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 +pip/_vendor/urllib3/poolmanager.py,sha256=dnQHy25qCcoJZGM8zrcmuW48tHF3UO83bxvkySwtf24,20705 +pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691 +pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641 +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 +pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997 +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 +pip/_vendor/urllib3/util/retry.py,sha256=6ENvOZ8PBDzh8kgixpql9lIrb2dxH-k7ZmBanJF2Ng4,22050 +pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 +pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168 +pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296 +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 +pip/_vendor/vendor.txt,sha256=4NKk7fQhVsZw0U-0zmm9Q2LgGyaPXacFbnJAaS0Q6EY,493 +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 +pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc,, +pip/_vendor/webencodings/labels.py,sha256=4AO_KxTddqGtrL9ns7kAPjb0CcN6xsCIxbK37HY9r3E,8979 +pip/_vendor/webencodings/mklabels.py,sha256=GYIeywnpaLnP0GSic8LFWgd0UVvO_l1Nc6YoF-87R_4,1305 +pip/_vendor/webencodings/tests.py,sha256=OtGLyjhNY1fvkW1GvLJ_FV9ZoqC9Anyjr7q3kxTbzNs,6563 +pip/_vendor/webencodings/x_user_defined.py,sha256=yOqWSdmpytGfUgh_Z6JYgDNhoc-BAHyyeeT15Fr42tM,4307 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL new file mode 100644 index 00000000..98c0d20b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.42.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt new file mode 100644 index 00000000..26fa3616 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.12 = pip._internal.cli.main:main diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__init__.py new file mode 100644 index 00000000..be0e3edb --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "24.0" + + +def main(args: Optional[List[str]] = None) -> int: + """This is an internal API only meant for use by pip's own console scripts. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__main__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__main__.py new file mode 100644 index 00000000..59913261 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__main__.py @@ -0,0 +1,24 @@ +import os +import sys + +# Remove '' and current working directory from the first entry +# of sys.path, if present to avoid using current directory +# in pip commands check, freeze, install, list and show, +# when invoked as python -m pip +if sys.path[0] in ("", os.getcwd()): + sys.path.pop(0) + +# If we are running from a wheel, add the wheel to sys.path +# This allows the usage python pip-*.whl/pip install pip-*.whl +if __package__ == "": + # __file__ is pip-*.whl/pip/__main__.py + # first dirname call strips of '/__main__.py', second strips off '/pip' + # Resulting path is the name of the wheel itself + # Add that to sys.path so we can import pip + path = os.path.dirname(os.path.dirname(__file__)) + sys.path.insert(0, path) + +if __name__ == "__main__": + from pip._internal.cli.main import main as _main + + sys.exit(_main()) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py new file mode 100644 index 00000000..49a148a0 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py @@ -0,0 +1,50 @@ +"""Execute exactly this copy of pip, within a different environment. + +This file is named as it is, to ensure that this module can't be imported via +an import statement. +""" + +# /!\ This version compatibility check section must be Python 2 compatible. /!\ + +import sys + +# Copied from setup.py +PYTHON_REQUIRES = (3, 7) + + +def version_str(version): # type: ignore + return ".".join(str(v) for v in version) + + +if sys.version_info[:2] < PYTHON_REQUIRES: + raise SystemExit( + "This version of pip does not support python {} (requires >={}).".format( + version_str(sys.version_info[:2]), version_str(PYTHON_REQUIRES) + ) + ) + +# From here on, we can use Python 3 features, but the syntax must remain +# Python 2 compatible. + +import runpy # noqa: E402 +from importlib.machinery import PathFinder # noqa: E402 +from os.path import dirname # noqa: E402 + +PIP_SOURCES_ROOT = dirname(dirname(__file__)) + + +class PipImportRedirectingFinder: + @classmethod + def find_spec(self, fullname, path=None, target=None): # type: ignore + if fullname != "pip": + return None + + spec = PathFinder.find_spec(fullname, [PIP_SOURCES_ROOT], target) + assert spec, (PIP_SOURCES_ROOT, fullname) + return spec + + +sys.meta_path.insert(0, PipImportRedirectingFinder()) + +assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module" +runpy.run_module("pip", run_name="__main__", alter_sys=True) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2133ff892d1d68c3a60ff3439dd6428bfab9787c GIT binary patch literal 710 zcmX|9J#Q2-5Vd#rF2@}q;-d)#7#egESwo0`AQUMgii89KDQUQ76 zAf=!{N<)|M4?z4B8fdoxL`4@AXi_mg5=Nf!jP>@-vu8g|Pqz`+a=e$P7@;4&IJL$} za&#AxeUzaL7pTNNTn4=Wqb%r!*;E$sfMXub0>*pR;EjHiHD5P+%_{7+etME_P)ARM zb#?2Rc0x&3Y)A78@vXHwVrF3Lrr~aAq*w6YLdd)yU4a1IaTfUQuP{ad+QB>M;|Y2l zb;Irbja*m)i%BA+;|6+=<>!xyl0`*I&ZHxKWysKSvRM%=^bJeYSdvsps|rqRYJ_$+ zZnp{8DnMD5iGN~A#vK!dy-6(RBzI2R2b2zk%ZHnBs!FOW%_wkEVeODxdT(Lzemo&E z0jTfdx|NI#)0!K2imQN(lT(%P&;fPKr8AXQaB5AEg_B^%1@j1=X zEj9qbUV8$PgiDfGS9Me}Ax#I`Ho@(A2)pP{8#NZccP_qN*<1P?%^txaTy3p8RX1Iw zg&Y_^FB3tiJ4rI)#=@+VqzM%7ohYLwOt5@A;$PC ly7ukdrQOc2<`lmC=H)?ju>S7MmznE_2#SmJghiW|d19Mr{?4-NN{$h7cT?J`C zXhRQO5v)D+s^m}cqOF2#5elBX1$yhrnIuaK)`Rab@0&N@yziUGe9q<4K%**bsgHSp zUu+XaYz&THBY+)HKtVdxM;X--K`k6nPqP9ubfa(_5NO3u>k;aYL6hr%Gk1QERw`nj zW(E4x1q%curf}_R0L}xdagK*pZp1vh{s%J=DMh)?{ln+vS%nc+fN*_ogsIb%!VjHZ zq0_^9+Q`(i2Kkvb8h_X@Uu zlDusUTi$V|sWAHx?t8inc!ba)qz)lH$O2Aml)L54YWG%94E(^^@!$IIUVXVZ|COKr zK@XR^%Nr}*m0{dRO59SsQGB?+k uqMNmDEvN?GH+=bs&uqTj=VyN6g(I9@Uu2DYkG7tC$Cm~Pz_ZR2we|-G)xI78 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68f88ef48efaa32af4ffe68780e7cd4c1a817952 GIT binary patch literal 2229 zcmaJ>O>7fK6n?Y2{*PmW6B3}5MNk@7{%L>;RE5ws1PG`hB;kOiYPERB$tL!$*u1Io3;d7iKtU!*ZWG3htyqFbE z@$Cc3&2j)nKL^yO_-CRo^xg_J|BG-BZ)U?e$9cPZh{}eyUnY)Ufm{IRKrvVfxhMzcK?$vZ683O&ofy^Y?j0}7nL{t{+_gdwxAR_G;UN&9 zyOhXmAAlLS2ug>iUuLHRGe`afC#po0&hKLPcvnZD$|d6q-ww~ye8r+7otN`gu_{{A zsww96a#hp|Vp%Px#G5Mq(?nTR)Ixz8RI@~?&8dd2m2jO2hbNgyK`l}dXH70qMU+iZ zwQ!pfEgesr6@wzOY`O3yU8&&dysW)xiPzDrRMrg(&E`}&ENkt(Xj-yG-8-Hzr$>|A z6XyMs0E&G3<(L8l{FtV73K92>_YJe{Ivx46RGtZUkTi?fc)7a=L$ie$UDa?7wDC-q z5z&aCv?DLwVPL+1eP$1eCD@8|esSv4QwXYSFTx9LjTAV~y=77pkh$Eb z&EtzFd1E(1*`Wf4E}3PTx8q|YW75RstK&n%6VmwQ%aci;Ets@eu!Dt4vB=V53uVlf z?YCrOidv{eJCnsBvf;d^(Tm%KBmbR*%<~)Hz?0@_6ie_pl31kdh}QIVYha2LrJWz#HCtO><&_AWROuJ_#tW-xICKZn~Zu;q(CfV8_^%C0W%ZX`z2e))?)umc&=8iZwVHS*fMjY0>q~U@V`+f)ApN1rX+lS!gs-19~CN_jjNzP+~rbgA}KtMM$>|KpSJ0RAYCCS)}TPGKG2-77? z?%S)HNe#<5$j*kD-|biqv(xM?oJ8&f2i*UI#tHn#>fNlP*yaf#PdR}ItvHa#wjUCE zmtxQSgrv8FAOtq~M1xPPez1C_&iAZm@AJur;jXRV$YyY?5gdEi(X-BP_VzV;`|j+% zbEw{%YIdaW-um%OGkdAUbD?mH7b5;`5PbgDZXnS|@YW;P|7&93*C#hlHTS2QiF6&} zfBJ)@>nWhv-UCGVB>Hi56S^AEwR)w|d#u@e;sLz#I1pQX_kQ3&9meYi$D1ev2eu%- W int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88ef4d70698e2dbe76896ac855e9000e48f3185b GIT binary patch literal 812 zcmZuvy>HYo6t|PyHT{w(?NSCXg5@L{iw~(3p-PCV6O@52+;XJJyNhWOTeh!NP?0*Y zb?HV~*ije$4;CsRA!R`bF|ZXCmQFmUS0jzY{HO9SwLLVF(1+)i6C z)(_J5>sB|c{7(4O<#xO}cqELi!zaoLS;l#X)#Qe=iqUs1TtQ4S^;im=f{+9;oWE)Ip6F=@F^TFlyk9f}F6%iA-Rql0RL4H0^eegggIqrj3B9-*d?7POWacxO d{nZZXrTy?=?jU(Pe{|v6F~RtQ|J#`c_%Ac#*Z%+j literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc4f7e0b85bc8d6e4dedcb133fe426f8b3dafc67 GIT binary patch literal 14319 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 U@Y$QzPPVtu@xs>(#B|dC53FdnfdBvi literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..189728eba5039c3e89c2c8e6a441510562ddecb2 GIT binary patch literal 12690 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e42b0235681fcadeeba940fb574f96f9510cdd60 GIT binary patch literal 17691 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..89521ca2dab7c483cbb6684492ea53de98ffebb4 GIT binary patch literal 33309 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 Ytaqe@rsbl8qF9TAaDFaOgaPXR2kXU(a{vGU literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1366c044d044dee1bc778c68ee8b1483c0e69be8 GIT binary patch literal 695 zcmX|9zi$&U6t?d!A*8JkVk!d|#1e^~MT-PQs1l;;1Z8LzvQ*CbC1>^SY}roAp&~Ib zAa!A*EX*MO6c$)-L5PX1D6n+mIg~!#d-wU*_rCY+&r3^Pg7zRi%=?s(A7Sv{TBl&P zir_7gMACwkbU@2!5K$uAGKL5!#LKuITqcl=64`py8no)DckX8(=tWKPNIBnho*1um zC5r7P5q9jFwgo@2Rfc)bEJhT3b_E0Gq%sOQUr=Yy$Y0GpWS*9ze3t%p@%6P|oE<7tm&74<7!G^#rjKD&bscPJ1Xv(MEIoLu9A*K4K zmPznJ749Z;04(?3xO<$BmCq-`G}9$FwGrGX!lLA)yS{IJ1(iBi4-%6(Uov3*_g=)$RHAJ00*VS5jYn40YVa14SPmED;(0-|$67&+VjhznqKSuz@z*sJnsTIHr_-BiDYlJM{AFXGh7=&b#wpFI+z+ MIR23R4!=3eU&If*jsO4v literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5690105fe3cbb346d7e8b597c586f80664e3eb7 GIT binary patch literal 4996 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..47af7c81f6870049ae77f3ea0793334062c6209d GIT binary patch literal 13674 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 Union[Tuple[str], Tuple[str, str]]: + return (a, b) if a != b else (a,) + + +class _Prefix: + def __init__(self, path: str) -> None: + self.path = path + self.setup = False + scheme = get_scheme("", prefix=path) + self.bin_dir = scheme.scripts + self.lib_dirs = _dedup(scheme.purelib, scheme.platlib) + + +def get_runnable_pip() -> str: + """Get a file to pass to a Python executable, to run the currently-running pip. + + This is used to run a pip subprocess, for installing requirements into the build + environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + if not source.is_dir(): + # This would happen if someone is using pip from inside a zip file. In that + # case, we can use that directly. + return str(source) + + return os.fsdecode(source / "__pip-runner__.py") + + +def _get_system_sitepackages() -> Set[str]: + """Get system site packages + + Usually from site.getsitepackages, + but fallback on `get_purelib()/get_platlib()` if unavailable + (e.g. in a virtualenv created by virtualenv<20) + + Returns normalized set of strings. + """ + if hasattr(site, "getsitepackages"): + system_sites = site.getsitepackages() + else: + # virtualenv < 20 overwrites site.py without getsitepackages + # fallback on get_purelib/get_platlib. + # this is known to miss things, but shouldn't in the cases + # where getsitepackages() has been removed (inside a virtualenv) + system_sites = [get_purelib(), get_platlib()] + return {os.path.normcase(path) for path in system_sites} + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self) -> None: + temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True) + + self._prefixes = OrderedDict( + (name, _Prefix(os.path.join(temp_dir.path, name))) + for name in ("normal", "overlay") + ) + + self._bin_dirs: List[str] = [] + self._lib_dirs: List[str] = [] + for prefix in reversed(list(self._prefixes.values())): + self._bin_dirs.append(prefix.bin_dir) + self._lib_dirs.extend(prefix.lib_dirs) + + # Customize site to: + # - ensure .pth files are honored + # - prevent access to system site packages + system_sites = _get_system_sitepackages() + + self._site_dir = os.path.join(temp_dir.path, "site") + if not os.path.exists(self._site_dir): + os.mkdir(self._site_dir) + with open( + os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8" + ) as fp: + fp.write( + textwrap.dedent( + """ + import os, site, sys + + # First, drop system-sites related paths. + original_sys_path = sys.path[:] + known_paths = set() + for path in {system_sites!r}: + site.addsitedir(path, known_paths=known_paths) + system_paths = set( + os.path.normcase(path) + for path in sys.path[len(original_sys_path):] + ) + original_sys_path = [ + path for path in original_sys_path + if os.path.normcase(path) not in system_paths + ] + sys.path = original_sys_path + + # Second, add lib directories. + # ensuring .pth file are processed. + for path in {lib_dirs!r}: + assert not path in sys.path + site.addsitedir(path) + """ + ).format(system_sites=system_sites, lib_dirs=self._lib_dirs) + ) + + def __enter__(self) -> None: + self._save_env = { + name: os.environ.get(name, None) + for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH") + } + + path = self._bin_dirs[:] + old_path = self._save_env["PATH"] + if old_path: + path.extend(old_path.split(os.pathsep)) + + pythonpath = [self._site_dir] + + os.environ.update( + { + "PATH": os.pathsep.join(path), + "PYTHONNOUSERSITE": "1", + "PYTHONPATH": os.pathsep.join(pythonpath), + } + ) + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + for varname, old_value in self._save_env.items(): + if old_value is None: + os.environ.pop(varname, None) + else: + os.environ[varname] = old_value + + def check_requirements( + self, reqs: Iterable[str] + ) -> Tuple[Set[Tuple[str, str]], Set[str]]: + """Return 2 sets: + - conflicting requirements: set of (installed, wanted) reqs tuples + - missing requirements: set of reqs + """ + missing = set() + conflicting = set() + if reqs: + env = ( + get_environment(self._lib_dirs) + if hasattr(self, "_lib_dirs") + else get_default_environment() + ) + for req_str in reqs: + req = Requirement(req_str) + # We're explicitly evaluating with an empty extra value, since build + # environments are not provided any mechanism to select specific extras. + if req.marker is not None and not req.marker.evaluate({"extra": ""}): + continue + dist = env.get_distribution(req.name) + if not dist: + missing.add(req_str) + continue + if isinstance(dist.version, Version): + installed_req_str = f"{req.name}=={dist.version}" + else: + installed_req_str = f"{req.name}==={dist.version}" + if not req.specifier.contains(dist.version, prereleases=True): + conflicting.add((installed_req_str, req_str)) + # FIXME: Consider direct URL? + return conflicting, missing + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + self._install_requirements( + get_runnable_pip(), + finder, + requirements, + prefix, + kind=kind, + ) + + @staticmethod + def _install_requirements( + pip_runnable: str, + finder: "PackageFinder", + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + ) -> None: + args: List[str] = [ + sys.executable, + pip_runnable, + "install", + "--ignore-installed", + "--no-user", + "--prefix", + prefix.path, + "--no-warn-script-location", + ] + if logger.getEffectiveLevel() <= logging.DEBUG: + args.append("-v") + for format_control in ("no_binary", "only_binary"): + formats = getattr(finder.format_control, format_control) + args.extend( + ( + "--" + format_control.replace("_", "-"), + ",".join(sorted(formats or {":none:"})), + ) + ) + + index_urls = finder.index_urls + if index_urls: + args.extend(["-i", index_urls[0]]) + for extra_index in index_urls[1:]: + args.extend(["--extra-index-url", extra_index]) + else: + args.append("--no-index") + for link in finder.find_links: + args.extend(["--find-links", link]) + + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + extra_environ = {"_PIP_STANDALONE_CERT": where()} + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + extra_environ=extra_environ, + ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment""" + + def __init__(self) -> None: + pass + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + raise NotImplementedError() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cache.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cache.py new file mode 100644 index 00000000..f45ac23e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cache.py @@ -0,0 +1,290 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +from pathlib import Path +from typing import Any, Dict, List, Optional + +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + +ORIGIN_JSON_NAME = "origin.json" + + +def _hash_dict(d: Dict[str, str]) -> str: + """Return a stable sha224 of a dictionary.""" + s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True) + return hashlib.sha224(s.encode("ascii")).hexdigest() + + +class Cache: + """An abstract class - provides cache directories for data from links + + :param cache_dir: The root of the cache. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__() + assert not cache_dir or os.path.isabs(cache_dir) + self.cache_dir = cache_dir or None + + def _get_cache_path_parts(self, link: Link) -> List[str]: + """Get parts of part that must be os.path.joined with cache_dir""" + + # We want to generate an url to use as our cache key, we don't want to + # just re-use the URL because it might have other items in the fragment + # and we don't care about those. + key_parts = {"url": link.url_without_fragment} + if link.hash_name is not None and link.hash is not None: + key_parts[link.hash_name] = link.hash + if link.subdirectory_fragment: + key_parts["subdirectory"] = link.subdirectory_fragment + + # Include interpreter name, major and minor version in cache key + # to cope with ill-behaved sdists that build a different wheel + # depending on the python version their setup.py is being run on, + # and don't encode the difference in compatibility tags. + # https://github.com/pypa/pip/issues/7296 + key_parts["interpreter_name"] = interpreter_name() + key_parts["interpreter_version"] = interpreter_version() + + # Encode our key url with sha224, we'll use this because it has similar + # security properties to sha256, but with a shorter total output (and + # thus less secure). However the differences don't make a lot of + # difference for our use case here. + hashed = _hash_dict(key_parts) + + # We want to nest the directories some to prevent having a ton of top + # level directories where we might run out of sub directories on some + # FS. + parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] + + return parts + + def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]: + can_not_cache = not self.cache_dir or not canonical_package_name or not link + if can_not_cache: + return [] + + path = self.get_path_for_link(link) + if os.path.isdir(path): + return [(candidate, path) for candidate in os.listdir(path)] + return [] + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached items in for link.""" + raise NotImplementedError() + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + """Returns a link to a cached item if it exists, otherwise returns the + passed link. + """ + raise NotImplementedError() + + +class SimpleWheelCache(Cache): + """A cache of wheels for future installs.""" + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached wheels for link + + Because there are M wheels for any one sdist, we provide a directory + to cache them in, and then consult that directory when looking up + cache hits. + + We only insert things into the cache if they have plausible version + numbers, so that we don't contaminate the cache with things that were + not unique. E.g. ./package might have dozens of installs done for it + and build a version of 0.0...and if we built and cached a wheel, we'd + end up using the same wheel even if the source has been edited. + + :param link: The link of the sdist for which this will cache wheels. + """ + parts = self._get_cache_path_parts(link) + assert self.cache_dir + # Store wheels within the root cache_dir + return os.path.join(self.cache_dir, "wheels", *parts) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + candidates = [] + + if not package_name: + return link + + canonical_package_name = canonicalize_name(package_name) + for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name): + try: + wheel = Wheel(wheel_name) + except InvalidWheelFilename: + continue + if canonicalize_name(wheel.name) != canonical_package_name: + logger.debug( + "Ignoring cached wheel %s for %s as it " + "does not match the expected distribution name %s.", + wheel_name, + link, + package_name, + ) + continue + if not wheel.supported(supported_tags): + # Built for a different python/arch/etc + continue + candidates.append( + ( + wheel.support_index_min(supported_tags), + wheel_name, + wheel_dir, + ) + ) + + if not candidates: + return link + + _, wheel_name, wheel_dir = min(candidates) + return Link(path_to_url(os.path.join(wheel_dir, wheel_name))) + + +class EphemWheelCache(SimpleWheelCache): + """A SimpleWheelCache that creates it's own temporary cache directory""" + + def __init__(self) -> None: + self._temp_dir = TempDirectory( + kind=tempdir_kinds.EPHEM_WHEEL_CACHE, + globally_managed=True, + ) + + super().__init__(self._temp_dir.path) + + +class CacheEntry: + def __init__( + self, + link: Link, + persistent: bool, + ): + self.link = link + self.persistent = persistent + self.origin: Optional[DirectUrl] = None + origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME + if origin_direct_url_path.exists(): + try: + self.origin = DirectUrl.from_json( + origin_direct_url_path.read_text(encoding="utf-8") + ) + except Exception as e: + logger.warning( + "Ignoring invalid cache entry origin file %s for %s (%s)", + origin_direct_url_path, + link.filename, + e, + ) + + +class WheelCache(Cache): + """Wraps EphemWheelCache and SimpleWheelCache into a single Cache + + This Cache allows for gracefully degradation, using the ephem wheel cache + when a certain link is not found in the simple wheel cache first. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + self._wheel_cache = SimpleWheelCache(cache_dir) + self._ephem_cache = EphemWheelCache() + + def get_path_for_link(self, link: Link) -> str: + return self._wheel_cache.get_path_for_link(link) + + def get_ephem_path_for_link(self, link: Link) -> str: + return self._ephem_cache.get_path_for_link(link) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + cache_entry = self.get_cache_entry(link, package_name, supported_tags) + if cache_entry is None: + return link + return cache_entry.link + + def get_cache_entry( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Optional[CacheEntry]: + """Returns a CacheEntry with a link to a cached item if it exists or + None. The cache entry indicates if the item was found in the persistent + or ephemeral cache. + """ + retval = self._wheel_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=True) + + retval = self._ephem_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=False) + + return None + + @staticmethod + def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None: + origin_path = Path(cache_dir) / ORIGIN_JSON_NAME + if origin_path.exists(): + try: + origin = DirectUrl.from_json(origin_path.read_text(encoding="utf-8")) + except Exception as e: + logger.warning( + "Could not read origin file %s in cache entry (%s). " + "Will attempt to overwrite it.", + origin_path, + e, + ) + else: + # TODO: use DirectUrl.equivalent when + # https://github.com/pypa/pip/pull/10564 is merged. + if origin.url != download_info.url: + logger.warning( + "Origin URL %s in cache entry %s does not match download URL " + "%s. This is likely a pip bug or a cache corruption issue. " + "Will overwrite it with the new value.", + origin.url, + cache_dir, + download_info.url, + ) + origin_path.write_text(download_info.to_json(), encoding="utf-8") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 00000000..e589bb91 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py @@ -0,0 +1,4 @@ +"""Subpackage containing all of pip's command line interface related code +""" + +# This file intentionally does not import submodules diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ffe6deb25a61e3066807872731a756c685966256 GIT binary patch literal 303 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 EFW%gt0RR91 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..709af0e6672d7f9584aedcd3fe174a04350475dd GIT binary patch literal 10480 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6cfd1bc1256ed3e7ed45629272d71e532d1ba431 GIT binary patch literal 30399 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ca8585aa6963d972b4280cd8177a717351d1da8b GIT binary patch literal 15047 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53929fd696f0b55e143ecca228fdfac8b47cda74 GIT binary patch literal 2645 zcmZ`*U1%KF6~43cw?Cs@{Y$p2X#7L%1!=dcV~~T>5X-UJD2a`vLOmrcqn*3jvF49E zcP+27!Y1TFZb~aCG!7K%LLU;Og8P=oP`?xkWfi$t+zOh~Jk)QS$i>0rq36!-Scy&V zGH1>`_ndproS*ORU%R@}2*#_0_p5hRg#OJZ@yK+T{l5Y80kV)KILP4dgd?~KBjJjM z=t_p<%7*MJhT^J*D)4pDNxCT`<))3an=vx3W@v7g(dA~1teZ1(Znx3x_82{GuhARn zOHQBLZ}bZYC$NME4#9a#0+!ocCBf&$pe4s^mV$>Y6%SiUEaCx6u!M@pbt*|K^`2xL z0!jL}LPtx%!+Z^N2P=w|c~3D8*M+?H5M=1Byuy;xrsJ544rZwt>|tV3pRnYQDR5la z<|5gpfZD!iI!s=u1rE-qS?at=rhTX8dMtavU-2B@wBq?i+rjhpD(=jamx;eba2T>| z%ym|}<^$V5S(NR!L&xavcSUvBLPnmp5yTBKLY725}*be z5bNbr2!-nFPz9T?$j7@vBN4trV_V4oW`|!Bso2(m3`nt*%1>porEIC2{4^L8DzH7` zooVVhNnDjE)~U#Al6S6=_&;ZLJ-0*dImz><9C)34>UGbvb`@n!qJ6QnAz3LaZ418? z*5rnKbs&}>ysZo!if6I+mbMC_RftGK-0F%Wv8FWSGZ66xx`5t3hR~YYP=Ay7Kmdt+ zm6!7~qoL4|SkzEskGHb%eggW%2??cmZ^G|DT89KrqEJ{#2dRX;qj-~saQ`Z-P@=mepySP{}ZCWi}z~M6WgW~j+i^Vs6tLET|1>bkVqU{2>xX`l`Wq&0!>&3z~ z>|HB5_F^%p)2i>CE=>NQ7(y#g1ZH{JT*6^7u!ACWI&?SSQ?cyW#n__~Ga4d! z>@vi$lNBx}6W|^HobVeU|3P2hL@fxvBPJJ@D zee&G4{_>|kX=cZEva>g5c2hlHB2hlOJ23hcN~F%NzqZ>u^z+$Wt^Ze-Ze6-Pvo(Kr zVAEK?^mlFQOBvQ5i=h0NTSR8xguJHSJwG))CH(oNQ`6((z2hn1?~TjTXViO>D)4zB z%6u6Vqrt0>;}}PZ{mVcA9pQ%L=tzznVBuA+_spPDENB3tZY4H5Xfuzf60gjoytsN} z22mbVlj>!d$L&XbonXLs((b~}4W!38E~L}E^yVUH4|Nl4+gIIqdn;-# zV-S0Kd@bm(;jtBB2FD7KCE-x>apIuv^Abx{YF?T0N@Z$b5^9@HR7XtWyO1JSg#4Rz zos7eay}&OatK-^1`L+E9gVUh&5;r;t1PU;VlHD6Gex?rX<%S>R^zEE}|LEyYs()Fy zpPOqY=f24Gt!MT@73D|B_u<79xW?crBs_?ON0#uk5FSawFBHOikR5^+DU_g-ET0s3 zClul+eG3dCl;B`M_^r`KjtD~{(1@UdV+b3GHjDeMP@}dJ794+RiTe?uhrC#)IAp`| zzkMV?z~Shy3sswaeHK@iH2LsQQ<5! z(?;!<-x7guDJa+5QaP7InQSY?xinI8>$MH*_Jt;dUp~5@;nLRyG%@*=m=^kXd-_|^ W`^bqq^B=w$@t@11k7QVjKHz^R$)z*^ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94963e56dce6e29dc5887701aa804327ef2c3576 GIT binary patch literal 18877 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 None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + options += [ + (opt_str, opt.nargs) for opt_str in opt._long_opts + opt._short_opts + ] + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ```` or ```` + if completion_type: + paths = auto_complete_paths(current, completion_type) + options = [(path, 0) for path in paths] + for option in options: + opt_label = option[0] + # append '=' to options which require args + if option[1] and option[0][:2] == "--": + opt_label += "=" + print(opt_label) + else: + # show main parser options only when necessary + + opts = [i.option_list for i in parser.option_groups] + opts.append(parser.option_list) + flattened_opts = chain.from_iterable(opts) + if current.startswith("-"): + for opt in flattened_opts: + if opt.help != optparse.SUPPRESS_HELP: + subcommands += opt._long_opts + opt._short_opts + else: + # get completion type given cwords and all available options + completion_type = get_path_completion_type(cwords, cword, flattened_opts) + if completion_type: + subcommands = list(auto_complete_paths(current, completion_type)) + + print(" ".join([x for x in subcommands if x.startswith(current)])) + sys.exit(1) + + +def get_path_completion_type( + cwords: List[str], cword: int, opts: Iterable[Any] +) -> Optional[str]: + """Get the type of path completion (``file``, ``dir``, ``path`` or None) + + :param cwords: same as the environmental variable ``COMP_WORDS`` + :param cword: same as the environmental variable ``COMP_CWORD`` + :param opts: The available options to check + :return: path completion type (``file``, ``dir``, ``path`` or None) + """ + if cword < 2 or not cwords[cword - 2].startswith("-"): + return None + for opt in opts: + if opt.help == optparse.SUPPRESS_HELP: + continue + for o in str(opt).split("/"): + if cwords[cword - 2].split("=")[0] == o: + if not opt.metavar or any( + x in ("path", "file", "dir") for x in opt.metavar.split("/") + ): + return opt.metavar + return None + + +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: + """If ``completion_type`` is ``file`` or ``path``, list all regular files + and directories starting with ``current``; otherwise only list directories + starting with ``current``. + + :param current: The word to be completed + :param completion_type: path completion type(``file``, ``path`` or ``dir``) + :return: A generator of regular files and/or directories + """ + directory, filename = os.path.split(current) + current_path = os.path.abspath(directory) + # Don't complete paths if they can't be accessed + if not os.access(current_path, os.R_OK): + return + filename = os.path.normcase(filename) + # list all files that start with ``filename`` + file_list = ( + x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) + ) + for f in file_list: + opt = os.path.join(current_path, f) + comp_file = os.path.normcase(os.path.join(directory, f)) + # complete regular files when there is not ```` after option + # complete directories when there is ````, ```` or + # ````after option + if completion_type != "dir" and os.path.isfile(opt): + yield comp_file + elif os.path.isdir(opt): + yield os.path.join(comp_file, "") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 00000000..db9d5cc6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,236 @@ +"""Base Command class, and related routines""" + +import functools +import logging +import logging.config +import optparse +import os +import sys +import traceback +from optparse import Values +from typing import Any, Callable, List, Optional, Tuple + +from pip._vendor.rich import traceback as rich_traceback + +from pip._internal.cli import cmdoptions +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.cli.status_codes import ( + ERROR, + PREVIOUS_BUILD_DIR_ERROR, + UNKNOWN_ERROR, + VIRTUALENV_NOT_FOUND, +) +from pip._internal.exceptions import ( + BadCommand, + CommandError, + DiagnosticPipError, + InstallationError, + NetworkConnectionError, + PreviousBuildDirError, + UninstallationError, +) +from pip._internal.utils.filesystem import check_path_owner +from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging +from pip._internal.utils.misc import get_prog, normalize_path +from pip._internal.utils.temp_dir import TempDirectoryTypeRegistry as TempDirRegistry +from pip._internal.utils.temp_dir import global_tempdir_manager, tempdir_registry +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = ["Command"] + +logger = logging.getLogger(__name__) + + +class Command(CommandContextMixIn): + usage: str = "" + ignore_require_venv: bool = False + + def __init__(self, name: str, summary: str, isolated: bool = False) -> None: + super().__init__() + + self.name = name + self.summary = summary + self.parser = ConfigOptionParser( + usage=self.usage, + prog=f"{get_prog()} {name}", + formatter=UpdatingDefaultsHelpFormatter(), + add_help_option=False, + name=name, + description=self.__doc__, + isolated=isolated, + ) + + self.tempdir_registry: Optional[TempDirRegistry] = None + + # Commands should add options to this option group + optgroup_name = f"{self.name.capitalize()} Options" + self.cmd_opts = optparse.OptionGroup(self.parser, optgroup_name) + + # Add the general options + gen_opts = cmdoptions.make_option_group( + cmdoptions.general_group, + self.parser, + ) + self.parser.add_option_group(gen_opts) + + self.add_options() + + def add_options(self) -> None: + pass + + def handle_pip_version_check(self, options: Values) -> None: + """ + This is a no-op so that commands by default do not do the pip version + check. + """ + # Make sure we do the pip version check if the index_group options + # are present. + assert not hasattr(options, "no_index") + + def run(self, options: Values, args: List[str]) -> int: + raise NotImplementedError + + def parse_args(self, args: List[str]) -> Tuple[Values, List[str]]: + # factored out for testability + return self.parser.parse_args(args) + + def main(self, args: List[str]) -> int: + try: + with self.main_context(): + return self._main(args) + finally: + logging.shutdown() + + def _main(self, args: List[str]) -> int: + # We must initialize this before the tempdir manager, otherwise the + # configuration would not be accessible by the time we clean up the + # tempdir manager. + self.tempdir_registry = self.enter_context(tempdir_registry()) + # Intentionally set as early as possible so globally-managed temporary + # directories are available to the rest of the code. + self.enter_context(global_tempdir_manager()) + + options, args = self.parse_args(args) + + # Set verbosity so that it can be used elsewhere. + self.verbosity = options.verbose - options.quiet + + level_number = setup_logging( + verbosity=self.verbosity, + no_color=options.no_color, + user_log_file=options.log, + ) + + always_enabled_features = set(options.features_enabled) & set( + cmdoptions.ALWAYS_ENABLED_FEATURES + ) + if always_enabled_features: + logger.warning( + "The following features are always enabled: %s. ", + ", ".join(sorted(always_enabled_features)), + ) + + # Make sure that the --python argument isn't specified after the + # subcommand. We can tell, because if --python was specified, + # we should only reach this point if we're running in the created + # subprocess, which has the _PIP_RUNNING_IN_SUBPROCESS environment + # variable set. + if options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + logger.critical( + "The --python option must be placed before the pip subcommand name" + ) + sys.exit(ERROR) + + # TODO: Try to get these passing down from the command? + # without resorting to os.environ to hold these. + # This also affects isolated builds and it should. + + if options.no_input: + os.environ["PIP_NO_INPUT"] = "1" + + if options.exists_action: + os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action) + + if options.require_venv and not self.ignore_require_venv: + # If a venv is required check if it can really be found + if not running_under_virtualenv(): + logger.critical("Could not find an activated virtualenv (required).") + sys.exit(VIRTUALENV_NOT_FOUND) + + if options.cache_dir: + options.cache_dir = normalize_path(options.cache_dir) + if not check_path_owner(options.cache_dir): + logger.warning( + "The directory '%s' or its parent directory is not owned " + "or is not writable by the current user. The cache " + "has been disabled. Check the permissions and owner of " + "that directory. If executing pip with sudo, you should " + "use sudo's -H flag.", + options.cache_dir, + ) + options.cache_dir = None + + def intercepts_unhandled_exc( + run_func: Callable[..., int] + ) -> Callable[..., int]: + @functools.wraps(run_func) + def exc_logging_wrapper(*args: Any) -> int: + try: + status = run_func(*args) + assert isinstance(status, int) + return status + except DiagnosticPipError as exc: + logger.error("%s", exc, extra={"rich": True}) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + UninstallationError, + BadCommand, + NetworkConnectionError, + ) as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except CommandError as exc: + logger.critical("%s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BrokenStdoutLoggingError: + # Bypass our logger and write any remaining messages to + # stderr because stdout no longer works. + print("ERROR: Pipe to stdout was broken", file=sys.stderr) + if level_number <= logging.DEBUG: + traceback.print_exc(file=sys.stderr) + + return ERROR + except KeyboardInterrupt: + logger.critical("Operation cancelled by user") + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BaseException: + logger.critical("Exception:", exc_info=True) + + return UNKNOWN_ERROR + + return exc_logging_wrapper + + try: + if not options.debug_mode: + run = intercepts_unhandled_exc(self.run) + else: + run = self.run + rich_traceback.install(show_locals=True) + return run(options, args) + finally: + self.handle_pip_version_check(options) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 00000000..d6432560 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1074 @@ +""" +shared options and groups + +The principle here is to define options once, but *not* instantiate them +globally. One reason being that options with action='append' can carry state +between parses. pip parses general options twice internally, and shouldn't +pass on state. To be consistent, all options will follow this design. +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import importlib.util +import logging +import os +import textwrap +from functools import partial +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values +from textwrap import dedent +from typing import Any, Callable, Dict, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.parser import ConfigOptionParser +from pip._internal.exceptions import CommandError +from pip._internal.locations import USER_CACHE_DIR, get_src_prefix +from pip._internal.models.format_control import FormatControl +from pip._internal.models.index import PyPI +from pip._internal.models.target_python import TargetPython +from pip._internal.utils.hashes import STRONG_HASHES +from pip._internal.utils.misc import strtobool + +logger = logging.getLogger(__name__) + + +def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: + """ + Raise an option parsing error using parser.error(). + + Args: + parser: an OptionParser instance. + option: an Option instance. + msg: the error text. + """ + msg = f"{option} error: {msg}" + msg = textwrap.fill(" ".join(msg.split())) + parser.error(msg) + + +def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup: + """ + Return an OptionGroup object + group -- assumed to be dict with 'name' and 'options' keys + parser -- an optparse Parser + """ + option_group = OptionGroup(parser, group["name"]) + for option in group["options"]: + option_group.add_option(option()) + return option_group + + +def check_dist_restriction(options: Values, check_target: bool = False) -> None: + """Function for determining if custom platform options are allowed. + + :param options: The OptionParser options. + :param check_target: Whether or not to check if --target is being used. + """ + dist_restriction_set = any( + [ + options.python_version, + options.platforms, + options.abis, + options.implementation, + ] + ) + + binary_only = FormatControl(set(), {":all:"}) + sdist_dependencies_allowed = ( + options.format_control != binary_only and not options.ignore_dependencies + ) + + # Installations or downloads using dist restrictions must not combine + # source distributions and dist-specific wheels, as they are not + # guaranteed to be locally compatible. + if dist_restriction_set and sdist_dependencies_allowed: + raise CommandError( + "When restricting platform and interpreter constraints using " + "--python-version, --platform, --abi, or --implementation, " + "either --no-deps must be set, or --only-binary=:all: must be " + "set and --no-binary must not be set (or must be set to " + ":none:)." + ) + + if check_target: + if not options.dry_run and dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target' or using '--dry-run'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +override_externally_managed: Callable[..., Option] = partial( + Option, + "--break-system-packages", + dest="override_externally_managed", + action="store_true", + help="Allow pip to modify an EXTERNALLY-MANAGED Python installation", +) + +python: Callable[..., Option] = partial( + Option, + "--python", + dest="python", + help="Run pip with the specified Python interpreter.", +) + +verbose: Callable[..., Option] = partial( + Option, + "-v", + "--verbose", + dest="verbose", + action="count", + default=0, + help="Give more output. Option is additive, and can be used up to 3 times.", +) + +no_color: Callable[..., Option] = partial( + Option, + "--no-color", + dest="no_color", + action="store_true", + default=False, + help="Suppress colored output.", +) + +version: Callable[..., Option] = partial( + Option, + "-V", + "--version", + dest="version", + action="store_true", + help="Show version and exit.", +) + +quiet: Callable[..., Option] = partial( + Option, + "-q", + "--quiet", + dest="quiet", + action="count", + default=0, + help=( + "Give less output. Option is additive, and can be used up to 3" + " times (corresponding to WARNING, ERROR, and CRITICAL logging" + " levels)." + ), +) + +progress_bar: Callable[..., Option] = partial( + Option, + "--progress-bar", + dest="progress_bar", + type="choice", + choices=["on", "off"], + default="on", + help="Specify whether the progress bar should be used [on, off] (default: on)", +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +keyring_provider: Callable[..., Option] = partial( + Option, + "--keyring-provider", + dest="keyring_provider", + choices=["auto", "disabled", "import", "subprocess"], + default="auto", + help=( + "Enable the credential lookup via the keyring library if user input is allowed." + " Specify which mechanism to use [disabled, import, subprocess]." + " (default: disabled)" + ), +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = f"invalid --python-version value: {value!r}: {error_msg}" + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help=( + "Prefer binary packages over source packages, even if the " + "source packages are newer." + ), + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +check_build_deps: Callable[..., Option] = partial( + Option, + "--check-build-dependencies", + dest="check_build_deps", + action="store_true", + default=False, + help="Check the build dependencies when PEP517 is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # If user doesn't wish to use pep517, we check if setuptools and wheel are installed + # and raise error if it is not. + packages = ("setuptools", "wheel") + if not all(importlib.util.find_spec(package) for package in packages): + msg = ( + f"It is not possible to use --no-use-pep517 " + f"without {' and '.join(packages)} installed." + ) + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + + +def _handle_config_settings( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + key, sep, val = value.partition("=") + if sep != "=": + parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") + dest = getattr(parser.values, option.dest) + if dest is None: + dest = {} + setattr(parser.values, option.dest, dest) + if key in dest: + if isinstance(dest[key], list): + dest[key].append(val) + else: + dest[key] = [dest[key], val] + else: + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "-C", + "--config-settings", + dest="config_settings", + type=str, + action="callback", + callback=_handle_config_settings, + metavar="settings", + help="Configuration settings to be passed to the PEP 517 build backend. " + "Settings take the form KEY=VALUE. Use multiple --config-settings options " + "to pass multiple keys to the backend.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=True, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + +root_user_action: Callable[..., Option] = partial( + Option, + "--root-user-action", + dest="root_user_action", + default="warn", + choices=["warn", "ignore"], + help="Action if pip is run as a root user. By default, a warning message is shown.", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + f"Arguments to {opt_str} must be a hash name " + "followed by a value, like --hash=sha256:" + "abcde..." + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +# Features that are now always on. A warning is printed if they are used. +ALWAYS_ENABLED_FEATURES = [ + "no-binary-enable-wheel-cache", # always on since 23.1 +] + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "fast-deps", + "truststore", + ] + + ALWAYS_ENABLED_FEATURES, + help="Enable new functionality, that may be backward incompatible.", +) + +use_deprecated_feature: Callable[..., Option] = partial( + Option, + "--use-deprecated", + dest="deprecated_features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "legacy-resolver", + ], + help=("Enable deprecated functionality, that will be removed in the future."), +) + + +########## +# groups # +########## + +general_group: Dict[str, Any] = { + "name": "General Options", + "options": [ + help_, + debug_mode, + isolated_mode, + require_virtualenv, + python, + verbose, + version, + quiet, + log, + no_input, + keyring_provider, + proxy, + retries, + timeout, + exists_action, + trusted_host, + cert, + client_cert, + cache_dir, + no_cache, + disable_pip_version_check, + no_color, + no_python_version_warning, + use_new_feature, + use_deprecated_feature, + ], +} + +index_group: Dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + ], +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 00000000..139995ac --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py @@ -0,0 +1,27 @@ +from contextlib import ExitStack, contextmanager +from typing import ContextManager, Generator, TypeVar + +_T = TypeVar("_T", covariant=True) + + +class CommandContextMixIn: + def __init__(self) -> None: + super().__init__() + self._in_main_context = False + self._main_context = ExitStack() + + @contextmanager + def main_context(self) -> Generator[None, None, None]: + assert not self._in_main_context + + self._in_main_context = True + try: + with self._main_context: + yield + finally: + self._in_main_context = False + + def enter_context(self, context_provider: ContextManager[_T]) -> _T: + assert self._in_main_context + + return self._main_context.enter_context(context_provider) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py new file mode 100644 index 00000000..7e061f5b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,79 @@ +"""Primary application entrypoint. +""" +import locale +import logging +import os +import sys +import warnings +from typing import List, Optional + +from pip._internal.cli.autocompletion import autocomplete +from pip._internal.cli.main_parser import parse_command +from pip._internal.commands import create_command +from pip._internal.exceptions import PipError +from pip._internal.utils import deprecation + +logger = logging.getLogger(__name__) + + +# Do not import and use main() directly! Using it directly is actively +# discouraged by pip's maintainers. The name, location and behavior of +# this function is subject to change, so calling it directly is not +# portable across different pip versions. + +# In addition, running pip in-process is unsupported and unsafe. This is +# elaborated in detail at +# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program. +# That document also provides suggestions that should work for nearly +# all users that are considering importing and using main() directly. + +# However, we know that certain users will still want to invoke pip +# in-process. If you understand and accept the implications of using pip +# in an unsupported manner, the best approach is to use runpy to avoid +# depending on the exact location of this entry point. + +# The following example shows how to use runpy to invoke pip in that +# case: +# +# sys.argv = ["pip", your, args, here] +# runpy.run_module("pip", run_name="__main__") +# +# Note that this will exit the process after running, unlike a direct +# call to main. As it is not safe to do any processing after calling +# main, this should not be an issue in practice. + + +def main(args: Optional[List[str]] = None) -> int: + if args is None: + args = sys.argv[1:] + + # Suppress the pkg_resources deprecation warning + # Note - we use a module of .*pkg_resources to cover + # the normal case (pip._vendor.pkg_resources) and the + # devendored case (a bare pkg_resources) + warnings.filterwarnings( + action="ignore", category=DeprecationWarning, module=".*pkg_resources" + ) + + # Configure our deprecation warnings to be sent through loggers + deprecation.install_warning_logger() + + autocomplete() + + try: + cmd_name, cmd_args = parse_command(args) + except PipError as exc: + sys.stderr.write(f"ERROR: {exc}") + sys.stderr.write(os.linesep) + sys.exit(1) + + # Needed for locale.getpreferredencoding(False) to work + # in pip._internal.utils.encoding.auto_decode + try: + locale.setlocale(locale.LC_ALL, "") + except locale.Error as e: + # setlocale can apparently crash if locale are uninitialized + logger.debug("Ignoring error %s when setting locale", e) + command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) + + return command.main(cmd_args) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 00000000..5ade356b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py @@ -0,0 +1,134 @@ +"""A single place for constructing and exposing the main parser +""" + +import os +import subprocess +import sys +from typing import List, Optional, Tuple + +from pip._internal.build_env import get_runnable_pip +from pip._internal.cli import cmdoptions +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.commands import commands_dict, get_similar_commands +from pip._internal.exceptions import CommandError +from pip._internal.utils.misc import get_pip_version, get_prog + +__all__ = ["create_main_parser", "parse_command"] + + +def create_main_parser() -> ConfigOptionParser: + """Creates and returns the main parser for pip's CLI""" + + parser = ConfigOptionParser( + usage="\n%prog [options]", + add_help_option=False, + formatter=UpdatingDefaultsHelpFormatter(), + name="global", + prog=get_prog(), + ) + parser.disable_interspersed_args() + + parser.version = get_pip_version() + + # add the general options + gen_opts = cmdoptions.make_option_group(cmdoptions.general_group, parser) + parser.add_option_group(gen_opts) + + # so the help formatter knows + parser.main = True # type: ignore + + # create command listing for description + description = [""] + [ + f"{name:27} {command_info.summary}" + for name, command_info in commands_dict.items() + ] + parser.description = "\n".join(description) + + return parser + + +def identify_python_interpreter(python: str) -> Optional[str]: + # If the named file exists, use it. + # If it's a directory, assume it's a virtual environment and + # look for the environment's Python executable. + if os.path.exists(python): + if os.path.isdir(python): + # bin/python for Unix, Scripts/python.exe for Windows + # Try both in case of odd cases like cygwin. + for exe in ("bin/python", "Scripts/python.exe"): + py = os.path.join(python, exe) + if os.path.exists(py): + return py + else: + return python + + # Could not find the interpreter specified + return None + + +def parse_command(args: List[str]) -> Tuple[str, List[str]]: + parser = create_main_parser() + + # Note: parser calls disable_interspersed_args(), so the result of this + # call is to split the initial args into the general options before the + # subcommand and everything else. + # For example: + # args: ['--timeout=5', 'install', '--user', 'INITools'] + # general_options: ['--timeout==5'] + # args_else: ['install', '--user', 'INITools'] + general_options, args_else = parser.parse_args(args) + + # --python + if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + # Re-invoke pip using the specified Python interpreter + interpreter = identify_python_interpreter(general_options.python) + if interpreter is None: + raise CommandError( + f"Could not locate Python interpreter {general_options.python}" + ) + + pip_cmd = [ + interpreter, + get_runnable_pip(), + ] + pip_cmd.extend(args) + + # Set a flag so the child doesn't re-invoke itself, causing + # an infinite loop. + os.environ["_PIP_RUNNING_IN_SUBPROCESS"] = "1" + returncode = 0 + try: + proc = subprocess.run(pip_cmd) + returncode = proc.returncode + except (subprocess.SubprocessError, OSError) as exc: + raise CommandError(f"Failed to run pip under {interpreter}: {exc}") + sys.exit(returncode) + + # --version + if general_options.version: + sys.stdout.write(parser.version) + sys.stdout.write(os.linesep) + sys.exit() + + # pip || pip help -> print_help() + if not args_else or (args_else[0] == "help" and len(args_else) == 1): + parser.print_help() + sys.exit() + + # the subcommand name + cmd_name = args_else[0] + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + # all the args without the subcommand + cmd_args = args[:] + cmd_args.remove(cmd_name) + + return cmd_name, cmd_args diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 00000000..ae554b24 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py @@ -0,0 +1,294 @@ +"""Base option parser setup""" + +import logging +import optparse +import shutil +import sys +import textwrap +from contextlib import suppress +from typing import Any, Dict, Generator, List, Tuple + +from pip._internal.cli.status_codes import UNKNOWN_ERROR +from pip._internal.configuration import Configuration, ConfigurationError +from pip._internal.utils.misc import redact_auth_from_url, strtobool + +logger = logging.getLogger(__name__) + + +class PrettyHelpFormatter(optparse.IndentedHelpFormatter): + """A prettier/less verbose help formatter for optparse.""" + + def __init__(self, *args: Any, **kwargs: Any) -> None: + # help position must be aligned with __init__.parseopts.description + kwargs["max_help_position"] = 30 + kwargs["indent_increment"] = 1 + kwargs["width"] = shutil.get_terminal_size()[0] - 2 + super().__init__(*args, **kwargs) + + def format_option_strings(self, option: optparse.Option) -> str: + return self._format_option_strings(option) + + def _format_option_strings( + self, option: optparse.Option, mvarfmt: str = " <{}>", optsep: str = ", " + ) -> str: + """ + Return a comma-separated list of option strings and metavars. + + :param option: tuple of (short opt, long opt), e.g: ('-f', '--format') + :param mvarfmt: metavar format string + :param optsep: separator + """ + opts = [] + + if option._short_opts: + opts.append(option._short_opts[0]) + if option._long_opts: + opts.append(option._long_opts[0]) + if len(opts) > 1: + opts.insert(1, optsep) + + if option.takes_value(): + assert option.dest is not None + metavar = option.metavar or option.dest.lower() + opts.append(mvarfmt.format(metavar.lower())) + + return "".join(opts) + + def format_heading(self, heading: str) -> str: + if heading == "Options": + return "" + return heading + ":\n" + + def format_usage(self, usage: str) -> str: + """ + Ensure there is only one newline between usage and the first heading + if there is no description. + """ + msg = "\nUsage: {}\n".format(self.indent_lines(textwrap.dedent(usage), " ")) + return msg + + def format_description(self, description: str) -> str: + # leave full control over description to us + if description: + if hasattr(self.parser, "main"): + label = "Commands" + else: + label = "Description" + # some doc strings have initial newlines, some don't + description = description.lstrip("\n") + # some doc strings have final newlines and spaces, some don't + description = description.rstrip() + # dedent, then reindent + description = self.indent_lines(textwrap.dedent(description), " ") + description = f"{label}:\n{description}\n" + return description + else: + return "" + + def format_epilog(self, epilog: str) -> str: + # leave full control over epilog to us + if epilog: + return epilog + else: + return "" + + def indent_lines(self, text: str, indent: str) -> str: + new_lines = [indent + line for line in text.split("\n")] + return "\n".join(new_lines) + + +class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): + """Custom help formatter for use in ConfigOptionParser. + + This is updates the defaults before expanding them, allowing + them to show up correctly in the help listing. + + Also redact auth from url type options + """ + + def expand_default(self, option: optparse.Option) -> str: + default_values = None + if self.parser is not None: + assert isinstance(self.parser, ConfigOptionParser) + self.parser._update_defaults(self.parser.defaults) + assert option.dest is not None + default_values = self.parser.defaults.get(option.dest) + help_text = super().expand_default(option) + + if default_values and option.metavar == "URL": + if isinstance(default_values, str): + default_values = [default_values] + + # If its not a list, we should abort and just return the help text + if not isinstance(default_values, list): + default_values = [] + + for val in default_values: + help_text = help_text.replace(val, redact_auth_from_url(val)) + + return help_text + + +class CustomOptionParser(optparse.OptionParser): + def insert_option_group( + self, idx: int, *args: Any, **kwargs: Any + ) -> optparse.OptionGroup: + """Insert an OptionGroup at a given position.""" + group = self.add_option_group(*args, **kwargs) + + self.option_groups.pop() + self.option_groups.insert(idx, group) + + return group + + @property + def option_list_all(self) -> List[optparse.Option]: + """Get a list of all options, including those in option groups.""" + res = self.option_list[:] + for i in self.option_groups: + res.extend(i.option_list) + + return res + + +class ConfigOptionParser(CustomOptionParser): + """Custom option parser which updates its defaults by checking the + configuration files and environmental variables""" + + def __init__( + self, + *args: Any, + name: str, + isolated: bool = False, + **kwargs: Any, + ) -> None: + self.name = name + self.config = Configuration(isolated) + + assert self.name + super().__init__(*args, **kwargs) + + def check_default(self, option: optparse.Option, key: str, val: Any) -> Any: + try: + return option.check_value(key, val) + except optparse.OptionValueError as exc: + print(f"An error occurred during configuration: {exc}") + sys.exit(3) + + def _get_ordered_configuration_items( + self, + ) -> Generator[Tuple[str, Any], None, None]: + # Configuration gives keys in an unordered manner. Order them. + override_order = ["global", self.name, ":env:"] + + # Pool the options into different groups + section_items: Dict[str, List[Tuple[str, Any]]] = { + name: [] for name in override_order + } + for section_key, val in self.config.items(): + # ignore empty values + if not val: + logger.debug( + "Ignoring configuration key '%s' as it's value is empty.", + section_key, + ) + continue + + section, key = section_key.split(".", 1) + if section in override_order: + section_items[section].append((key, val)) + + # Yield each group in their override order + for section in override_order: + for key, val in section_items[section]: + yield key, val + + def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]: + """Updates the given defaults with values from the config files and + the environ. Does a little special handling for certain types of + options (lists).""" + + # Accumulate complex default state. + self.values = optparse.Values(self.defaults) + late_eval = set() + # Then set the options with those values + for key, val in self._get_ordered_configuration_items(): + # '--' because configuration supports only long names + option = self.get_option("--" + key) + + # Ignore options not present in this parser. E.g. non-globals put + # in [global] by users that want them to apply to all applicable + # commands. + if option is None: + continue + + assert option.dest is not None + + if option.action in ("store_true", "store_false"): + try: + val = strtobool(val) + except ValueError: + self.error( + f"{val} is not a valid value for {key} option, " + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead." + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + f"{val} is not a valid value for {key} option, " + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0." + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> None: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 00000000..0ad14031 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,68 @@ +import functools +from typing import Callable, Generator, Iterable, Iterator, Optional, Tuple + +from pip._vendor.rich.progress import ( + BarColumn, + DownloadColumn, + FileSizeColumn, + Progress, + ProgressColumn, + SpinnerColumn, + TextColumn, + TimeElapsedColumn, + TimeRemainingColumn, + TransferSpeedColumn, +) + +from pip._internal.utils.logging import get_indentation + +DownloadProgressRenderer = Callable[[Iterable[bytes]], Iterator[bytes]] + + +def _rich_progress_bar( + iterable: Iterable[bytes], + *, + bar_type: str, + size: int, +) -> Generator[bytes, None, None]: + assert bar_type == "on", "This should only be used in the default mode." + + if not size: + total = float("inf") + columns: Tuple[ProgressColumn, ...] = ( + TextColumn("[progress.description]{task.description}"), + SpinnerColumn("line", speed=1.5), + FileSizeColumn(), + TransferSpeedColumn(), + TimeElapsedColumn(), + ) + else: + total = size + columns = ( + TextColumn("[progress.description]{task.description}"), + BarColumn(), + DownloadColumn(), + TransferSpeedColumn(), + TextColumn("eta"), + TimeRemainingColumn(), + ) + + progress = Progress(*columns, refresh_per_second=30) + task_id = progress.add_task(" " * (get_indentation() + 2), total=total) + with progress: + for chunk in iterable: + yield chunk + progress.update(task_id, advance=len(chunk)) + + +def get_download_progress_renderer( + *, bar_type: str, size: Optional[int] = None +) -> DownloadProgressRenderer: + """Get an object that can be used to render the download progress. + + Returns a callable, that takes an iterable to "wrap". + """ + if bar_type == "on": + return functools.partial(_rich_progress_bar, bar_type=bar_type, size=size) + else: + return iter # no-op, when passed an iterator diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 00000000..6f2f79c6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,505 @@ +"""Contains the Command base classes that depend on PipSession. + +The classes in this module are in a separate module so the commands not +needing download / PackageFinder capability don't unnecessarily import the +PackageFinder machinery and all its vendored dependencies, etc. +""" + +import logging +import os +import sys +from functools import partial +from optparse import Values +from typing import TYPE_CHECKING, Any, List, Optional, Tuple + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.exceptions import CommandError, PreviousBuildDirError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, + install_req_from_parsed_requirement, + install_req_from_req_string, +) +from pip._internal.req.req_file import parse_requirements +from pip._internal.req.req_install import InstallRequirement +from pip._internal.resolution.base import BaseResolver +from pip._internal.self_outdated_check import pip_self_version_check +from pip._internal.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) +from pip._internal.utils.virtualenv import running_under_virtualenv + +if TYPE_CHECKING: + from ssl import SSLContext + +logger = logging.getLogger(__name__) + + +def _create_truststore_ssl_context() -> Optional["SSLContext"]: + if sys.version_info < (3, 10): + raise CommandError("The truststore feature is only available for Python 3.10+") + + try: + import ssl + except ImportError: + logger.warning("Disabling truststore since ssl support is missing") + return None + + try: + from pip._vendor import truststore + except ImportError as e: + raise CommandError(f"The truststore feature is unavailable: {e}") + + return truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) + + +class SessionCommandMixin(CommandContextMixIn): + + """ + A class mixin for command classes needing _build_session(). + """ + + def __init__(self) -> None: + super().__init__() + self._session: Optional[PipSession] = None + + @classmethod + def _get_index_urls(cls, options: Values) -> Optional[List[str]]: + """Return a list of index urls from user-provided options.""" + index_urls = [] + if not getattr(options, "no_index", False): + url = getattr(options, "index_url", None) + if url: + index_urls.append(url) + urls = getattr(options, "extra_index_urls", None) + if urls: + index_urls.extend(urls) + # Return None rather than an empty list + return index_urls or None + + def get_default_session(self, options: Values) -> PipSession: + """Get a default-managed session.""" + if self._session is None: + self._session = self.enter_context(self._build_session(options)) + # there's no type annotation on requests.Session, so it's + # automatically ContextManager[Any] and self._session becomes Any, + # then https://github.com/python/mypy/issues/7696 kicks in + assert self._session is not None + return self._session + + def _build_session( + self, + options: Values, + retries: Optional[int] = None, + timeout: Optional[int] = None, + fallback_to_certifi: bool = False, + ) -> PipSession: + cache_dir = options.cache_dir + assert not cache_dir or os.path.isabs(cache_dir) + + if "truststore" in options.features_enabled: + try: + ssl_context = _create_truststore_ssl_context() + except Exception: + if not fallback_to_certifi: + raise + ssl_context = None + else: + ssl_context = None + + session = PipSession( + cache=os.path.join(cache_dir, "http-v2") if cache_dir else None, + retries=retries if retries is not None else options.retries, + trusted_hosts=options.trusted_hosts, + index_urls=self._get_index_urls(options), + ssl_context=ssl_context, + ) + + # Handle custom ca-bundles from the user + if options.cert: + session.verify = options.cert + + # Handle SSL client certificate + if options.client_cert: + session.cert = options.client_cert + + # Handle timeouts + if options.timeout or timeout: + session.timeout = timeout if timeout is not None else options.timeout + + # Handle configured proxies + if options.proxy: + session.proxies = { + "http": options.proxy, + "https": options.proxy, + } + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + session.auth.keyring_provider = options.keyring_provider + + return session + + +class IndexGroupCommand(Command, SessionCommandMixin): + + """ + Abstract base class for commands with the index_group options. + + This also corresponds to the commands that permit the pip version check. + """ + + def handle_pip_version_check(self, options: Values) -> None: + """ + Do the pip version check if not disabled. + + This overrides the default behavior of not doing the check. + """ + # Make sure the index_group options are present. + assert hasattr(options, "no_index") + + if options.disable_pip_version_check or options.no_index: + return + + # Otherwise, check if we're using the latest version of pip available. + session = self._build_session( + options, + retries=0, + timeout=min(5, options.timeout), + # This is set to ensure the function does not fail when truststore is + # specified in use-feature but cannot be loaded. This usually raises a + # CommandError and shows a nice user-facing error, but this function is not + # called in that try-except block. + fallback_to_certifi=True, + ) + with session: + pip_self_version_check(session, options) + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +def warn_if_run_as_root() -> None: + """Output a warning for sudo users on Unix. + + In a virtual environment, sudo pip still writes to virtualenv. + On Windows, users may run pip as Administrator without issues. + This warning only applies to Unix root users outside of virtualenv. + """ + if running_under_virtualenv(): + return + if not hasattr(os, "getuid"): + return + # On Windows, there are no "system managed" Python packages. Installing as + # Administrator via pip is the correct way of updating system environments. + # + # We choose sys.platform over utils.compat.WINDOWS here to enable Mypy platform + # checks: https://mypy.readthedocs.io/en/stable/common_issues.html + if sys.platform == "win32" or sys.platform == "cygwin": + return + + if os.getuid() != 0: + return + + logger.warning( + "Running pip as the 'root' user can result in broken permissions and " + "conflicting behaviour with the system package manager. " + "It is recommended to use a virtual environment instead: " + "https://pip.pypa.io/warnings/venv" + ) + + +def with_cleanup(func: Any) -> Any: + """Decorator for common logic related to managing temporary + directories. + """ + + def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: + for t in KEEPABLE_TEMPDIR_TYPES: + registry.set_delete(t, False) + + def wrapper( + self: RequirementCommand, options: Values, args: List[Any] + ) -> Optional[int]: + assert self.tempdir_registry is not None + if options.no_clean: + configure_tempdir_registry(self.tempdir_registry) + + try: + return func(self, options, args) + except PreviousBuildDirError: + # This kind of conflict can occur when the user passes an explicit + # build directory with a pre-existing folder. In that case we do + # not want to accidentally remove it. + configure_tempdir_registry(self.tempdir_registry) + raise + + return wrapper + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.no_clean()) + + @staticmethod + def determine_resolver_variant(options: Values) -> str: + """Determines which resolver should be used, based on the given options.""" + if "legacy-resolver" in options.deprecated_features_enabled: + return "legacy" + + return "resolvelib" + + @classmethod + def make_requirement_preparer( + cls, + temp_build_dir: TempDirectory, + options: Values, + build_tracker: BuildTracker, + session: PipSession, + finder: PackageFinder, + use_user_site: bool, + download_dir: Optional[str] = None, + verbosity: int = 0, + ) -> RequirementPreparer: + """ + Create a RequirementPreparer instance for the given parameters. + """ + temp_build_dir_path = temp_build_dir.path + assert temp_build_dir_path is not None + legacy_resolver = False + + resolver_variant = cls.determine_resolver_variant(options) + if resolver_variant == "resolvelib": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + legacy_resolver = True + lazy_wheel = False + if "fast-deps" in options.features_enabled: + logger.warning( + "fast-deps has no effect when used with the legacy resolver." + ) + + return RequirementPreparer( + build_dir=temp_build_dir_path, + src_dir=options.src_dir, + download_dir=download_dir, + build_isolation=options.build_isolation, + check_build_deps=options.check_build_deps, + build_tracker=build_tracker, + session=session, + progress_bar=options.progress_bar, + finder=finder, + require_hashes=options.require_hashes, + use_user_site=use_user_site, + lazy_wheel=lazy_wheel, + verbosity=verbosity, + legacy_resolver=legacy_resolver, + ) + + @classmethod + def make_resolver( + cls, + preparer: RequirementPreparer, + finder: PackageFinder, + options: Values, + wheel_cache: Optional[WheelCache] = None, + use_user_site: bool = False, + ignore_installed: bool = True, + ignore_requires_python: bool = False, + force_reinstall: bool = False, + upgrade_strategy: str = "to-satisfy-only", + use_pep517: Optional[bool] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + use_pep517=use_pep517, + ) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "resolvelib": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + comes_from=None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + for req in options.editables: + req_to_add = install_req_from_editable( + req, + user_supplied=True, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + # NOTE: options.require_hashes may be set if --require-hashes is True + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, finder=finder, options=options, session=session + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=parsed_req.options.get("config_settings") + if parsed_req.options + else None, + ) + requirements.append(req_to_add) + + # If any requirement has hash options, enable hash checking. + if any(req.has_hash_options for req in requirements): + options.require_hashes = True + + if not (args or options.editables or options.requirements): + opts = {"name": self.name} + if options.find_links: + raise CommandError( + "You must give at least one requirement to {name} " + '(maybe you meant "pip {name} {links}"?)'.format( + **dict(opts, links=" ".join(options.find_links)) + ) + ) + else: + raise CommandError( + "You must give at least one requirement to {name} " + '(see "pip help {name}")'.format(**opts) + ) + + return requirements + + @staticmethod + def trace_basic_info(finder: PackageFinder) -> None: + """ + Trace basic information about the provided objects. + """ + # Display where finder is looking for packages + search_scope = finder.search_scope + locations = search_scope.get_formatted_locations() + if locations: + logger.info(locations) + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to this requirement command. + + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + link_collector = LinkCollector.create(session, options=options) + selection_prefs = SelectionPreferences( + allow_yanked=True, + format_control=options.format_control, + allow_all_prereleases=options.pre, + prefer_binary=options.prefer_binary, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 00000000..cf2b976f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py @@ -0,0 +1,159 @@ +import contextlib +import itertools +import logging +import sys +import time +from typing import IO, Generator, Optional + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_indentation + +logger = logging.getLogger(__name__) + + +class SpinnerInterface: + def spin(self) -> None: + raise NotImplementedError() + + def finish(self, final_status: str) -> None: + raise NotImplementedError() + + +class InteractiveSpinner(SpinnerInterface): + def __init__( + self, + message: str, + file: Optional[IO[str]] = None, + spin_chars: str = "-\\|/", + # Empirically, 8 updates/second looks nice + min_update_interval_seconds: float = 0.125, + ): + self._message = message + if file is None: + file = sys.stdout + self._file = file + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._finished = False + + self._spin_cycle = itertools.cycle(spin_chars) + + self._file.write(" " * get_indentation() + self._message + " ... ") + self._width = 0 + + def _write(self, status: str) -> None: + assert not self._finished + # Erase what we wrote before by backspacing to the beginning, writing + # spaces to overwrite the old text, and then backspacing again + backup = "\b" * self._width + self._file.write(backup + " " * self._width + backup) + # Now we have a blank slate to add our status + self._file.write(status) + self._width = len(status) + self._file.flush() + self._rate_limiter.reset() + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._write(next(self._spin_cycle)) + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._write(final_status) + self._file.write("\n") + self._file.flush() + self._finished = True + + +# Used for dumb terminals, non-interactive installs (no tty), etc. +# We still print updates occasionally (once every 60 seconds by default) to +# act as a keep-alive for systems like Travis-CI that take lack-of-output as +# an indication that a task has frozen. +class NonInteractiveSpinner(SpinnerInterface): + def __init__(self, message: str, min_update_interval_seconds: float = 60.0) -> None: + self._message = message + self._finished = False + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._update("started") + + def _update(self, status: str) -> None: + assert not self._finished + self._rate_limiter.reset() + logger.info("%s: %s", self._message, status) + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._update("still running...") + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._update(f"finished with status '{final_status}'") + self._finished = True + + +class RateLimiter: + def __init__(self, min_update_interval_seconds: float) -> None: + self._min_update_interval_seconds = min_update_interval_seconds + self._last_update: float = 0 + + def ready(self) -> bool: + now = time.time() + delta = now - self._last_update + return delta >= self._min_update_interval_seconds + + def reset(self) -> None: + self._last_update = time.time() + + +@contextlib.contextmanager +def open_spinner(message: str) -> Generator[SpinnerInterface, None, None]: + # Interactive spinner goes directly to sys.stdout rather than being routed + # through the logging system, but it acts like it has level INFO, + # i.e. it's only displayed if we're at level INFO or better. + # Non-interactive spinner goes through the logging system, so it is always + # in sync with logging configuration. + if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO: + spinner: SpinnerInterface = InteractiveSpinner(message) + else: + spinner = NonInteractiveSpinner(message) + try: + with hidden_cursor(sys.stdout): + yield spinner + except KeyboardInterrupt: + spinner.finish("canceled") + raise + except Exception: + spinner.finish("error") + raise + else: + spinner.finish("done") + + +HIDE_CURSOR = "\x1b[?25l" +SHOW_CURSOR = "\x1b[?25h" + + +@contextlib.contextmanager +def hidden_cursor(file: IO[str]) -> Generator[None, None, None]: + # The Windows terminal does not support the hide/show cursor ANSI codes, + # even via colorama. So don't even try. + if WINDOWS: + yield + # We don't want to clutter the output with control characters if we're + # writing to a file, or if the user is running with --quiet. + # See https://github.com/pypa/pip/issues/3418 + elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO: + yield + else: + file.write(HIDE_CURSOR) + try: + yield + finally: + file.write(SHOW_CURSOR) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 00000000..5e29502c --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py @@ -0,0 +1,6 @@ +SUCCESS = 0 +ERROR = 1 +UNKNOWN_ERROR = 2 +VIRTUALENV_NOT_FOUND = 3 +PREVIOUS_BUILD_DIR_ERROR = 4 +NO_MATCHES_FOUND = 23 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 00000000..858a4101 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py @@ -0,0 +1,132 @@ +""" +Package containing all pip commands +""" + +import importlib +from collections import namedtuple +from typing import Any, Dict, Optional + +from pip._internal.cli.base_command import Command + +CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") + +# This dictionary does a bunch of heavy lifting for help output: +# - Enables avoiding additional (costly) imports for presenting `--help`. +# - The ordering matters for help display. +# +# Even though the module path starts with the same "pip._internal.commands" +# prefix, the full path makes testing easier (specifically when modifying +# `commands_dict` in test setup / teardown). +commands_dict: Dict[str, CommandInfo] = { + "install": CommandInfo( + "pip._internal.commands.install", + "InstallCommand", + "Install packages.", + ), + "download": CommandInfo( + "pip._internal.commands.download", + "DownloadCommand", + "Download packages.", + ), + "uninstall": CommandInfo( + "pip._internal.commands.uninstall", + "UninstallCommand", + "Uninstall packages.", + ), + "freeze": CommandInfo( + "pip._internal.commands.freeze", + "FreezeCommand", + "Output installed packages in requirements format.", + ), + "inspect": CommandInfo( + "pip._internal.commands.inspect", + "InspectCommand", + "Inspect the python environment.", + ), + "list": CommandInfo( + "pip._internal.commands.list", + "ListCommand", + "List installed packages.", + ), + "show": CommandInfo( + "pip._internal.commands.show", + "ShowCommand", + "Show information about installed packages.", + ), + "check": CommandInfo( + "pip._internal.commands.check", + "CheckCommand", + "Verify installed packages have compatible dependencies.", + ), + "config": CommandInfo( + "pip._internal.commands.configuration", + "ConfigurationCommand", + "Manage local and global configuration.", + ), + "search": CommandInfo( + "pip._internal.commands.search", + "SearchCommand", + "Search PyPI for packages.", + ), + "cache": CommandInfo( + "pip._internal.commands.cache", + "CacheCommand", + "Inspect and manage pip's wheel cache.", + ), + "index": CommandInfo( + "pip._internal.commands.index", + "IndexCommand", + "Inspect information available from package indexes.", + ), + "wheel": CommandInfo( + "pip._internal.commands.wheel", + "WheelCommand", + "Build wheels from your requirements.", + ), + "hash": CommandInfo( + "pip._internal.commands.hash", + "HashCommand", + "Compute hashes of package archives.", + ), + "completion": CommandInfo( + "pip._internal.commands.completion", + "CompletionCommand", + "A helper command used for command completion.", + ), + "debug": CommandInfo( + "pip._internal.commands.debug", + "DebugCommand", + "Show information useful for debugging.", + ), + "help": CommandInfo( + "pip._internal.commands.help", + "HelpCommand", + "Show help for commands.", + ), +} + + +def create_command(name: str, **kwargs: Any) -> Command: + """ + Create an instance of the Command class with the given name. + """ + module_path, class_name, summary = commands_dict[name] + module = importlib.import_module(module_path) + command_class = getattr(module, class_name) + command = command_class(name=name, summary=summary, **kwargs) + + return command + + +def get_similar_commands(name: str) -> Optional[str]: + """Command name auto-correct.""" + from difflib import get_close_matches + + name = name.lower() + + close_commands = get_close_matches(name, commands_dict.keys()) + + if close_commands: + return close_commands[0] + else: + return None diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da3ea4bdc9ea17251d64ba8e3cc104a5a68cab67 GIT binary patch literal 4027 zcmaJ^&2!tv6<>fP2$3SGPg}Mu8@46clr7ToN8HMeU0I4^*|FqAiPI>_a3Jndgarc3 z0+dXen&F{`YBH0?(}Q*BL7B-R9rxg4|A$_z(IF@%o!ZmMp*K#IQ%-%mAY>>tixGj{ z-|y{j-@bkOp}!>(F$B+4=F8$(3ZZ|oivL7gg*{nB=qdULVYGy>fJI$c65t!s#ZqV~ zBrq(jhf9&ANJ(0fO3|e#$0E91>R9R!kcdbKOE~%rbl9^L(+~zx62l!hhU3pd9{xuG zcXBj=lQmp zeH-7vHv{NzI68%I;pqT6!_jx}EPgkD-sb2WzJu?+MwjA5BAp~w5RX8}Ndmuj9lrP; z>BRFSf)_|fLBjWc7hXzoY=J~cC$lVs@%w|xATh$EBSW#46 zSISx$pi)USuoe3^o74HU;KmHKM6g{c>m(g=LsLf84bNzK+m#o}wq_ct4o1;wubmrj z73PeBSyM_TuIMCJR_)?>C9kWNm1An>6{`Z>(5f5N49kYTYsaDUOinXwLP0U(yOC+} zZgS2uY{}QUTXm)Ejm65iGB(!@-BfYyL>n>Rz)j7xOntc?9|-7mR3I{*cPun-@^0V4 z?fS?!_9c7wk$|RDpoG*&ZK#c)N4tqxZsto(EL7}r#a3GG5WKGlkV4596^)V-F>FgI zn6#wY86Ma&$=m-gu#D${Wd*;l6A)NdSL`BD%2m5)8VWJiG-?{Ghm0H6HOsCIwiy5; z-S~U(_5}x6Lm*0Lzp>x>!YGDQ02cSvF_d8uK=m2P2)ZRH&V7n=rnK z+s!mRbHAJMDWypCGNJxvtyC=764F{hx&f zJrpWB?}Im3fir^z2>fUtARr+?@b+~Nb6wUb=q&^#(Q@3%VRo{F*&*RdtLrLVv0RA~ zyF!h;z)qyrBf&Qgzr9EBdW!58j8Gl1^X@aak!*+?p^dQJx|<;MFuZTHU#N@ETB;in z+rKZNdZZrm?>ZZji0Tp+>!=>a!k@&t@U8Hbuo10C7g0J?n~f>(OjDx5w5x`1)6}gj_@wirXFPANTWU3%fsw6c!QZTRcwEX%T+CXU zO~(C`Ity8!-9PHHe&^X7V49uFWy)1Indc$RwMcpmJS)M^x&yBU`bkD-uRQ;7=gj0z zc(`%*>!VvA|ByKJePVbgF}(fhZepS_`$OO0*6jA3-M(z&-rtjhFOpN+ec!F`B&Ys5 z3a`eyFXKIp`8`lW2NEj+085!YmQqi>>oO_{8-f6-^^mc@c%HTD8*ojo3w30()a1{@ z4!`vJ>s#-qmsl5Rq%LBCrR^fBhSK5MQ9o-~f+%XmHX*o_!l9g@>(am*2y)+81lB$&sd6~l5q}SSyzQqO&(@rN@(>^9| zX(iZqsXqr6od&83KkF@cHPDaY^viha50jgdUtVv_yy_p_w*T_^_v1Hr#&7P9Pwn>K zYRtci_B*MeEp;cQypWZbsb0$NtLZK`n#*A`pUcsUPYr$I2aW!SF1|_*Yz@6QduKO! zw-ImlJP^{N6HaVCcI2~;JmAQKd(m*0)C@7A*@+^lCvitkJMs}nJ_b~`)J$;d5Q=m? z8Fb_^M?UJvLqPRN&BL5hP$aRr>d0pt`LH8j11cpoPjYGuMUt=kN_%~s_UG}J(oVqQbNayCKjy&qfha7ndxTMsa6FB(+kld4uBOiC< z3qXP=iyrxzPkL^i_Q=mYvT#r~>&dQoWceWZwnu*9k+p+l#v>nlB>dkL9OO8VFvxdA z?(IB~-A~RrGWs{KO-d56YhOWb>SCBz|vyJ-s#fqHlO7 yHL`~u2!hz8Vu#SX)!Rhy`7Xpi&!c;+)*OfneOp!&!Dsu?^UyaNKd~ZDx&H#oG literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..915bdca787f38bde43043f75ffb6edf653500a20 GIT binary patch literal 9736 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 RxnibIuAcaB3Tv|R{{hcpt}_4t literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..70c1b5595c3dedcdbb565793fcb8acf0dadccc0e GIT binary patch literal 2115 zcma(SOK%fLc-G#RUqBK!Pe_*1s5KnqCNB$2x%ow{bp?^X~m%{>znT}^S!^%KNSjD z1m6YqyXs#eLeCk|`GhvI^F1JUk&SH5MLIiEF6X866vyzioA!8}PjKE9JW&@DTyP~% z)@3iFXA)X;vtCZmd3inW74$;FliWkzVf`?NQV65#O2_d2iMuwq7NvKm&=q9Mw~(E| z;zqj7?WuF6?4OL7E^)DV&2(#+0>)1{G=fu_3_Q>D?NTZhF3rq*J`+o`UrtV5nw>4B z<1VX;tpy`Atp&4!4T_`qxJ9rT;e$M*Oajkvd>Waqi|zQtl1Y5S#TC=48;h7wC-A8O zHVhhK%PBj+0?YX&;((%{7KOFQYPs8jkmuyvQQ^1?k?Wj|^pwr%X*;F!b{Y#dk3}pE zfZP_aTo!Hd7O!XOQb~^Ulg#OMSj!XFFmcLtWzRjO9Sv2g<|0jIzjYWc^8u6`mz7xM$$1r+l25NH`MePb9 zw2_Dr`X+_YN_vHl_Fgs8ojP(T>hu-b=O!CT56;lN&MG4*=p-%$BNt# zT2i>(19T?Jbi_8-kQ#C$W2ad5Hux5wL$}}J(QTDS4H4dG|HFc~XQ3A&f=E`fE4h{Y z0ZZT^SjsoDjoe1tOR&=qc20vGf$|NJrW!mEqh!XIC$s3ld;UO9@-08vjgm0Ed~%d3 z@FVy}%^{fKW6Dz1v8swg6+ejf>#Y(hiJa zK$$1O0`@yL*mbIugPL!vC5fwP+c@AY{oU;PI>^fG&h&%|dV=FRz)5D~jDar2jYCV<#PegH!VQoj^ zG~|XB;Bu>t+wk?bS~c*nRyLies$Il%Aqqlm@~g|*)xfT~c>IeXaH-~ap^I6><5sXl z&AO&8Vt-L{op~*+N7cYTtDZiiQJCNH&NykI6Kb#pB20YK)nKmJTA^C9Le#Jh4%PhS zBL|051x_D$NS_0^iMB>BKN|hCDZjm%TbtXGPu>6Qv3zc8hunT32QhT%SKW# z!-%tn;U$R&JZ~5`YNpGo43uOTc3=S_)F>=p!d3-g(;BB~MB+4LnhXQ^0FerF2 zcLKTqp(g>{Lcj1Awt22FaP!i(I3f(Kf3S_?)Js3#Phx8TWwA3&SrD80(L8Zc) zPlk2JnzZFWEJpPZ*eyqfq2%gb$yLjB)OnL)qg{K#_E`LeOYlb#)hJxEG2Ne)|K1Ej zOkgv^(p8flN(OCz?&AJ`TdzfqOH~*kE1AJKQ^C;`1c3=rm>(jG2#6#_?*eB(ZLj4I zTSfSooCX0~*YpB_?KH=6zoJ7=(a=-W_Xj%j8#@1Yisw=<5P;n*;?6wF46gP)$qY6# YgX`xWW!||dz7j{dp|y!!1V>`xAL#cp2><{9 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ea8d1856fe73e5547e9fb68bc021f0423c79a43 GIT binary patch literal 5217 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ff71aa94f0cefe5ea296fea02f325476c808298d GIT binary patch literal 13237 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 BKPLbH literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36f0192f2ffca3ed9fdf444281b9f5161f4f0cff GIT binary patch literal 7614 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..06e9b39872258a67af06e75e9b428a13505d376f GIT binary patch literal 4441 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 G*8c$=%)}!A literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ffbd2e0c13132452f694eb6e4fc691e246f46c0c GIT binary patch literal 1698 zcmZux&2Jk;6rc5e+WBzeINxg6CWXdG@zPWR4oyV}fg(X9lu{|atTx_>z0Q7hW*x_t zEh>~l_>iEd1XYL}UFFh$0j^wJr4r4GNI{eXH$#FzIWe>AZ9>Ip_1^Ejee>qcZ{Ez0 zJv|9P#(egRqR9d9D>b6QcfiRV0(O87bjAc0lVcc)V`j`^b8LWFle737A7IWDEHNhr zm^URWo{KXe2Hpd@umyAx^80LES16U2RBV2@~V!LcmO)+t>6 zcwu32d6~fOj&~6u2j#;|p%gmC$t(do0D>H&gIr8!a;zT9aXOphbq)$T4@D@Ak{Dfp z@ijpgx45trzv~t>-A?}6&~nkK$VK9j*Bm70!(wo4C?N;qWfwUG`9{Zo^R_QKu4gzl z_Bjm|urDC!m64tA>^3NlGD_`}D@?#BLs%q?Hdrgx;4HR57>t8DDVdhn5b8pm-C)pL zF;M60!akWpM?=)vy6^z#+_!9jX-IVu4c4VnPx$wu)cLv?#zk`(;3cC7T`2WO_*~be zC^picGGu-3!us)gyp%eh5uwsxgwFMT2aKTtYDtnqmE(=mb>V$a{Wo9zo56YRBuR3(!-sVHu`|A}6l(m+f`iso2r+$&+Wy zWUb%Qs;f}0I%U~{n(fJxHCCRHGhP0WYq(j}usw)u&CEtiqFz!1qRgQ_BK*YrwhlLg z7DTk|d_i+vXzNI%23K+n+ZS97VTk;Mi%33|Hc}?xa~PUyh;o6tsCXfi2hV?kw2GrXem4#ex8<0=a)?q7qU9C3iL6`o zSyZ-b$qTn7OB|FLyhp@6@OO-hC;k9Lw7a?Z`0?=g?)?4A_N}%Ay3@OJkGrN1)6>n7 zgY@k7;_=`sdz*WuM@(yAww1cRy>OUJKkXaXN!(AgE@hkLX5rCCt?@UW^u75kHL+X% zuJ%o>IrZR^gOt+hR(?szdm{&_SGUEdQu3?b&w787EO`zL*x=Uen}0;S5-fus#ZWE!QHBQx2&1; zScoO6s_x_o;LDhB3 zx=PCmYNH!HlWv4u-b7hq(q|0IM3B>9m?JQL1crYDvq$v1b}Gos@Yh%W0z?HF{snp9 Bxt0I` literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..086e1e4aaff81ca105be6dc3288787b3241a28cb GIT binary patch literal 6745 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86e3690ef922eeca39cb5d5e893731428fe69f14 GIT binary patch literal 4000 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 IzihSt1B|ccT>t<8 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c676e0833f9614d92ca842c6e9dfc2acad7c4530 GIT binary patch literal 28938 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6aca10369eb2d683f890b164c341b8f31df63cce GIT binary patch literal 15681 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e7e441e90c3bb613d2b19c0db0f4e6b2082397d GIT binary patch literal 7646 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ded9033ed61f989fb176d57a105c7b08680666d GIT binary patch literal 9753 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..097d26438e7a3b3550f6127eb41f3fb2c58bcfdc GIT binary patch literal 4751 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9cdd1e7885c1b7943ada5ec52c28236b12b24ff7 GIT binary patch literal 8981 zcmcIqOKcm-nQp$DFOd|fwnjN~H4XfDdj0j;SR z%f&b?YVl$sm*8|zYc3{pNlu5fRIw%3Qf$q&@^V;fE4Js_iygTRUXEy;#jaczr=!}w zVt1~)*pusV32p%ivuB)6HQq>i#Ll%x{|jdWIY3R;q_S{?m@8G)PQN>%6U|G&Z`Dh z-)G*O5BXI;3a9}jq9DvPm?$VT4MATko-7A)NY@FmtSW4H{FRi+WMQdEpX zTu+~xLYPR#43ZRePAM5oK%bIIy1|V=sPtmFpcP8fmS>_*8S@H8l3Ky663rpJAQh~k z8j&tR3yV5qBSR@@q$Yy!n2u6wuQj9fH(6gwN)f58} zBWv|#pj;?RTyj9F5Qqe8Fdr?6ED!?~p#=uQQ%WBCLBKi5#OD6*m3frZZ{JFlIZu zAx!-kJ}_LmmbVuUK5<2OvL)kn3aER+k}zw}=gqHKdr{e3r@B

QTLh*QuTLJ5=MX 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 can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http-v2") + old_http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_size( + filesystem.directory_size(http_cache_location) + + filesystem.directory_size(old_http_cache_location) + ) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location (pip v23.3+): {http_cache_location} + Package index page cache location (older pips): {old_http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ # noqa: E501 + ) + .format( + http_cache_location=http_cache_location, + old_http_cache_location=old_http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("No locally built wheels cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if files: + logger.info("\n".join(sorted(files))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += f' for pattern "{args[0]}"' + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + old_http_dir = self._cache_dir(options, "http") + new_http_dir = self._cache_dir(options, "http-v2") + return filesystem.find_files(old_http_dir, "*") + filesystem.find_files( + new_http_dir, "*" + ) + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py new file mode 100644 index 00000000..5efd0a34 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,54 @@ +import logging +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.operations.check import ( + check_package_set, + create_package_set_from_installed, + warn_legacy_versions_and_specifiers, +) +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + usage = """ + %prog [options]""" + + def run(self, options: Values, args: List[str]) -> int: + package_set, parsing_probs = create_package_set_from_installed() + warn_legacy_versions_and_specifiers(package_set) + missing, conflicting = check_package_set(package_set) + + for project_name in missing: + version = package_set[project_name].version + for dependency in missing[project_name]: + write_output( + "%s %s requires %s, which is not installed.", + project_name, + version, + dependency[0], + ) + + for project_name in conflicting: + version = package_set[project_name].version + for dep_name, dep_version, req in conflicting[project_name]: + write_output( + "%s %s has requirement %s, but you have %s %s.", + project_name, + version, + req, + dep_name, + dep_version, + ) + + if missing or conflicting or parsing_probs: + return ERROR + else: + write_output("No broken requirements found.") + return SUCCESS diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 00000000..9e89e279 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,130 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + #compdef -P pip[0-9.]# + __pip() {{ + compadd $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$((CURRENT-1)) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) + }} + if [[ $zsh_eval_context[-1] == loadautofunc ]]; then + # autoload from fpath, call function directly + __pip "$@" + else + # eval/source/. command, register function for later + compdef __pip -P 'pip[0-9.]#' + fi + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, + "powershell": """ + if ((Test-Path Function:\\TabExpansion) -and -not ` + (Test-Path Function:\\_pip_completeBackup)) {{ + Rename-Item Function:\\TabExpansion _pip_completeBackup + }} + function TabExpansion($line, $lastWord) {{ + $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart() + if ($lastBlock.StartsWith("{prog} ")) {{ + $Env:COMP_WORDS=$lastBlock + $Env:COMP_CWORD=$lastBlock.Split().Length - 1 + $Env:PIP_AUTO_COMPLETE=1 + (& {prog}).Split() + Remove-Item Env:COMP_WORDS + Remove-Item Env:COMP_CWORD + Remove-Item Env:PIP_AUTO_COMPLETE + }} + elseif (Test-Path Function:\\_pip_completeBackup) {{ + # Fall back on existing tab expansion + _pip_completeBackup $line $lastWord + }} + }} + """, +} + + +class CompletionCommand(Command): + """A helper command to be used for command completion.""" + + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--bash", + "-b", + action="store_const", + const="bash", + dest="shell", + help="Emit completion code for bash", + ) + self.cmd_opts.add_option( + "--zsh", + "-z", + action="store_const", + const="zsh", + dest="shell", + help="Emit completion code for zsh", + ) + self.cmd_opts.add_option( + "--fish", + "-f", + action="store_const", + const="fish", + dest="shell", + help="Emit completion code for fish", + ) + self.cmd_opts.add_option( + "--powershell", + "-p", + action="store_const", + const="powershell", + dest="shell", + help="Emit completion code for powershell", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + """Prints the completion code of the given shell""" + shells = COMPLETION_SCRIPTS.keys() + shell_options = ["--" + shell for shell in sorted(shells)] + if options.shell in shells: + script = textwrap.dedent( + COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) + ) + print(BASE_COMPLETION.format(script=script, shell=options.shell)) + return SUCCESS + else: + sys.stderr.write( + "ERROR: You must pass {}\n".format(" or ".join(shell_options)) + ) + return SUCCESS diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 00000000..1a1dc6b6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,280 @@ +import logging +import os +import subprocess +from optparse import Values +from typing import Any, List, Optional + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.configuration import ( + Configuration, + Kind, + get_configuration_files, + kinds, +) +from pip._internal.exceptions import PipError +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_prog, write_output + +logger = logging.getLogger(__name__) + + +class ConfigurationCommand(Command): + """ + Manage local and global configuration. + + Subcommands: + + - list: List the active configuration (or from the file specified) + - edit: Edit the configuration file in an editor + - get: Get the value associated with command.option + - set: Set the command.option=value + - unset: Unset the value associated with command.option + - debug: List the configuration files and values defined under them + + Configuration keys should be dot separated command and option name, + with the special prefix "global" affecting any command. For example, + "pip config set global.index-url https://example.org/" would configure + the index url for all commands, but "pip config set download.timeout 10" + would configure a 10 second timeout only for "pip download" commands. + + If none of --user, --global and --site are passed, a virtual + environment configuration file is used if one is active and the file + exists. Otherwise, all modifications happen to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get command.option + %prog [] set command.option value + %prog [] unset command.option + %prog [] debug + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--editor", + dest="editor", + action="store", + default=None, + help=( + "Editor to use to edit the file. Uses VISUAL or EDITOR " + "environment variables if not provided." + ), + ) + + self.cmd_opts.add_option( + "--global", + dest="global_file", + action="store_true", + default=False, + help="Use the system-wide configuration file only", + ) + + self.cmd_opts.add_option( + "--user", + dest="user_file", + action="store_true", + default=False, + help="Use the user configuration file only", + ) + + self.cmd_opts.add_option( + "--site", + dest="site_file", + action="store_true", + default=False, + help="Use the current environment configuration file only", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "list": self.list_values, + "edit": self.open_in_editor, + "get": self.get_name, + "set": self.set_name_value, + "unset": self.unset_name, + "debug": self.list_config_values, + } + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Determine which configuration files are to be loaded + # Depends on whether the command is modifying. + try: + load_only = self._determine_file( + options, need_value=(action in ["get", "set", "unset", "edit"]) + ) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + # Load a new configuration + self.configuration = Configuration( + isolated=options.isolated_mode, load_only=load_only + ) + self.configuration.load() + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: + file_options = [ + key + for key, value in ( + (kinds.USER, options.user_file), + (kinds.GLOBAL, options.global_file), + (kinds.SITE, options.site_file), + ) + if value + ] + + if not file_options: + if not need_value: + return None + # Default to user, unless there's a site file. + elif any( + os.path.exists(site_config_file) + for site_config_file in get_configuration_files()[kinds.SITE] + ): + return kinds.SITE + else: + return kinds.USER + elif len(file_options) == 1: + return file_options[0] + + raise PipError( + "Need exactly one file to operate upon " + "(--user, --site, --global) to perform." + ) + + def list_values(self, options: Values, args: List[str]) -> None: + self._get_n_args(args, "list", n=0) + + for key, value in sorted(self.configuration.items()): + write_output("%s=%r", key, value) + + def get_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "get [name]", n=1) + value = self.configuration.get_value(key) + + write_output("%s", value) + + def set_name_value(self, options: Values, args: List[str]) -> None: + key, value = self._get_n_args(args, "set [name] [value]", n=2) + self.configuration.set_value(key, value) + + self._save_configuration() + + def unset_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "unset [name]", n=1) + self.configuration.unset_value(key) + + self._save_configuration() + + def list_config_values(self, options: Values, args: List[str]) -> None: + """List config key-value pairs across different config files""" + self._get_n_args(args, "debug", n=0) + + self.print_env_var_values() + # Iterate over config files and print if they exist, and the + # key-value pairs present in them if they do + for variant, files in sorted(self.configuration.iter_config_files()): + write_output("%s:", variant) + for fname in files: + with indent_log(): + file_exists = os.path.exists(fname) + write_output("%s, exists: %r", fname, file_exists) + if file_exists: + self.print_config_file_values(variant) + + def print_config_file_values(self, variant: Kind) -> None: + """Get key-value pairs from the file of a variant""" + for name, value in self.configuration.get_values_in_config(variant).items(): + with indent_log(): + write_output("%s: %s", name, value) + + def print_env_var_values(self) -> None: + """Get key-values pairs present as environment variables""" + write_output("%s:", "env_var") + with indent_log(): + for key, value in sorted(self.configuration.get_environ_vars()): + env_var = f"PIP_{key.upper()}" + write_output("%s=%r", env_var, value) + + def open_in_editor(self, options: Values, args: List[str]) -> None: + editor = self._determine_editor(options) + + fname = self.configuration.get_file_to_edit() + if fname is None: + raise PipError("Could not determine appropriate file.") + elif '"' in fname: + # This shouldn't happen, unless we see a username like that. + # If that happens, we'd appreciate a pull request fixing this. + raise PipError( + f'Can not open an editor for a file name containing "\n{fname}' + ) + + try: + subprocess.check_call(f'{editor} "{fname}"', shell=True) + except FileNotFoundError as e: + if not e.filename: + e.filename = editor + raise + except subprocess.CalledProcessError as e: + raise PipError(f"Editor Subprocess exited with exit code {e.returncode}") + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + f"Got unexpected number of arguments, expected {n}. " + f'(example: "{get_prog()} config {example}")' + ) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 00000000..7e5271c9 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,201 @@ +import importlib.resources +import locale +import logging +import os +import sys +from optparse import Values +from types import ModuleType +from typing import Any, Dict, List, Optional + +import pip._vendor +from pip._vendor.certifi import where +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.configuration import Configuration +from pip._internal.metadata import get_environment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_pip_version + +logger = logging.getLogger(__name__) + + +def show_value(name: str, value: Any) -> None: + logger.info("%s: %s", name, value) + + +def show_sys_implementation() -> None: + logger.info("sys.implementation:") + implementation_name = sys.implementation.name + with indent_log(): + show_value("name", implementation_name) + + +def create_vendor_txt_map() -> Dict[str, str]: + with importlib.resources.open_text("pip._vendor", "vendor.txt") as f: + # Purge non version specifying lines. + # Also, remove any space prefix or suffixes (including comments). + lines = [ + line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line + ] + + # Transform into "module" -> version dict. + return dict(line.split("==", 1) for line in lines) + + +def get_module_from_module_name(module_name: str) -> Optional[ModuleType]: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower().replace("-", "_") + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + try: + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + except ImportError: + # We allow 'truststore' to fail to import due + # to being unavailable on Python 3.9 and earlier. + if module_name == "truststore" and sys.version_info < (3, 10): + return None + raise + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if module and not version: + # Try to find version in debundled module info. + assert module.__file__ is not None + env = get_environment([os.path.dirname(module.__file__)]) + dist = env.get_distribution(module_name) + if dist: + version = str(dist.version) + + return version + + +def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: + """Log the actual version and print extra info if there is + a conflict or if the actual version could not be imported. + """ + for module_name, expected_version in vendor_txt_versions.items(): + extra_message = "" + actual_version = get_vendor_version_from_module(module_name) + if not actual_version: + extra_message = ( + " (Unable to locate actual module version, using" + " vendor.txt specified version)" + ) + actual_version = expected_version + elif parse_version(actual_version) != parse_version(expected_version): + extra_message = ( + " (CONFLICT: vendor.txt suggests version should" + f" be {expected_version})" + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_sorted_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = f"Compatible tags: {len(tags)}{suffix}" + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = f"...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = {key.split(".", 1)[0] for key, _ in config.items()} + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py new file mode 100644 index 00000000..54247a78 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,147 @@ +import logging +import os +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import check_legacy_setup_py_options +from pip._internal.utils.misc import ensure_dir, normalize_path, write_output +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +class DownloadCommand(RequirementCommand): + """ + Download packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports downloading from "requirements files", which provide + an easy way to specify a whole environment to be downloaded. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ... + %prog [options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.global_options()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + + self.cmd_opts.add_option( + "-d", + "--dest", + "--destination-dir", + "--destination-directory", + dest="download_dir", + metavar="dir", + default=os.curdir, + help="Download packages into

.", + ) + + cmdoptions.add_target_python_options(self.cmd_opts) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + options.ignore_installed = True + # editable doesn't really make sense for `pip download`, but the bowels + # of the RequirementSet code require that property. + options.editables = [] + + cmdoptions.check_dist_restriction(options) + + options.download_dir = normalize_path(options.download_dir) + ensure_dir(options.download_dir) + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + downloaded: List[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + requirement_set.warn_legacy_versions_and_specifiers() + + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 00000000..e64cb3d4 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,109 @@ +import sys +from optparse import Values +from typing import AbstractSet, List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + + +def _should_suppress_build_backends() -> bool: + return sys.version_info < (3, 12) + + +def _dev_pkgs() -> AbstractSet[str]: + pkgs = {"pip"} + + if _should_suppress_build_backends(): + pkgs |= {"setuptools", "distribute", "wheel"} + pkgs |= {"setuptools", "distribute", "wheel", "pkg-resources"} + + return pkgs + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(_dev_pkgs())) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(_dev_pkgs()) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 00000000..042dac81 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,59 @@ +import hashlib +import logging +import sys +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES +from pip._internal.utils.misc import read_chunks, write_output + +logger = logging.getLogger(__name__) + + +class HashCommand(Command): + """ + Compute a hash of a local package archive. + + These can be used with --hash in a requirements file to do repeatable + installs. + """ + + usage = "%prog [options] ..." + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-a", + "--algorithm", + dest="algorithm", + choices=STRONG_HASHES, + action="store", + default=FAVORITE_HASH, + help="The hash algorithm to use: one of {}".format( + ", ".join(STRONG_HASHES) + ), + ) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + self.parser.print_usage(sys.stderr) + return ERROR + + algorithm = options.algorithm + for path in args: + write_output( + "%s:\n--hash=%s:%s", path, algorithm, _hash_of_file(path, algorithm) + ) + return SUCCESS + + +def _hash_of_file(path: str, algorithm: str) -> str: + """Return the hash digest of a file.""" + with open(path, "rb") as archive: + hash = hashlib.new(algorithm) + for chunk in read_chunks(archive): + hash.update(chunk) + return hash.hexdigest() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py new file mode 100644 index 00000000..62066318 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py @@ -0,0 +1,41 @@ +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError + + +class HelpCommand(Command): + """Show help for commands""" + + usage = """ + %prog """ + ignore_require_venv = True + + def run(self, options: Values, args: List[str]) -> int: + from pip._internal.commands import ( + commands_dict, + create_command, + get_similar_commands, + ) + + try: + # 'pip help' with no args is handled by pip.__init__.parseopt() + cmd_name = args[0] # the command we need help for + except IndexError: + return SUCCESS + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + command = create_command(cmd_name) + command.parser.print_help() + + return SUCCESS diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py new file mode 100644 index 00000000..f55e9e49 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py @@ -0,0 +1,139 @@ +import logging +from optparse import Values +from typing import Any, Iterable, List, Optional, Union + +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import print_dist_installation_info +from pip._internal.exceptions import CommandError, DistributionNotFound, PipError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class IndexCommand(IndexGroupCommand): + """ + Inspect information available from package indexes. + """ + + ignore_require_venv = True + usage = """ + %prog versions + """ + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "versions": self.get_available_package_versions, + } + + logger.warning( + "pip index is currently an experimental command. " + "It may be removed/changed in a future release " + "without prior warning." + ) + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to the index command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) + + def get_available_package_versions(self, options: Values, args: List[Any]) -> None: + if len(args) != 1: + raise CommandError("You need to specify exactly one argument") + + target_python = cmdoptions.make_target_python(options) + query = args[0] + + with self._build_session(options) as session: + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + versions: Iterable[Union[LegacyVersion, Version]] = ( + candidate.version for candidate in finder.find_all_candidates(query) + ) + + if not options.pre: + # Remove prereleases + versions = ( + version for version in versions if not version.is_prerelease + ) + versions = set(versions) + + if not versions: + raise DistributionNotFound( + f"No matching distribution found for {query}" + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output(f"{query} ({latest})") + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 00000000..27c8fa3d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py @@ -0,0 +1,92 @@ +import logging +from optparse import Values +from typing import Any, Dict, List + +from pip._vendor.packaging.markers import default_environment +from pip._vendor.rich import print_json + +from pip import __version__ +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + + +class InspectCommand(Command): + """ + Inspect the content of a Python environment and produce a report in JSON format. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + cmdoptions.check_list_path_option(options) + dists = get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + skip=set(stdlib_pkgs), + ) + output = { + "version": "1", + "pip_version": __version__, + "installed": [self._dist_to_dict(dist) for dist in dists], + "environment": default_environment(), + # TODO tags? scheme? + } + print_json(data=output) + return SUCCESS + + def _dist_to_dict(self, dist: BaseDistribution) -> Dict[str, Any]: + res: Dict[str, Any] = { + "metadata": dist.metadata_dict, + "metadata_location": dist.info_location, + } + # direct_url. Note that we don't have download_info (as in the installation + # report) since it is not recorded in installed metadata. + direct_url = dist.direct_url + if direct_url is not None: + res["direct_url"] = direct_url.to_dict() + else: + # Emulate direct_url for legacy editable installs. + editable_project_location = dist.editable_project_location + if editable_project_location is not None: + res["direct_url"] = { + "url": path_to_url(editable_project_location), + "dir_info": { + "editable": True, + }, + } + # installer + installer = dist.installer + if dist.installer: + res["installer"] = installer + # requested + if dist.installed_with_dist_info: + res["requested"] = dist.requested + return res diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py new file mode 100644 index 00000000..e944bb95 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,774 @@ +import errno +import json +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import List, Optional + +from pip._vendor.rich import print_json + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + warn_if_run_as_root, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.installation_report import InstallationReport +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + check_externally_managed, + ensure_dir, + get_pip_version, + protect_pip_from_modification_on_windows, + write_output, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) +from pip._internal.wheel_builder import build, should_build_for_install_command + +logger = getLogger(__name__) + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "--dry-run", + action="store_true", + dest="dry_run", + default=False, + help=( + "Don't actually install anything, just print what would be. " + "Can be used in combination with --ignore-installed " + "to 'resolve' the requirements." + ), + ) + self.cmd_opts.add_option( + "-t", + "--target", + dest="target_dir", + metavar="dir", + default=None, + help=( + "Install packages into . " + "By default this will not replace existing files/folders in " + ". Use --upgrade to replace existing packages in " + "with new versions." + ), + ) + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option( + "--user", + dest="use_user_site", + action="store_true", + help=( + "Install to the Python user install directory for your " + "platform. Typically ~/.local/, or %APPDATA%\\Python on " + "Windows. (See the Python documentation for site.USER_BASE " + "for full details.)" + ), + ) + self.cmd_opts.add_option( + "--no-user", + dest="use_user_site", + action="store_false", + help=SUPPRESS_HELP, + ) + self.cmd_opts.add_option( + "--root", + dest="root_path", + metavar="dir", + default=None, + help="Install everything relative to this alternate root directory.", + ) + self.cmd_opts.add_option( + "--prefix", + dest="prefix_path", + metavar="dir", + default=None, + help=( + "Installation prefix where lib, bin and other top-level " + "folders are placed. Note that the resulting installation may " + "contain scripts and other resources which reference the " + "Python interpreter of pip, and not that of ``--prefix``. " + "See also the ``--python`` option if the intention is to " + "install packages into another (possibly pip-free) " + "environment." + ), + ) + + self.cmd_opts.add_option(cmdoptions.src()) + + self.cmd_opts.add_option( + "-U", + "--upgrade", + dest="upgrade", + action="store_true", + help=( + "Upgrade all specified packages to the newest available " + "version. The handling of dependencies depends on the " + "upgrade-strategy used." + ), + ) + + self.cmd_opts.add_option( + "--upgrade-strategy", + dest="upgrade_strategy", + default="only-if-needed", + choices=["only-if-needed", "eager"], + help=( + "Determines how dependency upgrading should be handled " + "[default: %default]. " + '"eager" - dependencies are upgraded regardless of ' + "whether the currently installed version satisfies the " + "requirements of the upgraded package(s). " + '"only-if-needed" - are upgraded only when they do not ' + "satisfy the requirements of the upgraded package(s)." + ), + ) + + self.cmd_opts.add_option( + "--force-reinstall", + dest="force_reinstall", + action="store_true", + help="Reinstall all packages even if they are already up-to-date.", + ) + + self.cmd_opts.add_option( + "-I", + "--ignore-installed", + dest="ignore_installed", + action="store_true", + help=( + "Ignore the installed packages, overwriting them. " + "This can break your system if the existing package " + "is of a different version or was installed " + "with a different package manager!" + ), + ) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + self.cmd_opts.add_option( + "--report", + dest="json_report_file", + metavar="file", + default=None, + help=( + "Generate a JSON file describing what pip did to install " + "the provided requirements. " + "Can be used in combination with --dry-run and --ignore-installed " + "to 'resolve' the requirements. " + "When - is used as file name it writes to stdout. " + "When writing to stdout, please combine with the --quiet option " + "to avoid mixing pip logging output with JSON output." + ), + ) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + # Check whether the environment we're installing into is externally + # managed, as specified in PEP 668. Specifying --root, --target, or + # --prefix disables the check, since there's no reliable way to locate + # the EXTERNALLY-MANAGED file for those cases. An exception is also + # made specifically for "--dry-run --report" for convenience. + installing_into_current_environment = ( + not (options.dry_run and options.json_report_file) + and options.root_path is None + and options.target_dir is None + and options.prefix_path is None + ) + if ( + installing_into_current_environment + and not options.override_externally_managed + ): + check_externally_managed() + + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=options.use_user_site, + ignore_installed=options.ignore_installed, + ignore_requires_python=options.ignore_requires_python, + force_reinstall=options.force_reinstall, + upgrade_strategy=upgrade_strategy, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve( + reqs, check_supported_wheels=not options.target_dir + ) + + if options.json_report_file: + report = InstallationReport(requirement_set.requirements_to_install) + if options.json_report_file == "-": + print_json(data=report.to_dict()) + else: + with open(options.json_report_file, "w", encoding="utf-8") as f: + json.dump(report.to_dict(), f, indent=2, ensure_ascii=False) + + if options.dry_run: + # In non dry-run mode, the legacy versions and specifiers check + # will be done as part of conflict detection. + requirement_set.warn_legacy_versions_and_specifiers() + would_install_items = sorted( + (r.metadata["name"], r.metadata["version"]) + for r in requirement_set.requirements_to_install + ) + if would_install_items: + write_output( + "Would install %s", + " ".join("-".join(item) for item in would_install_items), + ) + return SUCCESS + + try: + pip_req = requirement_set.get_requirement("pip") + except KeyError: + modifying_pip = False + else: + # If we're not replacing an already installed pip, + # we're not modifying it. + modifying_pip = pip_req.satisfied_by is None + protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=global_options, + ) + + if build_failures: + raise InstallationError( + "Could not build wheels for {}, which is required to " + "install pyproject.toml-based projects".format( + ", ".join(r.name for r in build_failures) # type: ignore + ) + ) + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + installed.sort(key=operator.attrgetter("name")) + items = [] + for result in installed: + item = result.name + try: + installed_dist = env.get_distribution(item) + if installed_dist is not None: + item = f"{item}-{installed_dist.version}" + except Exception: + pass + items.append(item) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(items) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS + + def _handle_target_dir( + self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool + ) -> None: + ensure_dir(target_dir) + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + lib_dir_list = [] + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + scheme = get_scheme("", home=target_temp_dir.path) + purelib_dir = scheme.purelib + platlib_dir = scheme.platlib + data_dir = scheme.data + + if os.path.exists(purelib_dir): + lib_dir_list.append(purelib_dir) + if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: + lib_dir_list.append(platlib_dir) + if os.path.exists(data_dir): + lib_dir_list.append(data_dir) + + for lib_dir in lib_dir_list: + for item in os.listdir(lib_dir): + if lib_dir == data_dir: + ddir = os.path.join(data_dir, item) + if any(s.startswith(ddir) for s in lib_dir_list[:-1]): + continue + target_item_dir = os.path.join(target_dir, item) + if os.path.exists(target_item_dir): + if not upgrade: + logger.warning( + "Target directory %s already exists. Specify " + "--upgrade to force replacement.", + target_item_dir, + ) + continue + if os.path.islink(target_item_dir): + logger.warning( + "Target directory %s already exists and is " + "a link. pip will not automatically replace " + "links, please remove if replacement is " + "desired.", + target_item_dir, + ) + continue + if os.path.isdir(target_item_dir): + shutil.rmtree(target_item_dir) + else: + os.remove(target_item_dir) + + shutil.move(os.path.join(lib_dir, item), target_item_dir) + + def _determine_conflicts( + self, to_install: List[InstallRequirement] + ) -> Optional[ConflictDetails]: + try: + return check_install_conflicts(to_install) + except Exception: + logger.exception( + "Error while checking for conflicts. Please file an issue on " + "pip's issue tracker: https://github.com/pypa/pip/issues/new" + ) + return None + + def _warn_about_conflicts( + self, conflict_details: ConflictDetails, resolver_variant: str + ) -> None: + package_set, (missing, conflicting) = conflict_details + if not missing and not conflicting: + return + + parts: List[str] = [] + if resolver_variant == "legacy": + parts.append( + "pip's legacy dependency resolver does not consider dependency " + "conflicts when selecting packages. This behaviour is the " + "source of the following dependency conflicts." + ) + else: + assert resolver_variant == "resolvelib" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + f"{project_name} {version} requires {dependency[1]}, " + "which is not installed." + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "resolvelib" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py new file mode 100644 index 00000000..32fb19b2 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,370 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +from pip._vendor.packaging.version import parse + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help=( + "Select the output format among: columns (default), freeze, or json. " + "The 'freeze' format cannot be used with the --outdated option." + ), + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def _build_package_finder( + self, options: Values, session: PipSession + ) -> PackageFinder: + """ + Create a package finder appropriate to this list command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + if options.outdated and options.list_format == "freeze": + raise CommandError( + "List format 'freeze' cannot be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) > parse(str(dist.version)) + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) == parse(str(dist.version)) + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join("-" * x for x in sizes)) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, str(proj.version)] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py new file mode 100644 index 00000000..03ed925b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,174 @@ +import logging +import shutil +import sys +import textwrap +import xmlrpc.client +from collections import OrderedDict +from optparse import Values +from typing import TYPE_CHECKING, Dict, List, Optional + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin +from pip._internal.cli.status_codes import NO_MATCHES_FOUND, SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import get_default_environment +from pip._internal.models.index import PyPI +from pip._internal.network.xmlrpc import PipXmlrpcTransport +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import write_output + +if TYPE_CHECKING: + from typing import TypedDict + + class TransformedHit(TypedDict): + name: str + summary: str + versions: List[str] + + +logger = logging.getLogger(__name__) + + +class SearchCommand(Command, SessionCommandMixin): + """Search for PyPI packages whose name or summary contains .""" + + usage = """ + %prog [options] """ + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-i", + "--index", + dest="index", + metavar="URL", + default=PyPI.pypi_url, + help="Base URL of Python Package Index (default %default)", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + raise CommandError("Missing required argument (search query).") + query = args + pypi_hits = self.search(query, options) + hits = transform_hits(pypi_hits) + + terminal_width = None + if sys.stdout.isatty(): + terminal_width = shutil.get_terminal_size()[0] + + print_results(hits, terminal_width=terminal_width) + if pypi_hits: + return SUCCESS + return NO_MATCHES_FOUND + + def search(self, query: List[str], options: Values) -> List[Dict[str, str]]: + index_url = options.index + + session = self.get_default_session(options) + + transport = PipXmlrpcTransport(index_url, session) + pypi = xmlrpc.client.ServerProxy(index_url, transport) + try: + hits = pypi.search({"name": query, "summary": query}, "or") + except xmlrpc.client.Fault as fault: + message = "XMLRPC request failed [code: {code}]\n{string}".format( + code=fault.faultCode, + string=fault.faultString, + ) + raise CommandError(message) + assert isinstance(hits, list) + return hits + + +def transform_hits(hits: List[Dict[str, str]]) -> List["TransformedHit"]: + """ + The list from pypi is really a list of versions. We want a list of + packages with the list of versions stored inline. This converts the + list from pypi into one we can use. + """ + packages: Dict[str, "TransformedHit"] = OrderedDict() + for hit in hits: + name = hit["name"] + summary = hit["summary"] + version = hit["version"] + + if name not in packages.keys(): + packages[name] = { + "name": name, + "summary": summary, + "versions": [version], + } + else: + packages[name]["versions"].append(version) + + # if this is the highest version, replace summary and score + if version == highest_version(packages[name]["versions"]): + packages[name]["summary"] = summary + + return list(packages.values()) + + +def print_dist_installation_info(name: str, latest: str) -> None: + env = get_default_environment() + dist = env.get_distribution(name) + if dist is not None: + with indent_log(): + if dist.version == latest: + write_output("INSTALLED: %s (latest)", dist.version) + else: + write_output("INSTALLED: %s", dist.version) + if parse_version(latest).pre: + write_output( + "LATEST: %s (pre-release; install" + " with `pip install --pre`)", + latest, + ) + else: + write_output("LATEST: %s", latest) + + +def print_results( + hits: List["TransformedHit"], + name_column_width: Optional[int] = None, + terminal_width: Optional[int] = None, +) -> None: + if not hits: + return + if name_column_width is None: + name_column_width = ( + max( + [ + len(hit["name"]) + len(highest_version(hit.get("versions", ["-"]))) + for hit in hits + ] + ) + + 4 + ) + + for hit in hits: + name = hit["name"] + summary = hit["summary"] or "" + latest = highest_version(hit.get("versions", ["-"])) + if terminal_width is not None: + target_width = terminal_width - name_column_width - 5 + if target_width > 10: + # wrap and indent summary to fit terminal + summary_lines = textwrap.wrap(summary, target_width) + summary = ("\n" + " " * (name_column_width + 3)).join(summary_lines) + + name_latest = f"{name} ({latest})" + line = f"{name_latest:{name_column_width}} - {summary}" + try: + write_output(line) + print_dist_installation_info(name, latest) + except UnicodeEncodeError: + pass + + +def highest_version(versions: List[str]) -> str: + return max(versions, key=parse_version) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py new file mode 100644 index 00000000..3f10701f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,189 @@ +import logging +from optparse import Values +from typing import Generator, Iterable, Iterator, List, NamedTuple, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class ShowCommand(Command): + """ + Show information about one or more installed packages. + + The output is in RFC-compliant mail header format. + """ + + usage = """ + %prog [options] ...""" + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-f", + "--files", + dest="files", + action="store_true", + default=False, + help="Show the full list of installed files for each package.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + logger.warning("ERROR: Please provide a package name or names.") + return ERROR + query = args + + results = search_packages_info(query) + if not print_results( + results, list_files=options.files, verbose=options.verbose + ): + return ERROR + return SUCCESS + + +class _PackageInfo(NamedTuple): + name: str + version: str + location: str + editable_project_location: Optional[str] + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + project_urls: List[str] + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def search_packages_info(query: List[str]) -> Generator[_PackageInfo, None, None]: + """ + Gather details from installed distributions. Print distribution name, + version, location, and installed files. Installed files requires a + pip generated 'installed-files.txt' in the distributions '.egg-info' + directory. + """ + env = get_default_environment() + + installed = {dist.canonical_name: dist for dist in env.iter_all_distributions()} + query_names = [canonicalize_name(name) for name in query] + missing = sorted( + [name for name, pkg in zip(query, query_names) if pkg not in installed] + ) + if missing: + logger.warning("Package(s) not found: %s", ", ".join(missing)) + + def _get_requiring_packages(current_dist: BaseDistribution) -> Iterator[str]: + return ( + dist.metadata["Name"] or "UNKNOWN" + for dist in installed.values() + if current_dist.canonical_name + in {canonicalize_name(d.name) for d in dist.iter_dependencies()} + ) + + for query_name in query_names: + try: + dist = installed[query_name] + except KeyError: + continue + + requires = sorted((req.name for req in dist.iter_dependencies()), key=str.lower) + required_by = sorted(_get_requiring_packages(dist), key=str.lower) + + try: + entry_points_text = dist.read_text("entry_points.txt") + entry_points = entry_points_text.splitlines(keepends=False) + except FileNotFoundError: + entry_points = [] + + files_iter = dist.iter_declared_entries() + if files_iter is None: + files: Optional[List[str]] = None + else: + files = sorted(files_iter) + + metadata = dist.metadata + + yield _PackageInfo( + name=dist.raw_name, + version=str(dist.version), + location=dist.location or "", + editable_project_location=dist.editable_project_location, + requires=requires, + required_by=required_by, + installer=dist.installer, + metadata_version=dist.metadata_version or "", + classifiers=metadata.get_all("Classifier", []), + summary=metadata.get("Summary", ""), + homepage=metadata.get("Home-page", ""), + project_urls=metadata.get_all("Project-URL", []), + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterable[_PackageInfo], + list_files: bool, + verbose: bool, +) -> bool: + """ + Print the information from installed distributions found. + """ + results_printed = False + for i, dist in enumerate(distributions): + results_printed = True + if i > 0: + write_output("---") + + write_output("Name: %s", dist.name) + write_output("Version: %s", dist.version) + write_output("Summary: %s", dist.summary) + write_output("Home-page: %s", dist.homepage) + write_output("Author: %s", dist.author) + write_output("Author-email: %s", dist.author_email) + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + if dist.editable_project_location is not None: + write_output( + "Editable project location: %s", dist.editable_project_location + ) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + write_output("Project-URLs:") + for project_url in dist.project_urls: + write_output(" %s", project_url) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 00000000..f198fc31 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,113 @@ +import logging +from optparse import Values +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin, warn_if_run_as_root +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import InstallationError +from pip._internal.req import parse_requirements +from pip._internal.req.constructors import ( + install_req_from_line, + install_req_from_parsed_requirement, +) +from pip._internal.utils.misc import ( + check_externally_managed, + protect_pip_from_modification_on_windows, +) + +logger = logging.getLogger(__name__) + + +class UninstallCommand(Command, SessionCommandMixin): + """ + Uninstall packages. + + pip is able to uninstall most installed packages. Known exceptions are: + + - Pure distutils packages installed with ``python setup.py install``, which + leave behind no metadata to determine what files were installed. + - Script wrappers installed by ``python setup.py develop``. + """ + + usage = """ + %prog [options] ... + %prog [options] -r ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Uninstall all the packages listed in the given requirements " + "file. This option can be used multiple times." + ), + ) + self.cmd_opts.add_option( + "-y", + "--yes", + dest="yes", + action="store_true", + help="Don't ask for confirmation of uninstall deletions.", + ) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + reqs_to_uninstall = {} + for name in args: + req = install_req_from_line( + name, + isolated=options.isolated_mode, + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + else: + logger.warning( + "Invalid requirement: %r ignored -" + " the uninstall command expects named" + " requirements.", + name, + ) + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, options=options, session=session + ): + req = install_req_from_parsed_requirement( + parsed_req, isolated=options.isolated_mode + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + if not reqs_to_uninstall: + raise InstallationError( + f"You must give at least one requirement to {self.name} (see " + f'"pip help {self.name}")' + ) + + if not options.override_externally_managed: + check_externally_managed() + + protect_pip_from_modification_on_windows( + modifying_pip="pip" in reqs_to_uninstall + ) + + for req in reqs_to_uninstall.values(): + uninstall_pathset = req.uninstall( + auto_confirm=options.yes, + verbose=self.verbosity > 0, + ) + if uninstall_pathset: + uninstall_pathset.commit() + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 00000000..ed578aa2 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,183 @@ +import logging +import os +import shutil +from optparse import Values +from typing import List + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.misc import ensure_dir, normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.wheel_builder import build, should_build_for_wheel_command + +logger = logging.getLogger(__name__) + + +class WheelCommand(RequirementCommand): + """ + Build Wheel archives for your requirements and dependencies. + + Wheel is a built-package format, and offers the advantage of not + recompiling your software during every install. For more details, see the + wheel docs: https://wheel.readthedocs.io/en/latest/ + + 'pip wheel' uses the build system interface as described here: + https://pip.pypa.io/en/stable/reference/build-system/ + + """ + + usage = """ + %prog [options] ... + %prog [options] -r ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-w", + "--wheel-dir", + dest="wheel_dir", + metavar="dir", + default=os.curdir, + help=( + "Build wheels into , where the default is the " + "current working directory." + ), + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + self.cmd_opts.add_option( + "--no-verify", + dest="no_verify", + action="store_true", + default=False, + help="Don't verify if built wheel is valid.", + ) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.build_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option(cmdoptions.require_hashes()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + finder = self._build_package_finder(options, session) + + options.wheel_dir = normalize_path(options.wheel_dir) + ensure_dir(options.wheel_dir) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.wheel_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + reqs_to_build: List[InstallRequirement] = [] + for req in requirement_set.requirements.values(): + if req.is_wheel: + preparer.save_linked_requirement(req) + elif should_build_for_wheel_command(req): + reqs_to_build.append(req) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + requirement_set.warn_legacy_versions_and_specifiers() + + # build wheels + build_successes, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=(not options.no_verify), + build_options=options.build_options or [], + global_options=options.global_options or [], + ) + for req in build_successes: + assert req.link and req.link.is_wheel + assert req.local_file_path + # copy from cache to target directory + try: + shutil.copy(req.local_file_path, options.wheel_dir) + except OSError as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + build_failures.append(req) + if len(build_failures) != 0: + raise CommandError("Failed to build one or more wheels") + + return SUCCESS diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py new file mode 100644 index 00000000..c25273d5 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py @@ -0,0 +1,383 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + f"Perhaps you wanted to use 'global.{name}' instead?" + ) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + orig_key = key + key = _normalize_name(key) + try: + return self._dictionary[key] + except KeyError: + # disassembling triggers a more useful error message than simply + # "No such key" in the case that the key isn't in the form command.option + _disassemble_key(key) + raise ConfigurationError(f"No such key - {orig_key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + orig_key = key + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {orig_key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + # Ensure directory's permission(need to be writeable) + try: + with open(fname, "w") as f: + parser.write(f) + except OSError as error: + raise ConfigurationError( + f"An error occurred while writing to the configuration file " + f"{fname}: {error}" + ) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. The order + here doesn't affect what gets overridden. That is controlled + by OVERRIDE_ORDER. However this does control the order they are + displayed to the user. It's probably most ergononmic to display + things in the same order as OVERRIDE_ORDER + """ + # SMELL: Move the conditions out of this function + + env_config_file = os.environ.get("PIP_CONFIG_FILE", None) + config_files = get_configuration_files() + + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user config is not loaded when env_config_file exists + should_load_user_config = not self.isolated and not ( + env_config_file and os.path.exists(env_config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # virtualenv config + yield kinds.SITE, config_files[kinds.SITE] + + if env_config_file is not None: + yield kinds.ENV, [env_config_file] + else: + yield kinds.ENV, [] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 00000000..9a89a838 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py @@ -0,0 +1,21 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.distributions.sdist import SourceDistribution +from pip._internal.distributions.wheel import WheelDistribution +from pip._internal.req.req_install import InstallRequirement + + +def make_distribution_for_install_requirement( + install_req: InstallRequirement, +) -> AbstractDistribution: + """Returns a Distribution for the given InstallRequirement""" + # Editable requirements will always be source distributions. They use the + # legacy logic until we create a modern standard for them. + if install_req.editable: + return SourceDistribution(install_req) + + # If it's a wheel, it's a WheelDistribution + if install_req.is_wheel: + return WheelDistribution(install_req) + + # Otherwise, a SourceDistribution + return SourceDistribution(install_req) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9053af45d82fa39ca9979ab48a501d8fb35a5bc GIT binary patch literal 966 zcmaJ;&ubGw6rO1|yIb2dwDuxF*&+zrk{#582a8%Pf(Jdcf|$#)$xfSTW`A^M(h}*R z2XFoX_1LTUr+6v$pezOiPu>FQsVCoziN-2@F!R3m=FOY$&G)fVxq`sfg17BP38C*g z7@IW$!*u{hC`K{nD8UVkHJ;*ANvTmXxWuib+$bAtaXWDu4&X9%Vw>VED|X&k4Y%j| z(?4`e9~X;jO{qlGQtJ#nYjzdOQphiCW?j*u7qas&+m!MP$%Ut>R1xPJbhpa{O=zl$ z8TKm|3c6d^f~u}aTX-~vb}*t@Lj~Xn9iSbZys#rmh};$@myNR6FBv zviko$eEj;}hT$c>$eSF=+scHe+SJ=-do=a_ozAxkm&Qy*O-_X-Qn*Zp`}%7{8A2Zm zO+;$G-uWSEX9*=+5mRllPGv`BIeGl*33-;qT~6ySvW!c@lAN2btGBX!8TCj2Z|@P# znk4V3c9z}^Zr>r2DO%5?Rwvq~lH@EWAxjk%X~ao9A)q87955AzLEbC;Bt#Gk)S(!Aq%tv2Z_eX)^`rrLv!~oWK zWMRXbX4dye%xOFe+qt`%7)c(8MF_Qe@)m4^62`cX*81pCA3f}&)qy>SSH8^O9F)L+ MD_=V+gExJC0+%NZR{#J2 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02366ec2beecb7bab3528d301948f4ab4d47972f GIT binary patch literal 2887 zcmb7G&2Jk;6rZ)d&e};F_k*@cS{T|OVrcBrazIca(w3qg8W8OT_pll7j^l0CyW5#{ zQ%5;Os1mJEkEqvHNI+B$`~mz29B2gsv``5NIB+vfK~+z@H|zCBn^v%rXWz`eH}gJz z?>GKtd^}I!nJ<6b_%=((Z#YRFy(?@sK)6n9Vrwp`;ydMP%~Um|p`3Qp%}h0;DUb$6s`R1J-!$UDT&UMBVkC+D{(oA=*e8n@E%teS6YrQDx5Stx0d@oo@0zQO6bCFt|Z1+i7m_+$2ouDF`fctE*DY zgZ{29^~XSSWI%KL37Q5k*f~C7=i!IG820FZRq+bBq*b?_A*Hcs=X?!fXI40v1NK=8 zYDsI58fv*rN?P{?Z7|Pv9dC&`ae7$I<&=rgse`#J=kpYvvkgu~KX0)m^V(tKaZ9kq z@2=~w$k$_YI!9MHZMI}cYw#IQ2z_evkc+0{!DM)Q>aiwQ=fcsm;3F7Y%zH7UmM;Xi zLbn~e9b0<7H`fZ51hY|1@>17nI28j7Vr)pd;)D$3f(i(ema(2bOFeaKNxWmOKlL zL&zl^tT6R!=OI0mUkZGQuE0@=53J^2gc|UW*(_xJ6ghQ_-{ag?HSy_+FP0%3OedIr}krI-s+ID@;6EY+M=w0VhL}- z0^If9Q4Y5gDfGcur`V z0$U%}Gm^V?HHmVjsanJ|B_2lU`opzK!*B9RodJw0C%9Y={h)IEgOiohzTI;9+*#ju zWyNU*uHu$C3-Hg{mGVXIU97lHtr9@H_}-E7D~Bu63He-tib~)F6>tT*0qCq^573sZ zV7Hcowm_y?-M3X+my-l-v!%sFXj0dOofZ37 za0PI?yrD%q7X0v3QZ8=4Erc&NG%*3$keCZ9w!s(`RTyTs2~5XcePPQoJgP=XBe4?)tks}*lS@481v`|2)$*2ZK2d)bcOHddo%~*S ze!$x(TUYmLG!cjBNZ(~ha8c1}aBJC&mw~#Zl>z(Y`49N&2Ug0c#EU7g7SlK=IOBeR zm~JWdJ+;)Uhqny)sWt~;|D;HT;Ubl`BSYX-WSUXlG@Gi;K^`;B3oYh$zl@ls?OQ-1 z@CS*gHjUD(W<^ETy@CVb1KWgcfxQ-`p_#;PlnRLgK(*o90{>76{NErj=qOVIJ`vBN zINl{Ai@UCAmNZd>RRw~#6hwuARyZJ$$xmT;aGCs-D(XgOCZ+Gby|>&U@c!!6zwy;E zNH+JQK6yudn>xlRtHJjoaCje?}?@25agouIsiKW91YSH-xcQE>nQ zh_YcjfD0tf+J2zOa*ra*2**q1E`ORaI^(QO4=W}tP(~V68IHCMYXEJj%0(md$Bv%{ zCzMAUB=!yo;GuCeF8!MVuN-6sIRir{t!diNB!8Do|3Qx4C9mBjhwf)z(q?X)`TX3? LbN>(!)h_=6RG1=p literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f3bfe03f53a6113325bd34e09c651d65296196d GIT binary patch literal 1725 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 Sxu$JgDBn5!4Z#fCf&T$scC=Lh literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34bfddd69beeb0ab1062901d5628787e409b32fd GIT binary patch literal 2273 zcmaJ?O^*{t5bYV;nJ`@a2emXIen8GpHvu<<1bw+JOv^GTr9H4SCm*Mm$wqvVXA4RZCIlC!=M z}s}NpgC5g2AhGbXQ)oimPres$GnTlb`{EGoV_cbv6wT#LMbfQ zQt?@n@zsh&3%(0&Pgpc!!U`j4g^W?l4Z9X>ja}{{ES4+M?ZN^mtp)=(oHeE2wK`!8 zcrjX2t`dVY+2LVR8znIQ;T>%NF(C6UxvMSR#XHIh=C=fzS}*!`I|`WHay{9$PcgA9 zquBoFi_`X*h<1Foa3P9(VS7RBvj7rWXhzqB+qG*~S$Ng87-CX&0pn^Wva-aUI6;!9U77aN%bEyZ*pj9PC?M zHy3a8A6E9?&i-iLF&|iqzgmmym18$@56kb|X1_0-_*vdxxwmq^f3Ls3aAv){G%%O= z4vgDqsTP`))4K6Qdrj+bGmW)(_&4=UzycpC None: + super().__init__() + self.req = req + + @abc.abstractproperty + def build_tracker_id(self) -> Optional[str]: + """A string that uniquely identifies this requirement to the build tracker. + + If None, then this dist has no work to do in the build tracker, and + ``.prepare_distribution_metadata()`` will not be called.""" + raise NotImplementedError() + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 00000000..ab8d53be --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,29 @@ +from typing import Optional + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 00000000..15ff42b7 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,156 @@ +import logging +from typing import Iterable, Optional, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + """Identify this requirement uniquely by its link.""" + assert self.req.link + return self.req.link.url_without_fragment + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + # Load pyproject.toml, to determine whether PEP 517 is to be used + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + should_isolate = self.req.use_pep517 and build_isolation + if should_isolate: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(finder) + # Check that if the requirement is editable, it either supports PEP 660 or + # has a setup.py or a setup.cfg. This cannot be done earlier because we need + # to setup the build backend to verify it supports build_editable, nor can + # it be done later, because we want to avoid installing build requirements + # needlessly. Doing it here also works around setuptools generating + # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory + # without setup.py nor setup.cfg. + self.req.isolated_editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(finder) + # Check if the current environment provides build dependencies + should_check_deps = self.req.use_pep517 and check_build_deps + if should_check_deps: + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + conflicting, missing = self.req.build_env.check_requirements( + pyproject_requires + ) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + if missing: + self._raise_missing_reqs(missing) + self.req.prepare_metadata() + + def _prepare_build_backend(self, finder: PackageFinder) -> None: + # Isolate in a BuildEnvironment and install the build-time + # requirements. + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + + self.req.build_env = BuildEnvironment() + self.req.build_env.install_requirements( + finder, pyproject_requires, "overlay", kind="build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + self._raise_conflicts("PEP 517/518 supported requirements", conflicting) + if missing: + logger.warning( + "Missing build requirements in pyproject.toml for %s.", + self.req, + ) + logger.warning( + "The project does not specify a build backend, and " + "pip cannot fall back to setuptools without %s.", + " and ".join(map(repr, sorted(missing))), + ) + + def _get_build_requires_wheel(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message("Getting requirements to build wheel") + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_wheel() + + def _get_build_requires_editable(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message( + "Getting requirements to build editable" + ) + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_editable() + + def _install_build_reqs(self, finder: PackageFinder) -> None: + # Install any extra build dependencies that the backend requests. + # This must be done in a second pass, as the pyproject.toml + # dependencies must be installed before we can call the backend. + if ( + self.req.editable + and self.req.permit_editable_wheels + and self.req.supports_pyproject_editable() + ): + build_reqs = self._get_build_requires_editable() + else: + build_reqs = self._get_build_requires_wheel() + conflicting, missing = self.req.build_env.check_requirements(build_reqs) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", kind="backend dependencies" + ) + + def _raise_conflicts( + self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] + ) -> None: + format_string = ( + "Some build dependencies for {requirement} " + "conflict with {conflicting_with}: {description}." + ) + error_message = format_string.format( + requirement=self.req, + conflicting_with=conflicting_with, + description=", ".join( + f"{installed} is incompatible with {wanted}" + for installed, wanted in sorted(conflicting_reqs) + ), + ) + raise InstallationError(error_message) + + def _raise_missing_reqs(self, missing: Set[str]) -> None: + format_string = ( + "Some build dependencies for {requirement} are missing: {missing}." + ) + error_message = format_string.format( + requirement=self.req, missing=", ".join(map(repr, sorted(missing))) + ) + raise InstallationError(error_message) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 00000000..eb16e25c --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,40 @@ +from typing import Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py new file mode 100644 index 00000000..5007a622 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,728 @@ +"""Exceptions used throughout package. + +This module MUST NOT try to import from anything within `pip._internal` to +operate. This is expected to be importable from any/all files within the +subpackage and, thus, should not depend on them. +""" + +import configparser +import contextlib +import locale +import logging +import pathlib +import re +import sys +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, Iterator, List, Optional, Union + +from pip._vendor.requests.models import Request, Response +from pip._vendor.rich.console import Console, ConsoleOptions, RenderResult +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +if TYPE_CHECKING: + from hashlib import _Hash + from typing import Literal + + from pip._internal.metadata import BaseDistribution + from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +# +# Scaffolding +# +def _is_kebab_case(s: str) -> bool: + return re.match(r"^[a-z]+(-[a-z]+)*$", s) is not None + + +def _prefix_with_indent( + s: Union[Text, str], + console: Console, + *, + prefix: str, + indent: str, +) -> Text: + if isinstance(s, Text): + text = s + else: + text = console.render_str(s) + + return console.render_str(prefix, overflow="ignore") + console.render_str( + f"\n{indent}", overflow="ignore" + ).join(text.split(allow_blank=True)) + + +class PipError(Exception): + """The base pip error.""" + + +class DiagnosticPipError(PipError): + """An error, that presents diagnostic information to the user. + + This contains a bunch of logic, to enable pretty presentation of our error + messages. Each error gets a unique reference. Each error can also include + additional context, a hint and/or a note -- which are presented with the + main error message in a consistent style. + + This is adapted from the error output styling in `sphinx-theme-builder`. + """ + + reference: str + + def __init__( + self, + *, + kind: 'Literal["error", "warning"]' = "error", + reference: Optional[str] = None, + message: Union[str, Text], + context: Optional[Union[str, Text]], + hint_stmt: Optional[Union[str, Text]], + note_stmt: Optional[Union[str, Text]] = None, + link: Optional[str] = None, + ) -> None: + # Ensure a proper reference is provided. + if reference is None: + assert hasattr(self, "reference"), "error reference not provided!" + reference = self.reference + assert _is_kebab_case(reference), "error reference must be kebab-case!" + + self.kind = kind + self.reference = reference + + self.message = message + self.context = context + + self.note_stmt = note_stmt + self.hint_stmt = hint_stmt + + self.link = link + + super().__init__(f"<{self.__class__.__name__}: {self.reference}>") + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__}(" + f"reference={self.reference!r}, " + f"message={self.message!r}, " + f"context={self.context!r}, " + f"note_stmt={self.note_stmt!r}, " + f"hint_stmt={self.hint_stmt!r}" + ")>" + ) + + def __rich_console__( + self, + console: Console, + options: ConsoleOptions, + ) -> RenderResult: + colour = "red" if self.kind == "error" else "yellow" + + yield f"[{colour} bold]{self.kind}[/]: [bold]{self.reference}[/]" + yield "" + + if not options.ascii_only: + # Present the main message, with relevant context indented. + if self.context is not None: + yield _prefix_with_indent( + self.message, + console, + prefix=f"[{colour}]×[/] ", + indent=f"[{colour}]│[/] ", + ) + yield _prefix_with_indent( + self.context, + console, + prefix=f"[{colour}]╰─>[/] ", + indent=f"[{colour}] [/] ", + ) + else: + yield _prefix_with_indent( + self.message, + console, + prefix="[red]×[/] ", + indent=" ", + ) + else: + yield self.message + if self.context is not None: + yield "" + yield self.context + + if self.note_stmt is not None or self.hint_stmt is not None: + yield "" + + if self.note_stmt is not None: + yield _prefix_with_indent( + self.note_stmt, + console, + prefix="[magenta bold]note[/]: ", + indent=" ", + ) + if self.hint_stmt is not None: + yield _prefix_with_indent( + self.hint_stmt, + console, + prefix="[cyan bold]hint[/]: ", + indent=" ", + ) + + if self.link is not None: + yield "" + yield f"Link: {self.link}" + + +# +# Actual Errors +# +class ConfigurationError(PipError): + """General exception in configuration""" + + +class InstallationError(PipError): + """General exception during installation""" + + +class UninstallationError(PipError): + """General exception during uninstallation""" + + +class MissingPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" + + reference = "missing-pyproject-build-system-requires" + + def __init__(self, *, package: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid pyproject.toml file.\n" + "The [build-system] table is missing the mandatory `requires` key." + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class InvalidPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml an invalid `build-system.requires`.""" + + reference = "invalid-pyproject-build-system-requires" + + def __init__(self, *, package: str, reason: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid `build-system.requires` key in " + f"pyproject.toml.\n{reason}" + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class NoneMetadataError(PipError): + """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". + + This signifies an inconsistency, when the Distribution claims to have + the metadata file (if not, raise ``FileNotFoundError`` instead), but is + not actually able to produce its content. This may be due to permission + errors. + """ + + def __init__( + self, + dist: "BaseDistribution", + metadata_name: str, + ) -> None: + """ + :param dist: A Distribution object. + :param metadata_name: The name of the metadata being accessed + (can be "METADATA" or "PKG-INFO"). + """ + self.dist = dist + self.metadata_name = metadata_name + + def __str__(self) -> str: + # Use `dist` in the error message because its stringification + # includes more information, like the version and location. + return f"None {self.metadata_name} metadata found for distribution: {self.dist}" + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, + error_msg: str, + response: Optional[Response] = None, + request: Optional[Request] = None, + ) -> None: + """ + Initialize NetworkConnectionError with `request` and `response` + objects. + """ + self.response = response + self.request = request + self.error_msg = error_msg + if ( + self.response is not None + and not self.request + and hasattr(response, "request") + ): + self.request = self.response.request + super().__init__(error_msg, response, request) + + def __str__(self) -> str: + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +class InvalidWheel(InstallationError): + """Invalid (e.g. corrupt) wheel.""" + + def __init__(self, location: str, name: str): + self.location = location + self.name = name + + def __str__(self) -> str: + return f"Wheel '{self.name}' located at {self.location} is invalid." + + +class MetadataInconsistent(InstallationError): + """Built metadata contains inconsistent information. + + This is raised when the metadata contains values (e.g. name and version) + that do not match the information previously obtained from sdist filename, + user-supplied ``#egg=`` value, or an install requirement name. + """ + + def __init__( + self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str + ) -> None: + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self) -> str: + return ( + f"Requested {self.ireq} has inconsistent {self.field}: " + f"expected {self.f_val!r}, but metadata has {self.m_val!r}" + ) + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List["HashError"] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.is_direct + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return f" {self._requirement_name()}:\n{self._hash_comparison()}" + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend((f" Expected {next(prefix)} {e}") for e in expecteds) + lines.append( + f" Got {self.gots[hash_name].hexdigest()}\n" + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" + + +_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\ +The Python environment under {sys.prefix} is managed externally, and may not be +manipulated by the user. Please use specific tooling from the distributor of +the Python installation to interact with this environment instead. +""" + + +class ExternallyManagedEnvironment(DiagnosticPipError): + """The current environment is externally managed. + + This is raised when the current environment is externally managed, as + defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked + and displayed when the error is bubbled up to the user. + + :param error: The error message read from ``EXTERNALLY-MANAGED``. + """ + + reference = "externally-managed-environment" + + def __init__(self, error: Optional[str]) -> None: + if error is None: + context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR) + else: + context = Text(error) + super().__init__( + message="This environment is externally managed", + context=context, + note_stmt=( + "If you believe this is a mistake, please contact your " + "Python installation or OS distribution provider. " + "You can override this, at the risk of breaking your Python " + "installation or OS, by passing --break-system-packages." + ), + hint_stmt=Text("See PEP 668 for the detailed specification."), + ) + + @staticmethod + def _iter_externally_managed_error_keys() -> Iterator[str]: + # LC_MESSAGES is in POSIX, but not the C standard. The most common + # platform that does not implement this category is Windows, where + # using other categories for console message localization is equally + # unreliable, so we fall back to the locale-less vendor message. This + # can always be re-evaluated when a vendor proposes a new alternative. + try: + category = locale.LC_MESSAGES + except AttributeError: + lang: Optional[str] = None + else: + lang, _ = locale.getlocale(category) + if lang is not None: + yield f"Error-{lang}" + for sep in ("-", "_"): + before, found, _ = lang.partition(sep) + if not found: + continue + yield f"Error-{before}" + yield "Error" + + @classmethod + def from_config( + cls, + config: Union[pathlib.Path, str], + ) -> "ExternallyManagedEnvironment": + parser = configparser.ConfigParser(interpolation=None) + try: + parser.read(config, encoding="utf-8") + section = parser["externally-managed"] + for key in cls._iter_externally_managed_error_keys(): + with contextlib.suppress(KeyError): + return cls(section[key]) + except KeyError: + pass + except (OSError, UnicodeDecodeError, configparser.ParsingError): + from pip._internal.utils._log import VERBOSE + + exc_info = logger.isEnabledFor(VERBOSE) + logger.warning("Failed to read %s", config, exc_info=exc_info) + return cls(None) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 00000000..7a17b7b3 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e9cb29c7dbe2c6219af0872d94e8e0dce4f9d74 GIT binary patch literal 257 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4c7afa0dcae22803bee085b092f06ce3c134c54 GIT binary patch literal 40760 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

wf8=vxGGbipD=u%+NACpL|zu!M0MV@6cV=6`3} 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 Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: + ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +class IndexContent: + """Represents one response (or page), along with its URL""" + + def __init__( + self, + content: bytes, + content_type: str, + encoding: Optional[str], + url: str, + cache_link_parsing: bool = True, + ) -> None: + """ + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + self.content = content + self.content_type = content_type + self.encoding = encoding + self.url = url + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, url: str) -> None: + super().__init__(convert_charrefs=True) + + self.url: str = url + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_index_content( + response: Response, cache_link_parsing: bool = True +) -> IndexContent: + encoding = _get_encoding_from_headers(response.headers) + return IndexContent( + response.content, + response.headers["Content-Type"], + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + # TODO: In the future, it would be nice if pip supported PEP 691 + # style responses in the file:// URLs, however there's no + # standard file extension for application/vnd.pypi.simple.v1+json + # so we'll need to come up with something on our own. + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_simple_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotAPIContent as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s. " + "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " + "application/vnd.pypi.simple.v1+html, and text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_simple_fail(link, exc) + except RetryError as exc: + _handle_get_simple_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_simple_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_simple_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_simple_fail(link, "timed out") + else: + return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + no_index=options.no_index, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_response(self, location: Link) -> Optional[IndexContent]: + """ + Fetch an HTML page containing package links. + """ + return _get_index_content(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + project_name=project_name, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + project_name=project_name, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 00000000..ec9ebc36 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1027 @@ +"""Routines related to PyPI, indexes""" + +import enum +import functools +import itertools +import logging +import re +from typing import TYPE_CHECKING, FrozenSet, Iterable, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import _BaseVersion +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.models.wheel import Wheel +from pip._internal.req import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import build_netloc +from pip._internal.utils.packaging import check_requires_python +from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS + +if TYPE_CHECKING: + from pip._vendor.typing_extensions import TypeGuard + +__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] + + +logger = getLogger(__name__) + +BuildTag = Union[Tuple[()], Tuple[int, str]] +CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] + + +def _check_link_requires_python( + link: Link, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> bool: + """ + Return whether the given Python version is compatible with a link's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + """ + try: + is_compatible = check_requires_python( + link.requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier: + logger.debug( + "Ignoring invalid Requires-Python (%r) for link: %s", + link.requires_python, + link, + ) + else: + if not is_compatible: + version = ".".join(map(str, version_info)) + if not ignore_requires_python: + logger.verbose( + "Link requires a different Python (%s not in: %r): %s", + version, + link.requires_python, + link, + ) + return False + + logger.debug( + "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", + version, + link.requires_python, + link, + ) + + return True + + +class LinkType(enum.Enum): + candidate = enum.auto() + different_project = enum.auto() + yanked = enum.auto() + format_unsupported = enum.auto() + format_invalid = enum.auto() + platform_mismatch = enum.auto() + requires_python_mismatch = enum.auto() + + +class LinkEvaluator: + + """ + Responsible for evaluating links for a particular project. + """ + + _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + project_name: str, + canonical_name: str, + formats: FrozenSet[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + :param project_name: The user supplied package name. + :param canonical_name: The canonical package name. + :param formats: The formats allowed for this package. Should be a set + with 'binary' or 'source' or both in it. + :param target_python: The target Python interpreter to use when + evaluating link compatibility. This is used, for example, to + check wheel compatibility, as well as when checking the Python + version, e.g. the Python version embedded in a link filename + (or egg fragment) and against an HTML link's optional PEP 503 + "data-requires-python" attribute. + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param ignore_requires_python: Whether to ignore incompatible + PEP 503 "data-requires-python" values in HTML links. Defaults + to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self._allow_yanked = allow_yanked + self._canonical_name = canonical_name + self._ignore_requires_python = ignore_requires_python + self._formats = formats + self._target_python = target_python + + self.project_name = project_name + + def evaluate_link(self, link: Link) -> Tuple[LinkType, str]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (result, detail), where *result* is an enum + representing whether the evaluation found a candidate, or the reason + why one is not found. If a candidate is found, *detail* will be the + candidate's version string; if one is not found, it contains the + reason the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (LinkType.yanked, f"yanked for reason: {reason}") + + if link.egg_fragment: + egg_info = link.egg_fragment + ext = link.ext + else: + egg_info, ext = link.splitext() + if not ext: + return (LinkType.format_unsupported, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return ( + LinkType.format_unsupported, + f"unsupported archive format: {ext}", + ) + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = f"No binaries permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + if "macosx10" in link.path and ext == ".zip": + return (LinkType.format_unsupported, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return ( + LinkType.format_invalid, + "invalid wheel filename", + ) + if canonicalize_name(wheel.name) != self._canonical_name: + reason = f"wrong project name (not {self.project_name})" + return (LinkType.different_project, reason) + + supported_tags = self._target_python.get_unsorted_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = ", ".join(wheel.get_formatted_file_tags()) + reason = ( + f"none of the wheel's tags ({file_tags}) are compatible " + f"(run pip debug --verbose to show compatible tags)" + ) + return (LinkType.platform_mismatch, reason) + + version = wheel.version + + # This should be up by the self.ok_binary check, but see issue 2700. + if "source" not in self._formats and ext != WHEEL_EXTENSION: + reason = f"No sources permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + + if not version: + version = _extract_version_from_fragment( + egg_info, + self._canonical_name, + ) + if not version: + reason = f"Missing project version for {self.project_name}" + return (LinkType.format_invalid, reason) + + match = self._py_version_re.search(version) + if match: + version = version[: match.start()] + py_version = match.group(1) + if py_version != self._target_python.py_version: + return ( + LinkType.platform_mismatch, + "Python version is incorrect", + ) + + supports_python = _check_link_requires_python( + link, + version_info=self._target_python.py_version_info, + ignore_requires_python=self._ignore_requires_python, + ) + if not supports_python: + reason = f"{version} Requires-Python {link.requires_python}" + return (LinkType.requires_python_mismatch, reason) + + logger.debug("Found link %s, version: %s", link, version) + + return (LinkType.candidate, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: Optional[Hashes], + project_name: str, +) -> List[InstallationCandidate]: + """ + Filter out candidates whose hashes aren't allowed, and return a new + list of candidates. + + If at least one candidate has an allowed hash, then all candidates with + either an allowed hash or no hash specified are returned. Otherwise, + the given candidates are returned. + + Including the candidates with no hash specified when there is a match + allows a warning to be logged if there is a more preferred candidate + with no hash specified. Returning all candidates in the case of no + matches lets pip report the hash of the candidate that would otherwise + have been installed (e.g. permitting the user to more easily update + their requirements file with the desired hash). + """ + if not hashes: + logger.debug( + "Given no hashes to check %s links for project %r: " + "discarding no candidates", + len(candidates), + project_name, + ) + # Make sure we're not returning back the given value. + return list(candidates) + + matches_or_no_digest = [] + # Collect the non-matches for logging purposes. + non_matches = [] + match_count = 0 + for candidate in candidates: + link = candidate.link + if not link.has_hash: + pass + elif link.is_hash_allowed(hashes=hashes): + match_count += 1 + else: + non_matches.append(candidate) + continue + + matches_or_no_digest.append(candidate) + + if match_count: + filtered = matches_or_no_digest + else: + # Make sure we're not returning back the given value. + filtered = list(candidates) + + if len(filtered) == len(candidates): + discard_message = "discarding no candidates" + else: + discard_message = "discarding {} non-matches:\n {}".format( + len(non_matches), + "\n ".join(str(candidate.link) for candidate in non_matches), + ) + + logger.debug( + "Checked %s links for project %r against %s hashes " + "(%s matches, %s no digest): %s", + len(candidates), + project_name, + hashes.digest_count, + match_count, + len(matches_or_no_digest) - match_count, + discard_message, + ) + + return filtered + + +class CandidatePreferences: + + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + def __init__( + self, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + ) -> None: + """ + :param allow_all_prereleases: Whether to allow all pre-releases. + """ + self.allow_all_prereleases = allow_all_prereleases + self.prefer_binary = prefer_binary + + +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + """ + + def __init__( + self, + candidates: List[InstallationCandidate], + applicable_candidates: List[InstallationCandidate], + best_candidate: Optional[InstallationCandidate], + ) -> None: + """ + :param candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + assert set(applicable_candidates) <= set(candidates) + + if best_candidate is None: + assert not applicable_candidates + else: + assert best_candidate in applicable_candidates + + self._applicable_candidates = applicable_candidates + self._candidates = candidates + + self.best_candidate = best_candidate + + def iter_all(self) -> Iterable[InstallationCandidate]: + """Iterate through all candidates.""" + return iter(self._candidates) + + def iter_applicable(self) -> Iterable[InstallationCandidate]: + """Iterate through the applicable candidates.""" + return iter(self._applicable_candidates) + + +class CandidateEvaluator: + + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_sorted_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + versions = { + str(v) + for v in specifier.filter( + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + (str(c.version) for c in candidates), + prereleases=allow_prereleases, + ) + } + + # Again, converting version to str to deal with debundling. + applicable_candidates = [c for c in candidates if str(c.version) in versions] + + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + f"{wheel.filename} is not a supported wheel for this platform. It " + "can't be sorted." + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + assert match is not None, "guaranteed by filename validation" + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Tuple[Link, LinkType, str]] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def allow_all_prereleases(self) -> bool: + return self._candidate_prefs.allow_all_prereleases + + def set_allow_all_prereleases(self) -> None: + self._candidate_prefs.allow_all_prereleases = True + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + def requires_python_skipped_reasons(self) -> List[str]: + reasons = { + detail + for _, result, detail in self._logged_links + if result == LinkType.requires_python_mismatch + } + return sorted(reasons) + + def make_link_evaluator(self, project_name: str) -> LinkEvaluator: + canonical_name = canonicalize_name(project_name) + formats = self.format_control.get_allowed_formats(canonical_name) + + return LinkEvaluator( + project_name=project_name, + canonical_name=canonical_name, + formats=formats, + target_python=self._target_python, + allow_yanked=self._allow_yanked, + ignore_requires_python=self._ignore_requires_python, + ) + + def _sort_links(self, links: Iterable[Link]) -> List[Link]: + """ + Returns elements of links in order, non-egg links first, egg links + second, while eliminating duplicates + """ + eggs, no_eggs = [], [] + seen: Set[Link] = set() + for link in links: + if link not in seen: + seen.add(link) + if link.egg_fragment: + eggs.append(link) + else: + no_eggs.append(link) + return no_eggs + eggs + + def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None: + entry = (link, result, detail) + if entry not in self._logged_links: + # Put the link at the end so the reason is more visible and because + # the link string is usually very long. + logger.debug("Skipping link: %s: %s", detail, link) + self._logged_links.add(entry) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> Optional[InstallationCandidate]: + """ + If the link is a candidate for install, convert it to an + InstallationCandidate and return it. Otherwise, return None. + """ + result, detail = link_evaluator.evaluate_link(link) + if result != LinkType.candidate: + self._log_skipped_link(link, result, detail) + return None + + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=detail, + ) + + def evaluate_links( + self, link_evaluator: LinkEvaluator, links: Iterable[Link] + ) -> List[InstallationCandidate]: + """ + Convert links that are candidates to InstallationCandidate objects. + """ + candidates = [] + for link in self._sort_links(links): + candidate = self.get_install_candidate(link_evaluator, link) + if candidate is not None: + candidates.append(candidate) + + return candidates + + def process_project_url( + self, project_url: Link, link_evaluator: LinkEvaluator + ) -> List[InstallationCandidate]: + logger.debug( + "Fetching project page and analyzing links: %s", + project_url, + ) + index_response = self._link_collector.fetch_response(project_url) + if index_response is None: + return [] + + page_links = list(parse_links(index_response)) + + with indent_log(): + package_links = self.evaluate_links( + link_evaluator, + links=page_links, + ) + + return package_links + + @functools.lru_cache(maxsize=None) + def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: + """Find all available InstallationCandidate for project_name + + This checks index_urls and find_links. + All versions found are returned as an InstallationCandidate list. + + See LinkEvaluator.evaluate_link() for details on which files + are accepted. + """ + link_evaluator = self.make_link_evaluator(project_name) + + collected_sources = self._link_collector.collect_sources( + project_name=project_name, + candidates_from_page=functools.partial( + self.process_project_url, + link_evaluator=link_evaluator, + ), + ) + + page_candidates_it = itertools.chain.from_iterable( + source.page_candidates() + for sources in collected_sources + for source in sources + if source is not None + ) + page_candidates = list(page_candidates_it) + + file_links_it = itertools.chain.from_iterable( + source.file_links() + for sources in collected_sources + for source in sources + if source is not None + ) + file_candidates = self.evaluate_links( + link_evaluator, + sorted(file_links_it, reverse=True), + ) + + if logger.isEnabledFor(logging.DEBUG) and file_candidates: + paths = [] + for candidate in file_candidates: + assert candidate.link.url # we need to have a URL + try: + paths.append(candidate.link.file_path) + except Exception: + paths.append(candidate.link.url) # it's not a local file + + logger.debug("Local files found: %s", ", ".join(paths)) + + # This is an intentional priority ordering + return file_candidates + page_candidates + + def make_candidate_evaluator( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> CandidateEvaluator: + """Create a CandidateEvaluator object to use.""" + candidate_prefs = self._candidate_prefs + return CandidateEvaluator.create( + project_name=project_name, + target_python=self._target_python, + prefer_binary=candidate_prefs.prefer_binary, + allow_all_prereleases=candidate_prefs.allow_all_prereleases, + specifier=specifier, + hashes=hashes, + ) + + @functools.lru_cache(maxsize=None) + def find_best_candidate( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> BestCandidateResult: + """Find matches for the given project and specifier. + + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + + :return: A `BestCandidateResult` instance. + """ + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + return candidate_evaluator.compute_best_candidate(candidates) + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> Optional[InstallationCandidate]: + """Try to find a Link matching req + + Expects req, an InstallRequirement and upgrade, a boolean + Returns a InstallationCandidate if found, + Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise + """ + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + req.name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: Optional[_BaseVersion] = None + if req.satisfied_by is not None: + installed_version = req.satisfied_by.version + + def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: + # This repeated parse_version and str() conversion is needed to + # handle different vendoring sources from pip and pkg_resources. + # If we stop using the pkg_resources provided specifier and start + # using our own, we can drop the cast to str(). + return ( + ", ".join( + sorted( + {str(c.version) for c in cand_iter}, + key=parse_version, + ) + ) + or "none" + ) + + if installed_version is None and best_candidate is None: + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req, + _format_versions(best_candidate_result.iter_all()), + ) + + raise DistributionNotFound(f"No matching distribution found for {req}") + + def _should_install_candidate( + candidate: Optional[InstallationCandidate], + ) -> "TypeGuard[InstallationCandidate]": + if installed_version is None: + return True + if best_candidate is None: + return False + return best_candidate.version > installed_version + + if not upgrade and installed_version is not None: + if _should_install_candidate(best_candidate): + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + else: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + return None + + if _should_install_candidate(best_candidate): + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.iter_applicable()), + ) + raise BestVersionAlreadyInstalled + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py new file mode 100644 index 00000000..f4626d71 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,285 @@ +import logging +import mimetypes +import os +from collections import defaultdict +from typing import Callable, Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import ( + InvalidSdistFilename, + InvalidVersion, + InvalidWheelFilename, + canonicalize_name, + parse_sdist_filename, + parse_wheel_filename, +) + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectoryToUrls: + """Scans directory and caches results""" + + def __init__(self, path: str) -> None: + self._path = path + self._page_candidates: List[str] = [] + self._project_name_to_urls: Dict[str, List[str]] = defaultdict(list) + self._scanned_directory = False + + def _scan_directory(self) -> None: + """Scans directory once and populates both page_candidates + and project_name_to_urls at the same time + """ + for entry in os.scandir(self._path): + url = path_to_url(entry.path) + if _is_html_file(url): + self._page_candidates.append(url) + continue + + # File must have a valid wheel or sdist name, + # otherwise not worth considering as a package + try: + project_filename = parse_wheel_filename(entry.name)[0] + except (InvalidWheelFilename, InvalidVersion): + try: + project_filename = parse_sdist_filename(entry.name)[0] + except (InvalidSdistFilename, InvalidVersion): + continue + + self._project_name_to_urls[project_filename].append(url) + self._scanned_directory = True + + @property + def page_candidates(self) -> List[str]: + if not self._scanned_directory: + self._scan_directory() + + return self._page_candidates + + @property + def project_name_to_urls(self) -> Dict[str, List[str]]: + if not self._scanned_directory: + self._scan_directory() + + return self._project_name_to_urls + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + _paths_to_urls: Dict[str, _FlatDirectoryToUrls] = {} + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + project_name: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._project_name = canonicalize_name(project_name) + + # Get existing instance of _FlatDirectoryToUrls if it exists + if path in self._paths_to_urls: + self._path_to_urls = self._paths_to_urls[path] + else: + self._path_to_urls = _FlatDirectoryToUrls(path=path) + self._paths_to_urls[path] = self._path_to_urls + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for url in self._path_to_urls.page_candidates: + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for url in self._path_to_urls.project_name_to_urls[self._project_name]: + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, + project_name: str, +) -> Tuple[Optional[str], Optional[LinkSource]]: + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + project_name=project_name, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 00000000..d54bc63e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,467 @@ +import functools +import logging +import os +import pathlib +import sys +import sysconfig +from typing import Any, Dict, Generator, Optional, Tuple + +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.virtualenv import running_under_virtualenv + +from . import _sysconfig +from .base import ( + USER_CACHE_DIR, + get_major_minor_version, + get_src_prefix, + is_osx_framework, + site_packages, + user_site, +) + +__all__ = [ + "USER_CACHE_DIR", + "get_bin_prefix", + "get_bin_user", + "get_major_minor_version", + "get_platlib", + "get_purelib", + "get_scheme", + "get_src_prefix", + "site_packages", + "user_site", +] + + +logger = logging.getLogger(__name__) + + +_PLATLIBDIR: str = getattr(sys, "platlibdir", "lib") + +_USE_SYSCONFIG_DEFAULT = sys.version_info >= (3, 10) + + +def _should_use_sysconfig() -> bool: + """This function determines the value of _USE_SYSCONFIG. + + By default, pip uses sysconfig on Python 3.10+. + But Python distributors can override this decision by setting: + sysconfig._PIP_USE_SYSCONFIG = True / False + Rationale in https://github.com/pypa/pip/issues/10647 + + This is a function for testability, but should be constant during any one + run. + """ + return bool(getattr(sysconfig, "_PIP_USE_SYSCONFIG", _USE_SYSCONFIG_DEFAULT)) + + +_USE_SYSCONFIG = _should_use_sysconfig() + +if not _USE_SYSCONFIG: + # Import distutils lazily to avoid deprecation warnings, + # but import it soon enough that it is in memory and available during + # a pip reinstall. + from . import _distutils + +# Be noisy about incompatibilities if this platforms "should" be using +# sysconfig, but is explicitly opting out and using distutils instead. +if _USE_SYSCONFIG_DEFAULT and not _USE_SYSCONFIG: + _MISMATCH_LEVEL = logging.WARNING +else: + _MISMATCH_LEVEL = logging.DEBUG + + +def _looks_like_bpo_44860() -> bool: + """The resolution to bpo-44860 will change this incorrect platlib. + + See . + """ + from distutils.command.install import INSTALL_SCHEMES + + try: + unix_user_platlib = INSTALL_SCHEMES["unix_user"]["platlib"] + except KeyError: + return False + return unix_user_platlib == "$usersite" + + +def _looks_like_red_hat_patched_platlib_purelib(scheme: Dict[str, str]) -> bool: + platlib = scheme["platlib"] + if "/$platlibdir/" in platlib: + platlib = platlib.replace("/$platlibdir/", f"/{_PLATLIBDIR}/") + if "/lib64/" not in platlib: + return False + unpatched = platlib.replace("/lib64/", "/lib/") + return unpatched.replace("$platbase/", "$base/") == scheme["purelib"] + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_lib() -> bool: + """Red Hat patches platlib in unix_prefix and unix_home, but not purelib. + + This is the only way I can see to tell a Red Hat-patched Python. + """ + from distutils.command.install import INSTALL_SCHEMES + + return all( + k in INSTALL_SCHEMES + and _looks_like_red_hat_patched_platlib_purelib(INSTALL_SCHEMES[k]) + for k in ("unix_prefix", "unix_home") + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_debian_scheme() -> bool: + """Debian adds two additional schemes.""" + from distutils.command.install import INSTALL_SCHEMES + + return "deb_system" in INSTALL_SCHEMES and "unix_local" in INSTALL_SCHEMES + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_scheme() -> bool: + """Red Hat patches ``sys.prefix`` and ``sys.exec_prefix``. + + Red Hat's ``00251-change-user-install-location.patch`` changes the install + command's ``prefix`` and ``exec_prefix`` to append ``"/local"``. This is + (fortunately?) done quite unconditionally, so we create a default command + object without any configuration to detect this. + """ + from distutils.command.install import install + from distutils.dist import Distribution + + cmd: Any = install(Distribution()) + cmd.finalize_options() + return ( + cmd.exec_prefix == f"{os.path.normpath(sys.exec_prefix)}/local" + and cmd.prefix == f"{os.path.normpath(sys.prefix)}/local" + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_slackware_scheme() -> bool: + """Slackware patches sysconfig but fails to patch distutils and site. + + Slackware changes sysconfig's user scheme to use ``"lib64"`` for the lib + path, but does not do the same to the site module. + """ + if user_site is None: # User-site not available. + return False + try: + paths = sysconfig.get_paths(scheme="posix_user", expand=False) + except KeyError: # User-site not available. + return False + return "/lib64/" in paths["purelib"] and "/lib64/" not in user_site + + +@functools.lru_cache(maxsize=None) +def _looks_like_msys2_mingw_scheme() -> bool: + """MSYS2 patches distutils and sysconfig to use a UNIX-like scheme. + + However, MSYS2 incorrectly patches sysconfig ``nt`` scheme. The fix is + likely going to be included in their 3.10 release, so we ignore the warning. + See msys2/MINGW-packages#9319. + + MSYS2 MINGW's patch uses lowercase ``"lib"`` instead of the usual uppercase, + and is missing the final ``"site-packages"``. + """ + paths = sysconfig.get_paths("nt", expand=False) + return all( + "Lib" not in p and "lib" in p and not p.endswith("site-packages") + for p in (paths[key] for key in ("platlib", "purelib")) + ) + + +def _fix_abiflags(parts: Tuple[str]) -> Generator[str, None, None]: + ldversion = sysconfig.get_config_var("LDVERSION") + abiflags = getattr(sys, "abiflags", None) + + # LDVERSION does not end with sys.abiflags. Just return the path unchanged. + if not ldversion or not abiflags or not ldversion.endswith(abiflags): + yield from parts + return + + # Strip sys.abiflags from LDVERSION-based path components. + for part in parts: + if part.endswith(ldversion): + part = part[: (0 - len(abiflags))] + yield part + + +@functools.lru_cache(maxsize=None) +def _warn_mismatched(old: pathlib.Path, new: pathlib.Path, *, key: str) -> None: + issue_url = "https://github.com/pypa/pip/issues/10151" + message = ( + "Value for %s does not match. Please report this to <%s>" + "\ndistutils: %s" + "\nsysconfig: %s" + ) + logger.log(_MISMATCH_LEVEL, message, key, issue_url, old, new) + + +def _warn_if_mismatch(old: pathlib.Path, new: pathlib.Path, *, key: str) -> bool: + if old == new: + return False + _warn_mismatched(old, new, key=key) + return True + + +@functools.lru_cache(maxsize=None) +def _log_context( + *, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + prefix: Optional[str] = None, +) -> None: + parts = [ + "Additional context:", + "user = %r", + "home = %r", + "root = %r", + "prefix = %r", + ] + + logger.log(_MISMATCH_LEVEL, "\n".join(parts), user, home, root, prefix) + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + new = _sysconfig.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + if _USE_SYSCONFIG: + return new + + old = _distutils.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + + warning_contexts = [] + for k in SCHEME_KEYS: + old_v = pathlib.Path(getattr(old, k)) + new_v = pathlib.Path(getattr(new, k)) + + if old_v == new_v: + continue + + # distutils incorrectly put PyPy packages under ``site-packages/python`` + # in the ``posix_home`` scheme, but PyPy devs said they expect the + # directory name to be ``pypy`` instead. So we treat this as a bug fix + # and not warn about it. See bpo-43307 and python/cpython#24628. + skip_pypy_special_case = ( + sys.implementation.name == "pypy" + and home is not None + and k in ("platlib", "purelib") + and old_v.parent == new_v.parent + and old_v.name.startswith("python") + and new_v.name.startswith("pypy") + ) + if skip_pypy_special_case: + continue + + # sysconfig's ``osx_framework_user`` does not include ``pythonX.Y`` in + # the ``include`` value, but distutils's ``headers`` does. We'll let + # CPython decide whether this is a bug or feature. See bpo-43948. + skip_osx_framework_user_special_case = ( + user + and is_osx_framework() + and k == "headers" + and old_v.parent.parent == new_v.parent + and old_v.parent.name.startswith("python") + ) + if skip_osx_framework_user_special_case: + continue + + # On Red Hat and derived Linux distributions, distutils is patched to + # use "lib64" instead of "lib" for platlib. + if k == "platlib" and _looks_like_red_hat_lib(): + continue + + # On Python 3.9+, sysconfig's posix_user scheme sets platlib against + # sys.platlibdir, but distutils's unix_user incorrectly coninutes + # using the same $usersite for both platlib and purelib. This creates a + # mismatch when sys.platlibdir is not "lib". + skip_bpo_44860 = ( + user + and k == "platlib" + and not WINDOWS + and sys.version_info >= (3, 9) + and _PLATLIBDIR != "lib" + and _looks_like_bpo_44860() + ) + if skip_bpo_44860: + continue + + # Slackware incorrectly patches posix_user to use lib64 instead of lib, + # but not usersite to match the location. + skip_slackware_user_scheme = ( + user + and k in ("platlib", "purelib") + and not WINDOWS + and _looks_like_slackware_scheme() + ) + if skip_slackware_user_scheme: + continue + + # Both Debian and Red Hat patch Python to place the system site under + # /usr/local instead of /usr. Debian also places lib in dist-packages + # instead of site-packages, but the /usr/local check should cover it. + skip_linux_system_special_case = ( + not (user or home or prefix or running_under_virtualenv()) + and old_v.parts[1:3] == ("usr", "local") + and len(new_v.parts) > 1 + and new_v.parts[1] == "usr" + and (len(new_v.parts) < 3 or new_v.parts[2] != "local") + and (_looks_like_red_hat_scheme() or _looks_like_debian_scheme()) + ) + if skip_linux_system_special_case: + continue + + # On Python 3.7 and earlier, sysconfig does not include sys.abiflags in + # the "pythonX.Y" part of the path, but distutils does. + skip_sysconfig_abiflag_bug = ( + sys.version_info < (3, 8) + and not WINDOWS + and k in ("headers", "platlib", "purelib") + and tuple(_fix_abiflags(old_v.parts)) == new_v.parts + ) + if skip_sysconfig_abiflag_bug: + continue + + # MSYS2 MINGW's sysconfig patch does not include the "site-packages" + # part of the path. This is incorrect and will be fixed in MSYS. + skip_msys2_mingw_bug = ( + WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme() + ) + if skip_msys2_mingw_bug: + continue + + # CPython's POSIX install script invokes pip (via ensurepip) against the + # interpreter located in the source tree, not the install site. This + # triggers special logic in sysconfig that's not present in distutils. + # https://github.com/python/cpython/blob/8c21941ddaf/Lib/sysconfig.py#L178-L194 + skip_cpython_build = ( + sysconfig.is_python_build(check_home=True) + and not WINDOWS + and k in ("headers", "include", "platinclude") + ) + if skip_cpython_build: + continue + + warning_contexts.append((old_v, new_v, f"scheme.{k}")) + + if not warning_contexts: + return old + + # Check if this path mismatch is caused by distutils config files. Those + # files will no longer work once we switch to sysconfig, so this raises a + # deprecation message for them. + default_old = _distutils.distutils_scheme( + dist_name, + user, + home, + root, + isolated, + prefix, + ignore_config_files=True, + ) + if any(default_old[k] != getattr(old, k) for k in SCHEME_KEYS): + deprecated( + reason=( + "Configuring installation scheme with distutils config files " + "is deprecated and will no longer work in the near future. If you " + "are using a Homebrew or Linuxbrew Python, please see discussion " + "at https://github.com/Homebrew/homebrew-core/issues/76621" + ), + replacement=None, + gone_in=None, + ) + return old + + # Post warnings about this mismatch so user can report them back. + for old_v, new_v, key in warning_contexts: + _warn_mismatched(old_v, new_v, key=key) + _log_context(user=user, home=home, root=root, prefix=prefix) + + return old + + +def get_bin_prefix() -> str: + new = _sysconfig.get_bin_prefix() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_bin_prefix() + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="bin_prefix"): + _log_context() + return old + + +def get_bin_user() -> str: + return _sysconfig.get_scheme("", user=True).scripts + + +def _looks_like_deb_system_dist_packages(value: str) -> bool: + """Check if the value is Debian's APT-controlled dist-packages. + + Debian's ``distutils.sysconfig.get_python_lib()`` implementation returns the + default package path controlled by APT, but does not patch ``sysconfig`` to + do the same. This is similar to the bug worked around in ``get_scheme()``, + but here the default is ``deb_system`` instead of ``unix_local``. Ultimately + we can't do anything about this Debian bug, and this detection allows us to + skip the warning when needed. + """ + if not _looks_like_debian_scheme(): + return False + if value == "/usr/lib/python3/dist-packages": + return True + return False + + +def get_purelib() -> str: + """Return the default pure-Python lib location.""" + new = _sysconfig.get_purelib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_purelib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="purelib"): + _log_context() + return old + + +def get_platlib() -> str: + """Return the default platform-shared lib location.""" + new = _sysconfig.get_platlib() + if _USE_SYSCONFIG: + return new + + from . import _distutils + + old = _distutils.get_platlib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="platlib"): + _log_context() + return old diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..691d348c2cb172d0f8331778a4f0dd3c266280a4 GIT binary patch literal 16801 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fad545e74533d87d5d21c2f34ce9c68c4c5d432d GIT binary patch literal 6881 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 H45a@L{>Gef literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b8f2eb389bc3b2223e30b87c750dc6876ef3d94 GIT binary patch literal 8036 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b171094860dbd551a3e3f93f2b2bc371902a311b GIT binary patch literal 3806 zcmbVPZ%iA>6`%F`|9>FF5OT*hoG>QFzCf;|DF>I3oIBZ~X#wRH6;{scEI_C-=yQQ`8TAGxmZ*P$S(4 z@0)ou^WK{`@BQZSSD(*~pq-2TV(Pyxg#JMXX0z8iyFcR)T0_^6gd{GD5>?72I5xH< zER6CAo>6PU%BU@218T|IbB=_AqkH(QGv`XUSl^m;=R64yhb#!YGA*XceJa^L2d%Uv ze6YrvIbI#reo6mk{5VQwRs=(kGQCQ zOQySCYPJ7)jg>fxZJF5X^ElWFOwj44IzbA`oPK?k#QiZ~+6a2vz^>q@);-zB=eQ1p zTi!t=z)?GTUzd6#cWp8WmUOIh)RIz5c7FS zCK_~GNI_9#WinY%ButVsGSLfS7ArFbpO^E7BVQmmD^D0cP1bQTFQ%r&Nvs)mg7pGX zQuUVbFrdF(dek*Iti)yN=WBi4Vlp#Uv$s!wg~m|CGLPK?w5v>spif~TCuUUAlam#d z2s4;ya2i2Pv#C^p5Ul9JM|1iVa79fJ1x+V#sHlKrlQAahL|?4`gaDhNbL!m_Rpz|y z@b%WRDG{aj{kd&3Q`UkX2t$R5epHg!;o)%?&Dt-ZL)4H0E58wDO zep!_YS==+Os#z^A=ki&c18aIxYEcvC;;|XTs8-eXJs%Y&uC-}Y^{ zo!n|Wx#@{+TB9TY^M+Hw#UxQx-EihbeM%8?IJI{buz=<Q)_cnHh&EW1rsQ%t+USH|z$aIoNI?*k7|}41Kfxl11W=p+lt{c2X-l>F67D zc@A2NsHHV*x(RX@EDQWCUb0a=WRf{_dgs^>6lc~z5Vzoa2> z#jq$kp_lQJyE)%@O_^5Iq9WwMUle!F3iI!|hebtDR9#3-iOM7vXreOLP`{_;S!#FT zz`j_-VOUhnu+m&MtkjW)P1eK-U{PNfZY`gcb&0^G5SrQ%D`^BmC}iP+D03(UU;uPE+$* z|7!o*!0Ny~=SEk#sc+NU_xx4nqf?K1H=^aH{!MTHbC+j1R0^$J_^f@W<=9=v9mjS{ z_f|{y#+h=<>5^}$dBytF6IkI&{VURELr)g6!<;>CrQ}M0Rt@TUyq;lZort{L-{lbIBhoSqSd#(!Nx`#RV`i8k(o)5SyhWUy$XCl+gv=M1 z#Q*=Jbr{a+PE&q{)lTN9N~Jv%TR=*m3w;Cm)MC~$UbDAPP0Q=`yg>&IiUaL7GI3%I zbs*huPD3Tq!XbSRl`=GJ4m8PP?&T2FCPRC*34aA%S(2K6e;l6mw3>yoLzq(wf=IA{ zXK@Nr333=7#cJlISY8NO6|#Z|6LbrdDzS*0*gzwpa7t)=lDFuGy27wmQ^v5v!}FL+fYDp3Y5c=hrWMC>Z(*SzzmPZ(#XS>C$HN_}{(PDmKb` zsnNIoPrc{8=&|?h^F93ICT=?&CePznVw*aN#r7a{){wpz+xmX| z(D*;lAZ}_aO-jqMD@Nd>8{?NouY7p*+~tecN3VV#N+;_CR6d3a3a6B+q~%G2d9T_} z&WME2uwhA8MVFwgB~@)UnI?c*MU_mGQ?OtZej2^ZMfBVg__b?0*tHex+Kikn2fthP z3~X8ln25+*hAUlAQaY`+*yS5mdVF^ABo6xxyFQnP2r^nAgkpPjRSeIjaGn;y8iPWk z>D6fl;Dma@c>9o<*nVNm;?D3h&!@!H6iz}ZZTPQ^UA&qcJ~w>nV)DYsRl`X`h(;Nq zH~Z zkajV>VdM8&VlM1HAv3G5_-kjzu;5hIgZ;w!Dq-;VPQW0!iJID(U-IKOE2e� z%bg!Ajx5bA-!9!=*R}#3W$On}-ddU$TerC*TilWL@h9AgiiP9eUw`K-1Z0;-mX7~W u#@7`Oavr73_NT!kYyMULCnNNH?JqU@`29KBaXyM3M;nF_|9FUl@BaXzUT}W^ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 00000000..0e18c6e1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,172 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +# If pip's going to use distutils, it should not be using the copy that setuptools +# might have injected into the environment. This is done by removing the injected +# shim, if it's injected. +# +# See https://github.com/pypa/pip/issues/8761 for the original discussion and +# rationale for why this is done within pip. +try: + __import__("_distutils_hack").remove_shim() +except (ImportError, AttributeError): + pass + +import logging +import os +import sys +from distutils.cmd import Command as DistutilsCommand +from distutils.command.install import SCHEME_KEYS +from distutils.command.install import install as distutils_install_command +from distutils.sysconfig import get_python_lib +from typing import Dict, List, Optional, Union, cast + +from pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, + *, + ignore_config_files: bool = False, +) -> Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + paths = d.find_config_files() + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update({"purelib": i.install_lib, "platlib": i.install_lib}) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase + else: + prefix = i.prefix + scheme["headers"] = os.path.join( + prefix, + "include", + "site", + f"python{get_major_minor_version()}", + dist_name, + ) + + if root is not None: + path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] + scheme["headers"] = os.path.join(root, path_no_drive[1:]) + + return scheme + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 00000000..97aef1f1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,213 @@ +import logging +import os +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import change_root, get_major_minor_version, is_osx_framework + +logger = logging.getLogger(__name__) + + +# Notes on _infer_* functions. +# Unfortunately ``get_default_scheme()`` didn't exist before 3.10, so there's no +# way to ask things like "what is the '_prefix' scheme on this platform". These +# functions try to answer that with some heuristics while accounting for ad-hoc +# platforms not covered by CPython's default sysconfig implementation. If the +# ad-hoc implementation does not fully implement sysconfig, we'll fall back to +# a POSIX scheme. + +_AVAILABLE_SCHEMES = set(sysconfig.get_scheme_names()) + +_PREFERRED_SCHEME_API = getattr(sysconfig, "get_preferred_scheme", None) + + +def _should_use_osx_framework_prefix() -> bool: + """Check for Apple's ``osx_framework_library`` scheme. + + Python distributed by Apple's Command Line Tools has this special scheme + that's used when: + + * This is a framework build. + * We are installing into the system prefix. + + This does not account for ``pip install --prefix`` (also means we're not + installing to the system prefix), which should use ``posix_prefix``, but + logic here means ``_infer_prefix()`` outputs ``osx_framework_library``. But + since ``prefix`` is not available for ``sysconfig.get_default_scheme()``, + which is the stdlib replacement for ``_infer_prefix()``, presumably Apple + wouldn't be able to magically switch between ``osx_framework_library`` and + ``posix_prefix``. ``_infer_prefix()`` returning ``osx_framework_library`` + means its behavior is consistent whether we use the stdlib implementation + or our own, and we deal with this special case in ``get_scheme()`` instead. + """ + return ( + "osx_framework_library" in _AVAILABLE_SCHEMES + and not running_under_virtualenv() + and is_osx_framework() + ) + + +def _infer_prefix() -> str: + """Try to find a prefix scheme for the current platform. + + This tries: + + * A special ``osx_framework_library`` for Python distributed by Apple's + Command Line Tools, when not running in a virtual environment. + * Implementation + OS, used by PyPy on Windows (``pypy_nt``). + * Implementation without OS, used by PyPy on POSIX (``pypy``). + * OS + "prefix", used by CPython on POSIX (``posix_prefix``). + * Just the OS name, used by CPython on Windows (``nt``). + + If none of the above works, fall back to ``posix_prefix``. + """ + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("prefix") + if _should_use_osx_framework_prefix(): + return "osx_framework_library" + implementation_suffixed = f"{sys.implementation.name}_{os.name}" + if implementation_suffixed in _AVAILABLE_SCHEMES: + return implementation_suffixed + if sys.implementation.name in _AVAILABLE_SCHEMES: + return sys.implementation.name + suffixed = f"{os.name}_prefix" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if os.name in _AVAILABLE_SCHEMES: # On Windows, prefx is just called "nt". + return os.name + return "posix_prefix" + + +def _infer_user() -> str: + """Try to find a user scheme for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("user") + if is_osx_framework() and not running_under_virtualenv(): + suffixed = "osx_framework_user" + else: + suffixed = f"{os.name}_user" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if "posix_user" not in _AVAILABLE_SCHEMES: # User scheme unavailable. + raise UserInstallationInvalid() + return "posix_user" + + +def _infer_home() -> str: + """Try to find a home for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("home") + suffixed = f"{os.name}_home" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + return "posix_home" + + +# Update these keys if the user sets a custom home. +_HOME_KEYS = [ + "installed_base", + "base", + "installed_platbase", + "platbase", + "prefix", + "exec_prefix", +] +if sysconfig.get_config_var("userbase") is not None: + _HOME_KEYS.append("userbase") + + +def get_scheme( + dist_name: str, + user: bool = False, + home: typing.Optional[str] = None, + root: typing.Optional[str] = None, + isolated: bool = False, + prefix: typing.Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme + :param root: root under which other directories are re-based + :param isolated: ignored, but kept for distutils compatibility (where + this controls whether the user-site pydistutils.cfg is honored) + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + if user and prefix: + raise InvalidSchemeCombination("--user", "--prefix") + if home and prefix: + raise InvalidSchemeCombination("--home", "--prefix") + + if home is not None: + scheme_name = _infer_home() + elif user: + scheme_name = _infer_user() + else: + scheme_name = _infer_prefix() + + # Special case: When installing into a custom prefix, use posix_prefix + # instead of osx_framework_library. See _should_use_osx_framework_prefix() + # docstring for details. + if prefix is not None and scheme_name == "osx_framework_library": + scheme_name = "posix_prefix" + + if home is not None: + variables = {k: home for k in _HOME_KEYS} + elif prefix is not None: + variables = {k: prefix for k in _HOME_KEYS} + else: + variables = {} + + paths = sysconfig.get_paths(scheme=scheme_name, vars=variables) + + # Logic here is very arbitrary, we're doing it for compatibility, don't ask. + # 1. Pip historically uses a special header path in virtual environments. + # 2. If the distribution name is not known, distutils uses 'UNKNOWN'. We + # only do the same when not running in a virtual environment because + # pip's historical header path logic (see point 1) did not do this. + if running_under_virtualenv(): + if user: + base = variables.get("userbase", sys.prefix) + else: + base = variables.get("base", sys.prefix) + python_xy = f"python{get_major_minor_version()}" + paths["include"] = os.path.join(base, "include", "site", python_xy) + elif not dist_name: + dist_name = "UNKNOWN" + + scheme = Scheme( + platlib=paths["platlib"], + purelib=paths["purelib"], + headers=os.path.join(paths["include"], dist_name), + scripts=paths["scripts"], + data=paths["data"], + ) + if root is not None: + for key in SCHEME_KEYS: + value = change_root(root, getattr(scheme, key)) + setattr(scheme, key, value) + return scheme + + +def get_bin_prefix() -> str: + # Forcing to use /usr/local/bin for standard macOS framework installs. + if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return sysconfig.get_paths()["scripts"] + + +def get_purelib() -> str: + return sysconfig.get_paths()["purelib"] + + +def get_platlib() -> str: + return sysconfig.get_paths()["platlib"] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py new file mode 100644 index 00000000..3f9f896e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,81 @@ +import functools +import os +import site +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InstallationError +from pip._internal.utils import appdirs +from pip._internal.utils.virtualenv import running_under_virtualenv + +# Application Directories +USER_CACHE_DIR = appdirs.user_cache_dir("pip") + +# FIXME doesn't account for venv linked to global site-packages +site_packages: str = sysconfig.get_path("purelib") + + +def get_major_minor_version() -> str: + """ + Return the major-minor version of the current Python as a string, e.g. + "3.7" or "3.10". + """ + return "{}.{}".format(*sys.version_info) + + +def change_root(new_root: str, pathname: str) -> str: + """Return 'pathname' with 'new_root' prepended. + + If 'pathname' is relative, this is equivalent to os.path.join(new_root, pathname). + Otherwise, it requires making 'pathname' relative and then joining the + two, which is tricky on DOS/Windows and Mac OS. + + This is borrowed from Python's standard library's distutils module. + """ + if os.name == "posix": + if not os.path.isabs(pathname): + return os.path.join(new_root, pathname) + else: + return os.path.join(new_root, pathname[1:]) + + elif os.name == "nt": + (drive, path) = os.path.splitdrive(pathname) + if path[0] == "\\": + path = path[1:] + return os.path.join(new_root, path) + + else: + raise InstallationError( + f"Unknown platform: {os.name}\n" + "Can not change root path prefix on unknown platform." + ) + + +def get_src_prefix() -> str: + if running_under_virtualenv(): + src_prefix = os.path.join(sys.prefix, "src") + else: + # FIXME: keep src in cwd for now (it is not a temporary folder) + try: + src_prefix = os.path.join(os.getcwd(), "src") + except OSError: + # In case the current working directory has been renamed or deleted + sys.exit("The folder you are executing pip from can no longer be found.") + + # under macOS + virtualenv sys.prefix is not properly resolved + # it is something like /path/to/python/bin/.. + return os.path.abspath(src_prefix) + + +try: + # Use getusersitepackages if this is present, as it ensures that the + # value is initialised properly. + user_site: typing.Optional[str] = site.getusersitepackages() +except AttributeError: + user_site = site.USER_SITE + + +@functools.lru_cache(maxsize=None) +def is_osx_framework() -> bool: + return bool(sysconfig.get_config_var("PYTHONFRAMEWORK")) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/main.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/main.py new file mode 100644 index 00000000..33c6d24c --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/main.py @@ -0,0 +1,12 @@ +from typing import List, Optional + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 00000000..aa232b6c --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,128 @@ +import contextlib +import functools +import os +import sys +from typing import TYPE_CHECKING, List, Optional, Type, cast + +from pip._internal.utils.misc import strtobool + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +if TYPE_CHECKING: + from typing import Literal, Protocol +else: + Protocol = object + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", + "select_backend", +] + + +def _should_use_importlib_metadata() -> bool: + """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. + + By default, pip uses ``importlib.metadata`` on Python 3.11+, and + ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways: + + * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it + dictates whether ``importlib.metadata`` is used, regardless of Python + version. + * On Python 3.11+, Python distributors can patch ``importlib.metadata`` + to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This + makes pip use ``pkg_resources`` (unless the user set the aforementioned + environment variable to *True*). + """ + with contextlib.suppress(KeyError, ValueError): + return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) + if sys.version_info < (3, 11): + return False + import importlib.metadata + + return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) + + +class Backend(Protocol): + NAME: 'Literal["importlib", "pkg_resources"]' + Distribution: Type[BaseDistribution] + Environment: Type[BaseEnvironment] + + +@functools.lru_cache(maxsize=None) +def select_backend() -> Backend: + if _should_use_importlib_metadata(): + from . import importlib + + return cast(Backend, importlib) + from . import pkg_resources + + return cast(Backend, pkg_resources) + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state accorss calls. + """ + return select_backend().Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + return select_backend().Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + return select_backend().Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + return select_backend().Distribution.from_wheel(wheel, canonical_name) + + +def get_metadata_distribution( + metadata_contents: bytes, + filename: str, + canonical_name: str, +) -> BaseDistribution: + """Get the dist representation of the specified METADATA file contents. + + This returns a Distribution instance from the chosen backend sourced from the data + in `metadata_contents`. + + :param metadata_contents: Contents of a METADATA file within a dist, or one served + via PEP 658. + :param filename: Filename for the dist this metadata represents. + :param canonical_name: Normalized project name of the given dist. + """ + return select_backend().Distribution.from_metadata_file_contents( + metadata_contents, + filename, + canonical_name, + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0abd60557952a1ea3cff937668c768e7b4cc213b GIT binary patch literal 5907 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 Py#$F5K1f1O$iTk=-S8d~ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4cf79e06b57ad7ce6e9ae49197a9e852e8047654 GIT binary patch literal 2900 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 str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) # type: ignore + ] + else: + value = sanitise_header(msg.get(field)) # type: ignore + if key == "keywords": + # Accept both comma-separated and space-separated + # forms, for better compatibility with old data. + if "," in value: + value = [v.strip() for v in value.split(",")] + else: + value = value.split() + result[key] = value + + payload = msg.get_payload() + if payload: + result["description"] = payload + + return result diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 00000000..92491244 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,702 @@ +import csv +import email.message +import functools +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + TYPE_CHECKING, + Any, + Collection, + Container, + Dict, + Iterable, + Iterator, + List, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.locations import site_packages, user_site +from pip._internal.models.direct_url import ( + DIRECT_URL_METADATA_NAME, + DirectUrl, + DirectUrlValidationError, +) +from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. +from pip._internal.utils.egg_link import egg_link_path_from_sys_path +from pip._internal.utils.misc import is_local, normalize_path +from pip._internal.utils.urls import url_to_path + +from ._json import msg_to_json + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +DistributionVersion = Union[LegacyVersion, Version] + +InfoPath = Union[str, pathlib.PurePath] + +logger = logging.getLogger(__name__) + + +class BaseEntryPoint(Protocol): + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def value(self) -> str: + raise NotImplementedError() + + @property + def group(self) -> str: + raise NotImplementedError() + + +def _convert_installed_files_path( + entry: Tuple[str, ...], + info: Tuple[str, ...], +) -> str: + """Convert a legacy installed-files.txt path into modern RECORD path. + + The legacy format stores paths relative to the info directory, while the + modern format stores paths relative to the package root, e.g. the + site-packages directory. + + :param entry: Path parts of the installed-files.txt entry. + :param info: Path parts of the egg-info directory relative to package root. + :returns: The converted entry. + + For best compatibility with symlinks, this does not use ``abspath()`` or + ``Path.resolve()``, but tries to work with path parts: + + 1. While ``entry`` starts with ``..``, remove the equal amounts of parts + from ``info``; if ``info`` is empty, start appending ``..`` instead. + 2. Join the two directly. + """ + while entry and entry[0] == "..": + if not info or info[-1] == "..": + info += ("..",) + else: + info = info[:-1] + entry = entry[1:] + return str(pathlib.Path(*info, *entry)) + + +class RequiresEntry(NamedTuple): + requirement: str + extra: str + marker: str + + +class BaseDistribution(Protocol): + @classmethod + def from_directory(cls, directory: str) -> "BaseDistribution": + """Load the distribution from a metadata directory. + + :param directory: Path to a metadata directory, e.g. ``.dist-info``. + """ + raise NotImplementedError() + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> "BaseDistribution": + """Load the distribution from the contents of a METADATA file. + + This is used to implement PEP 658 by generating a "shallow" dist object that can + be used for resolution without downloading or building the actual dist yet. + + :param metadata_contents: The contents of a METADATA file. + :param filename: File name for the dist with this metadata. + :param project_name: Name of the project this dist represents. + """ + raise NotImplementedError() + + @classmethod + def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution": + """Load the distribution from a given wheel. + + :param wheel: A concrete wheel definition. + :param name: File name of the wheel. + + :raises InvalidWheel: Whenever loading of the wheel causes a + :py:exc:`zipfile.BadZipFile` exception to be thrown. + :raises UnsupportedWheel: If the wheel is a valid zip, but malformed + internally. + """ + raise NotImplementedError() + + def __repr__(self) -> str: + return f"{self.raw_name} {self.version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.version}" + + @property + def location(self) -> Optional[str]: + """Where the distribution is loaded from. + + A string value is not necessarily a filesystem path, since distributions + can be loaded from other sources, e.g. arbitrary zip archives. ``None`` + means the distribution is created in-memory. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and files in the distribution. + """ + raise NotImplementedError() + + @property + def editable_project_location(self) -> Optional[str]: + """The project location for editable distributions. + + This is the directory where pyproject.toml or setup.py is located. + None if the distribution is not installed in editable mode. + """ + # TODO: this property is relatively costly to compute, memoize it ? + direct_url = self.direct_url + if direct_url: + if direct_url.is_local_editable(): + return url_to_path(direct_url.url) + else: + # Search for an .egg-link file by walking sys.path, as it was + # done before by dist_is_editable(). + egg_link_path = egg_link_path_from_sys_path(self.raw_name) + if egg_link_path: + # TODO: get project location from second line of egg_link file + # (https://github.com/pypa/pip/issues/10243) + return self.location + return None + + @property + def installed_location(self) -> Optional[str]: + """The distribution's "installed" location. + + This should generally be a ``site-packages`` directory. This is + usually ``dist.location``, except for legacy develop-installed packages, + where ``dist.location`` is the source code location, and this is where + the ``.egg-link`` file is. + + The returned location is normalized (in particular, with symlinks removed). + """ + raise NotImplementedError() + + @property + def info_location(self) -> Optional[str]: + """Location of the .[egg|dist]-info directory or file. + + Similarly to ``location``, a string value is not necessarily a + filesystem path. ``None`` means the distribution is created in-memory. + + For a modern .dist-info installation on disk, this should be something + like ``{location}/{raw_name}-{version}.dist-info``. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and other files in the distribution. + """ + raise NotImplementedError() + + @property + def installed_by_distutils(self) -> bool: + """Whether this distribution is installed with legacy distutils format. + + A distribution installed with "raw" distutils not patched by setuptools + uses one single file at ``info_location`` to store metadata. We need to + treat this specially on uninstallation. + """ + info_location = self.info_location + if not info_location: + return False + return pathlib.Path(info_location).is_file() + + @property + def installed_as_egg(self) -> bool: + """Whether this distribution is installed as an egg. + + This usually indicates the distribution was installed by (older versions + of) easy_install. + """ + location = self.location + if not location: + return False + return location.endswith(".egg") + + @property + def installed_with_setuptools_egg_info(self) -> bool: + """Whether this distribution is installed with the ``.egg-info`` format. + + This usually indicates the distribution was installed with setuptools + with an old pip version or with ``single-version-externally-managed``. + + Note that this ensure the metadata store is a directory. distutils can + also installs an ``.egg-info``, but as a file, not a directory. This + property is *False* for that case. Also see ``installed_by_distutils``. + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".egg-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def installed_with_dist_info(self) -> bool: + """Whether this distribution is installed with the "modern format". + + This indicates a "modern" installation, e.g. storing metadata in the + ``.dist-info`` directory. This applies to installations made by + setuptools (but through pip, not directly), or anything using the + standardized build backend interface (PEP 517). + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".dist-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def canonical_name(self) -> NormalizedName: + raise NotImplementedError() + + @property + def version(self) -> DistributionVersion: + raise NotImplementedError() + + @property + def setuptools_filename(self) -> str: + """Convert a project name to its setuptools-compatible filename. + + This is a copy of ``pkg_resources.to_filename()`` for compatibility. + """ + return self.raw_name.replace("-", "_") + + @property + def direct_url(self) -> Optional[DirectUrl]: + """Obtain a DirectUrl from this distribution. + + Returns None if the distribution has no `direct_url.json` metadata, + or if `direct_url.json` is invalid. + """ + try: + content = self.read_text(DIRECT_URL_METADATA_NAME) + except FileNotFoundError: + return None + try: + return DirectUrl.from_json(content) + except ( + UnicodeDecodeError, + json.JSONDecodeError, + DirectUrlValidationError, + ) as e: + logger.warning( + "Error parsing %s for %s: %s", + DIRECT_URL_METADATA_NAME, + self.canonical_name, + e, + ) + return None + + @property + def installer(self) -> str: + try: + installer_text = self.read_text("INSTALLER") + except (OSError, ValueError, NoneMetadataError): + return "" # Fail silently if the installer file cannot be read. + for line in installer_text.splitlines(): + cleaned_line = line.strip() + if cleaned_line: + return cleaned_line + return "" + + @property + def requested(self) -> bool: + return self.is_file("REQUESTED") + + @property + def editable(self) -> bool: + return bool(self.editable_project_location) + + @property + def local(self) -> bool: + """If distribution is installed in the current virtual environment. + + Always True if we're not in a virtualenv. + """ + if self.installed_location is None: + return False + return is_local(self.installed_location) + + @property + def in_usersite(self) -> bool: + if self.installed_location is None or user_site is None: + return False + return self.installed_location.startswith(normalize_path(user_site)) + + @property + def in_site_packages(self) -> bool: + if self.installed_location is None or site_packages is None: + return False + return self.installed_location.startswith(normalize_path(site_packages)) + + def is_file(self, path: InfoPath) -> bool: + """Check whether an entry in the info directory is a file.""" + raise NotImplementedError() + + def iter_distutils_script_names(self) -> Iterator[str]: + """Find distutils 'scripts' entries metadata. + + If 'scripts' is supplied in ``setup.py``, distutils records those in the + installed distribution's ``scripts`` directory, a file for each script. + """ + raise NotImplementedError() + + def read_text(self, path: InfoPath) -> str: + """Read a file in the info directory. + + :raise FileNotFoundError: If ``path`` does not exist in the directory. + :raise NoneMetadataError: If ``path`` exists in the info directory, but + cannot be read. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + def _metadata_impl(self) -> email.message.Message: + raise NotImplementedError() + + @functools.lru_cache(maxsize=1) + def _metadata_cached(self) -> email.message.Message: + # When we drop python 3.7 support, move this to the metadata property and use + # functools.cached_property instead of lru_cache. + metadata = self._metadata_impl() + self._add_egg_info_requires(metadata) + return metadata + + @property + def metadata(self) -> email.message.Message: + """Metadata of distribution parsed from e.g. METADATA or PKG-INFO. + + This should return an empty message if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return self._metadata_cached() + + @property + def metadata_dict(self) -> Dict[str, Any]: + """PEP 566 compliant JSON-serializable representation of METADATA or PKG-INFO. + + This should return an empty dict if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return msg_to_json(self.metadata) + + @property + def metadata_version(self) -> Optional[str]: + """Value of "Metadata-Version:" in distribution metadata, if available.""" + return self.metadata.get("Metadata-Version") + + @property + def raw_name(self) -> str: + """Value of "Name:" in distribution metadata.""" + # The metadata should NEVER be missing the Name: key, but if it somehow + # does, fall back to the known canonical name. + return self.metadata.get("Name", self.canonical_name) + + @property + def requires_python(self) -> SpecifierSet: + """Value of "Requires-Python:" in distribution metadata. + + If the key does not exist or contains an invalid value, an empty + SpecifierSet should be returned. + """ + value = self.metadata.get("Requires-Python") + if value is None: + return SpecifierSet() + try: + # Convert to str to satisfy the type checker; this can be a Header object. + spec = SpecifierSet(str(value)) + except InvalidSpecifier as e: + message = "Package %r has an invalid Requires-Python: %s" + logger.warning(message, self.raw_name, e) + return SpecifierSet() + return spec + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + """Dependencies of this distribution. + + For modern .dist-info distributions, this is the collection of + "Requires-Dist:" entries in distribution metadata. + """ + raise NotImplementedError() + + def iter_provided_extras(self) -> Iterable[str]: + """Extras provided by this distribution. + + For modern .dist-info distributions, this is the collection of + "Provides-Extra:" entries in distribution metadata. + + The return value of this function is not particularly useful other than + display purposes due to backward compatibility issues and the extra + names being poorly normalized prior to PEP 685. If you want to perform + logic operations on extras, use :func:`is_extra_provided` instead. + """ + raise NotImplementedError() + + def is_extra_provided(self, extra: str) -> bool: + """Check whether an extra is provided by this distribution. + + This is needed mostly for compatibility issues with pkg_resources not + following the extra normalization rules defined in PEP 685. + """ + raise NotImplementedError() + + def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("RECORD") + except FileNotFoundError: + return None + # This extra Path-str cast normalizes entries. + return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) + + def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("installed-files.txt") + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = self.location + info = self.info_location + if root is None or info is None: + return paths + try: + info_rel = pathlib.Path(info).relative_to(root) + except ValueError: # info is not relative to root. + return paths + if not info_rel.parts: # info *is* root. + return paths + return ( + _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + def iter_declared_entries(self) -> Optional[Iterator[str]]: + """Iterate through file entries declared in this distribution. + + For modern .dist-info distributions, this is the files listed in the + ``RECORD`` metadata file. For legacy setuptools distributions, this + comes from ``installed-files.txt``, with entries normalized to be + compatible with the format used by ``RECORD``. + + :return: An iterator for listed entries, or None if the distribution + contains neither ``RECORD`` nor ``installed-files.txt``. + """ + return ( + self._iter_declared_entries_from_record() + or self._iter_declared_entries_from_legacy() + ) + + def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]: + """Parse a ``requires.txt`` in an egg-info directory. + + This is an INI-ish format where an egg-info stores dependencies. A + section name describes extra other environment markers, while each entry + is an arbitrary string (not a key-value pair) representing a dependency + as a requirement string (no markers). + + There is a construct in ``importlib.metadata`` called ``Sectioned`` that + does mostly the same, but the format is currently considered private. + """ + try: + content = self.read_text("requires.txt") + except FileNotFoundError: + return + extra = marker = "" # Section-less entries don't have markers. + for line in content.splitlines(): + line = line.strip() + if not line or line.startswith("#"): # Comment; ignored. + continue + if line.startswith("[") and line.endswith("]"): # A section header. + extra, _, marker = line.strip("[]").partition(":") + continue + yield RequiresEntry(requirement=line, extra=extra, marker=marker) + + def _iter_egg_info_extras(self) -> Iterable[str]: + """Get extras from the egg-info directory.""" + known_extras = {""} + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra in known_extras: + continue + known_extras.add(extra) + yield extra + + def _iter_egg_info_dependencies(self) -> Iterable[str]: + """Get distribution dependencies from the egg-info directory. + + To ease parsing, this converts a legacy dependency entry into a PEP 508 + requirement string. Like ``_iter_requires_txt_entries()``, there is code + in ``importlib.metadata`` that does mostly the same, but not do exactly + what we need. + + Namely, ``importlib.metadata`` does not normalize the extra name before + putting it into the requirement string, which causes marker comparison + to fail because the dist-info format do normalize. This is consistent in + all currently available PEP 517 backends, although not standardized. + """ + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra and entry.marker: + marker = f'({entry.marker}) and extra == "{extra}"' + elif extra: + marker = f'extra == "{extra}"' + elif entry.marker: + marker = entry.marker + else: + marker = "" + if marker: + yield f"{entry.requirement} ; {marker}" + else: + yield entry.requirement + + def _add_egg_info_requires(self, metadata: email.message.Message) -> None: + """Add egg-info requires.txt information to the metadata.""" + if not metadata.get_all("Requires-Dist"): + for dep in self._iter_egg_info_dependencies(): + metadata["Requires-Dist"] = dep + if not metadata.get_all("Provides-Extra"): + for extra in self._iter_egg_info_extras(): + metadata["Provides-Extra"] = extra + + +class BaseEnvironment: + """An environment containing distributions to introspect.""" + + @classmethod + def default(cls) -> "BaseEnvironment": + raise NotImplementedError() + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": + raise NotImplementedError() + + def get_distribution(self, name: str) -> Optional["BaseDistribution"]: + """Given a requirement name, return the installed distributions. + + The name may not be normalized. The implementation must canonicalize + it for lookup. + """ + raise NotImplementedError() + + def _iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions. + + This function should be implemented by subclass, but never called + directly. Use the public ``iter_distribution()`` instead, which + implements additional logic to make sure the distributions are valid. + """ + raise NotImplementedError() + + def iter_all_distributions(self) -> Iterator[BaseDistribution]: + """Iterate through all installed distributions without any filtering.""" + for dist in self._iter_distributions(): + # Make sure the distribution actually comes from a valid Python + # packaging distribution. Pip's AdjacentTempDirectory leaves folders + # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The + # valid project name pattern is taken from PEP 508. + project_name_valid = re.match( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", + dist.canonical_name, + flags=re.IGNORECASE, + ) + if not project_name_valid: + logger.warning( + "Ignoring invalid distribution %s (%s)", + dist.canonical_name, + dist.location, + ) + continue + yield dist + + def iter_installed_distributions( + self, + local_only: bool = True, + skip: Container[str] = stdlib_pkgs, + include_editables: bool = True, + editables_only: bool = False, + user_only: bool = False, + ) -> Iterator[BaseDistribution]: + """Return a list of installed distributions. + + This is based on ``iter_all_distributions()`` with additional filtering + options. Note that ``iter_installed_distributions()`` without arguments + is *not* equal to ``iter_all_distributions()``, since some of the + configurations exclude packages by default. + + :param local_only: If True (default), only return installations + local to the current virtualenv, if in a virtualenv. + :param skip: An iterable of canonicalized project names to ignore; + defaults to ``stdlib_pkgs``. + :param include_editables: If False, don't report editables. + :param editables_only: If True, only report editables. + :param user_only: If True, only report installations in the user + site directory. + """ + it = self.iter_all_distributions() + if local_only: + it = (d for d in it if d.local) + if not include_editables: + it = (d for d in it if not d.editable) + if editables_only: + it = (d for d in it if d.editable) + if user_only: + it = (d for d in it if d.in_usersite) + return (d for d in it if d.canonical_name not in skip) + + +class Wheel(Protocol): + location: str + + def as_zipfile(self) -> zipfile.ZipFile: + raise NotImplementedError() + + +class FilesystemWheel(Wheel): + def __init__(self, location: str) -> None: + self.location = location + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.location, allowZip64=True) + + +class MemoryWheel(Wheel): + def __init__(self, location: str, stream: IO[bytes]) -> None: + self.location = location + self.stream = stream + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 00000000..a779138d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,6 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["NAME", "Distribution", "Environment"] + +NAME = "importlib" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..583279800c7ba39784693973537d27245c0d9b8d GIT binary patch literal 383 zcmXv~u};G<5Vf16g_bTztcZ~eja66?Qbo(wPAp`x+{QFk9Xqn!qHHi!4154P8{fho zM5=^fVngcIiAxJNJipU>ckkr)cDsq7deL+G1n*bX{8#OdtWSZwpadmYq726vSG*=` znHPH)O;O^#;@D68I4FX!{*A#N;_{#`tTSRfcS0-ZTLZNaMyre~7kZ^X>J10R1F!J` z%6*aL+Bhl3qp)7qX#&%BtCs=gYGHS_2Bl0&N=*PmZ)gpOHcOJ~jFUSiTuS=f&YaH4 z)$KJI>SQi?=SFL32?R)9rFSO!-m-#33)o8_k>rI-wK|WwXT%D}J2{)o*pyq6i=0rQ z95;$dl5xip=2*3AcPpWw3P)*_7n{9{Y@2s!+Hh6%4fY7&$HN$}(8&rNe>S@hjgQ9R Jqi7&-72YM66e;S@mXk_NR8JZOG8LP&Q?xM(+l7B>rwFXLsM9vQP@~=i>fSVPW9yjj|2z%*7a?$f~>E-8iLU}pi zi2Nj`i;kDya4JLI;Qw@b80QK&H`20;L;ohRb44dkUk+Pw?!AWgWypg#cS}hvT^YoV z%OmY3x6_#IPWEqucwh-*gi6Y@MS3aMUF#c`j7j?#Aib2xdTGyD%z7E9GT@~}b}{8; zLFZadaUd>S;oeQ5xyLn+9nX(+oK=EHGNe&ARXFFSx-xByM3a&C8M+77y1i~yL3P@C z3NzYeTFctD=eAQSkC`Ifis{&iM6mdr6Oky!*t3mtP1Z$uk^8z9!uKJ-C3g#}?yH6!iQfWF_b!EN5b*TZjRI$_7)#}=bKC_e(F8L!GLwC=5dSc?f z^UM6xmtVc_{Hm}Ip5^u)jtRxEG1CPQh+&v%3Dk@2w{Q?v5(D=wVSk#_MwwHj%KSBxKig<+B-qLb+Gh-0sPGX2Nm zABvy6^6<(-{n>}xA3m%p*AW{+3wk;#xsH-THO-DwHzKw3fYNt|}sjUz8rpmih z<-Ms3yHgk17Fd5BH^a^k-`}TcJ7;GuZH*sT7&;P3*dY*+7pU!@N7oOcN?JI8M+R_6 zZ#a+4Cd;a1!OeP3A7`MI0Z?*RcqDFdUE{xisV}oe7q<)?%~rVbWiw(3q#Bb8OTyI= zb7ic#PxTdR>NW0SYrHz;vr2SPdA6*s1qJc!PNomxNLqajQ}- z<8%3e&|6Ch>8nPZY$_HQM6n1NqEYOBU?Lgu%0nE(Q}O5;UaS2Tahf3< zm<)p!8Ao$JglK4XhX$Cjp+p3D8?_MU#td%2BeKb?+0lLFY{~3V1-R`H@Ot@)!t8;i zd!S4l{E@AOv9xW+<8xB~Ajv4g`@T|Ash6>6DWpBF{i#p3lr3lj+6*I z=>o1fL~BDR-BRZKH0_w7?iCn%jDW8tn5fTWoM>0-LHVQ z>HT!VXlFrvMN5YFB~cxbBq+AMqfY8&$5*kV-%0DplwK;S*T{Zp{u_Akx{vtQHPL|= zf{JLWRY`i8iJs?2&sRX7RIP4UzH|BNyWj1gPl>=sBmn?Nfd>%{<*#r}0H_l32ywb| zg(xuuiwQXnob+Ga#WV>8d-*hrFVR zs8GV#T5|XHp1yzgz{1cz zmABv6n%tXwb9eI1y~*>tljqwOSdV}D=i2VY_x6cyPvq^ft^D4^?C!+u-o)Fx6K~U= MvBy^rXfRLz4+Z={RsaA1 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bacf24d32324f06dd5e8f705b11fce2521e3ce0f GIT binary patch literal 13450 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 HOxXSxq=k!c literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py new file mode 100644 index 00000000..593bff23 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py @@ -0,0 +1,55 @@ +import importlib.metadata +from typing import Any, Optional, Protocol, cast + + +class BadMetadata(ValueError): + def __init__(self, dist: importlib.metadata.Distribution, *, reason: str) -> None: + self.dist = dist + self.reason = reason + + def __str__(self) -> str: + return f"Bad metadata in {self.dist} ({self.reason})" + + +class BasePath(Protocol): + """A protocol that various path objects conform. + + This exists because importlib.metadata uses both ``pathlib.Path`` and + ``zipfile.Path``, and we need a common base for type hints (Union does not + work well since ``zipfile.Path`` is too new for our linter setup). + + This does not mean to be exhaustive, but only contains things that present + in both classes *that we need*. + """ + + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def parent(self) -> "BasePath": + raise NotImplementedError() + + +def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]: + """Find the path to the distribution's metadata directory. + + HACK: This relies on importlib.metadata's private ``_path`` attribute. Not + all distributions exist on disk, so importlib.metadata is correct to not + expose the attribute as public. But pip's code base is old and not as clean, + so we do this to avoid having to rewrite too many things. Hopefully we can + eliminate this some day. + """ + return getattr(d, "_path", None) + + +def get_dist_name(dist: importlib.metadata.Distribution) -> str: + """Get the distribution's project name. + + The ``name`` attribute is only available in Python 3.10 or later. We are + targeting exactly that, but Mypy does not know this. + """ + name = cast(Any, dist).name + if not isinstance(name, str): + raise BadMetadata(dist, reason="invalid metadata entry 'name'") + return name diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 00000000..26370fac --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,227 @@ +import email.message +import importlib.metadata +import os +import pathlib +import zipfile +from typing import ( + Collection, + Dict, + Iterable, + Iterator, + Mapping, + Optional, + Sequence, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, UnsupportedWheel +from pip._internal.metadata.base import ( + BaseDistribution, + BaseEntryPoint, + DistributionVersion, + InfoPath, + Wheel, +) +from pip._internal.utils.misc import normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from ._compat import BasePath, get_dist_name + + +class WheelDistribution(importlib.metadata.Distribution): + """An ``importlib.metadata.Distribution`` read from a wheel. + + Although ``importlib.metadata.PathDistribution`` accepts ``zipfile.Path``, + its implementation is too "lazy" for pip's needs (we can't keep the ZipFile + handle open for the entire lifetime of the distribution object). + + This implementation eagerly reads the entire metadata directory into the + memory instead, and operates from that. + """ + + def __init__( + self, + files: Mapping[pathlib.PurePosixPath, bytes], + info_location: pathlib.PurePosixPath, + ) -> None: + self._files = files + self.info_location = info_location + + @classmethod + def from_zipfile( + cls, + zf: zipfile.ZipFile, + name: str, + location: str, + ) -> "WheelDistribution": + info_dir, _ = parse_wheel(zf, name) + paths = ( + (name, pathlib.PurePosixPath(name.split("/", 1)[-1])) + for name in zf.namelist() + if name.startswith(f"{info_dir}/") + ) + files = { + relpath: read_wheel_metadata_file(zf, fullpath) + for fullpath, relpath in paths + } + info_location = pathlib.PurePosixPath(location, info_dir) + return cls(files, info_location) + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + # Only allow iterating through the metadata directory. + if pathlib.PurePosixPath(str(path)) in self._files: + return iter(self._files) + raise FileNotFoundError(path) + + def read_text(self, filename: str) -> Optional[str]: + try: + data = self._files[pathlib.PurePosixPath(filename)] + except KeyError: + return None + try: + text = data.decode("utf-8") + except UnicodeDecodeError as e: + wheel = self.info_location.parent + error = f"Error decoding metadata for {wheel}: {e} in {filename} file" + raise UnsupportedWheel(error) + return text + + +class Distribution(BaseDistribution): + def __init__( + self, + dist: importlib.metadata.Distribution, + info_location: Optional[BasePath], + installed_location: Optional[BasePath], + ) -> None: + self._dist = dist + self._info_location = info_location + self._installed_location = installed_location + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + info_location = pathlib.Path(directory) + dist = importlib.metadata.Distribution.at(info_location) + return cls(dist, info_location, info_location.parent) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + # Generate temp dir to contain the metadata file, and write the file contents. + temp_dir = pathlib.Path( + TempDirectory(kind="metadata", globally_managed=True).path + ) + metadata_path = temp_dir / "METADATA" + metadata_path.write_bytes(metadata_contents) + # Construct dist pointing to the newly created directory. + dist = importlib.metadata.Distribution.at(metadata_path.parent) + return cls(dist, metadata_path.parent, None) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + dist = WheelDistribution.from_zipfile(zf, name, wheel.location) + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + return cls(dist, dist.info_location, pathlib.PurePosixPath(wheel.location)) + + @property + def location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location.parent) + + @property + def info_location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location) + + @property + def installed_location(self) -> Optional[str]: + if self._installed_location is None: + return None + return normalize_path(str(self._installed_location)) + + def _get_dist_name_from_location(self) -> Optional[str]: + """Try to get the name from the metadata directory name. + + This is much faster than reading metadata. + """ + if self._info_location is None: + return None + stem, suffix = os.path.splitext(self._info_location.name) + if suffix not in (".dist-info", ".egg-info"): + return None + return stem.split("-", 1)[0] + + @property + def canonical_name(self) -> NormalizedName: + name = self._get_dist_name_from_location() or get_dist_name(self._dist) + return canonicalize_name(name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.read_text(str(path)) is not None + + def iter_distutils_script_names(self) -> Iterator[str]: + # A distutils installation is always "flat" (not in e.g. egg form), so + # if this distribution's info location is NOT a pathlib.Path (but e.g. + # zipfile.Path), it can never contain any distutils scripts. + if not isinstance(self._info_location, pathlib.Path): + return + for child in self._info_location.joinpath("scripts").iterdir(): + yield child.name + + def read_text(self, path: InfoPath) -> str: + content = self._dist.read_text(str(path)) + if content is None: + raise FileNotFoundError(path) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + # importlib.metadata's EntryPoint structure sasitfies BaseEntryPoint. + return self._dist.entry_points + + def _metadata_impl(self) -> email.message.Message: + # From Python 3.10+, importlib.metadata declares PackageMetadata as the + # return type. This protocol is unfortunately a disaster now and misses + # a ton of fields that we need, including get() and get_payload(). We + # rely on the implementation that the object is actually a Message now, + # until upstream can improve the protocol. (python/cpython#94952) + return cast(email.message.Message, self._dist.metadata) + + def iter_provided_extras(self) -> Iterable[str]: + return self.metadata.get_all("Provides-Extra", []) + + def is_extra_provided(self, extra: str) -> bool: + return any( + canonicalize_name(provided_extra) == canonicalize_name(extra) + for provided_extra in self.metadata.get_all("Provides-Extra", []) + ) + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + contexts: Sequence[Dict[str, str]] = [{"extra": e} for e in extras] + for req_string in self.metadata.get_all("Requires-Dist", []): + req = Requirement(req_string) + if not req.marker: + yield req + elif not extras and req.marker.evaluate({"extra": ""}): + yield req + elif any(req.marker.evaluate(context) for context in contexts): + yield req diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 00000000..048dc55d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,189 @@ +import functools +import importlib.metadata +import logging +import os +import pathlib +import sys +import zipfile +import zipimport +from typing import Iterator, List, Optional, Sequence, Set, Tuple + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.metadata.base import BaseDistribution, BaseEnvironment +from pip._internal.models.wheel import Wheel +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION + +from ._compat import BadMetadata, BasePath, get_dist_name, get_info_location +from ._dists import Distribution + +logger = logging.getLogger(__name__) + + +def _looks_like_wheel(location: str) -> bool: + if not location.endswith(WHEEL_EXTENSION): + return False + if not os.path.isfile(location): + return False + if not Wheel.wheel_file_re.match(os.path.basename(location)): + return False + return zipfile.is_zipfile(location) + + +class _DistributionFinder: + """Finder to locate distributions. + + The main purpose of this class is to memoize found distributions' names, so + only one distribution is returned for each package name. At lot of pip code + assumes this (because it is setuptools's behavior), and not doing the same + can potentially cause a distribution in lower precedence path to override a + higher precedence one if the caller is not careful. + + Eventually we probably want to make it possible to see lower precedence + installations as well. It's useful feature, after all. + """ + + FoundResult = Tuple[importlib.metadata.Distribution, Optional[BasePath]] + + def __init__(self) -> None: + self._found_names: Set[NormalizedName] = set() + + def _find_impl(self, location: str) -> Iterator[FoundResult]: + """Find distributions in a location.""" + # Skip looking inside a wheel. Since a package inside a wheel is not + # always valid (due to .data directories etc.), its .dist-info entry + # should not be considered an installed distribution. + if _looks_like_wheel(location): + return + # To know exactly where we find a distribution, we have to feed in the + # paths one by one, instead of dumping the list to importlib.metadata. + for dist in importlib.metadata.distributions(path=[location]): + info_location = get_info_location(dist) + try: + raw_name = get_dist_name(dist) + except BadMetadata as e: + logger.warning("Skipping %s due to %s", info_location, e.reason) + continue + normalized_name = canonicalize_name(raw_name) + if normalized_name in self._found_names: + continue + self._found_names.add(normalized_name) + yield dist, info_location + + def find(self, location: str) -> Iterator[BaseDistribution]: + """Find distributions in a location. + + The path can be either a directory, or a ZIP archive. + """ + for dist, info_location in self._find_impl(location): + if info_location is None: + installed_location: Optional[BasePath] = None + else: + installed_location = info_location.parent + yield Distribution(dist, info_location, installed_location) + + def find_linked(self, location: str) -> Iterator[BaseDistribution]: + """Read location in egg-link files and return distributions in there. + + The path should be a directory; otherwise this returns nothing. This + follows how setuptools does this for compatibility. The first non-empty + line in the egg-link is read as a path (resolved against the egg-link's + containing directory if relative). Distributions found at that linked + location are returned. + """ + path = pathlib.Path(location) + if not path.is_dir(): + return + for child in path.iterdir(): + if child.suffix != ".egg-link": + continue + with child.open() as f: + lines = (line.strip() for line in f) + target_rel = next((line for line in lines if line), "") + if not target_rel: + continue + target_location = str(path.joinpath(target_rel)) + for dist, info_location in self._find_impl(target_location): + yield Distribution(dist, info_location, path) + + def _find_eggs_in_dir(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_distributions + + from pip._internal.metadata import pkg_resources as legacy + + with os.scandir(location) as it: + for entry in it: + if not entry.name.endswith(".egg"): + continue + for dist in find_distributions(entry.path): + yield legacy.Distribution(dist) + + def _find_eggs_in_zip(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_eggs_in_zip + + from pip._internal.metadata import pkg_resources as legacy + + try: + importer = zipimport.zipimporter(location) + except zipimport.ZipImportError: + return + for dist in find_eggs_in_zip(importer, location): + yield legacy.Distribution(dist) + + def find_eggs(self, location: str) -> Iterator[BaseDistribution]: + """Find eggs in a location. + + This actually uses the old *pkg_resources* backend. We likely want to + deprecate this so we can eventually remove the *pkg_resources* + dependency entirely. Before that, this should first emit a deprecation + warning for some versions when using the fallback since importing + *pkg_resources* is slow for those who don't need it. + """ + if os.path.isdir(location): + yield from self._find_eggs_in_dir(location) + if zipfile.is_zipfile(location): + yield from self._find_eggs_in_zip(location) + + +@functools.lru_cache(maxsize=None) # Warn a distribution exactly once. +def _emit_egg_deprecation(location: Optional[str]) -> None: + deprecated( + reason=f"Loading egg at {location} is deprecated.", + replacement="to use pip for package installation.", + gone_in="24.3", + issue=12330, + ) + + +class Environment(BaseEnvironment): + def __init__(self, paths: Sequence[str]) -> None: + self._paths = paths + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(sys.path) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + if paths is None: + return cls(sys.path) + return cls(paths) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + finder = _DistributionFinder() + for location in self._paths: + yield from finder.find(location) + for dist in finder.find_eggs(location): + _emit_egg_deprecation(dist.location) + yield dist + # This must go last because that's how pkg_resources tie-breaks. + yield from finder.find_linked(location) + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + matches = ( + distribution + for distribution in self.iter_all_distributions() + if distribution.canonical_name == canonicalize_name(name) + ) + return next(matches, None) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 00000000..bb11e5bd --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,278 @@ +import email.message +import email.parser +import logging +import os +import zipfile +from typing import Collection, Iterable, Iterator, List, Mapping, NamedTuple, Optional + +from pip._vendor import pkg_resources +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, NoneMetadataError, UnsupportedWheel +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.misc import display_path, normalize_path +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from .base import ( + BaseDistribution, + BaseEntryPoint, + BaseEnvironment, + DistributionVersion, + InfoPath, + Wheel, +) + +__all__ = ["NAME", "Distribution", "Environment"] + +logger = logging.getLogger(__name__) + +NAME = "pkg_resources" + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class InMemoryMetadata: + """IMetadataProvider that reads metadata files from a dictionary. + + This also maps metadata decoding exceptions to our internal exception type. + """ + + def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: + self._metadata = metadata + self._wheel_name = wheel_name + + def has_metadata(self, name: str) -> bool: + return name in self._metadata + + def get_metadata(self, name: str) -> str: + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Augment the default error with the origin of the file. + raise UnsupportedWheel( + f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" + ) + + def get_metadata_lines(self, name: str) -> Iterable[str]: + return pkg_resources.yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name: str) -> bool: + return False + + def metadata_listdir(self, name: str) -> List[str]: + return [] + + def run_script(self, script_name: str, namespace: str) -> None: + pass + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + dist_dir = directory.rstrip(os.sep) + + # Build a PathMetadata object, from path to metadata. :wink: + base_dir, dist_dir_name = os.path.split(dist_dir) + metadata = pkg_resources.PathMetadata(base_dir, dist_dir) + + # Determine the correct Distribution object type. + if dist_dir.endswith(".egg-info"): + dist_cls = pkg_resources.Distribution + dist_name = os.path.splitext(dist_dir_name)[0] + else: + assert dist_dir.endswith(".dist-info") + dist_cls = pkg_resources.DistInfoDistribution + dist_name = os.path.splitext(dist_dir_name)[0].split("-")[0] + + dist = dist_cls(base_dir, project_name=dist_name, metadata=metadata) + return cls(dist) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + metadata_dict = { + "METADATA": metadata_contents, + } + dist = pkg_resources.DistInfoDistribution( + location=filename, + metadata=InMemoryMetadata(metadata_dict, filename), + project_name=project_name, + ) + return cls(dist) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + info_dir, _ = parse_wheel(zf, name) + metadata_dict = { + path.split("/", 1)[-1]: read_wheel_metadata_file(zf, path) + for path in zf.namelist() + if path.startswith(f"{info_dir}/") + } + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + dist = pkg_resources.DistInfoDistribution( + location=wheel.location, + metadata=InMemoryMetadata(metadata_dict, wheel.location), + project_name=name, + ) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.location + + @property + def installed_location(self) -> Optional[str]: + egg_link = egg_link_path_from_location(self.raw_name) + if egg_link: + location = egg_link + elif self.location: + location = self.location + else: + return None + return normalize_path(location) + + @property + def info_location(self) -> Optional[str]: + return self._dist.egg_info + + @property + def installed_by_distutils(self) -> bool: + # A distutils-installed distribution is provided by FileMetadata. This + # provider has a "path" attribute not present anywhere else. Not the + # best introspection logic, but pip has been doing this for a long time. + try: + return bool(self._dist._provider.path) + except AttributeError: + return False + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self._dist.project_name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.has_metadata(str(path)) + + def iter_distutils_script_names(self) -> Iterator[str]: + yield from self._dist.metadata_listdir("scripts") + + def read_text(self, path: InfoPath) -> str: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + content = self._dist.get_metadata(name) + if content is None: + raise NoneMetadataError(self, name) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + for group, entries in self._dist.get_entry_map().items(): + for name, entry_point in entries.items(): + name, _, value = str(entry_point).partition("=") + yield EntryPoint(name=name.strip(), value=value.strip(), group=group) + + def _metadata_impl(self) -> email.message.Message: + """ + :raises NoneMetadataError: if the distribution reports `has_metadata()` + True but `get_metadata()` returns None. + """ + if isinstance(self._dist, pkg_resources.DistInfoDistribution): + metadata_name = "METADATA" + else: + metadata_name = "PKG-INFO" + try: + metadata = self.read_text(metadata_name) + except FileNotFoundError: + if self.location: + displaying_path = display_path(self.location) + else: + displaying_path = repr(self.location) + logger.warning("No metadata found in %s", displaying_path) + metadata = "" + feed_parser = email.parser.FeedParser() + feed_parser.feed(metadata) + return feed_parser.close() + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + if extras: # pkg_resources raises on invalid extras, so we sanitize. + extras = frozenset(pkg_resources.safe_extra(e) for e in extras) + extras = extras.intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return self._dist.extras + + def is_extra_provided(self, extra: str) -> bool: + return pkg_resources.safe_extra(extra) in self._dist.extras + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) + + def _search_distribution(self, name: str) -> Optional[BaseDistribution]: + """Find a distribution matching the ``name`` in the environment. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + """ + canonical_name = canonicalize_name(name) + for dist in self.iter_all_distributions(): + if dist.canonical_name == canonical_name: + return dist + return None + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + # Search the distribution by looking through the working set. + dist = self._search_distribution(name) + if dist: + return dist + + # If distribution could not be found, call working_set.require to + # update the working set, and try to find the distribution again. + # This might happen for e.g. when you install a package twice, once + # using setup.py develop and again using setup.py install. Now when + # running pip uninstall twice, the package gets removed from the + # working set in the first uninstall, so we have to populate the + # working set again so that pip knows about it and the packages gets + # picked up and is successfully uninstalled the second time too. + try: + # We didn't pass in any version specifiers, so this can never + # raise pkg_resources.VersionConflict. + self._ws.require(name) + except pkg_resources.DistributionNotFound: + return None + return self._search_distribution(name) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 00000000..7855226e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60a9fed30795df195df5caf9303dd8fb79e69ca6 GIT binary patch literal 291 zcmXv~F-`+95VS)CQKbCAZHn^>XebaU0?|Q51C3?w7Hq|5TlNxUzQ6-`18?C6w0r=O zE)_l{thCyhDQ0K)b2gi@S_}DR&g=Xh$ba!2SWhZ=XC1p|h0jN?CkqjEyVOr8$Y>I6 z@T9HJq7NOqycHA1gc&`F+LkP4IlYi_@% literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c4e12c0da0a48b6b1321181307d182462b38f4a GIT binary patch literal 1930 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..902e15022cc12acf02aa4a3ace5b857afc04990d GIT binary patch literal 1719 zcmZ`(&2Jk;6rcU@dgC~9OA^;I0j(4Sa@u$ysTza;0jVI7AVj59;LB*)8OQ6ccbAz> zs4X9Y6p2KD5C;^Fg$qI9z>)ufORN+nU3!8OH$y-$0xGhMs7zFn`av7ml-QOg z`iMBCyDrKVVx@F(AHt4EH=&jak*J!{fr(Vbn%jmg`*k@QC zF#_gqIfQb9THK+`uxy)hZiK!;Jrej1?^JwV$c9h{xBXB7eHa%ztPApAU z9kB7xXK*$qe#3G+mV!I7F(8q~Xt>F|HCyRjTQDJu@9ZxiUrGBY1fHxtrHwv^^uwMm zp|;dUxYvAy!hZWuUGL`%d3}5+_ocRUC?#?|+qVrl>^<1Ajq16fr!SE~KEw{rd_=6= zKMP{T{o~b^L5ra$)Fvt^Ymt^TGg3t(OXE?BZw8b_I>wIYgc!#yj5O%A>wFNU0*i4P z>7eq!bwVa;jwZwaaMfoxu)-QkgN=y-*iZN*>vgrb>DZn84tbzV4Ao6kGRz|%UjgjGNCjxXofZ4 zTP#1fU~(s<^Fe|_ZU#9Khy8!XZGDM-IM&qPX6M-@^Svzll)RAzXZPV)8dmS#Y>&yrGxj5 zi&wysJ1xwd6y`dGxq~amg$1xobTjBF2>wMk&fo|H1AyMy1AKu=^d?5<4G>1LSs#r8 zpICJP_5Urv#sE`87vQj$56@LvE2-=pIN5n1Q5ptWhesC=t0c22;VA&&BE>LRUKl2U zw2J@j*(d_0MZyz6pl`Y9FWP(UliX}4H+%c)cPrnl9FXJO;*q|{EtbAzSX_m8ajzs* zi*_Xx)O8x_o=Ki+~->-WM#c zJl?8xz7~c7f58O!1y0##8)hpnencFwCGc4Dc}R(HKt%#jt$aTtq&$SEe%j+gpMOMd zD#}8G0p{iS0VWd@_lVT>=K5-+Ux#ENeUFmj#GD@LFDC7LnLQ1vXa!#Y(p4l$`V~#y t*B+BD|A_>dL;BRw)H6pfy?ZBpV_UsDe&JM|Ia+x8Z$-|^AM5d+{{olIoXP+I literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..127ab61a7a844d6cd3d796294b34cc88a0ddf436 GIT binary patch literal 2297 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 F{1?bMv8ez6 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68378a2d3c7a60d537931022e5805a5a46f78296 GIT binary patch literal 1876 zcmZ`)&u<$=6rQ!cj_ufiqP9w!ADSi$_)e?YFliHbjkOOZgbRzj+TIB;_tB&42rvunq(2xINr_h#n3dGmemt$(gm zN(jc?>bGq;gd*tJS0Bol^PcTQM)`;g8Oc|J(ZP_aasrE1ToYwC~9P=(a7$@X+Ic^ zToI)|I!klRq$WIhmS-~y;6Z1=Du87sR*_~~Wm-Bm8--rhD#w>UWj=Ft9(#hdm|&sH zaoKP>^PlA98_Cl$M@52;s zc|McXWaX(DmtmH7ogN7f7>%!_7Dxx83OIsDCgV8>3)nbr3Qk-}k93+|NJKBb>g|VI zFh{UQ9ZxXnL_O8!VO;3|Pk4>}SCmF^fdu(G5JTXzN1=n;Go>XdT@OhB7@fU3dT!<7&91sD}VIpw~B3}2xge%EH$<89_XuO5@?(gB-A8c8e z2!7tsH z5+o>jN4St0aSzBoRGp1emM1gaHVZMtg1S`W8q?Y7p~HD0WnW`mbx>~yqf*n0BQU3m zXM!d`kgk9$=04rP&5pu{#P_tCRN7SL)RPMHL*Rknkafq2>*@a>c5#7DotJ zzNlTQHMnu}S$XyO()yF!uZ4xdjcxs29jt8V_u^prrhZ== zymjYE?zh6)Dfl8QSF6|RR#6`tl7Kl*Tyh-94lWCN*>N6qh(B7HaU9BBm@Ybw^tqCt z=9++r&|d(d8(&-k@f3+SwEnsl8r(!^MN$yQ=tU-L7G9R}m-0s+4_DCJ8-uO)1}kfW zTen|S7R{aKSFa6Ccn|Xkzd4-IS^+Iw|8Du0d3#vYW(mzN4QI7hM%S$$FMmHb)Q-bB zRGRzyHPF%o^pSPTjPt4&LDwW{#%sVt^^A#X%0zX#ztg)Usq6ob$#q^8?xf&+D3)MB de--5w5W}ot7{8;%Khe%V`AuWzB?6JS{R{e56ny{y literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d012b40541343878cd6d1f94f698bcb34641ef67 GIT binary patch literal 4979 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py new file mode 100644 index 00000000..9184a902 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py @@ -0,0 +1,30 @@ +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.models.link import Link +from pip._internal.utils.models import KeyBasedCompareMixin + + +class InstallationCandidate(KeyBasedCompareMixin): + """Represents a potential "candidate" for installation.""" + + __slots__ = ["name", "version", "link"] + + def __init__(self, name: str, version: str, link: Link) -> None: + self.name = name + self.version = parse_version(version) + self.link = link + + super().__init__( + key=(self.name, self.version, self.link), + defining_class=InstallationCandidate, + ) + + def __repr__(self) -> str: + return "".format( + self.name, + self.version, + self.link, + ) + + def __str__(self) -> str: + return f"{self.name!r} candidate (version {self.version} at {self.link})" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 00000000..0af884bd --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,235 @@ +""" PEP 610 """ +import json +import re +import urllib.parse +from typing import Any, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + f"{value!r} has unexpected type for {key} (expected {expected_type})" + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +class VcsInfo: + name = "vcs_info" + + def __init__( + self, + vcs: str, + commit_id: str, + requested_revision: Optional[str] = None, + ) -> None: + self.vcs = vcs + self.requested_revision = requested_revision + self.commit_id = commit_id + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + hashes: Optional[Dict[str, str]] = None, + ) -> None: + # set hashes before hash, since the hash setter will further populate hashes + self.hashes = hashes + self.hash = hash + + @property + def hash(self) -> Optional[str]: + return self._hash + + @hash.setter + def hash(self, value: Optional[str]) -> None: + if value is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key from hashes. + try: + hash_name, hash_value = value.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {value!r}" + ) + if self.hashes is None: + self.hashes = {hash_name: hash_value} + elif hash_name not in self.hashes: + self.hashes = self.hashes.copy() + self.hashes[hash_name] = hash_value + self._hash = value + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash"), hashes=_get(d, dict, "hashes")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash, hashes=self.hashes) + + +class DirInfo: + name = "dir_info" + + def __init__( + self, + editable: bool = False, + ) -> None: + self.editable = editable + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["DirInfo"]: + if d is None: + return None + return cls(editable=_get_required(d, bool, "editable", default=False)) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(editable=self.editable or None) + + +InfoType = Union[ArchiveInfo, DirInfo, VcsInfo] + + +class DirectUrl: + def __init__( + self, + url: str, + info: InfoType, + subdirectory: Optional[str] = None, + ) -> None: + self.url = url + self.info = info + self.subdirectory = subdirectory + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 00000000..ccd11272 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,78 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.no_binary}, {self.only_binary})" + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py new file mode 100644 index 00000000..b94c3251 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py @@ -0,0 +1,28 @@ +import urllib.parse + + +class PackageIndex: + """Represents a Package Index and provides easier access to endpoints""" + + __slots__ = ["url", "netloc", "simple_url", "pypi_url", "file_storage_domain"] + + def __init__(self, url: str, file_storage_domain: str) -> None: + super().__init__() + self.url = url + self.netloc = urllib.parse.urlsplit(url).netloc + self.simple_url = self._url_for_path("simple") + self.pypi_url = self._url_for_path("pypi") + + # This is part of a temporary hack used to block installs of PyPI + # packages which depend on external urls only necessary until PyPI can + # block such packages themselves + self.file_storage_domain = file_storage_domain + + def _url_for_path(self, path: str) -> str: + return urllib.parse.urljoin(self.url, path) + + +PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.pythonhosted.org") +TestPyPI = PackageIndex( + "https://test.pypi.org/", file_storage_domain="test-files.pythonhosted.org" +) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 00000000..b9c6330d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,56 @@ +from typing import Any, Dict, Sequence + +from pip._vendor.packaging.markers import default_environment + +from pip import __version__ +from pip._internal.req.req_install import InstallRequirement + + +class InstallationReport: + def __init__(self, install_requirements: Sequence[InstallRequirement]): + self._install_requirements = install_requirements + + @classmethod + def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: + assert ireq.download_info, f"No download_info for {ireq}" + res = { + # PEP 610 json for the download URL. download_info.archive_info.hashes may + # be absent when the requirement was installed from the wheel cache + # and the cache entry was populated by an older pip version that did not + # record origin.json. + "download_info": ireq.download_info.to_dict(), + # is_direct is true if the requirement was a direct URL reference (which + # includes editable requirements), and false if the requirement was + # downloaded from a PEP 503 index or --find-links. + "is_direct": ireq.is_direct, + # is_yanked is true if the requirement was yanked from the index, but + # was still selected by pip to conform to PEP 592. + "is_yanked": ireq.link.is_yanked if ireq.link else False, + # requested is true if the requirement was specified by the user (aka + # top level requirement), and false if it was installed as a dependency of a + # requirement. https://peps.python.org/pep-0376/#requested + "requested": ireq.user_supplied, + # PEP 566 json encoding for metadata + # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata + "metadata": ireq.get_dist().metadata_dict, + } + if ireq.user_supplied and ireq.extras: + # For top level requirements, the list of requested extras, if any. + res["requested_extras"] = sorted(ireq.extras) + return res + + def to_dict(self) -> Dict[str, Any]: + return { + "version": "1", + "pip_version": __version__, + "install": [ + self._install_req_to_dict(ireq) for ireq in self._install_requirements + ], + # https://peps.python.org/pep-0508/#environment-markers + # TODO: currently, the resolver uses the default environment to evaluate + # environment markers, so that is what we report here. In the future, it + # should also take into account options such as --python-version or + # --platform, perhaps under the form of an environment_override field? + # https://github.com/pypa/pip/issues/11198 + "environment": default_environment(), + } diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py new file mode 100644 index 00000000..73041b86 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,579 @@ +import functools +import itertools +import logging +import os +import posixpath +import re +import urllib.parse +from dataclasses import dataclass +from typing import ( + TYPE_CHECKING, + Any, + Dict, + List, + Mapping, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + pairwise, + redact_auth_from_url, + split_auth_from_netloc, + splitext, +) +from pip._internal.utils.models import KeyBasedCompareMixin +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import IndexContent + +logger = logging.getLogger(__name__) + + +# Order matters, earlier hashes have a precedence over later hashes for what +# we will pick to use. +_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") + + +@dataclass(frozen=True) +class LinkHash: + """Links to content may have embedded hash values. This class parses those. + + `name` must be any member of `_SUPPORTED_HASHES`. + + This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to + be JSON-serializable to conform to PEP 610, this class contains the logic for + parsing a hash name and value for correctness, and then checking whether that hash + conforms to a schema with `.is_hash_allowed()`.""" + + name: str + value: str + + _hash_url_fragment_re = re.compile( + # NB: we do not validate that the second group (.*) is a valid hex + # digest. Instead, we simply keep that string in this class, and then check it + # against Hashes when hash-checking is needed. This is easier to debug than + # proactively discarding an invalid hex digest, as we handle incorrect hashes + # and malformed hashes in the same place. + r"[#&]({choices})=([^&]*)".format( + choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) + ), + ) + + def __post_init__(self) -> None: + assert self.name in _SUPPORTED_HASHES + + @classmethod + @functools.lru_cache(maxsize=None) + def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_url_fragment_re.search(url) + if match is None: + return None + name, value = match.groups() + return cls(name=name, value=value) + + def as_dict(self) -> Dict[str, str]: + return {self.name: self.value} + + def as_hashes(self) -> Hashes: + """Return a Hashes instance which checks only for the current hash.""" + return Hashes({self.name: [self.value]}) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the current hash is allowed by `hashes`. + """ + if hashes is None: + return False + return hashes.is_hash_allowed(self.name, hex_digest=self.value) + + +@dataclass(frozen=True) +class MetadataFile: + """Information about a core metadata file associated with a distribution.""" + + hashes: Optional[Dict[str, str]] + + def __post_init__(self) -> None: + if self.hashes is not None: + assert all(name in _SUPPORTED_HASHES for name in self.hashes) + + +def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: + # Remove any unsupported hash types from the mapping. If this leaves no + # supported hashes, return None + if hashes is None: + return None + hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} + if not hashes: + return None + return hashes + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _ensure_quoted_url(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +class Link(KeyBasedCompareMixin): + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "IndexContent"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + metadata_file_data: Optional[MetadataFile] = None, + cache_link_parsing: bool = True, + hashes: Optional[Mapping[str, str]] = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of IndexContent where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param metadata_file_data: the metadata attached to the file, or None if + no such metadata is provided. This argument, if not None, indicates + that a separate metadata file exists, and also optionally supplies + hashes for that file. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + URLs should generally have this set to False, for example. + :param hashes: A mapping of hash names to digests to allow us to + determine the validity of a download. + """ + + # The comes_from, requires_python, and metadata_file_data arguments are + # only used by classmethods of this class, and are not used in client + # code directly. + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + link_hash = LinkHash.find_hash_url_fragment(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.metadata_file_data = metadata_file_data + + super().__init__(key=url, defining_class=Link) + + self.cache_link_parsing = cache_link_parsing + self.egg_fragment = self._egg_fragment() + + @classmethod + def from_json( + cls, + file_data: Dict[str, Any], + page_url: str, + ) -> Optional["Link"]: + """ + Convert an pypi json document from a simple repository page into a Link. + """ + file_url = file_data.get("url") + if file_url is None: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + hashes = file_data.get("hashes", {}) + + # PEP 714: Indexes must use the name core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = file_data.get("core-metadata") + if metadata_info is None: + metadata_info = file_data.get("dist-info-metadata") + + # The metadata info value may be a boolean, or a dict of hashes. + if isinstance(metadata_info, dict): + # The file exists, and hashes have been supplied + metadata_file_data = MetadataFile(supported_hashes(metadata_info)) + elif metadata_info: + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + else: + # False or not present: the file does not exist + metadata_file_data = None + + # The Link.yanked_reason expects an empty string instead of a boolean. + if yanked_reason and not isinstance(yanked_reason, str): + yanked_reason = "" + # The Link.yanked_reason expects None instead of False. + elif not yanked_reason: + yanked_reason = None + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + hashes=hashes, + metadata_file_data=metadata_file_data, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, + ) -> Optional["Link"]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = anchor_attribs.get("href") + if not href: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + + # PEP 714: Indexes must use the name data-core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = anchor_attribs.get("data-core-metadata") + if metadata_info is None: + metadata_info = anchor_attribs.get("data-dist-info-metadata") + # The metadata info value may be the string "true", or a string of + # the form "hashname=hashval" + if metadata_info == "true": + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + elif metadata_info is None: + # The file does not exist + metadata_file_data = None + else: + # The file exists, and hashes have been supplied + hashname, sep, hashval = metadata_info.partition("=") + if sep == "=": + metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) + else: + # Error - data is wrong. Treat as no hashes supplied. + logger.debug( + "Index returned invalid data-dist-info-metadata value: %s", + metadata_info, + ) + metadata_file_data = MetadataFile(None) + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + metadata_file_data=metadata_file_data, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return f"{redact_auth_from_url(self._url)} (from {self.comes_from}){rp}" + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # Per PEP 508. + _project_name_re = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE + ) + + def _egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + + # An egg fragment looks like a PEP 508 project name, along with + # an optional extras specifier. Anything else is invalid. + project_name = match.group(1) + if not self._project_name_re.match(project_name): + deprecated( + reason=f"{self} contains an egg fragment with a non-PEP 508 name", + replacement="to use the req @ url syntax, and remove the egg fragment", + gone_in="25.0", + issue=11617, + ) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Optional["Link"]: + """Return a link to the associated core metadata file (if any).""" + if self.metadata_file_data is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + if self.metadata_file_data.hashes is None: + return Link(metadata_url) + return Link(metadata_url, hashes=self.metadata_file_data.hashes) + + def as_hashes(self) -> Hashes: + return Hashes({k: [v] for k, v in self._hashes.items()}) + + @property + def hash(self) -> Optional[str]: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> Optional[str]: + return next(iter(self._hashes), None) + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return bool(self._hashes) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed by `hashes`. + """ + if hashes is None: + return False + return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 00000000..f51190ac --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,31 @@ +""" +For types associated with installation schemes. + +For a general overview of available schemes and their context, see +https://docs.python.org/3/install/index.html#alternate-installation. +""" + + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + def __init__( + self, + platlib: str, + purelib: str, + headers: str, + scripts: str, + data: str, + ) -> None: + self.platlib = platlib + self.purelib = purelib + self.headers = headers + self.scripts = scripts + self.data = data diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 00000000..fe61e811 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,132 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.models.index import PyPI +from pip._internal.utils.compat import has_tls +from pip._internal.utils.misc import normalize_path, redact_auth_from_url + +logger = logging.getLogger(__name__) + + +class SearchScope: + + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls", "no_index"] + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> "SearchScope": + """ + Create a SearchScope object after normalizing the `find_links`. + """ + # Build find_links. If an argument starts with ~, it may be + # a local file relative to a home directory. So try normalizing + # it and if it exists, use the normalized version. + # This is deliberately conservative - it might be fine just to + # blindly normalize anything starting with a ~... + built_find_links: List[str] = [] + for link in find_links: + if link.startswith("~"): + new_link = normalize_path(link) + if os.path.exists(new_link): + link = new_link + built_find_links.append(link) + + # If we don't have TLS enabled, then WARN if anyplace we're looking + # relies on TLS. + if not has_tls(): + for link in itertools.chain(index_urls, built_find_links): + parsed = urllib.parse.urlparse(link) + if parsed.scheme == "https": + logger.warning( + "pip is configured with locations that require " + "TLS/SSL, however the ssl module in Python is not " + "available." + ) + break + + return cls( + find_links=built_find_links, + index_urls=index_urls, + no_index=no_index, + ) + + def __init__( + self, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> None: + self.find_links = find_links + self.index_urls = index_urls + self.no_index = no_index + + def get_formatted_locations(self) -> str: + lines = [] + redacted_index_urls = [] + if self.index_urls and self.index_urls != [PyPI.simple_url]: + for url in self.index_urls: + redacted_index_url = redact_auth_from_url(url) + + # Parse the URL + purl = urllib.parse.urlsplit(redacted_index_url) + + # URL is generally invalid if scheme and netloc is missing + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not purl.scheme and not purl.netloc: + logger.warning( + 'The index url "%s" seems invalid, please provide a scheme.', + redacted_index_url, + ) + + redacted_index_urls.append(redacted_index_url) + + lines.append( + "Looking in indexes: {}".format(", ".join(redacted_index_urls)) + ) + + if self.find_links: + lines.append( + "Looking in links: {}".format( + ", ".join(redact_auth_from_url(url) for url in self.find_links) + ) + ) + return "\n".join(lines) + + def get_index_urls_locations(self, project_name: str) -> List[str]: + """Returns the locations found via self.index_urls + + Checks the url_name on the main (first in the list) index and + use this url_name to produce all locations + """ + + def mkurl_pypi_url(url: str) -> str: + loc = posixpath.join( + url, urllib.parse.quote(canonicalize_name(project_name)) + ) + # For maximum compatibility with easy_install, ensure the path + # ends in a trailing slash. Although this isn't in the spec + # (and PyPI can handle it without the slash) some other index + # implementations might break if they relied on easy_install's + # behavior. + if not loc.endswith("/"): + loc = loc + "/" + return loc + + return [mkurl_pypi_url(url) for url in self.index_urls] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 00000000..977bc4ca --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,51 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + """ + + __slots__ = [ + "allow_yanked", + "allow_all_prereleases", + "format_control", + "prefer_binary", + "ignore_requires_python", + ] + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + allow_yanked: bool, + allow_all_prereleases: bool = False, + format_control: Optional[FormatControl] = None, + prefer_binary: bool = False, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """Create a SelectionPreferences object. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param format_control: A FormatControl object or None. Used to control + the selection of source packages / binary packages when consulting + the index and links. + :param prefer_binary: Whether to prefer an old, but valid, binary + dist over a new source dist. + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self.allow_yanked = allow_yanked + self.allow_all_prereleases = allow_all_prereleases + self.format_control = format_control + self.prefer_binary = prefer_binary + self.ignore_requires_python = ignore_requires_python diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 00000000..67ea5da7 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,122 @@ +import sys +from typing import List, Optional, Set, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + "_valid_tags_set", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_(un)sorted_tags. + self._valid_tags: Optional[List[Tag]] = None + self._valid_tags_set: Optional[Set[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_sorted_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags + + def get_unsorted_tags(self) -> Set[Tag]: + """Exactly the same as get_sorted_tags, but returns a set. + + This is important for performance. + """ + if self._valid_tags_set is None: + self._valid_tags_set = set(self.get_sorted_tags()) + + return self._valid_tags_set diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 00000000..a5dc12bd --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,92 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" +import re +from typing import Dict, Iterable, List + +from pip._vendor.packaging.tags import Tag + +from pip._internal.exceptions import InvalidWheelFilename + + +class Wheel: + """A wheel file""" + + wheel_file_re = re.compile( + r"""^(?P(?P[^\s-]+?)-(?P[^\s-]*?)) + ((-(?P\d[^-]*?))?-(?P[^\s-]+?)-(?P[^\s-]+?)-(?P[^\s-]+?) + \.whl|\.dist-info)$""", + re.VERBOSE, + ) + + def __init__(self, filename: str) -> None: + """ + :raises InvalidWheelFilename: when the filename is invalid for a wheel + """ + wheel_info = self.wheel_file_re.match(filename) + if not wheel_info: + raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") + self.filename = filename + self.name = wheel_info.group("name").replace("_", "-") + # we'll assume "_" means "-" due to wheel naming scheme + # (https://github.com/pypa/pip/issues/1150) + self.version = wheel_info.group("ver").replace("_", "-") + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + try: + return next(i for i, t in enumerate(tags) if t in self.file_tags) + except StopIteration: + raise ValueError() + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 00000000..b51bde91 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..78a7d3447337e5ebe71b2395ae0cdb44aa26b62f GIT binary patch literal 279 zcmXw#F-`+95JlG^f+$k%ux*5PM}!t3p&&Y_Xh>t3-GLpg*S750M9vjB0B7JV+<=w~ zM5IfF7lq%BC%nok>~SO3IIHKTJGqp|Kspiz05|7DLO{!Sd-2?rq&` zEFP`Z0jP5tJ2YHWb`w;Da*bvUnx4T$ZmhX1FBTApv2dzt)hh;YP^hRko#sZmI i#8Q?n9wt}a-;!&8nxYIBhT#Fb6CuRUNQki?C;SB?)l(e+ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f35b67060fa392d9063f68d7006dc44429ec1c0 GIT binary patch literal 22021 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a22cf9b9fbb995a7ceee08981cb38bca94bf9b2 GIT binary patch literal 6543 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7880d5ab4d099e26589d82cb7e599764c1de98c2 GIT binary patch literal 18799 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 ZZasO*$RD^}xlmM}E~@_(M=6FC|1VP{m(KtI literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..78f926a3a4680150685887e0f315e20a864c1fe1 GIT binary patch literal 2278 zcmb7FO-vg{6rSDn+G}HM0+`T&)~D!;}@U0J)&^&Hm7$Lf}_oS?e>6jm^aQr(qu;m+m72xw)<3K@9ssIVHM}Welx6O0Zr)w_nlFKon|K*5F)(9Pe6Rq zrocriEeBiQL6SAk!fXS*^Nnrx*gNPueuhzwOZ>t9Z$uN!Xsu?n=7X&vj{V)y@(d}b zP^!Bl&*afPM=6t6nJhYjs8G^+5ou=rPj0#W+>W4IKTM%%ZUjv+zOrE*<@gL8_4nl* zvZng``i}Mcd*nH|3V8>noLdYfWvCp{tg91Z&LNJfM9h%n2~qw6G7T2zFqy=pWC2wv z7?ovKsG!5PvZB$rlE6l-#WhvY`O8^~HQg#@F)m+sjZvD8VWZSzDeVfW0HJ0StSE}Frh;Q?3I|8yG93$su{J@~bTBkB82n6? zGD++|uc}EcD5ug%oPs~|C)6n|o(%>ju`(G<%9n%bEFDvo-ayX>K~1LEpN=Oc;#aU1 zOv~wDOjal+N<0}AEXE4p84NvXt@Kf8N zIqyREeD}ARHCubp!P$>*c*Y zyy9wJvw0V*9^1T|?y7Zn%Zj^Y*(ENz?^~Cq@8=$Pf9rbK^`K$dd1i}4_FCA%Q9fr` zuMk%%#5H@zV((*n$2%O0hU1oigqo)=@8Va#NNcXpvJe8XQ1f!91y!`YK+M|*cCLDk z-54x#pm?PnfK3-nTTm}4kzC1AV%jn0^jzpFbyFF zI*!>nVD?e|gKh~Hl;r?Dulp0Ar-S+L2nY10 zJhP9VJgc!Iu;c6fy(KjL%mJb-x!zMURFW7M3H~~RHL8iFe*K=9Ch88=4viF`Rj@h(E3ea9sLgppceJSjTA zyW1WPNUb4rm!KHiRgzYa_QR)9nEpmDXHii&!q;tjniek2Ut0Hct$4aNoHfM&I^0_9 zK{dW@RA1wGfg0>}g-G#3R8@C#XzLiPUhW)6&W0Dr3eK*|jq1Y-XXekWSGTWJw=a&b zR`(PlPpaykRCqQjYi|q{?Z{nKEokPaDr6 zJdc{$M~L09;UKfRI~I#8iVEGv(8gjWW_1ociBZaCzJ5g8z#=oFuY{8j4Eo3?&(clXn#|bJFebvRho?TX%S{AwCHCFC{@Hh5!Hn literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68649882d43310c4d1a9beed4fa3da476d24ded0 GIT binary patch literal 2974 zcmZuzO>7&-6`tk(^WT(3QLYPgra+2vBH>H#?O z-prff>^I;0X8xK=#SxTqUyAvug{zk@sIzkyW`BHX{-Vz>v>>j; z`1yJ4uG-}KtZiAiO6Oc4#3nEjzic$GV8?+j@UlcR9IP(cM0H^8mIG_b>YVMk3+qkn zr_{GJ;?y+L)E0wv6IYB4tiRq`TEe8d{|N{s`_A4^!T33x4n}Y)NQvo;!pca`>M_je zEar6%3p%e0OHvyx0opfHiWrPbx(ujsdO}a?DH?+%Jv|DmEyeZBOkk%mF; zU~XL)1P+Y4JTM1_$3(L?IghIcDKi)h3=gS;wY(U3kW67&MBA4YGUF`s%lt< ztE#>Lp9!q<`6iq>_9bvbOK_?+AfGR)eM3_FV3Y)(bFjHYQm{5j(<%d%p9pb->8=BO zQmdxsII8N0cV-0fRV>__N*#zXZ1qr!1o zdyE&;K{R!=By95TfE{(ZzXPS7IM4yE#}7CsK*ECX8qB5${}rYFx2Du73l0=d@K{gO z+23<_`@7qe+(S{2Cq=6>$m4*o1J=Vo3`bG>ttZv<`(9*4Yg|DmkXwj)ClPsVQ}*OK zJ=g;!M9dwJy6eXxYroa`XV0w{_hTZ<6Cych(EEV(ru;K`m03k=>{YbNl!W<>Bxte= zNuns z**!G8HGX@1+r9IXPxU{X|KsFN_O&+uAbt2F^Om`rp6aBh?%;dr7u#$vmXmYck*PZy zJNcK}7rP@zwl;5XhUwhR4t0m0gM^0Oo{S3L*+YCG-JW}#M5&4Gckd^syGM?<&wub{ zcW7jHXu2~reP`_x@3-E)q0>9b(@!2`rv8OQSbZqJb@t=4JIQ0eJo_M-`{?akZ+Ek& zVDYWw?c{FuWG8zPoW~-UO84R@mHSUG1GAnw^ql_8pUb>Hj6NThXD8UtkG?uvVEM!$|#54XisjUN3j?$!L~0k^UNbw;EUbS@m|nA z|5DhVyAZSw<fJ>u1xHQVZOx&ceCMQgSiT@q$-znw(Ef}JDMT*D#$h)2Pq}3J+Hz>;OA8 ztcN#%4B7lELCDxD3F{Rd3&u5R>@=4Sj(Qe}$g^8h!suboxtl=I?CwEAExAxv7WpSbJnw9_z?s+h^{{lQ)FN aLW#+3=YKQt>xtdbQ=QRM-@t<*#QneDr{WL* literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py new file mode 100644 index 00000000..94a82fa6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py @@ -0,0 +1,561 @@ +"""Network Authentication Helpers + +Contains interface (MultiDomainBasicAuth) and associated glue code for +providing credentials in the context of network requests. +""" +import logging +import os +import shutil +import subprocess +import sysconfig +import typing +import urllib.parse +from abc import ABC, abstractmethod +from functools import lru_cache +from os.path import commonprefix +from pathlib import Path +from typing import Any, Dict, List, NamedTuple, Optional, Tuple + +from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth +from pip._vendor.requests.models import Request, Response +from pip._vendor.requests.utils import get_netrc_auth + +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + ask, + ask_input, + ask_password, + remove_auth_from_url, + split_auth_netloc_from_url, +) +from pip._internal.vcs.versioncontrol import AuthInfo + +logger = getLogger(__name__) + +KEYRING_DISABLED = False + + +class Credentials(NamedTuple): + url: str + username: str + password: str + + +class KeyRingBaseProvider(ABC): + """Keyring base provider interface""" + + has_keyring: bool + + @abstractmethod + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: + ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + has_keyring = False + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return None + + +class KeyRingPythonProvider(KeyRingBaseProvider): + """Keyring interface which uses locally imported `keyring`""" + + has_keyring = True + + def __init__(self) -> None: + import keyring + + self.keyring = keyring + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # Support keyring's get_credential interface which supports getting + # credentials without a username. This is only available for + # keyring>=15.2.0. + if hasattr(self.keyring, "get_credential"): + logger.debug("Getting credentials from keyring for %s", url) + cred = self.keyring.get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username is not None: + logger.debug("Getting password from keyring for %s", url) + password = self.keyring.get_password(url, username) + if password: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + self.keyring.set_password(url, username, password) + + +class KeyRingCliProvider(KeyRingBaseProvider): + """Provider which uses `keyring` cli + + Instead of calling the keyring package installed alongside pip + we call keyring on the command line which will enable pip to + use which ever installation of keyring is available first in + PATH. + """ + + has_keyring = True + + def __init__(self, cmd: str) -> None: + self.keyring = cmd + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # This is the default implementation of keyring.get_credential + # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 + if username is not None: + password = self._get_password(url, username) + if password is not None: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return self._set_password(url, username, password) + + def _get_password(self, service_name: str, username: str) -> Optional[str]: + """Mirror the implementation of keyring.get_password using cli""" + if self.keyring is None: + return None + + cmd = [self.keyring, "get", service_name, username] + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run( + cmd, + stdin=subprocess.DEVNULL, + stdout=subprocess.PIPE, + env=env, + ) + if res.returncode: + return None + return res.stdout.decode("utf-8").strip(os.linesep) + + def _set_password(self, service_name: str, username: str, password: str) -> None: + """Mirror the implementation of keyring.set_password using cli""" + if self.keyring is None: + return None + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + subprocess.run( + [self.keyring, "set", service_name, username], + input=f"{password}{os.linesep}".encode("utf-8"), + env=env, + check=True, + ) + return None + + +@lru_cache(maxsize=None) +def get_keyring_provider(provider: str) -> KeyRingBaseProvider: + logger.verbose("Keyring provider requested: %s", provider) + + # keyring has previously failed and been disabled + if KEYRING_DISABLED: + provider = "disabled" + if provider in ["import", "auto"]: + try: + impl = KeyRingPythonProvider() + logger.verbose("Keyring provider set: import") + return impl + except ImportError: + pass + except Exception as exc: + # In the event of an unexpected exception + # we should warn the user + msg = "Installed copy of keyring fails with exception %s" + if provider == "auto": + msg = msg + ", trying to find a keyring executable as a fallback" + logger.warning(msg, exc, exc_info=logger.isEnabledFor(logging.DEBUG)) + if provider in ["subprocess", "auto"]: + cli = shutil.which("keyring") + if cli and cli.startswith(sysconfig.get_path("scripts")): + # all code within this function is stolen from shutil.which implementation + @typing.no_type_check + def PATH_as_shutil_which_determines_it() -> str: + path = os.environ.get("PATH", None) + if path is None: + try: + path = os.confstr("CS_PATH") + except (AttributeError, ValueError): + # os.confstr() or CS_PATH is not available + path = os.defpath + # bpo-35755: Don't use os.defpath if the PATH environment variable is + # set to an empty string + + return path + + scripts = Path(sysconfig.get_path("scripts")) + + paths = [] + for path in PATH_as_shutil_which_determines_it().split(os.pathsep): + p = Path(path) + try: + if not p.samefile(scripts): + paths.append(path) + except FileNotFoundError: + pass + + path = os.pathsep.join(paths) + + cli = shutil.which("keyring", path=path) + + if cli: + logger.verbose("Keyring provider set: subprocess with executable %s", cli) + return KeyRingCliProvider(cli) + + logger.verbose("Keyring provider set: disabled") + return KeyRingNullProvider() + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, + prompting: bool = True, + index_urls: Optional[List[str]] = None, + keyring_provider: str = "auto", + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.keyring_provider = keyring_provider # type: ignore[assignment] + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + @property + def keyring_provider(self) -> KeyRingBaseProvider: + return get_keyring_provider(self._keyring_provider) + + @keyring_provider.setter + def keyring_provider(self, provider: str) -> None: + # The free function get_keyring_provider has been decorated with + # functools.cache. If an exception occurs in get_keyring_auth that + # cache will be cleared and keyring disabled, take that into account + # if you want to remove this indirection. + self._keyring_provider = provider + + @property + def use_keyring(self) -> bool: + # We won't use keyring when --no-input is passed unless + # a specific provider is requested because it might require + # user interaction + return self.prompting or self._keyring_provider not in ["auto", "disabled"] + + def _get_keyring_auth( + self, + url: Optional[str], + username: Optional[str], + ) -> Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + # Do nothing if no url was provided + if not url: + return None + + try: + return self.keyring_provider.get_auth_info(url, username) + except Exception as exc: + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + global KEYRING_DISABLED + KEYRING_DISABLED = True + get_keyring_provider.cache_clear() + return None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + url = remove_auth_from_url(url).rstrip("/") + "/" + parsed_url = urllib.parse.urlsplit(url) + + candidates = [] + + for index in self.index_urls: + index = index.rstrip("/") + "/" + parsed_index = urllib.parse.urlsplit(remove_auth_from_url(index)) + if parsed_url == parsed_index: + return index + + if parsed_url.netloc != parsed_index.netloc: + continue + + candidate = urllib.parse.urlsplit(index) + candidates.append(candidate) + + if not candidates: + return None + + candidates.sort( + reverse=True, + key=lambda candidate: commonprefix( + [ + parsed_url.path, + candidate.path, + ] + ).rfind("/"), + ) + + return urllib.parse.urlunsplit(candidates[0]) + + def _get_new_credentials( + self, + original_url: str, + *, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + self._get_keyring_auth(index_url, username) or + self._get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") if self.prompting else None + if not username: + return None, None, False + if self.use_keyring: + auth = self._get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if ( + not self.prompting + or not self.use_keyring + or not self.keyring_provider.has_keyring + ): + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + username, password = None, None + + # Query the keyring for credentials: + if self.use_keyring: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # We are not able to prompt the user so simply return the response + if not self.prompting and not username and not password: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = Credentials( + url=parsed.netloc, + username=username, + password=password, + ) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + # The result of the assignment isn't used, it's just needed to consume + # the content. + _ = resp.content + resp.raw.release_conn() + + # Add our new username and password to the request + req = HTTPBasicAuth(username or "", password or "")(resp.request) + req.register_hook("response", self.warn_on_401) + + # On successful request, save the credentials that were used to + # keyring. (Note that if the user responded "no" above, this member + # is not set and nothing will be saved.) + if self._credentials_to_save: + req.register_hook("response", self.save_credentials) + + # Send our new request + new_resp = resp.connection.send(req, **kwargs) + new_resp.history.append(resp) + + return new_resp + + def warn_on_401(self, resp: Response, **kwargs: Any) -> None: + """Response callback to warn about incorrect credentials.""" + if resp.status_code == 401: + logger.warning( + "401 Error, Credentials not correct for %s", + resp.request.url, + ) + + def save_credentials(self, resp: Response, **kwargs: Any) -> None: + """Response callback to save credentials on success.""" + assert ( + self.keyring_provider.has_keyring + ), "should never reach here without keyring" + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + self.keyring_provider.save_auth_info( + creds.url, creds.username, creds.password + ) + except Exception: + logger.exception("Failed to save credentials") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py new file mode 100644 index 00000000..4d0fb545 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,106 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from datetime import datetime +from typing import BinaryIO, Generator, Optional, Union + +from pip._vendor.cachecontrol.cache import SeparateBodyBaseCache +from pip._vendor.cachecontrol.caches import SeparateBodyFileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Generator[None, None, None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(SeparateBodyBaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + + There is a race condition when two processes try to write and/or read the + same entry at the same time, since each entry consists of two separate + files (https://github.com/psf/cachecontrol/issues/324). We therefore have + additional logic that makes sure that both files to be present before + returning an entry; this fixes the read side of the race condition. + + For the write side, we assume that the server will only ever return the + same data for the same URL, which ought to be the case for files pip is + downloading. PyPI does not have a mechanism to swap out a wheel for + another wheel, for example. If this assumption is not true, the + CacheControl issue will need to be fixed. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = SeparateBodyFileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + with open(metadata_path, "rb") as f: + return f.read() + + def _write(self, path: str, data: bytes) -> None: + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(data) + + replace(f.name, path) + + def set( + self, key: str, value: bytes, expires: Union[int, datetime, None] = None + ) -> None: + path = self._get_cache_path(key) + self._write(path, value) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) + with suppressed_cache_errors(): + os.remove(path + ".body") + + def get_body(self, key: str) -> Optional[BinaryIO]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + return open(body_path, "rb") + + def set_body(self, key: str, body: bytes) -> None: + path = self._get_cache_path(key) + ".body" + self._write(path, body) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py new file mode 100644 index 00000000..d1d43541 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py @@ -0,0 +1,186 @@ +"""Download files with progress indicators. +""" +import email.message +import logging +import mimetypes +import os +from typing import Iterable, Optional, Tuple + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.cli.progress_bars import get_download_progress_renderer +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.index import PyPI +from pip._internal.models.link import Link +from pip._internal.network.cache import is_from_cache +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext + +logger = logging.getLogger(__name__) + + +def _get_http_response_size(resp: Response) -> Optional[int]: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _prepare_download( + resp: Response, + link: Link, + progress_bar: str, +) -> Iterable[bytes]: + total_length = _get_http_response_size(resp) + + if link.netloc == PyPI.file_storage_domain: + url = link.show_url + else: + url = link.url_without_fragment + + logged_url = redact_auth_from_url(url) + + if total_length: + logged_url = f"{logged_url} ({format_size(total_length)})" + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (40 * 1000): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp, CONTENT_CHUNK_SIZE) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + m = email.message.Message() + m["content-type"] = content_disposition + filename = m.get_param("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(str(filename)) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 00000000..82ec50d5 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,210 @@ +"""Lazy ZIP over HTTP""" + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, Dict, Generator, List, Optional, Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.metadata import BaseDistribution, MemoryWheel, get_wheel_distribution +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks + + +class HTTPRangeRequestUnsupported(Exception): + pass + + +def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution: + """Return a distribution object from the given wheel URL. + + This uses HTTP range requests to only fetch the portion of the wheel + containing metadata, just enough for the object to be constructed. + If such requests are not supported, HTTPRangeRequestUnsupported + is raised. + """ + with LazyZipOverHTTP(url, session) as zf: + # For read-only ZIP files, ZipFile only needs methods read, + # seek, seekable and tell, not the whole IO protocol. + wheel = MemoryWheel(zf.name, zf) # type: ignore + # After context manager exit, wheel.name + # is an invalid file by intention. + return get_wheel_distribution(wheel, canonicalize_name(name)) + + +class LazyZipOverHTTP: + """File-like object mapped to a ZIP file over HTTP. + + This uses HTTP range requests to lazily fetch the file's content, + which is supposed to be fed to ZipFile. If such requests are not + supported by the server, raise HTTPRangeRequestUnsupported + during initialization. + """ + + def __init__( + self, url: str, session: PipSession, chunk_size: int = CONTENT_CHUNK_SIZE + ) -> None: + head = session.head(url, headers=HEADERS) + raise_for_status(head) + assert head.status_code == 200 + self._session, self._url, self._chunk_size = session, url, chunk_size + self._length = int(head.headers["Content-Length"]) + self._file = NamedTemporaryFile() + self.truncate(self._length) + self._left: List[int] = [] + self._right: List[int] = [] + if "bytes" not in head.headers.get("Accept-Ranges", "none"): + raise HTTPRangeRequestUnsupported("range request is not supported") + self._check_zip() + + @property + def mode(self) -> str: + """Opening mode, which is always rb.""" + return "rb" + + @property + def name(self) -> str: + """Path to the underlying file.""" + return self._file.name + + def seekable(self) -> bool: + """Return whether random access is supported, which is True.""" + return True + + def close(self) -> None: + """Close the file.""" + self._file.close() + + @property + def closed(self) -> bool: + """Whether the file is closed.""" + return self._file.closed + + def read(self, size: int = -1) -> bytes: + """Read up to size bytes from the object and return them. + + As a convenience, if size is unspecified or -1, + all bytes until EOF are returned. Fewer than + size bytes may be returned if EOF is reached. + """ + download_size = max(size, self._chunk_size) + start, length = self.tell(), self._length + stop = length if size < 0 else min(start + download_size, length) + start = max(0, stop - download_size) + self._download(start, stop - 1) + return self._file.read(size) + + def readable(self) -> bool: + """Return whether the file is readable, which is True.""" + return True + + def seek(self, offset: int, whence: int = 0) -> int: + """Change stream position and return the new absolute position. + + Seek to offset relative position indicated by whence: + * 0: Start of stream (the default). pos should be >= 0; + * 1: Current position - pos may be negative; + * 2: End of stream - pos usually negative. + """ + return self._file.seek(offset, whence) + + def tell(self) -> int: + """Return the current position.""" + return self._file.tell() + + def truncate(self, size: Optional[int] = None) -> int: + """Resize the stream to the given size in bytes. + + If size is unspecified resize to the current position. + The current stream position isn't changed. + + Return the new file size. + """ + return self._file.truncate(size) + + def writable(self) -> bool: + """Return False.""" + return False + + def __enter__(self) -> "LazyZipOverHTTP": + self._file.__enter__() + return self + + def __exit__(self, *exc: Any) -> None: + self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Generator[None, None, None]: + """Return a context manager keeping the position. + + At the end of the block, seek back to original position. + """ + pos = self.tell() + try: + yield + finally: + self.seek(pos) + + def _check_zip(self) -> None: + """Check and download until the file is a valid ZIP.""" + end = self._length - 1 + for start in reversed(range(0, end, self._chunk_size)): + self._download(start, end) + with self._stay(): + try: + # For read-only ZIP files, ZipFile only needs + # methods read, seek, seekable and tell. + ZipFile(self) # type: ignore + except BadZipFile: + pass + else: + break + + def _stream_response( + self, start: int, end: int, base_headers: Dict[str, str] = HEADERS + ) -> Response: + """Return HTTP response to a range request from start to end.""" + headers = base_headers.copy() + headers["Range"] = f"bytes={start}-{end}" + # TODO: Get range requests to be correctly cached + headers["Cache-Control"] = "no-cache" + return self._session.get(self._url, headers=headers, stream=True) + + def _merge( + self, start: int, end: int, left: int, right: int + ) -> Generator[Tuple[int, int], None, None]: + """Return a generator of intervals to be fetched. + + Args: + start (int): Start of needed interval + end (int): End of needed interval + left (int): Index of first overlapping downloaded data + right (int): Index after last overlapping downloaded data + """ + lslice, rslice = self._left[left:right], self._right[left:right] + i = start = min([start] + lslice[:1]) + end = max([end] + rslice[-1:]) + for j, k in zip(lslice, rslice): + if j > i: + yield i, j - 1 + i = k + 1 + if i <= end: + yield i, end + self._left[left:right], self._right[left:right] = [start], [end] + + def _download(self, start: int, end: int) -> None: + """Download bytes from start to end inclusively.""" + with self._stay(): + left = bisect_left(self._right, start) + right = bisect_right(self._left, end) + for start, end in self._merge(start, end, left, right): + response = self._stream_response(start, end) + response.raise_for_status() + self.seek(start) + for chunk in response_chunks(response, self._chunk_size): + self._file.write(chunk) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py new file mode 100644 index 00000000..f17efc52 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,520 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import io +import ipaddress +import json +import logging +import mimetypes +import os +import platform +import shutil +import subprocess +import sys +import urllib.parse +import warnings +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Generator, + List, + Mapping, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter as _BaseCacheControlAdapter +from pip._vendor.requests.adapters import DEFAULT_POOLBLOCK, BaseAdapter +from pip._vendor.requests.adapters import HTTPAdapter as _BaseHTTPAdapter +from pip._vendor.requests.models import PreparedRequest, Response +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3.connectionpool import ConnectionPool +from pip._vendor.urllib3.exceptions import InsecureRequestWarning + +from pip import __version__ +from pip._internal.metadata import get_default_environment +from pip._internal.models.link import Link +from pip._internal.network.auth import MultiDomainBasicAuth +from pip._internal.network.cache import SafeFileCache + +# Import ssl from compat so the initial import occurs in only one place. +from pip._internal.utils.compat import has_tls +from pip._internal.utils.glibc import libc_ver +from pip._internal.utils.misc import build_url_from_netloc, parse_netloc +from pip._internal.utils.urls import url_to_path + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._vendor.urllib3.poolmanager import PoolManager + + +logger = logging.getLogger(__name__) + +SecureOrigin = Tuple[str, str, Optional[Union[int, str]]] + + +# Ignore warning raised when using --trusted-host. +warnings.filterwarnings("ignore", category=InsecureRequestWarning) + + +SECURE_ORIGINS: List[SecureOrigin] = [ + # protocol, hostname, port + # Taken from Chrome's list of secure origins (See: http://bit.ly/1qrySKC) + ("https", "*", "*"), + ("*", "localhost", "*"), + ("*", "127.0.0.0/8", "*"), + ("*", "::1/128", "*"), + ("file", "*", None), + # ssh is always secure. + ("ssh", "*", "*"), +] + + +# These are environment variables present when running under various +# CI systems. For each variable, some CI systems that use the variable +# are indicated. The collection was chosen so that for each of a number +# of popular systems, at least one of the environment variables is used. +# This list is used to provide some indication of and lower bound for +# CI traffic to PyPI. Thus, it is okay if the list is not comprehensive. +# For more background, see: https://github.com/pypa/pip/issues/5499 +CI_ENVIRONMENT_VARIABLES = ( + # Azure Pipelines + "BUILD_BUILDID", + # Jenkins + "BUILD_ID", + # AppVeyor, CircleCI, Codeship, Gitlab CI, Shippable, Travis CI + "CI", + # Explicit environment variable. + "PIP_IS_CI", +) + + +def looks_like_ci() -> bool: + """ + Return whether it looks like pip is running under CI. + """ + # We don't use the method of checking for a tty (e.g. using isatty()) + # because some CI systems mimic a tty (e.g. Travis CI). Thus that + # method doesn't provide definitive information in either direction. + return any(name in os.environ for name in CI_ENVIRONMENT_VARIABLES) + + +def user_agent() -> str: + """ + Return a string representing the user agent. + """ + data: Dict[str, Any] = { + "installer": {"name": "pip", "version": __version__}, + "python": platform.python_version(), + "implementation": { + "name": platform.python_implementation(), + }, + } + + if data["implementation"]["name"] == "CPython": + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "PyPy": + pypy_version_info = sys.pypy_version_info # type: ignore + if pypy_version_info.releaselevel == "final": + pypy_version_info = pypy_version_info[:3] + data["implementation"]["version"] = ".".join( + [str(x) for x in pypy_version_info] + ) + elif data["implementation"]["name"] == "Jython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "IronPython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + + if sys.platform.startswith("linux"): + from pip._vendor import distro + + linux_distribution = distro.name(), distro.version(), distro.codename() + distro_infos: Dict[str, Any] = dict( + filter( + lambda x: x[1], + zip(["name", "version", "id"], linux_distribution), + ) + ) + libc = dict( + filter( + lambda x: x[1], + zip(["lib", "version"], libc_ver()), + ) + ) + if libc: + distro_infos["libc"] = libc + if distro_infos: + data["distro"] = distro_infos + + if sys.platform.startswith("darwin") and platform.mac_ver()[0]: + data["distro"] = {"name": "macOS", "version": platform.mac_ver()[0]} + + if platform.system(): + data.setdefault("system", {})["name"] = platform.system() + + if platform.release(): + data.setdefault("system", {})["release"] = platform.release() + + if platform.machine(): + data["cpu"] = platform.machine() + + if has_tls(): + import _ssl as ssl + + data["openssl_version"] = ssl.OPENSSL_VERSION + + setuptools_dist = get_default_environment().get_distribution("setuptools") + if setuptools_dist is not None: + data["setuptools_version"] = str(setuptools_dist.version) + + if shutil.which("rustc") is not None: + # If for any reason `rustc --version` fails, silently ignore it + try: + rustc_output = subprocess.check_output( + ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5 + ) + except Exception: + pass + else: + if rustc_output.startswith(b"rustc "): + # The format of `rustc --version` is: + # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'` + # We extract just the middle (1.52.1) part + data["rustc_version"] = rustc_output.split(b" ")[1].decode() + + # Use None rather than False so as not to give the impression that + # pip knows it is not being run under CI. Rather, it is a null or + # inconclusive result. Also, we include some value rather than no + # value to make it easier to know that the check has been run. + data["ci"] = True if looks_like_ci() else None + + user_data = os.environ.get("PIP_USER_AGENT_USER_DATA") + if user_data is not None: + data["user_data"] = user_data + + return "{data[installer][name]}/{data[installer][version]} {json}".format( + data=data, + json=json.dumps(data, separators=(",", ":"), sort_keys=True), + ) + + +class LocalFSAdapter(BaseAdapter): + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: Optional[Union[float, Tuple[float, float]]] = None, + verify: Union[bool, str] = True, + cert: Optional[Union[str, Tuple[str, str]]] = None, + proxies: Optional[Mapping[str, str]] = None, + ) -> Response: + pathname = url_to_path(request.url) + + resp = Response() + resp.status_code = 200 + resp.url = request.url + + try: + stats = os.stat(pathname) + except OSError as exc: + # format the exception raised as a io.BytesIO object, + # to return a better error message: + resp.status_code = 404 + resp.reason = type(exc).__name__ + resp.raw = io.BytesIO(f"{resp.reason}: {exc}".encode("utf8")) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class _SSLContextAdapterMixin: + """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. + + The additional argument is forwarded directly to the pool manager. This allows us + to dynamically decide what SSL store to use at runtime, which is used to implement + the optional ``truststore`` backend. + """ + + def __init__( + self, + *, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + self._ssl_context = ssl_context + super().__init__(**kwargs) + + def init_poolmanager( + self, + connections: int, + maxsize: int, + block: bool = DEFAULT_POOLBLOCK, + **pool_kwargs: Any, + ) -> "PoolManager": + if self._ssl_context is not None: + pool_kwargs.setdefault("ssl_context", self._ssl_context) + return super().init_poolmanager( # type: ignore[misc] + connections=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + +class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): + pass + + +class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 502 may be a transient error from a CDN like CloudFlare or CloudFront + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 502, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ssl_context=ssl_context, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + parsed_host, parsed_port = parse_netloc(host) + if parsed_host is None: + raise ValueError(f"Trusted host URL must include a host part: {host!r}") + if (parsed_host, parsed_port) not in self.pip_trusted_origins: + self.pip_trusted_origins.append((parsed_host, parsed_port)) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not parsed_port: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host or "") + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + # Allow setting a default proxies on a session + kwargs.setdefault("proxies", self.proxies) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py new file mode 100644 index 00000000..134848ae --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,96 @@ +from typing import Dict, Generator + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.exceptions import NetworkConnectionError + +# The following comments and HTTP headers were originally added by +# Donald Stufft in git commit 22c562429a61bb77172039e480873fb239dd8c03. +# +# We use Accept-Encoding: identity here because requests defaults to +# accepting compressed responses. This breaks in a variety of ways +# depending on how the server is configured. +# - Some servers will notice that the file isn't a compressible file +# and will leave the file alone and with an empty Content-Encoding +# - Some servers will notice that the file is already compressed and +# will leave the file alone, adding a Content-Encoding: gzip header +# - Some servers won't notice anything at all and will take a file +# that's already been compressed and compress it again, and set +# the Content-Encoding: gzip header +# By setting this to request only the identity encoding we're hoping +# to eliminate the third case. Hopefully there does not exist a server +# which when given a file will notice it is already compressed and that +# you're not asking for a compressed file and will then decompress it +# before sending because if that's the case I don't think it'll ever be +# possible to make this work. +HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"} + + +def raise_for_status(resp: Response) -> None: + http_error_msg = "" + if isinstance(resp.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. + try: + reason = resp.reason.decode("utf-8") + except UnicodeDecodeError: + reason = resp.reason.decode("iso-8859-1") + else: + reason = resp.reason + + if 400 <= resp.status_code < 500: + http_error_msg = ( + f"{resp.status_code} Client Error: {reason} for url: {resp.url}" + ) + + elif 500 <= resp.status_code < 600: + http_error_msg = ( + f"{resp.status_code} Server Error: {reason} for url: {resp.url}" + ) + + if http_error_msg: + raise NetworkConnectionError(http_error_msg, response=resp) + + +def response_chunks( + response: Response, chunk_size: int = CONTENT_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Given a requests Response, provide the data chunks.""" + try: + # Special case for urllib3. + for chunk in response.raw.stream( + chunk_size, + # We use decode_content=False here because we don't + # want urllib3 to mess with the raw bytes we get + # from the server. If we decompress inside of + # urllib3 then we cannot verify the checksum + # because the checksum will be of the compressed + # file. This breakage will only occur if the + # server adds a Content-Encoding header, which + # depends on how the server was configured: + # - Some servers will notice that the file isn't a + # compressible file and will leave the file alone + # and with an empty Content-Encoding + # - Some servers will notice that the file is + # already compressed and will leave the file + # alone and will add a Content-Encoding: gzip + # header + # - Some servers won't notice anything at all and + # will take a file that's already been compressed + # and compress it again and set the + # Content-Encoding: gzip header + # + # By setting this not to decode automatically we + # hope to eliminate problems with the second case. + decode_content=False, + ): + yield chunk + except AttributeError: + # Standard file-like object. + while True: + chunk = response.raw.read(chunk_size) + if not chunk: + break + yield chunk diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 00000000..22ec8d2f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,62 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + + from _typeshed import SizedBuffer + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: "SizedBuffer", + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e8ef11892d3de89caad15265c2e47a21ff561fe GIT binary patch literal 222 zcmZ8bK?=e!5Nxc12z`i$c2Tb)h~iC8UObhks|`)FA&He9e1Q+}4Zg)^_yXyzCsU6O z%H1Jm(W-Da8_WK*LO>_Jy9BQ;4zW3a+utob45XSAS&hEynrMsW$G k(Qqe7SxCJrT$(1jYWmaS*E2Ic{|)oBt@wnDF%x?A1-)rL2><{9 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b44cd4a062bb9e57bab7aa3559b4aafb767a292f GIT binary patch literal 7604 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 Bk>>ya literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6da12ed70c9644ffc41cee2be17939f6054b73b4 GIT binary patch literal 10142 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c448ea1ac2408cd4b2af35ac8f81a9b0c7579bbb GIT binary patch literal 25772 zcmb_^d2k$8dSB0pIWYqa?z2H0#1I$3L%dJ$5JeIziPW*P(vF9i1~Jea*zTc7UmH^suE>yBDzv8@5<|BU0Y?(5RhlohP-err^^2g1#Y-e{z!h` z>*?+R*pxPvG%&BfFs3PGAITFs0GvNxkSiCLnPIy8d=C{Ya ziONtV^H;=u34h4X{Em24qB>Na2!sNOnov!mHdLFa3)Lm+L-mP@(LM@5bP%8_&<86udP&@N`;(Veb)WQ7T_@+c>sFV3C<6VjFP0e< zBZ;G-qs-qFA4wbw9W!xeP8b%Bzh_duO6WwiSs0482m{epp()xXoQ$^P#|tgvo@mFb z*3je8O+rVsQ#cjv5}t_iQS-PX+Ku?rX6_^x?Rk}pZhjBnm7dTUC+Fm%+gOQSp(h#? zT*9eFq(ryC_Zai>!kKYbwC`10=&Y9aQTZIve&ic1tCjjeHB(=VOSyzI)XsQibO2?) zfi||Y{sd7{@5LY+W2txO&k*uH$wsslBO2C5^whLDxML>xq$o^9L_y*sd^9Gd#n^>Q z=~ybskEcXFmXy+wcsxQ8u79R^7!8_a>ywf6M9?Z*kHyB)vg1@*5F;1jf^0p5^0MO_ zQT#AW8LP(~Ox%QOO z1tEH@taHH%x%n6}jipoK^fO}o@rX3>Oj5cuHI)+6LR9up#MzjXh@{6Rl+ZKDsaP_J zw5n2#Y*5EVF(t}1XN7bm8c9b^CC5@p2@Rofxo%WQUrvcHjigX+jK-wou6}k*+Rz|6 z>U}aY_EO}ca3YqB3S!VK`;SH>p}f;_<3%AIPL!HjHvuT`J|d1y#9kIoCC5_;VlI;} z;ca_vLJ;Dp&Uci?ax8T@8Bayfg6z`$NN#@o{P`!JjwCM%Phk4*?DuS7?MDM_}ALi&=J9J3K%lpZ_Y z7W~%iKteaTbO{x4T!vH8(yT3Gn=GLfwHUo;?HT(k2Q#M0^7={{GF-;40`5-E#G!_Y z^0JCQW6oGI*7vA=JPb8r8&b=$QcfkU+l|DNfkZ3}A<@qu*G?7XOL*tQHdSd99Aib1MO%08F^Tg2E zRP<6@7&xCw#igNGVk*uM)xcQlvJ{yf8hlwuzC09D1HAkpRCI7ibZ^VKw=KDMWUV{q4wQ!;IF0grDY?;;_iK*yT7J@N zJIYnaR)Tif5l@Y=p~=pd1@S@((=a_&TAC=paT=)HM4%j0jDRD3eUlDA(_GLz3cO_j$`SXYM9?nw;U(A62f9G0 zG8tv4PXcyG2(n#$E7(TdjLhOeDrgn=lAk^ut4VeP1F2O=G&Wj#;%<0kUkO)H4w_4G z1hHrFlMchV%B@t_=BxX2)%~~5fAFn$zqM4o=j!Q#yDsbAl(lYxTd?}_*1DXvZsE$m zfBshVgNb)1mb!QScu&?^_lfoF8tUN2$Wb5q67;O~z`4N*9H>{0C|AJ}H49e3!l)Zd z)H-gD+CU%KrmaD{Y&}6J*~)OV2m2;%n&I>`R`f8c8D00S>ATZ!?Kj}u;4-ER7lu!H zGUlsoX-Z{}(Ra?6)Gr-1QD0D6%RkKl?X3&rn~8*9G3O`olAVbdc3pH#l3f?EH%dw` zAEzu9*(wR~ah6e}7>O#@zJwzTSdFE_;TbQDc2EtTr<{aUu5yK%hB@o&&Vsu>>uz7+ zgL!^Oj^ADgUZRG=Vc8W9Cm2qF-xCgh=TanI zO0fV@iG-9y`tL$ z6_Fj$5)pxYw&Vkf5oJ5=vw}26Yf*h@D`Ma6KfzNDqr}y`Z&A0FS!Z zh3!a%CED~v{ATUQS&kIgZv-a7Fj76+^1YFzIbz$PlAl#m*Q0q8{ zRWK?ZLGRDMYnH7qVRM)L7vrf5AZw??iAWMiIf_juh#YbttnBgS)1oY)Y9%3ZF+yZ2 zqf6NQ2OSDn({~VQQHak_MUFJ64>qawk+>*CqSIluP9a*NY8cT%z@scX2g+gDu}8rI z9>Osb>GTv4JR*V13;0QsaDewcoWFIk_s;oc-_fg&ueJg5n?J1xtZdqOJ9_8L&w7?N zJ(YE||3gJvp{8%nS*UNG_uR8{oqe}<+-~@&^~2VsO^0%h_BrRm{!iUi1y6O})1C8l zFUFQVTR(UE7MwTtFS&cO)?T)5)`7CNBwj^F!19`AEg2I&d>N$!@HT579;jKwZ`PXh z0QDNtJytB7s*Kr??y;7AV1fnqWUM+>gAZ(;*?dw+^F$%?kz|xll^BrtG|xU8A4^L- zEpCt(RxyMsWG7`-KI69#R=%Z8`Ig#e6knvIZ^Myj&>KGutAakw1tg{^7s2UOuIS?0 zJHO&{%sW?W8g7hUADwgFtK=M&1xIDx(UEg>EC!by{VQztcPzR2td&=0-;Qe4hx`m6 zAr&A*%F%Mz_=vuBV2Dj|-KGX~X*Aa=9VjXrDK}Z(Zm9{>T(*&BtQi}SKnWGk+LOLC z(E{vY;IE{Y5DMs9ZqlQs>u;$e?NdV;`=lyTQKRt2da_SemqnDkYRjNR?F8tNFeU|z z9`)*f?L}7@~tN7k%5kV1pwGwon9VFMotrxD!5gVG`_L zKc7kpd}^G(Jdu(FUPxRJqER7Q%FZV)Nok(3oBgaZst^n`RiW~s{N-3Y&R-CCF%px6 z=pcV;oKH^(YBMnjl}@Fn`}t%_sfl=UQP8SWyW7te`K2VSXyUebwzW~$%2*(Y?~TV^ z68L9F&QZsue)KywHlbB^Idv%xND-s4WJHVsQdp;0U&=VgAa#HTs!Ux*hgspEiIFd( z@0u8@3%X=`ObUZiVML1TLqNC!(i(Hj5MTu&2vQi7Ff1lJ5XJaVaSJ}AzV(7`*J&h% zQHkU#L#tM*sGLq$5T&a`E)gseIJ}OZ^qX)1i#+G>{NTIa|L%&T{-*Wj#O>fGj{OB+ zVAU7M`#N*J&ShVB*4mwQcNguHGxPn-im&3Z8~S zpz*%b=6B6mi`AURf9=3)2UZ+`g=05PT|ag6%B`AwaBnWSciFLT)$O}_nnABzdpRN| z!>MGLzE?O=5=t2FvXcy`370635xO)2U81Lqz*XG^XRTjTrv}t&%K$nJ^-88`Q`)7b zOnOzH{*IcFyM)>SjApUM33pNhYdxo4EAm;va^ly?r8S`M0-uHyi&$6IVn8pi`l7_> zYAx!U&t#37Lw}dI`Au%xbeStLrq-EPMu@4`5Cg4PCinvH^>QqANdjP~NCU7=%MVbT zp5Vt)B1xYZ^fRykEJw6hmJjeep1OqXNRbk-O^CL8UWfyKi~=ZG!O@wv6Rg?@pk1LA z%A4$#X7)X)b!K2=XS&(O#$Sjih-i?18p6&JQ3nVd47z1=N>XST>trgHlpWMLqA+DU zgHwnxAasE|N4CZwdJ@@oNLX5~poNP{Wc#HglixhFKfXlSylQ)FJKeBTvfY+BA0e;w z`*1+JRCBfUH%?wZdE?CWGm9;^(jUyeJG)eK;Og1W-QH`v=678?IDhcwz_Pm+kb2+F z+1x)k{mSXAf9vgmW$WQjE4)Rs)7hXCEs15%4uZ$VthHh80GwaluL9J5!BsdLKJ|62 z`0H*|Uau_FJXNUaxNoymRRgHKzH6uEPc5Km*QbH{q7PZWlxU0jNmtd8J={O%!+%d#zPg}{ib_JmN1MI*$vjh=8n5C#iunAViFj*0@3HGQRzY3uu>JS`JC*oX! zGwMd12R|=WCxd$TiI>E!nptsiwF>*ai zrGBw^p$ZIP8{!*Se7iv@9;uCb&shl)y*DX+!icTWO$axa`bgnUgj-m+3$x{CWk@XF zI>%ixh1#&wZtad32T8ESnYxmXWZ7luva=+#i-~MAkt-x|j6hwN3o%&{;uUGA z?3of%7aC&!7yO!*W3l}3}(-2ES zf(QXfi775ei9{C>?X`| zETmN+LJOoOEj-UftEd270Cfj%uGueaHznei8czzA^ix>uYjpHan8#5ikzci+0nFG z-v&X4r_i_wugXH}mN_e83k~fEdRH1d7f;@LVX1L1C9bp&-nx9pv($c^^0XA{S`h1o zc(FA|5se_W_#u`AU&k={TH$LSAYU_lZGGfxqBvH9;+i_CYIyXb{ezUP0dWI6=d7PN zf{f&1(%&%+RxlKeYx--%lK6?p#Ep*;u_f+8UJbJJ5>g-dUUOQ9AstqX>(-!0uj4&H zJw57s){-2InrF>uQG+KX2f1Qx8JA?3L#-$2()*u2(m3(3b!rLy z{n9SXRJ)oZtYN7%fjE06n^m9wW`Zh>m_$zvzPNZW-Kv&Qdq|p?udX?2Lv3oYviGD) zN0h~>vk1KnXoje!?=f-H_G$Y@-OIGSM8sCiY=2Try$r<|=uZe?uRsz4&XYLH(w0T4 zRPdd|^#U2uRv8_f@uJWeZFh(Tk?9>t#p9&qRDu3XCNLq3I7ivO zLykyJ7da_75YI6*N!7>|C@(>1C%YNB3YHt%6Y+PDw1M=5G!KMrNsEGEF-iK&W<%8X zaK>r?rvwWL?kczHuDrH;es|v8eAnH)IFj$$ceiU_p{{%GD{<)`(Q~23;jbMjJ`X1-L=}vzxC}mznyR0nQPs-)VgcI z^{KD1;BQ{6ztwchbNfiP{jr??u?6?4C$R9Xth;0Je7^fcuKUDY_ld&r?mKZd(@$D1vG*=#%BRU!LGjDockS5&2vvGA}C zQ~Q5~h{1yz1LiA=xXKvJGz5)amL3&&#g<2aCP`v9JQ=`f`rGPaKNwWF0+0pOaDUCzNGuD20`(@v%!E9{IH=YI@(S?$r>0 z816Pk!W_}1%U;z51BIt?d4mP2mO(w(N0mp7WA$j1x|)iauS5L?)PdyEse^TO7>(DW zkN1j6f|*-d+x6A5Oignhb{Umv5t7uBf?P3gnJtDZl=LwV<%QK5ClMu% z^$DF!P2RWZu5VKzPDjniSE>h= zs)w?kp<*TH4_uplZFce8J1_pxi!0S_zdM-q@YF)!+RXgSt=hSnCEw6p-_ai(_>)6f z$5BT38n4m+j?O(&Q&5-I=wu_oBJ?a6A3Z=#q;1e>J|&i1i0Zz&4sErU>d``sG22x2#@5Tl2bVSrZ9G6U`d2nq}s0A2# zq;Tk5+ti0d`R_2>2%R)khKuigAd} zu^8DoVXHR8rMfN?m`hugBn2^AjmBbcwU;_6Fl#B3yI730TTxBGy^|we=qq_88x->E zY`xO;m{Iop=A(EJjVDrbl3dA%_nBGWqe(K zxZ)VN)0x#=1eM z&zk6##3%+Po5c&Vb(D-}tJoGOd)1Z{>mcHb6r@w3SXx0SNl~v-VJ9d%Wml7}ur^DU zbOB_Pz>MV>hb3D{BOnsxD?7x}dLB~QiEpE(nccq*iZVi#m$53OS~zUaZEShV@unl+Fqmr?Tx!@l=PkG!vTnW* zs3+p^^8DqjZ&TK>3GRxc@>=CQEZ`0RNnJZRe-gHE_bWi}!J4A68v&IZ4Dk8DmRw-V zQlKB{jjlQGeHT|*y)clk?#fknEk>8Tec*_k!CT)c@Ez~i-?snIk@d8KRdNQQuxQ*? z@U&7BkIz4z_q67e0NNvzx>l;Nj`OtMd@!8TGe&50ZE4$w*46<@lmt^sr`Ttw7nf=N{{3*#uHNg*JD^+ z$^oUKj!nOEXNRPX)*^d=Uk&I{l?DJ-)hLunO@5`8g|R*?QBZ>>Kh{%Je8yNb1If}P z35_>AQRsKn@kH&EVb<#8(wc;ctZ}hRv}`DbpxPQ!erh-q%FjmZG5QD$D5Ypcx#Dx3 zI@2*TumMvs;NeM14fQ_^zc=Ee1820Pbp#TqoNf_nNLU~c(KH3cVVZ|2MFhlBB9(>` zlxmyl`+9UnLL}g`Zs|)?=Raeyam+GrW)tGH>PvR}FhPL%IulyKeqDl;>0eTQk}`?J z!YZPnMe@pQ?B$<&+2$1aAnaw4X0aNi5~{A9oj=Qv7?@UH z;M&Ce#I@vn^5(h4j-|@3#iw$Wo98S=v(?$K66je>-#T}@>!X1W2bKbdv!27hTJdcG zorW}p+{-o|xFaolMo1+JI<2G<{kXU8=ppXoL+v9SmcQUlaOFk_dD1avL#L{L6%J~> zxJRSvK4*AFSJSUIA2h--vz8c9J*H#ai|v3bvYEGHHa9$yBK)zDC6ZA(X-8h~uo6FE zAPNFaWdLC+tp?-867D0*eDvcIEbtIBTftn%th3BSLF1_P4o0m^pH`w-fmaY_IKq~3 zWNf^TC;Q4ZmV^wH#I)datc>(`FLxD>kR4%J7(Ht_{2Qct~veQ_#0 zeu)fBRp4OslU%t$!^lt&Gss{@)TXdRY9d`}rCAh2bDrKM&lZ?Xt=TM1t~tVM zUE99ke9nD2Py5`l>jMkBZ$71=ogJ`ReSFz-yigsy1qut2IuJIUeRCtro_6>KADcUt z_q60ZEue)U&LdhV=h*^rNKO5X{lB{(WK!P0CFkGr{*K#@_YQvI-&<@)OT`|pX5b6Z zX(J{K0IaR2Kj-NO3LN^xbMzjFwGorTiI!j#lh1L4Cn&sz(}a)YL`!&wGm`J=vJC9y zL}{@{#VVvTg6Q<)|W zq=6m|lDrZY#t1C0bdgnpA?`9BMYY~b)knB1*^OE>nV_0N+^C9?2>-uQ4eHIL>+~|V zF*;nkj_ZXyl{2E$m_>34n;Vtd$o);5G!rps*O<|Kz4(K z0AOcq5?{hN&Ii4U(DFJ0ibCr=`4~C#@5mP-=XG*)%=AM9Rm_w~i2!@n14YwCBn3{P zoS`E9^Geh8mL`>ujU6co}_()$@8vYA06^zrEYM8rw|1NAd;5u}kDU8re-JalMVe(-p1@OXC1 z@%y#z*6Iakv5E6HW_?|&!+RI3c|V`?qw#kd-fnoOzI+yr^ z3*JJ2&j$Jn!#fv7mTLwJ&AktHQ5Q=c-4DtuAK0D?Y`;Bnr+q1K>cIg@eZYqC1#=Y} zvHx(idt`^@FB+@J-C-L!fHP0{_K%=_zQBx;MC%xL%`#@b$c>p_g!r1^#|Y9T)9e0> z<+}OxfR&qNw)NPBv9~ddQCh*6eeJo*@*B}UM)(D_Zw7=IP(7e_&`)}RH8iY(J{nM6 zsKKBo;7dw)l%N&;0_B069;McD*SJJ~aybjhGnD7`A6U7IbXJn6lWmWlN3j}G zA5s%+c=U0CX6Zox47fz%5z8o>9gKc7!cTUl+$+rmDeuN`Hge27Yq<<-^qGDYb0|uK za`Ykb1lWunBMJlx`Oy==83fDFc>EME#q60;HXE>ohA3ovWQv4HBH;w_V=7yc*8CTW zV2FXC2!M8TK^dNh(yO8GD`I;!Bi{?>Q&re#seZ$7fL z`N$iVtncWY6%GV7WU9GqZiLB@2}k70aKw@!j<{|4$nl}$PFH^K>D=DaKYMnm<@|!P z5NOE-dJ8)bE*#6(bmeNgpgnp1?dRWl;q4c4HQNfqk1dRRQZq=#p1X>5+@T|&a5`A) zR_95g5Pa2nU+}IkSnvn){;fF}oCZGe?_7marxd!K`ow>t=%nmLKj-u+D#C)No3w{E z&e{J7c(gN=2INMmHx{GQlS&SR=l@EZ8A$M*YI>$3%Dt}% z?6650!@!>){xP+T{#K4frT3^YkD3>C9pejY@cI7mk*L*e6uK{zmK>J*4{H0}iHV)|qiKfh^hCvWEn+P;d>aVNwyo6w#8g zlR;v}g0b7x`T9Q2OwZcCXTPkUFL8{{OrM9INYTHL4G(FJ6gwN7tYY_lln#kNCCyCd zc-ZQRbm%0xSv^n2$1WyQB8fmsCU|7co>oM#>?oMH?#xH2{=u2H5q8Fl1h~x34u{V` zq^bf8ex@D_%vb~paq1XdAHu_M8kU1IPNs!==IJv$ND`V`MP^%p<7V4-K6W6uS>b6I z|MEJL%Z`9BRn`O*xk%2xB1a^Ls3+xYtP8V&<4{64HLeJ1BqYfV%GgTxlax%6h;9;Z zQps_0NI>=kQB{(O9E72G( zWk}0b`b6S?rX&JzqpKr=C5aECs2FXs^K~NKe($F z#`1Lock2cq!pR4^a)GXFU~AU16)uRM8wcJv0Lzkv1LWWT#{R6QePKTi$W%4o+@5dl z&o%ewn}>7F!#~=$>^}s~Okv6LHCu8uTknd@Q z-8o11;@GW2%2_(tB;?%f%kB_vd-fh_VX-(Vb_55PfJMC|`FVzpcErVJ`Sbg z-qu1ZfAjca&sI z(_NOIciG@yr+XxRl99eitl~%M9!rF%q4x2s(#Q(Lh+~yn5MP0oH$3WACiY?rb8JXN zkQs@(ACAXH@^ECC{G2YO_{#R`(;l?~BZE+!aw+3LQJbL^9_(GXbhTEGf&AY{@^9RC z^p`&2hDRl4pjZ9sb~K%*UV+YOOGkCv4+PIfXuloqD^f51X}S zK|_{jI4cDEu;ZiH564nd)0$2JlDsJP033uSQ*vB_R=QV=hmqEpfODIq8l}t8O7VN4 zf0%Kci@Xf6U$+#jF5}b%w5{w_e+{2pp{f(UL-C8`uq`G*KH7rBBspZ`E>6M0^)VB; zd@U|pse_6EJ?);V%93q8wCl)Ks$u~)?#eAY;w8jyP+!XR5_)OC)z9=9Z99+1JWpHB zJ=Bi7PRfLMSw}xad1PXNeJAVd%sM*ZmcnyZQgiNmZQsou`R1Wq^U!kh@a?gW;(r`p zg;@kyqFWUdxJ){NY8;o=P<%-zP&AvW2ElqmwF#xDi%fmVYP~JzZp*rRRz209x3s-= z^39WPoq6+&dhq(ru|Gfir)QU1p2#{HSA11u`@xKZ+lH2XTd7`Z*phGP%Qf_62M#WK z4z0BGW`lc|TK3JIRnuLIXFq|xW(DUTe%MTnPy|C>4GQuyvB%{-#04q)WuhdU2z@G@D4UbxinLika&D7qo zbPW~gm6Rj^MCP#vZEGB|8mB85LE&qlTV^gnr`TKc+^P?;ZK_{?BbL`gst>W7RKNb# zD172nG|pB}M=2r;H$3{BL~Zn^f2EB1VS};XM4VY35gxSTzCFp3FX(HKWI_K zlWIrGwWc#$jS%2hmG~iH!7tDX2yYh=-kH}jS;v`d>zO6TnYqm8idDwK=;Fw-qxW+~ z{ZZrG!7wISgfoI_=(gq7CD?84Y=KkTvSzUo6{XO^UZ^M89X!!@;%~>7J=;OSNO9J2hy zA=@!$h3uAIicMiYBT_24POfRk1Tp;h8<4*|Qm(lHKf-Xg1{jm%OentbA^C!eeZCf# z;wmA?2@LBol2EA1OyFHjC8D-f!n?$|ZFq1LvxKiX&IrQ-Q(*M;pkCc@O;ctXsU_4_ zp`2uYI<9#b(@dK+Jfq&;3ORs!djxDz*`=+3`Z9KZaHba_UYcMsfeDZW0Dj;E2}F-H z9z$l>s{#W+>@YfWC>o10!!Mk8;OSGNCi>LOKUK<$>ISvaVVH0LeMra;oH0{h23??$ zh+^Vbr_e_;I z^1+oMzW<2tT88}=DM*V%xq7nvOw=zByB;TLmse^-UWb&1%ciZgfrx`DQZg*^Q^HDr zjCK?&GpJbG@A}%aj?>wW(@SuD?FC;`*4G184X2uLaIdk@*phDy<{E?9hAm*_y!~M1 zoGxSm&+qgpmSx?G--QM=kl%AEx93!T&r`WQWatkwSvyzRKzdyV)S^0O17q*G?kSor zwY~Q(He9a(vy9-az*1l!A2^u{oFq+Z6%~2F3Vy*{1*`mo-+Q#n@^P2#=s-o#bRyU; zj?z?qgPbSf$Q5DO(2Rw{%8^ncj%4cvT)ruiWLzX-K_qHKw%}8WXDLXef_R-ACOIN% zKxCpSQuK*GB)NYr06D}hih&xddXMGHFOny~dE&1vo%qZ5AuYqf5 zDK?U?iK}faHj}RfW-`TA^0iSL?d0P*SLH7|$d@)X+K!sCoA(qs^4y88v3K#YTH9bD z&|S39d-s0!UUhocYzP+z+iWAI?3VpSjyylETVwCyVN;b2hd$biHoP%XS9P{}Q_k7B zRzcyO&9+vSi1)fg3O{XXwl%C)Ru^q}uS=!yVH4NUbFX3x8e8q`%l044bsj3(D2S{W z6HCElx+>S4EH-4~4#S4&o~6r%wMxTa9vTOER-KJ&Hu4llP26eIlgQX&a}{b@vN$PN zv$e=VBPZFL4H~J%{UMXBhSkM9R2O+zUF0cVF*n$@XZsEmIlO<|wMMVvj&@|BDZ!h@ z)wEVYzN4l(>IWr|2Pt)p#R}%dFq$4X$;&tpwxn>WC9F!$2cH)IkyhCg?x9{MOodnFSENOe&U0#Ja$)m1aj9 z8E)pJTucs4_(EnTIq`V2|s3h_aeU1wK~DEE)>#yQKb6d|=CGhW7}$LqSK z)~eoTLTFI#U!O<6S$L4$extbRHP;M%ZmgDebo?-UMnEu3y7Bw5buvgN>qXK#%025_ zRg(2t#YHD^+{Yq`JdLG;N^F=yrG&zehzwbGQmze)P{~CXRnfZcq8u9*mXZV4tBomg z6DH>0Os)1(?iQnds<(71w|{P!WTirdW1&X3P&HNStD$S}`lt=IYkh}&pOeEFnWxD2 zPvne{bAp^OITy&8Bqu};+clmh-!XD_!}-#&U%3?ap!mNLq%B5j#&&`Y+hn?DHkqtz z9?n$tcbxO@IPYg%!!NkuC2shixIO>GJ@pxP@`2f5GGntfnXy%y%)hMWOb33!jef@M z`i$H18Q1>{?!*JL1qlw$wDU9W_-EYy&$vMr^#D-^KI67MFxyP#H4e@%(GtobU&lW< zs~2`JIa{vUi*}!BXTjNAwBWrO01m?&D9qbbtRSC*t7|Gc$>-wgn~QGpc{qFBnwNZC z7SpKdW*3MOyl-_X?>nV8p-qZ^;IW$q?s0Iir*&>Fw0GWf)|!F^S0#2LQ*gDip=iS! zjRv5qxIR#r-crNfUX!1d!h5x{s%XO-4f}ww$%i`v14SqKTxw_B6!K`D zp$f2>+bidyuY7yWN1<<lkEKCWP|(4(@I}fODbd*#J7 UH$o5gA9t9ZFnz(X7h6342MQRZY5)KL literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8d2fb538df1acaa4c09ddd68e4d7232a7cbe0af GIT binary patch literal 228 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 R+ZW;w7^dSH!J3lpe*pLn*sA~l literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b26e74f38e6158f5125fc692a42cf2b62603fe4 GIT binary patch literal 1905 zcmZ`)&2QX96rWk!>)p*dX__jHltL_85*8^or7e|ETj;hWMbHmr(?j=SIqON*iS4mw zyxDHFfeJWKfv7mafkUsT{R8+oHK$5kQl(NW3#3Y@2W}||3JMqAc-I?Rm5DMlZ{C|X zKfm{TZ-3FW0)lbc_@e%mg3#|mNJp-_*{s9n8|0uWao^lpR48)IqT*9LbZ_WRjWzTplrZwjs3KDEuM7UM%5wxZH3(r)<|2 zN#LBPbn%Ssd4z#xPog;&EV+yZJ_({yCLVo1;1L)kk5n47A)__I`8mcYi$_u*Q#~B- z*{(+%a5l;s0f4ibZdA8;=q7>>SM7NMYHf!2;aQiFT0~hZ&d&-^773POb+!X7Rvq|E z*W+=Pk*L9fn$(TASXB5I^5z^Cv5#Qx43U95((Oz~T9Mk)LU*59h;>D7qhko82y)sP zj(of8V?}A>1>yg>(NBaZF{`sH(%^<#&R8-;=n zV>-zr*P}W~sS9R3S58U?Be7l{@To&sFqs<603YQ=H*n%T^B$cAR<U$-i-9QNBf(urcTNg`tCdxRLLp!Q7k@a|x_h@c)NF3{7 z;+TtGMC&XidM=UF@XDE;51?mQ+925LtB0;QAs0Mo1BR_<%jf=elA!WO- z6-DW~!5p>3sX|1pae-3AP>h{V%{ujoIcGz0nP&-KjA&?{x%!@YfjSM3OwLg1antof zkBB;+tkEX7Tc)uD1!j8gtQoeVIt`8(hu<{08r`HE7pJyLw`yOiJ_qFj`OY55P6v_Dt-pEK=1wR@ae>gUEe{AYr zaeeH{*Tro`=(hV37sII7fAjc_<2O&-IPq=qmbcz_WKBNu_m+zGnSUY-*MA*0erP@z zp1OBsZO`;S8}ckw8M*03N04rLI& zE;FqsOnUo&xcBn2HqiS$ZtT*z!|wwxGK!!b z3%YfxL4u!-B$?l%O?VrzQJ8jeC!ipKUZ>bNh@xBa^Dsd;F@BoCSl-McTzG;`JwZpe sGZN1Hl|y(6|AyY$$PVM9j|RpzB(c8!ZfE`AVzNF~a$5?Vvsb~{zY!-5@Bjb+ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53bbd04aad4eca500c273554f7e2c20c519a13dd GIT binary patch literal 1939 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 Av;Y7A literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f94028228f8bde23dd47d9805648b437c798118 GIT binary patch literal 1709 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 UW~(@oQdjaHpI=D;M+U&czXH+{LjV8( literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0adf8c1379e51f353fb4b605af82a1eab8deefda GIT binary patch literal 3954 zcmb_fU2NOP5nhTSMN+@EB>&}-(sArqO(G?6{u`u-^Ha3(Ik=`R5Vr?G7HL}!B?`M# z9O>x7Z4ao8J0Q+e3T|lC@l3!Cj+KbzO4qAa$*dHN4ChA7s$R*HYN=AuG4N`+a7)h< z-KteB(=FpNB@O;)j4)CqBuQzkAKtbEZdmkSk*$+?j? zxLAubYgV;pxgv%oaHSaVEya2sdiuQlBXswX)wCi)HfmXPKA>@S-~rs&NBlf*b0lQ* z8sCT_1RQ?@S#5o@0@L|M_qfSfV(as))S|ZEw=N@usovnWUYnZ*uiD+TKxFH8sI@?HI^3AA%xoc&;Vv%#| zYffpTTHk#Wo>RxoirzT5`|FQuL|2a-xvk?#6DZ46$&5MoZX>ZvP|1jxp57Jd$~tyC zrgiJe)RbPdO1Jef{kCqnq2{Js;qsNyAAZM`^omC2O4dv!h-H|IDd@IuTGL6<4O;pg ziv(dnh4%WFxf!#p=cWoUD|cBZw=A=oyL9tv?rl@68TyeQP%q1s%2h+BXFXCh=SZQR z%ih*2w{u2mGFPozGiGHZd+d0Qlq~&7wNSiOnASu!3NlVY9J3=4O`MkDZ$520H?TM9}YT(vinClsJi;rYV6VE zTKL$)<-dh{9VxPw7+RNx7K2^_MG_0ww&F-hJeB*`<^BzM;8)YXEXV;~( zAQ)kSo{SRvp2mmP<3p>~X8f=d>08m(Bl{P}sch%K>iF8g$XepWx^!YO_#zx%xb_nE zgIu9fDC@+PEWKRKYbERk>4)M@=cY7+&5r;uUjrL}5ILoBvs7+Zv)fKQFW7?B)@<{3 z@NpAP%&~>NltTtS>!K?8MTBo$&SMLKPo9q4mc4E=HWoI&D;#Y%ouu0CNAK*%6w3T3j;Wr zxSnks8)Kf>95APv6DjiF>&NqI5$gp@*VKxsPL&LuWR>yHX#i|Y{ErjMCI+<66e=o& z1*RjbTm?SjuhUEA6Wg##}_u@ zqwCV>BL7T^-Hk29mdU2H$B8FD3n_~yf6-XJ`17B7K`xs6r;=D2T23w3Hk7?y2+0vo zg6_ZQ_$(Z~dwS{g-SbQ5SESX!N8H2Vjqsth;33=%`*Wi#MdqvZJhO*F%o;B0456`U z!<;M_d6Q*X;zs?Wwpf8WiB@c~91qAfpB9ycS(eAo^b1DZ^K+pFI|1IS{f8=ZIn;o}^#rCCVmyPMWN zA%}LHuT|Xb5Z9#bNW!6;X!n|Rc@Ev-Z=yMF03Abwn+s4W4t{mn|DFjqJ{+Z4gkh;x zp*aVz*-SlZjRA?Gf4}d|`!3WDG>56=DPIE)eBGDCej7{8l>uLd_i{_vF&BX`F zct-fz*pLZh>in4cg&$=EO`ohyW9q7|eC1A2XUKtYRH~H749-!(emWR3pcsWCvtW^l z_(5lg4j-gl+eY}CR9f*%09v)W5xV<4q*4O41J2T6(XXS}K3lRB%!H;4dVj6v2d~bZ z5zD`Jd37q?A?-uPI2LTUJP|*9;F_Mk8Z6c&n=8S zlhexv)C(T!7W!7_Xy}S8Mb^?sKOWqa&UisZ?s=9z;3WE-z2}_NKBwm!pr|Xhcy+4_ zbtLaA_mq{B8;Sl!;aU2q)7kB$`<#xn(>vho>E8;AUCN>YD<=A0S)}vs*wWZq@9E#BHX|3DWcRB*AkDVrr9k-gt8|NhO{mcx zc8{Loe;2=aCh&=H$* z4tFt)Y3#x@P`Q0j%4OT7T()SGvQ1|r%uCz@Zwl0`l0mXN|4E@(WnSg(`%2OF|0>MM z{JK|$Y&7PVzEVC<(_}vH`y)>*>?c8*l-Mo*2C=x$T;a8JzRZf(3wRX9A!Z};FX%j; zfZ{^H}d|*NJ#11aubapM1dl`=h`bDbS z6X5NMNR(fOC^g)}9d^R;Wq#?b#{>N$*5L{829a>g3sFi!$!?}XrksM(Jzkhn5hTVI zi$8n!Wt4KK4sm^s67_g^zesj@0=z* Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class TrackerId(str): + """Uniquely identifying string provided to the build tracker.""" + + +class BuildTracker: + """Ensure that an sdist cannot request itself as a setup requirement. + + When an sdist is prepared, it identifies its setup requirements in the + context of ``BuildTracker.track()``. If a requirement shows up recursively, this + raises an exception. + + This stops fork bombs embedded in malicious packages.""" + + def __init__(self, root: str) -> None: + self._root = root + self._entries: Dict[TrackerId, InstallRequirement] = {} + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, key: TrackerId) -> str: + hashed = hashlib.sha224(key.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement, key: TrackerId) -> None: + """Add an InstallRequirement to build tracking.""" + + # Get the file to write information about this requirement. + entry_path = self._entry_path(key) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} is already being built: {}".format(req.link, contents) + raise LookupError(message) + + # If we're here, req should really not be building already. + assert key not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries[key] = req + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement, key: TrackerId) -> None: + """Remove an InstallRequirement from build tracking.""" + + # Delete the created file and the corresponding entry. + os.unlink(self._entry_path(key)) + del self._entries[key] + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for key, req in list(self._entries.items()): + self.remove(req, key) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement, key: str) -> Generator[None, None, None]: + """Ensure that `key` cannot install itself as a setup requirement. + + :raises LookupError: If `key` was already provided in a parent invocation of + the context introduced by this method.""" + tracker_id = TrackerId(key) + self.add(req, tracker_id) + yield + self.remove(req, tracker_id) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 00000000..c66ac354 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,39 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 517. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)") + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 00000000..27c69f0d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 00000000..e60988d6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py @@ -0,0 +1,74 @@ +"""Metadata generation logic for legacy source distributions. +""" + +import logging +import os + +from pip._internal.build_env import BuildEnvironment +from pip._internal.cli.spinners import open_spinner +from pip._internal.exceptions import ( + InstallationError, + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def _find_egg_info(directory: str) -> str: + """Find an .egg-info subdirectory in `directory`.""" + filenames = [f for f in os.listdir(directory) if f.endswith(".egg-info")] + + if not filenames: + raise InstallationError(f"No .egg-info directory found in {directory}") + + if len(filenames) > 1: + raise InstallationError( + "More than one .egg-info directory found in {}".format(directory) + ) + + return os.path.join(directory, filenames[0]) + + +def generate_metadata( + build_env: BuildEnvironment, + setup_py_path: str, + source_dir: str, + isolated: bool, + details: str, +) -> str: + """Generate metadata using setup.py-based defacto mechanisms. + + Returns the generated metadata directory. + """ + logger.debug( + "Running setup.py (path:%s) egg_info for package %s", + setup_py_path, + details, + ) + + egg_info_dir = TempDirectory(kind="pip-egg-info", globally_managed=True).path + + args = make_setuptools_egg_info_args( + setup_py_path, + egg_info_dir=egg_info_dir, + no_user_config=isolated, + ) + + with build_env: + with open_spinner("Preparing metadata (setup.py)") as spinner: + try: + call_subprocess( + args, + cwd=source_dir, + command_desc="python setup.py egg_info", + spinner=spinner, + ) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + # Return the .egg-info directory. + return _find_egg_info(egg_info_dir) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 00000000..064811ad --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 517 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + tempd, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 00000000..719d69dd --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller, HookMissing + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 660 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + tempd, + metadata_directory=metadata_directory, + ) + except HookMissing as e: + logger.error( + "Cannot build editable %s because the build " + "backend does not have the %s hook", + name, + e, + ) + return None + except Exception: + logger.error("Failed building editable for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 00000000..c5f0492c --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,102 @@ +import logging +import os.path +from typing import List, Optional + +from pip._internal.cli.spinners import open_spinner +from pip._internal.utils.setuptools_build import make_setuptools_bdist_wheel_args +from pip._internal.utils.subprocess import call_subprocess, format_command_args + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args: List[str], + command_output: str, +) -> str: + """Format command information for logging.""" + command_desc = format_command_args(command_args) + text = f"Command arguments: {command_desc}\n" + + if not command_output: + text += "Command output: None" + elif logger.getEffectiveLevel() > logging.DEBUG: + text += "Command output: [use --verbose to show]" + else: + if not command_output.endswith("\n"): + command_output += "\n" + text += f"Command output:\n{command_output}" + + return text + + +def get_legacy_build_wheel_path( + names: List[str], + temp_dir: str, + name: str, + command_args: List[str], + command_output: str, +) -> Optional[str]: + """Return the path to the wheel in the temporary build directory.""" + # Sort for determinism. + names = sorted(names) + if not names: + msg = ("Legacy build of wheel for {!r} created no files.\n").format(name) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + return None + + if len(names) > 1: + msg = ( + "Legacy build of wheel for {!r} created more than one file.\n" + "Filenames (choosing first): {}\n" + ).format(name, names) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + + return os.path.join(temp_dir, names[0]) + + +def build_wheel_legacy( + name: str, + setup_py_path: str, + source_dir: str, + global_options: List[str], + build_options: List[str], + tempd: str, +) -> Optional[str]: + """Build one unpacked package using the "legacy" build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + wheel_args = make_setuptools_bdist_wheel_args( + setup_py_path, + global_options=global_options, + build_options=build_options, + destination_dir=tempd, + ) + + spin_message = f"Building wheel for {name} (setup.py)" + with open_spinner(spin_message) as spinner: + logger.debug("Destination directory: %s", tempd) + + try: + output = call_subprocess( + wheel_args, + command_desc="python setup.py bdist_wheel", + cwd=source_dir, + spinner=spinner, + ) + except Exception: + spinner.finish("error") + logger.error("Failed building wheel for %s", name) + return None + + names = os.listdir(tempd) + wheel_path = get_legacy_build_wheel_path( + names=names, + temp_dir=tempd, + name=name, + command_args=wheel_args, + command_output=output, + ) + return wheel_path diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py new file mode 100644 index 00000000..90c6a58a --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,187 @@ +"""Validation of dependencies of packages +""" + +import logging +from typing import Callable, Dict, List, NamedTuple, Optional, Set, Tuple + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import LegacySpecifier +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import deprecated + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: DistributionVersion + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, DistributionVersion, Requirement] + +MissingDict = Dict[NormalizedName, List[Missing]] +ConflictingDict = Dict[NormalizedName, List[Conflicting]] +CheckResult = Tuple[MissingDict, ConflictingDict] +ConflictDetails = Tuple[PackageSet, CheckResult] + + +def create_package_set_from_installed() -> Tuple[PackageSet, bool]: + """Converts a list of distributions into a PackageSet.""" + package_set = {} + problems = False + env = get_default_environment() + for dist in env.iter_installed_distributions(local_only=False, skip=()): + name = dist.canonical_name + try: + dependencies = list(dist.iter_dependencies()) + package_set[name] = PackageDetails(dist.version, dependencies) + except (OSError, ValueError) as e: + # Don't crash on unreadable or broken metadata. + logger.warning("Error parsing requirements for %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: PackageSet, should_ignore: Optional[Callable[[str], bool]] = None +) -> CheckResult: + """Check if a package set is consistent + + If should_ignore is passed, it should be a callable that takes a + package name and returns a boolean. + """ + + warn_legacy_versions_and_specifiers(package_set) + + missing = {} + conflicting = {} + + for package_name, package_detail in package_set.items(): + # Info about dependencies of package_name + missing_deps: Set[Missing] = set() + conflicting_deps: Set[Conflicting] = set() + + if should_ignore and should_ignore(package_name): + continue + + for req in package_detail.dependencies: + name = canonicalize_name(req.name) + + # Check if it's missing + if name not in package_set: + missed = True + if req.marker is not None: + missed = req.marker.evaluate({"extra": ""}) + if missed: + missing_deps.add((name, req)) + continue + + # Check if there's a conflict + version = package_set[name].version + if not req.specifier.contains(version, prereleases=True): + conflicting_deps.add((name, version, req)) + + if missing_deps: + missing[package_name] = sorted(missing_deps, key=str) + if conflicting_deps: + conflicting[package_name] = sorted(conflicting_deps, key=str) + + return missing, conflicting + + +def check_install_conflicts(to_install: List[InstallRequirement]) -> ConflictDetails: + """For checking if the dependency graph would be consistent after \ + installing given requirements + """ + # Start from the current state + package_set, _ = create_package_set_from_installed() + # Install packages + would_be_installed = _simulate_installation_of(to_install, package_set) + + # Only warn about directly-dependent packages; create a whitelist of them + whitelist = _create_whitelist(would_be_installed, package_set) + + return ( + package_set, + check_package_set( + package_set, should_ignore=lambda name: name not in whitelist + ), + ) + + +def _simulate_installation_of( + to_install: List[InstallRequirement], package_set: PackageSet +) -> Set[NormalizedName]: + """Computes the version of packages after installing to_install.""" + # Keep track of packages that were installed + installed = set() + + # Modify it as installing requirement_set would (assuming no errors) + for inst_req in to_install: + abstract_dist = make_distribution_for_install_requirement(inst_req) + dist = abstract_dist.get_metadata_distribution() + name = dist.canonical_name + package_set[name] = PackageDetails(dist.version, list(dist.iter_dependencies())) + + installed.add(name) + + return installed + + +def _create_whitelist( + would_be_installed: Set[NormalizedName], package_set: PackageSet +) -> Set[NormalizedName]: + packages_affected = set(would_be_installed) + + for package_name in package_set: + if package_name in packages_affected: + continue + + for req in package_set[package_name].dependencies: + if canonicalize_name(req.name) in packages_affected: + packages_affected.add(package_name) + break + + return packages_affected + + +def warn_legacy_versions_and_specifiers(package_set: PackageSet) -> None: + for project_name, package_details in package_set.items(): + if isinstance(package_details.version, LegacyVersion): + deprecated( + reason=( + f"{project_name} {package_details.version} " + f"has a non-standard version number." + ), + replacement=( + f"to upgrade to a newer version of {project_name} " + f"or contact the author to suggest that they " + f"release a version with a conforming version number" + ), + issue=12063, + gone_in="24.1", + ) + for dep in package_details.dependencies: + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"{project_name} {package_details.version} " + f"has a non-standard dependency specifier {dep}." + ), + replacement=( + f"to upgrade to a newer version of {project_name} " + f"or contact the author to suggest that they " + f"release a version with a conforming dependency specifiers" + ), + issue=12063, + gone_in="24.1", + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 00000000..35445684 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,255 @@ +import collections +import logging +import os +from typing import Container, Dict, Generator, Iterable, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: str + comments: List[str] + + +def freeze( + requirement: Optional[List[str]] = None, + local_only: bool = False, + user_only: bool = False, + paths: Optional[List[str]] = None, + isolated: bool = False, + exclude_editable: bool = False, + skip: Container[str] = (), +) -> Generator[str, None, None]: + installations: Dict[str, FrozenRequirement] = {} + + dists = get_environment(paths).iter_installed_distributions( + local_only=local_only, + skip=(), + user_only=user_only, + ) + for dist in dists: + req = FrozenRequirement.from_dist(dist) + if exclude_editable and req.editable: + continue + installations[req.canonical_name] = req + + if requirement: + # the options that don't get turned into an InstallRequirement + # should only be emitted once, even if the same option is in multiple + # requirements files, so we need to keep track of what has been emitted + # so that we don't emit it again if it's seen again + emitted_options: Set[str] = set() + # keep track of which files a requirement is in so that we can + # give an accurate warning if a requirement appears multiple times. + req_files: Dict[str, List[str]] = collections.defaultdict(list) + for req_file_path in requirement: + with open(req_file_path) as req_file: + for line in req_file: + if ( + not line.strip() + or line.strip().startswith("#") + or line.startswith( + ( + "-r", + "--requirement", + "-f", + "--find-links", + "-i", + "--index-url", + "--pre", + "--trusted-host", + "--process-dependency-links", + "--extra-index-url", + "--use-feature", + ) + ) + ): + line = line.rstrip() + if line not in emitted_options: + emitted_options.add(line) + yield line + continue + + if line.startswith("-e") or line.startswith("--editable"): + if line.startswith("-e"): + line = line[2:].strip() + else: + line = line[len("--editable") :].strip().lstrip("=") + line_req = install_req_from_editable( + line, + isolated=isolated, + ) + else: + line_req = install_req_from_line( + COMMENT_RE.sub("", line).strip(), + isolated=isolated, + ) + + if not line_req.name: + logger.info( + "Skipping line in requirement file [%s] because " + "it's not clear what it would install: %s", + req_file_path, + line.strip(), + ) + logger.info( + " (add #egg=PackageName to the URL to avoid" + " this warning)" + ) + else: + line_req_canonical_name = canonicalize_name(line_req.name) + if line_req_canonical_name not in installations: + # either it's not installed, or it is installed + # but has been processed already + if not req_files[line_req.name]: + logger.warning( + "Requirement file [%s] contains %s, but " + "package %r is not installed", + req_file_path, + COMMENT_RE.sub("", line).strip(), + line_req.name, + ) + else: + req_files[line_req.name].append(req_file_path) + else: + yield str(installations[line_req_canonical_name]).rstrip() + del installations[line_req_canonical_name] + req_files[line_req.name].append(req_file_path) + + # Warn about requirements that were included multiple times (in a + # single requirements file or in different requirements files). + for name, files in req_files.items(): + if len(files) > 1: + logger.warning( + "Requirement %s included multiple times [%s]", + name, + ", ".join(sorted(set(files))), + ) + + yield ("## The following requirements were added by pip freeze:") + for installation in sorted(installations.values(), key=lambda x: x.name.lower()): + if installation.canonical_name not in skip: + yield str(installation).rstrip() + + +def _format_as_name_version(dist: BaseDistribution) -> str: + dist_version = dist.version + if isinstance(dist_version, Version): + return f"{dist.raw_name}=={dist_version}" + return f"{dist.raw_name}==={dist_version}" + + +def _get_editable_info(dist: BaseDistribution) -> _EditableInfo: + """ + Compute and return values (req, comments) for use in + FrozenRequirement.from_dist(). + """ + editable_project_location = dist.editable_project_location + assert editable_project_location + location = os.path.normcase(os.path.abspath(editable_project_location)) + + from pip._internal.vcs import RemoteNotFoundError, RemoteNotValidError, vcs + + vcs_backend = vcs.get_backend_for_dir(location) + + if vcs_backend is None: + display = _format_as_name_version(dist) + logger.debug( + 'No VCS found for editable requirement "%s" in: %r', + display, + location, + ) + return _EditableInfo( + requirement=location, + comments=[f"# Editable install with no version control ({display})"], + ) + + vcs_name = type(vcs_backend).__name__ + + try: + req = vcs_backend.get_src_requirement(location, dist.raw_name) + except RemoteNotFoundError: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[f"# Editable {vcs_name} install with no remote ({display})"], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[ + f"# Editable {vcs_name} install ({display}) with either a deleted " + f"local remote or invalid URI:", + f"# '{ex.url}'", + ], + ) + except BadCommand: + logger.warning( + "cannot determine version of editable source in %s " + "(%s command not found in path)", + location, + vcs_backend.name, + ) + return _EditableInfo(requirement=location, comments=[]) + except InstallationError as exc: + logger.warning("Error when trying to get requirement for VCS system %s", exc) + else: + return _EditableInfo(requirement=req, comments=[]) + + logger.warning("Could not determine repository location of %s", location) + + return _EditableInfo( + requirement=location, + comments=["## !! Could not determine repository location"], + ) + + +class FrozenRequirement: + def __init__( + self, + name: str, + req: str, + editable: bool, + comments: Iterable[str] = (), + ) -> None: + self.name = name + self.canonical_name = canonicalize_name(name) + self.req = req + self.editable = editable + self.comments = comments + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 00000000..24d6a5dd --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..771abd3f93ebcc566d25d65454837b226fc62457 GIT binary patch literal 291 zcmXv~F-`+95VS)CQKbCAZ6xkikQN~!P&%k+ps~!|lC$FTTJ{oj^i({6H}DpIK+6XZ z=~Bf<$TT~nm1bx5b21r=jEnNEndSN2i#_B&S&uS#7qz$-otzF{j^`9rOZAh(q#`=Q zSSu!FePZLB^$QhDwKNM%<@jbQzmBx7snYsGtb5DND>T$1JQ~XlTwz)=1-QJM!}XtO zaZBV9*fuz9(Q{GJb21&2EA%UH_5ni24f$Dlatg^Z7W;D$YyfRNWAw%W1&oF*`E0h! k20CvoYh8wJGdkOqIFE-pRo^!C&-gizQvMF49L8amTM;H#P5=M^ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9897e42c529f2d64ad6c952cb4ad00652bc01d38 GIT binary patch literal 1842 zcmZuxO>Epm6dtdC*53aln=VaD>(W-Rh^&>ipb8;Spdg_(MWS4~99+kq?7Fc%X2zRz zqeUtb5>)M>oZ2f#lpYWg+cl)G}MbQMYXl|T)(u9jgn zD294h&#)F4VX0fna4{%{m2O2s1%#!mb31|dzPPq2-{& z$ej{OfJwQG)DaqKBWY9^$@dDITJHVSNQyfvHYea!B%x7J=tM-%WMp{qNWZ6SP9g$_ zRPo!3wBH`8$I${}(t1Hcmtijn-I~58UqCVC_OE7tUl6z*w zer(x(lwblsn(v#;C(8?l2ojFS^zT@E4TNY+w291{++ydO#Z&UIIG@Q zbb$9~)x{&m{kfvR$JE7_i|rX+v~7>Lw#|#8a=;j_CBqoLRIr~apm+;X)7ec;XScVh zXgGf8|FeU{4_IfiSyp_0;#n*9C~IdMW@O<amu@VjMPccv zJahZ>jrr6NRtYtqOUnXPP`Q>?1*)NDE3FIEK=qk)N}y@fFw+@!V@?Vx>_pbl| literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d079c987fcc285d1287c907cab04bd8054c40e19 GIT binary patch literal 33884 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py new file mode 100644 index 00000000..bebe24e6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py @@ -0,0 +1,46 @@ +"""Legacy editable installation process, i.e. `setup.py develop`. +""" +import logging +from typing import Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.setuptools_build import make_setuptools_develop_args +from pip._internal.utils.subprocess import call_subprocess + +logger = logging.getLogger(__name__) + + +def install_editable( + *, + global_options: Sequence[str], + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, + name: str, + setup_py_path: str, + isolated: bool, + build_env: BuildEnvironment, + unpacked_source_directory: str, +) -> None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + no_user_config=isolated, + prefix=prefix, + home=home, + use_user_site=use_user_site, + ) + + with indent_log(): + with build_env: + call_subprocess( + args, + command_desc="python setup.py develop", + cwd=unpacked_source_directory, + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 00000000..f67180c9 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,734 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + Generator, + Iterable, + Iterator, + List, + NewType, + Optional, + Sequence, + Set, + Tuple, + Union, + cast, +) +from zipfile import ZipFile, ZipInfo + +from pip._vendor.distlib.scripts import ScriptMaker +from pip._vendor.distlib.util import get_export_entry +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) +from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import captured_stdout, ensure_dir, hash_file, partition +from pip._internal.utils.unpacking import ( + current_umask, + is_within_directory, + set_extracted_file_to_default_mode_plus_executable, + zip_item_is_executable, +) +from pip._internal.utils.wheel import parse_wheel + +if TYPE_CHECKING: + from typing import Protocol + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(os.path.normpath(i)).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append( + os.path.normcase(os.path.normpath(os.path.dirname(sys.executable))) + ) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(os.path.normpath(parent_dir)) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = f"script {sorted_scripts[0]} is" + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + f"The {start_text} installed in '{parent_dir}' which is not on PATH." + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str: + return os.path.join(lib_dir, record_path) + + +def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): + path = os.path.relpath(path, lib_dir) + + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + return installed_rows + [ + (installed_record_path, "", "") for installed_record_path in installed.values() + ] + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points, but that won't happen till Metadata 2.0 is + # available. + # In the meantime, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. So, as a stopgap until Metadata 2.0, we + # override the versioned entry points in the wheel and generate the + # correct ones. This code is purely a short-term measure until Metadata 2.0 + # is available. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append(f"pip{sys.version_info[0]} = {pip_script}") + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + f"easy_install-{get_major_minor_version()} = {easy_install_script}" + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(self.dest_path) + ensure_dir(parent_dir) + + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + with self._zip_file.open(zipinfo) as f: + with open(self.dest_path, "wb") as dest: + shutil.copyfileobj(f, dest) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + f"Invalid script entry point: {entry_point} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information." + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: Optional[Dict[str, Any]] = None + ) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( + name: str, + wheel_zip: ZipFile, + wheel_path: str, + scheme: Scheme, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + """Install a wheel. + + :param name: Name of the project to install + :param wheel_zip: open ZipFile for wheel being installed + :param scheme: Distutils scheme dictating the install directories + :param req_description: String used in place of the requirement, for + logging + :param pycompile: Whether to byte-compile installed Python files + :param warn_script_location: Whether to check that scripts are installed + into a directory on PATH + :raises UnsupportedWheel: + * when the directory holds an unpacked wheel with incompatible + Wheel-Version + * when the .dist-info dir does not match the wheel + """ + info_dir, metadata = parse_wheel(wheel_zip, name) + + if wheel_root_is_purelib(metadata): + lib_dir = scheme.purelib + else: + lib_dir = scheme.platlib + + # Record details of the files moved + # installed = files copied from the wheel to the destination + # changed = files changed while installing (scripts #! line typically) + # generated = files newly generated during the install (script wrappers) + installed: Dict[RecordPath, RecordPath] = {} + changed: Set[RecordPath] = set() + generated: List[str] = [] + + def record_installed( + srcfile: RecordPath, destfile: str, modified: bool = False + ) -> None: + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(newpath) + + def is_dir_path(path: RecordPath) -> bool: + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None: + if not is_within_directory(dest_dir_path, target_path): + message = ( + "The wheel {!r} has a file {!r} trying to install" + " outside the target directory {!r}" + ) + raise InstallationError( + message.format(wheel_path, target_path, dest_dir_path) + ) + + def root_scheme_file_maker( + zip_file: ZipFile, dest: str + ) -> Callable[[RecordPath], "File"]: + def make_root_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + dest_path = os.path.join(dest, normed_path) + assert_no_path_traversal(dest, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_root_scheme_file + + def data_scheme_file_maker( + zip_file: ZipFile, scheme: Scheme + ) -> Callable[[RecordPath], "File"]: + scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS} + + def make_data_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + try: + _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2) + except ValueError: + message = ( + "Unexpected file in {}: {!r}. .data directory contents" + " should be named like: '/'." + ).format(wheel_path, record_path) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + "Unknown scheme key used in {}: {} (for file {!r}). .data" + " directory contents should be in subdirectories named" + " with a valid scheme key ({})" + ).format(wheel_path, scheme_key, record_path, valid_scheme_keys) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: RecordPath) -> bool: + return path.split("/", 1)[0].endswith(".data") + + paths = cast(List[RecordPath], wheel_zip.namelist()) + file_paths = filterfalse(is_dir_path, paths) + root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths) + + make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir) + files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path: RecordPath) -> bool: + parts = path.split("/", 2) + return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts" + + other_scheme_paths, script_scheme_paths = partition( + is_script_scheme_path, data_scheme_paths + ) + + make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme) + other_scheme_files = map(make_data_scheme_file, other_scheme_paths) + files = chain(files, other_scheme_files) + + # Get the defined entry points + distribution = get_wheel_distribution( + FilesystemWheel(wheel_path), + canonicalize_name(name), + ) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file: "File") -> bool: + # EP, EP.exe and EP-script.py are scripts generated for + # entry point EP by setuptools + path = file.dest_path + name = os.path.basename(path) + if name.lower().endswith(".exe"): + matchname = name[:-4] + elif name.lower().endswith("-script.py"): + matchname = name[:-10] + elif name.lower().endswith(".pya"): + matchname = name[:-4] + else: + matchname = name + # Ignore setuptools-generated scripts + return matchname in console or matchname in gui + + script_scheme_files: Iterator[File] = map( + make_data_scheme_file, script_scheme_paths + ) + script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files) + script_scheme_files = map(ScriptFile, script_scheme_files) + files = chain(files, script_scheme_files) + + for file in files: + file.save() + record_installed(file.src_record_path, file.dest_path, file.changed) + + def pyc_source_file_paths() -> Generator[str, None, None]: + # We de-duplicate installation paths, since there can be overlap (e.g. + # file in .data maps to same location as file in wheel root). + # Sorting installation paths makes it easier to reproduce and debug + # issues related to permissions on existing files. + for installed_path in sorted(set(installed.values())): + full_installed_path = os.path.join(lib_dir, installed_path) + if not os.path.isfile(full_installed_path): + continue + if not full_installed_path.endswith(".py"): + continue + yield full_installed_path + + def pyc_output_path(path: str) -> str: + """Return the path the pyc file would have been written to.""" + return importlib.util.cache_from_source(path) + + # Compile all of the pyc files for the installed files + if pycompile: + with captured_stdout() as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Generator[None, None, None]: + try: + yield + except InstallationError as e: + message = f"For req: {req_description}. {e.args[0]}" + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 00000000..956717d1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,730 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import mimetypes +import os +import shutil +from pathlib import Path +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_metadata_distribution +from pip._internal.models.direct_url import ArchiveInfo +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ( + display_path, + hash_file, + hide_url, + redact_auth_from_requirement, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + build_tracker: BuildTracker, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + tracker_id = abstract_dist.build_tracker_id + if tracker_id is not None: + with build_tracker.track(req, tracker_id): + abstract_dist.prepare_distribution_metadata( + finder, build_isolation, check_build_deps + ) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +class File: + def __init__(self, path: str, content_type: Optional[str]) -> None: + self.path = path + if content_type is None: + self.content_type = mimetypes.guess_type(path)[0] + else: + self.content_type = content_type + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + assert not link.is_existing_dir() + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, + download_dir: str, + hashes: Optional[Hashes], + warn_on_hash_mismatch: bool = True, +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + if warn_on_hash_mismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + check_build_deps: bool, + build_tracker: BuildTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + legacy_resolver: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.build_tracker = build_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should check build dependencies? + self.check_build_deps = check_build_deps + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Are we using the legacy resolver? + self.legacy_resolver = legacy_resolver + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.is_wheel_from_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = redact_auth_from_requirement(req.req) if req.req else str(req) + + # If we used req.req, inject requirement source if available (this + # would already be included if we used req directly) + if req.req and req.comes_from: + if isinstance(req.comes_from, str): + comes_from: Optional[str] = req.comes_from + else: + comes_from = req.comes_from.from_path() + if comes_from: + information += f" (from {comes_from})" + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.is_wheel_from_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir(): + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + req.ensure_pristine_source_checkout() + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if not req.is_direct and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_only( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + if self.legacy_resolver: + logger.debug( + "Metadata-only fetching is not used in the legacy resolver", + ) + return None + if self.require_hashes: + logger.debug( + "Metadata-only fetching is not used as hash checking is required", + ) + return None + # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. + return self._fetch_metadata_using_link_data_attr( + req + ) or self._fetch_metadata_using_lazy_wheel(req.link) + + def _fetch_metadata_using_link_data_attr( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" + # (1) Get the link to the metadata file, if provided by the backend. + metadata_link = req.link.metadata_link() + if metadata_link is None: + return None + assert req.req is not None + logger.verbose( + "Obtaining dependency information for %s from %s", + req.req, + metadata_link, + ) + # (2) Download the contents of the METADATA file, separate from the dist itself. + metadata_file = get_http_url( + metadata_link, + self._download, + hashes=metadata_link.as_hashes(), + ) + with open(metadata_file.path, "rb") as f: + metadata_contents = f.read() + # (3) Generate a dist just from those file contents. + metadata_dist = get_metadata_distribution( + metadata_contents, + req.link.filename, + req.req.name, + ) + # (4) Ensure the Name: field from the METADATA file matches the name from the + # install requirement. + # + # NB: raw_name will fall back to the name from the install requirement if + # the Name: field is not present, but it's noted in the raw_name docstring + # that that should NEVER happen anyway. + if canonicalize_name(metadata_dist.raw_name) != canonicalize_name(req.req.name): + raise MetadataInconsistent( + req, "Name", req.req.name, metadata_dist.raw_name + ) + return metadata_dist + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + # --use-feature=fast-deps must be provided. + if not self.use_lazy_wheel: + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not point to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + # Record the downloaded file path so wheel reqs can extract a Distribution + # in .get_dist(). + req.local_file_path = filepath + # Record that the file is downloaded so we don't do it again in + # _prepare_linked_requirement(). + self._downloaded[req.link.url] = filepath + + # If this is an sdist, we need to unpack it after downloading, but the + # .source_dir won't be set up until we are in _prepare_linked_requirement(). + # Add the downloaded archive to the install requirement to unpack after + # preparing the source dir. + if not req.is_wheel: + req.needs_unpacked_archive(Path(filepath)) + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir( + req.link, + self.download_dir, + hashes, + # When a locally built wheel has been found in cache, we don't warn + # about re-downloading when the already downloaded wheel hash does + # not match. This is because the hash must be checked against the + # original link, not the cached link. It that case the already + # downloaded file will be removed and re-fetched from cache (which + # implies a hash check against the cache entry's origin.json). + warn_on_hash_mismatch=not req.is_wheel_from_cache, + ) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + metadata_dist = self._fetch_metadata_only(req) + if metadata_dist is not None: + req.needs_more_preparation = True + return metadata_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + hashes = self._get_linked_req_hashes(req) + + if hashes and req.is_wheel_from_cache: + assert req.download_info is not None + assert link.is_wheel + assert link.is_file + # We need to verify hashes, and we have found the requirement in the cache + # of locally built wheels. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and req.download_info.info.hashes + and hashes.has_one_of(req.download_info.info.hashes) + ): + # At this point we know the requirement was built from a hashable source + # artifact, and we verified that the cache entry's hash of the original + # artifact matches one of the hashes we expect. We don't verify hashes + # against the cached wheel, because the wheel is not the original. + hashes = None + else: + logger.warning( + "The hashes of the source archive found in cache entry " + "don't match, ignoring cached built wheel " + "and re-downloading source." + ) + req.link = req.cached_wheel_source_link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + + if link.is_existing_dir(): + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + f"Could not install requirement {req} because of HTTP " + f"error {exc} for URL {link}" + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # If download_info is set, we got it from the wheel cache. + if req.download_info is None: + # Editables don't go through this function (see + # prepare_editable_requirement). + assert not req.editable + req.download_info = direct_url_from_link(link, req.source_dir) + # Make sure we have a hash in download_info. If we got it as part of the + # URL, it will have been verified and we can rely on it. Otherwise we + # compute it from the downloaded file. + # FIXME: https://github.com/pypa/pip/issues/11943 + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hashes + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + # We populate info.hash for backward compatibility. + # This will automatically populate info.hashes. + req.download_info.info.hash = f"sha256={hash}" + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + f"The editable requirement {req} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash." + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + assert req.source_dir + req.download_info = direct_url_for_editable(req.unpacked_source_directory) + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + f"is set to {req.satisfied_by}" + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py new file mode 100644 index 00000000..8de36b87 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,179 @@ +import importlib.util +import os +from collections import namedtuple +from typing import Any, List, Optional + +from pip._vendor import tomli +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) + + +def _is_list_of_str(obj: Any) -> bool: + return isinstance(obj, list) and all(isinstance(item, str) for item in obj) + + +def make_pyproject_path(unpacked_source_directory: str) -> str: + return os.path.join(unpacked_source_directory, "pyproject.toml") + + +BuildSystemDetails = namedtuple( + "BuildSystemDetails", ["requires", "backend", "check", "backend_path"] +) + + +def load_pyproject_toml( + use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str +) -> Optional[BuildSystemDetails]: + """Load the pyproject.toml file. + + Parameters: + use_pep517 - Has the user requested PEP 517 processing? None + means the user hasn't explicitly specified. + pyproject_toml - Location of the project's pyproject.toml file + setup_py - Location of the project's setup.py file + req_name - The name of the requirement we're processing (for + error reporting) + + Returns: + None if we should use the legacy code path, otherwise a tuple + ( + requirements from pyproject.toml, + name of PEP 517 backend, + requirements we should check are installed after setting + up the build environment + directory paths to import the backend from (backend-path), + relative to the project root. + ) + """ + has_pyproject = os.path.isfile(pyproject_toml) + has_setup = os.path.isfile(setup_py) + + if not has_pyproject and not has_setup: + raise InstallationError( + f"{req_name} does not appear to be a Python project: " + f"neither 'setup.py' nor 'pyproject.toml' found." + ) + + if has_pyproject: + with open(pyproject_toml, encoding="utf-8") as f: + pp_toml = tomli.loads(f.read()) + build_system = pp_toml.get("build-system") + else: + build_system = None + + # The following cases must use PEP 517 + # We check for use_pep517 being non-None and falsey because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file + # or if we cannot import setuptools or wheels. + + # We fallback to PEP 517 when without setuptools or without the wheel package, + # so setuptools can be installed as a default build backend. + # For more info see: + # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 + # https://github.com/pypa/pip/issues/8559 + elif use_pep517 is None: + use_pep517 = ( + has_pyproject + or not importlib.util.find_spec("setuptools") + or not importlib.util.find_spec("wheel") + ) + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + Requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend. So we + # make a note to check that this requirement is present once + # we have set up the environment. + # This is quite a lot of work to check for a very specific case. But + # the problem is, that case is potentially quite common - projects that + # adopted PEP 518 early for the ability to specify requirements to + # execute setup.py, but never considered needing to mention the build + # tools themselves. The original PEP 518 code had a similar check (but + # implemented in a different way). + backend = "setuptools.build_meta:__legacy__" + check = ["setuptools>=40.8.0"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 00000000..16de903a --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,92 @@ +import collections +import logging +from typing import Generator, List, Optional, Sequence, Tuple + +from pip._internal.utils.logging import indent_log + +from .req_file import parse_requirements +from .req_install import InstallRequirement +from .req_set import RequirementSet + +__all__ = [ + "RequirementSet", + "InstallRequirement", + "parse_requirements", + "install_given_reqs", +] + +logger = logging.getLogger(__name__) + + +class InstallationResult: + def __init__(self, name: str) -> None: + self.name = name + + def __repr__(self) -> str: + return f"InstallationResult(name={self.name!r})" + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> Generator[Tuple[str, InstallRequirement], None, None]: + for req in requirements: + assert req.name, f"invalid to-be-installed requirement: {req}" + yield req.name, req + + +def install_given_reqs( + requirements: List[InstallRequirement], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8a28973ac6a5667e9dd8300a678af23b8709150 GIT binary patch literal 3768 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 T_;ME16=;*SZp(%k<4XSrRCLsp literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63ead37978dd8c64d137012223c979601a6ed8e4 GIT binary patch literal 21486 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 L=T_L*-t+$eO-v3d literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6fd62f3403d5413118554875365792c42c641ef1 GIT binary patch literal 7243 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py new file mode 100644 index 00000000..7e2d0e5b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py @@ -0,0 +1,576 @@ +"""Backing implementation for InstallRequirement's various constructors + +The idea here is that these formed a major chunk of InstallRequirement's size +so, moving them and support code dedicated to them outside of that class +helps creates for better understandability for the rest of the code. + +These are meant to be used elsewhere within pip to create instances of +InstallRequirement. +""" + +import copy +import logging +import os +import re +from typing import Collection, Dict, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement +from pip._vendor.packaging.specifiers import Specifier + +from pip._internal.exceptions import InstallationError +from pip._internal.models.index import PyPI, TestPyPI +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_file import ParsedRequirement +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import is_installable_dir +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import is_url, vcs + +__all__ = [ + "install_req_from_editable", + "install_req_from_line", + "parse_editable", +] + +logger = logging.getLogger(__name__) +operators = Specifier._operators.keys() + + +def _strip_extras(path: str) -> Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: + """ + Returns a new requirement based on the given one, with the supplied extras. If the + given requirement already has extras those are replaced (or dropped if no new extras + are given). + """ + match: Optional[re.Match[str]] = re.fullmatch( + # see https://peps.python.org/pep-0508/#complete-grammar + r"([\w\t .-]+)(\[[^\]]*\])?(.*)", + str(req), + flags=re.ASCII, + ) + # ireq.req is a valid requirement so the regex should always match + assert ( + match is not None + ), f"regex match on requirement {req} failed, this should never happen" + pre: Optional[str] = match.group(1) + post: Optional[str] = match.group(3) + assert ( + pre is not None and post is not None + ), f"regex group selection for requirement {req} failed, this should never happen" + extras: str = "[%s]" % ",".join(sorted(new_extras)) if new_extras else "" + return Requirement(f"{pre}{extras}{post}") + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + Requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + req = get_requirement(req_as_string) + except InvalidRequirement: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + else: + # Deprecate extras after specifiers: "name>=1.0[extras]" + # This currently works by accident because _strip_extras() parses + # any extras in the end of the string and those are saved in + # RequirementParts + for spec in req.specifier: + spec_str = str(spec) + if spec_str.endswith("]"): + msg = f"Extras after version '{spec_str}'." + raise InstallationError(msg) + return req + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + f"{comes_from.name} depends on {req} " + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + global_options=( + parsed_req.options.get("global_options", []) + if parsed_req.options + else [] + ), + hash_options=( + parsed_req.options.get("hashes", {}) if parsed_req.options else {} + ), + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + config_settings=config_settings, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) + + +def install_req_drop_extras(ireq: InstallRequirement) -> InstallRequirement: + """ + Creates a new InstallationRequirement using the given template but without + any extras. Sets the original requirement as the new one's parent + (comes_from). + """ + return InstallRequirement( + req=( + _set_requirement_extras(ireq.req, set()) if ireq.req is not None else None + ), + comes_from=ireq, + editable=ireq.editable, + link=ireq.link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + constraint=ireq.constraint, + extras=[], + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + permit_editable_wheels=ireq.permit_editable_wheels, + ) + + +def install_req_extend_extras( + ireq: InstallRequirement, + extras: Collection[str], +) -> InstallRequirement: + """ + Returns a copy of an installation requirement with some additional extras. + Makes a shallow copy of the ireq object. + """ + result = copy.copy(ireq) + result.extras = {*ireq.extras, *extras} + result.req = ( + _set_requirement_extras(ireq.req, result.extras) + if ireq.req is not None + else None + ) + return result diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 00000000..1ef3d5ef --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,554 @@ +""" +Requirements file parsing +""" + +import logging +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Generator, + Iterable, + List, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.encoding import auto_decode +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + from pip._internal.index.package_finder import PackageFinder + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.global_options, + cmdoptions.hash, + cmdoptions.config_settings, +] + +SUPPORTED_OPTIONS_EDITABLE_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.config_settings, +] + + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] +SUPPORTED_OPTIONS_EDITABLE_REQ_DEST = [ + str(o().dest) for o in SUPPORTED_OPTIONS_EDITABLE_REQ +] + +logger = logging.getLogger(__name__) + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: PipSession, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Generator[ParsedRequirement, None, None]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + # get the options that apply to requirements + if line.is_editable: + supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST + else: + supported_dest = SUPPORTED_OPTIONS_REQ_DEST + req_options = {} + for dest in supported_dest: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional[PipSession] = None, +) -> None: + if opts.hashes: + logger.warning( + "%s line %s has --hash but no requirement, and will be ignored.", + filename, + lineno, + ) + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + no_index = finder.search_scope.no_index + if opts.no_index is True: + no_index = True + index_urls = [] + if opts.index_url and not no_index: + index_urls = [opts.index_url] + if opts.extra_index_urls and not no_index: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + no_index=no_index, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional[PipSession] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: PipSession, + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + req_path = os.path.join( + os.path.dirname(filename), + req_path, + ) + + yield from self._parse_and_recurse(req_path, nested_constraint) + else: + yield line + + def _parse_file( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + _, content = get_file_content(filename, self._session) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + try: + options = shlex.split(options_str) + except ValueError as e: + raise OptionParsingError(f"Could not split options: {options_str}") from e + + opts, _ = parser.parse_args(options, defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: PipSession) -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = get_url_scheme(url) + + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + resp = session.get(url) + raise_for_status(resp) + return resp.url, resp.text + + # Assume this is a bare path. + try: + with open(url, "rb") as f: + content = auto_decode(f.read()) + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + return url, content diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 00000000..a65611c3 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,923 @@ +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from optparse import Values +from pathlib import Path +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, PreviousBuildDirError +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, + get_wheel_distribution, +) +from pip._internal.metadata.base import FilesystemWheel +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ConfiguredBuildBackendHookCaller, + ask_path_exists, + backup_dir, + display_path, + hide_url, + is_installable_dir, + redact_auth_from_requirement, + redact_auth_from_url, +) +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.unpacking import unpack_file +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + *, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + # original_link is the direct URL that was provided by the user for the + # requirement, either directly or via a constraints file. + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + + # When this InstallRequirement is a wheel obtained from the cache of locally + # built wheels, this is the source link corresponding to the cache entry, which + # was used to download and build the cached wheel. + self.cached_wheel_source_link: Optional[Link] = None + + # Information about the location of the artifact that was downloaded . This + # property is guaranteed to be set in resolver results. + self.download_info: Optional[DirectUrl] = None + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = req.extras + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + self.config_settings = config_settings + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[BuildBackendHookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # If config settings are provided, enforce PEP 517. + if self.config_settings: + if self.use_pep517 is False: + logger.warning( + "--no-use-pep517 ignored for %s " + "because --config-settings are specified.", + self, + ) + self.use_pep517 = True + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + # This requirement needs to be unpacked before it can be installed. + self._archive_source: Optional[Path] = None + + def __str__(self) -> str: + if self.req: + s = redact_auth_from_requirement(self.req) + if self.link: + s += f" from {redact_auth_from_url(self.link.url)}" + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + if self.satisfied_by.location is not None: + location = display_path(self.satisfied_by.location) + else: + location = "" + s += f" in {location}" + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return "<{} object: {} editable={!r}>".format( + self.__class__.__name__, str(self), self.editable + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = (f"{attr}={attributes[attr]!r}" for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.lru_cache() # use cached_property in python 3.8+ + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + assert self.req is not None + return self.req.specifier + + @property + def is_direct(self) -> bool: + """Whether this requirement was specified as a direct URL.""" + return self.original_link is not None + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + assert self.req is not None + specifiers = self.req.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) + # TODO: Remove these two variants when packaging is upgraded to + # support the marker comparison logic specified in PEP 685. + or self.markers.evaluate({"extra": safe_extra(extra)}) + or self.markers.evaluate({"extra": canonicalize_name(extra)}) + for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + if trust_internet: + link = self.link + elif self.is_direct and self.user_supplied: + link = self.original_link + else: + link = None + if link and link.hash: + assert link.hash_name is not None + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + comes_from: Optional[str] + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.req.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = Requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + assert self.req is not None + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = Requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + @property + def is_wheel_from_cache(self) -> bool: + # When True, it means that this InstallRequirement is a local wheel file in the + # cache of locally built wheels. + return self.cached_wheel_source_link is not None + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + assert not self.config_settings + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = ConfiguredBuildBackendHookCaller( + self, + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable() + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir, f"No source dir for {self}" + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable() + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + if self.metadata_directory: + return get_directory_distribution(self.metadata_directory) + elif self.local_file_path and self.is_wheel: + assert self.req is not None + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), + canonicalize_name(self.req.name), + ) + raise AssertionError( + f"InstallRequirement {self} has no metadata directory and no wheel: " + f"can't make a distribution." + ) + + def assert_source_matches_version(self) -> None: + assert self.source_dir, f"No source dir for {self}" + version = self.metadata["version"] + if self.req and self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + def needs_unpacked_archive(self, archive_source: Path) -> None: + assert self._archive_source is None + self._archive_source = archive_source + + def ensure_pristine_source_checkout(self) -> None: + """Ensure the source directory has not yet been built in.""" + assert self.source_dir is not None + if self._archive_source is not None: + unpack_file(str(self._archive_source), self.source_dir) + elif is_installable_dir(self.source_dir): + # If a checkout exists, it's unwise to keep going. + # version inconsistencies are logged later, but do not fail + # the installation. + raise PreviousBuildDirError( + f"pip can't proceed with requirements '{self}' due to a " + f"pre-existing build directory ({self.source_dir}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again." + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + assert self.req is not None + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.req.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + f"The file {display_path(archive_path)} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ", + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + assert self.req is not None + scheme = get_scheme( + self.req.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + if self.editable and not self.is_wheel: + if self.config_settings: + logger.warning( + "--config-settings ignored for legacy editable install of %s. " + "Consider upgrading to a version of setuptools " + "that supports PEP 660 (>= 64).", + self, + ) + install_editable_legacy( + global_options=global_options if global_options is not None else [], + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.req.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + assert self.is_wheel + assert self.local_file_path + + install_wheel( + self.req.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=self.download_info if self.is_direct else None, + requested=self.user_supplied, + ) + self.install_succeeded = True + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem + + +def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: + if getattr(options, option, None): + return True + for req in reqs: + if getattr(req, option, None): + return True + return False + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], +) -> None: + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + if has_build_options or has_global_options: + deprecated( + reason="--build-option and --global-option are deprecated.", + issue=11859, + replacement="to use --config-settings", + gone_in="24.2", + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 00000000..bf36114e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,119 @@ +import logging +from collections import OrderedDict +from typing import Dict, List + +from pip._vendor.packaging.specifiers import LegacySpecifier +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import LegacyVersion + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import deprecated + +logger = logging.getLogger(__name__) + + +class RequirementSet: + def __init__(self, check_supported_wheels: bool = True) -> None: + """Create a RequirementSet.""" + + self.requirements: Dict[str, InstallRequirement] = OrderedDict() + self.check_supported_wheels = check_supported_wheels + + self.unnamed_requirements: List[InstallRequirement] = [] + + def __str__(self) -> str: + requirements = sorted( + (req for req in self.requirements.values() if not req.comes_from), + key=lambda req: canonicalize_name(req.name or ""), + ) + return " ".join(str(req.req) for req in requirements) + + def __repr__(self) -> str: + requirements = sorted( + self.requirements.values(), + key=lambda req: canonicalize_name(req.name or ""), + ) + + format_string = "<{classname} object; {count} requirement(s): {reqs}>" + return format_string.format( + classname=self.__class__.__name__, + count=len(requirements), + reqs=", ".join(str(req.req) for req in requirements), + ) + + def add_unnamed_requirement(self, install_req: InstallRequirement) -> None: + assert not install_req.name + self.unnamed_requirements.append(install_req) + + def add_named_requirement(self, install_req: InstallRequirement) -> None: + assert install_req.name + + project_name = canonicalize_name(install_req.name) + self.requirements[project_name] = install_req + + def has_requirement(self, name: str) -> bool: + project_name = canonicalize_name(name) + + return ( + project_name in self.requirements + and not self.requirements[project_name].constraint + ) + + def get_requirement(self, name: str) -> InstallRequirement: + project_name = canonicalize_name(name) + + if project_name in self.requirements: + return self.requirements[project_name] + + raise KeyError(f"No project with the name {name!r}") + + @property + def all_requirements(self) -> List[InstallRequirement]: + return self.unnamed_requirements + list(self.requirements.values()) + + @property + def requirements_to_install(self) -> List[InstallRequirement]: + """Return the list of requirements that need to be installed. + + TODO remove this property together with the legacy resolver, since the new + resolver only returns requirements that need to be installed. + """ + return [ + install_req + for install_req in self.all_requirements + if not install_req.constraint and not install_req.satisfied_by + ] + + def warn_legacy_versions_and_specifiers(self) -> None: + for req in self.requirements_to_install: + version = req.get_dist().version + if isinstance(version, LegacyVersion): + deprecated( + reason=( + f"pip has selected the non standard version {version} " + f"of {req}. In the future this version will be " + f"ignored as it isn't standard compliant." + ), + replacement=( + "set or update constraints to select another version " + "or contact the package author to fix the version number" + ), + issue=12063, + gone_in="24.1", + ) + for dep in req.get_dist().iter_dependencies(): + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"pip has selected {req} {version} which has non " + f"standard dependency specifier {dep}. " + f"In the future this version of {req} will be " + f"ignored as it isn't standard compliant." + ), + replacement=( + "set or update constraints to select another version " + "or contact the package author to fix the version number" + ), + issue=12063, + gone_in="24.1", + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 00000000..707fde1b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,649 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Set, Tuple + +from pip._internal.exceptions import UninstallationError +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory +from pip._internal.utils.virtualenv import running_under_virtualenv + +logger = getLogger(__name__) + + +def _script_names( + bin_dir: str, script_name: str, is_gui: bool +) -> Generator[str, None, None]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique( + fn: Callable[..., Generator[Any, None, None]] +) -> Callable[..., Generator[Any, None, None]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Generator[str, None, None]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises UninstallationError, + with possible information from the INSTALLER file. + + https://packaging.python.org/specifications/recording-installed-packages/ + """ + location = dist.location + assert location is not None, "not installed" + + entries = dist.iter_declared_entries() + if entries is None: + msg = f"Cannot uninstall {dist}, RECORD file not found." + installer = dist.installer + if not installer or installer == "pip": + dep = f"{dist.raw_name}=={dist.version}" + msg += ( + " You might be able to recover from this via: " + f"'pip install --force-reinstall --no-deps {dep}'." + ) + else: + msg += f" Hint: The package was installed by {installer}." + raise UninstallationError(msg) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + _normcased_files = set(map(os.path.normcase, files)) + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for save_dir in self._save_dirs.values(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + # Create local cache of normalize_path results. Creating an UninstallPathSet + # can result in hundreds/thousands of redundant calls to normalize_path with + # the same args, which hurts performance. + self._normalize_path_cached = functools.lru_cache()(normalize_path) + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + # aka is_local, but caching normalized sys.prefix + if not running_under_virtualenv(): + return True + return path.startswith(self._normalize_path_cached(sys.prefix)) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(self._normalize_path_cached(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = self._normalize_path_cached(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise UninstallationError( + "Cannot uninstall {!r}. It is a distutils installed project " + "and thus we cannot accurately determine which files belong " + "to it which would lead to only a partial uninstall.".format( + dist.raw_name, + ) + ) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + normalized_link_pointer = paths_to_remove._normalize_path_cached( + link_pointer + ) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {develop_egg_link} (to {link_pointer}) does not match " + f"installed location of {dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iter_distutils_script_names(): + paths_to_remove.add(os.path.join(bin_dir, script)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Generator[str, None, None]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce5e41048e070e5130463d8d3ee2dd071d531bb9 GIT binary patch literal 222 zcmZ8bK?=e!5Nxc12z`i$c2Tb)h~iC8UObhks|`)FAxSGe_yQl`8+?n;@CDMFCsU6O z%_OKqBQ;4zW3a+utob45XSAS&hEynrMsW!S kEy>aeQjmIAxHL_4{pnAOU(d|+{5QTnN4IlS&Vk(>FO`Mq;J5ZV(|he;CdCZMf*u~gc9P^dW1!lc3V z!d4~~9`8W67Yj%sQ;5!e5IzFcqD0f>Oq|gsItL7x&m-m=5l3nk5sHvnWP;Onkd)Tlz6~YpfXtIV2wfFoooc3dw1nn>DUMsYUQPC&_#xjuJds{JO}Np@pUH6GHT#hD zy(HfCih=6n+2_rhpLsG?uu+7q{csPYSHy)E#F+wtP4EQO-=mIryC_Gq80bog_2K!2 z4+UyY&>18+nnm*?J9XIn$G^_44c)a70*v151`=B~nFIp=k3wP&?}>Rd4MUtKpVX9; zrCt{cxap-mP{_I*myqZNxrjhKU;7uwvoDnyFHqWxXtorVs?W76fUjDEc!& z(CvlE_(agZB52;UwTohl3dM_LE~7adCo9Q`DxqY`7JiM+3wC0d_SNI%)!~&JN6R-) zOp1PZQ0{N4mqs?mCp7{utxv$&;avTw`q3#Jl}yW&+l_PDQG+7R_5=;bn3s*7Ud2{6 z|7j&Qs7udOr7`#Av+rP&%7U~hmC!5y{SP0CydR^$T|Z*i|6rTHu`k}Nt{>a(%TI@k>qoU~L+g`a RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cecfb987c049f36aa2643a911ca2eb513beea23b GIT binary patch literal 229 zcmZ8bI}XAy3~l&G2&o5QXf0qxNC?CR6AM!nifJR#I7(7bb~X;c88{2a-~@<`iIkBi zJ^R`3N%kX-`%%Cwy_QXXHsv4hPT1Tc9}U?09+_5{-c9Cnfs!hO0~fA@1=^z{4fE|1 zRbx=I07piCYt9*UZ4dnG-N_KG>S_w pXi3&ikOGMX&pl+p6fVnB?LWOq^*c8;-S89(w2gSR8Dpj$)EBRhK*Rt5 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..581ddd099e55b040c300bff36ee42ca81d3094fe GIT binary patch literal 22464 zcmb7sd2k!onP=k$2!H?y-e>bB#7iPY-M3^NmP5;yaxuxk5W7i&0tluXlthMfIa$}3 zbUbUhb`r@oGaII|RV$ah6-`aHR;k^Z$vD}a?9T2inxqGCuUx~e&HOR*7bGfWms7R1 zzwh+{kZyZsTjJ~2@A%&R-4A~q43=?tP7i*6`onK=-2b5utL#ygb>N>KgB2@ldim)id6c z>K*T8-{E95wP$<}i&rH3QvKuose$nU_Fb7AObv|>v3Ml8H??nkAB$Hdhf^ctBP?E> z+@Bg9A7$~H>^{Jbu{5**VcRlQAZ^_!f`8i#eue{Fvw!kBenuPd&aS z?G%om@Nq(`P$#wu^e@MLC_E&m_{bWo6fh!0KKf>p?$#-cXW zFNl-z`D8}G`0(kPn2slAqi)rIPD?+Bbk%z)BT8|MPIW$)kn#OI8&o{0I;7G9gMbfqt<#`;__BX;Dm`jZaLAQIFbqMwByOK|xH;=_GY-;nJ*}!D@(t zT6GSsNQvugJB+0>=V^4R?_yk@enyhgl3Hd)Wwk=D7pHmFvMa{0yk8PCaUq_GYe{uq zo|Wh4=F(C|6s{~}rqi=}{&!+yf>FwdD-W?_yduDql)W)xro)CG1X zutn5{&jP(7rEg;APs$SlM%@hO`A;FOq&nPWymm4Kr#k%`Sq$=IZn zPQ{Yih{|Z#=u0v^g;F)MI92H8q8LNVv^?ndWEwfu+9)J#RprZ9>k2KljJOSf?gwoIc@MsUwG8}Z`%3!vz8W%TNMwhk_%L*}?nPHI?oW@rxCvs5~J zPNR-7vhRUTE<0a#-m=}|Zacot-6B|w-cse6fCi&91pK~bcgY-7l;&!2!SOl0cN-Yr z#(f>sc-j538!N)z#U4aG@xQ`?mJxD3OUHx<_9DE>@Yhu0rZ~%M2bR~j7@;#`#{=Qs zN&v0JdD?{r%IMM1W4nH;FAkQm#*W~`##07Rw#kq1r}>eA3}G|E`#7M$ z+TtAO56(woc8YaLgT+8lpHuOfv^0=PV80`rkkST3kRhI(7>!)$%~>CeBRsH*Ht003 z6=7|CW&~!lY$SYQ@{49^wkK0EQO2+t8It+W!-uRZv;PEGvm3>A&_)T8B6VY1EDq>6 zmG6@HX;A1mNT7!PKY<>Ya&4j-OvoS`8kPqcc7U-^J^Fc&y(mOmk)BUq z9hy$3#39UKW_swHDBl1#G<5ds=ZC(O7Uq-Uz_oNbDGw!5*yF?&4NQPxW^LSEqty$;vlqlV^tLat?4X&K&V7+DDw+&)+6QQbg3(3r39dg^l2 zm#qXJS8?9zytjO-yyDI2)#*Q!|9E6Auu(g(Q9k&}g%3T=kG$n?237<4z?FO;{N|Td zzmyL|0N|<5DW$k(InVk2M;=QC7xp#2w`E7^YSGMhN`rQT2>2iPabd(D; zKjCcXR(b21^WRL|Z~MvQM)^S2JMg=L1IfR8TFwP(a{g|`-~9wtLez5kYI#0z^x?I? z_}0(A_3N`w3FcEb8vR|thZ3L4gBb1is?St%_kw2*aqn09&Wt+VZ>&DE*YW;d7sU@n z&K_|5(%*J=pW~PNT!>GghWRw;vF)2cm#;zo5jn^`9LYT6j%iM?|HL-#1Yh1II7OG> z65WDZ^oU-@m3u^=;1$aRAO6bl=f__Fe?ieNl%rHY3<@EQw`b+Uf@897g`2bq6|V-z z%Y{lYB!*c|1hv9q#iU!Pdeu2z>EqC1w@@us2sL6@s0A!PD_4hDM2l+>(S{BKISiK8 z-ej3j4@sd4l0z7f%O;&dBOq66-{^-El7w@-MrdaFI(($IAhlMnZ^r&;L0NWw->QN9zYEi2q@+j#3$F507d4W4ZAhk8r~ z!AeX_8%PQ0NCff%^1m(uE9orl&^!=<9;ZBAdSOSF_;f-$V2DvMjV#8>GQyUg&oI{g zhCzLF{KO<0qEYeL1*2sR1D_y%L3N4XXQfZeN!A%iOb$?=MB&p=COsenx;(isKv`p| z7u1chuE0Tz{Z;*-zhW{rL5#W@PQ`DCIP|RRbdc5Hye!7>C&dUms1co@nZgTX6E&o)lxhW|wh%sV^Gvd^O8k$?!!FCQxy%^3!DQ80CqrdI*I0rwl z-Q|ir+-hKn`vVupy^CymY}`^AcoUOb(o!kB$;tL-x$oJQ{I67H+(!BgVbWcX0M4a> zTlUZTGlcHhv*dr*;6eRM{v|GELRhlltH_Pn@nymUhswo@{3?1DGkLEiAHIt4-S{%c z3|^9p1Z~;P9s@5L%~@JE>Uoig7Xwypn%c0 zXAn~>V!L;lM7>d+Ns=t;Vjvhr&8+5aH6(elj7^IQDT zigVN3yj91qINu27Ynt%#=Nr2zwQh^w%X0IrgY<67cO0NMpEuIGkI{EWzIhM58}e=Y z=-u+0QJMgkd*nZD&A+}Pi< z85?OCV%ItDTYVh2>|AnMiEENSgCnUuOQuMIqsh&f2gS$-YzNBdLY$3zW5CHxam%iv zm}eYq2qnei;;<53mRtrL^bZGM8N_kPHDex@k~X;+3$doOC&p;eqi!d+I5ydgsI=(kP3vx9rCZwXy z4QD)BW*mq(bV)+`)@(8jRE^s6vs4$PiYn^lLtuQlj@KFa8sx8`NfU@xP9tpS33Zsi zzQDiq61d7iljg~TI=q)&(!~|(#PhQgBKY*y z`9y}lm7Y%upu)vIq-8llIyw;G6cCCw4~+h49b-frY&PlhK#b>jnP?*@6NU$ci3!NW zLJJ_=hT7893i6PFzK*pXiw2}7yw$Rz!bc)KfLa@i3xdHG6Df~n(lJ@gNVE+lB3Eh{ zShuuO)-W!lnC3a4kFC%_#7!yAwztbpnQ!2>V_%Pu!g9Wmsn~E zRz-DL^+QaXj)|mSlchr_vO}(52vPOuO)rM^O(_lPDgT-(ypI4Vv4LxhW>0-(v*D{N zp?sw23Fq*gTsfN$RlfQ1>n}eF58R*F3=f0-&INjvK=1w5haDdTP82*SRjA}f53YnB z)$so+x#E8msk_&jt3RyNAAWdpBXao(=koQgoGsX$!QOnhH5cwy!rg0`T+bn;=g`B} zUw3TujC~M(zTiT!$6(NF^OeonK=W3pCF^bZ&R67r5sU+_$RC( zW>FLJ!dNLOF0iAqT+W`5qPr-IYD*&=&n`yHuZMCjOFF|M=f_)y6 ziF6ClJb26Wo&l-b{RF6#z;e5H=dqn)k$R(-qgt0(EyQ;}$UBNW`;2uSY*grrMc&Mw z-H=!h{+T6j90VcvE_tQy;+hJsnE@-9;F~Q^hH(arnZzo3*oqBVK`~0vSf{Wv^fO~I z%W}Ya_GRZ3=Hm0u8fNksn=OlTh&-A}%QHH&*P_23tJ7>%lGZoCE&G;yQhmu>x~=C7 zC&cq74r4B$NA`lrF&Q7!u{tjv!G}_&tdbcq`kNUwV^~k^!Q5HwLZih@v7G&j$}NJW zH0l^{^ufe1CAjpk(Q@%Elwr?U_k%Dt9$F{t0=Al9{o1uuriUjhGZ?wAb9ZcS{EeYs zkNV@?sCrru3|#w^)4Bu_ljL>v*)ywCC}SOXKJ0iU0xMugIS7Wp{>r;~o_ zJaLpVb&0CL4k<$MOx#z|LJHP|pP$pT^+o=vjNlj#*`s7_1anZ6f^VJA5F5*&zgRRT z%HYc~gWzBdvWq^;nH`|wnn{s#F#4dO!zDnN9WoB`qyPn%tEDjJ7?TmF>5z5+A_)lv zcg#XRe-mX%p$(lfq*5{_7r8%u)pqj$M_3Krj!G-170?y{GboZqAFL(~c1I7OmrY3N zS+-45ap?w(awUyv1~nKi1R+5N(D+WHH?5645uc?+$IvlG5qe=5SHAHr7!P)|LraLg zY1qrDEGgE(Rl@eIG1XALf1`x+ArPPG?k*6;>P%c9Q@{)s3k!p-rY()xi^T(`37|_p z0?P^;EZ@^5_mIE_qiV~D=3GHEi6M4Qzhn=@!w*knpX<5VYEbX6y_NO<%d(zeXrP`xlTu!)n1 z3s$|8Fn>@viP#y5r+^6+K69QWA_Gh<2$i6ITGU!BZA?cXj1SiFlNutcbjco3y_dxW z&93qdfX7bnxHbIv;%~bCQNlPyPfKmnT;PRDo8r}Q7c-e2}H!W zOOq5#Q80}_b+MtUPBNLR0r58UO;EHFaJ3Ozl`Qql^FvQG&W743q(wP~g^B5FTVm6f ziHsX44M>t{lD>(wMcx#eK1crhB}&O|2Q!NFa}ZBLy-KJz8$G-kI`Sw``R3)-%lYs{ zCb#fPm}ij=CEW4U;|!J;%DAeUJDEF&R-T8gBT$?3H?I2|*Zettufp%m@rT#>!;h-! z@Ac&x_9zW|at$L&!^lR}{*`AQMY?j45hXIR5gA=Mmk+h%LZj=U(TCz+q<^0NwXk{O z>Z6*Td~MU+m*09hThpEGej!`+B5WqLl?BdTQHj>XSHb7PLrQq) zfj_tRl(P5KM)-8W#RcmNp868fB5hd56kniJes~IK9*31-ro(q6?)=lpBN14QhqMHM+xt_f8(d= zchb4R3kv>+FBC$Yuk&#w7wCCZ*^v)l%7w2e;VT%)TGRdSVH|3(I)}yELk?K23*+>Tl zyVbof*L^_gJ^;zJrz{_+%LSU1K=XRwg|)t1`>@hJoNGU*v>$wUEO+!d<>+&{qc14< z-~Iwt;aFML+ws_~_qB5L!HwL3^U8tq+0hGFxQn(vTE4zwPcg+Ey(@uDZ!2byHc;of zzcU{lSb1(U(EX^T16%M9NA4`;YWFC$dp06{?@c`D%MG7XhR z^BsCVl<1cEF3Q)<1~w~A=WUxD0E1|=GC06^M@Azr? zJLTEH0qLuNX+8Y{az1bRC6b9t7Y$|Uv6?K&1FeQFMoY>b!HzFeO9Jmf$KrmIYXI%z z<2yJPP{&f+TajD3HWqa<%YYit@HQB`*!2Zc=P;8NvuK4iRscjmXLY21fllmLjA~NW z5tSglomp`Tz?i?*JFB%7xn2Lv3qUb6ulK*J!Tm^m^Cnd`Hj9+06i* zf)&RH-a0nfYPsH&-k}|n?*u@$_kRfRpF8<*g~Ifk6Ut_l1=#BZVb}AnKG|$HyLV;c zQzm%ajQ6uSQYF$&&3rK*?o}pCR@XFWS(TA10L2s>izNiRenuS&PK?Jwl_R%6onq;d zW#tIAWD{KPxeYr3M*Gj`JH$Ry4F!$AgPfZdJQ-q_*kh!<(PIjM-gq^p{w(uu0?WK} zHFegLwyb<30UfSTA_9^Q9WqlAjG$3l=hKPf)%OD_H>Blt{x@fL>or}2}LkGkaz*n!vuDE64DG9)Fc>3 za*aZVc8!d6oVnXFrn>aZkq8Gi)&!;rWtuzFE+~MjooIbD0z6I3k@I3^Vvs*QyI?|M zBB$o*rOh14fXqD%-J5_ztYJ!@n1}F2viCHl6d{t3XhJjkOp@Xb`KV+f#!S(YxcZwD zkgBC5Nr=p@!Y30qAXF@KTz%Y_f6C9?*KH z&-9Q9%balt7?|+lCOBdWpnL|bJEk};qcxg{Thr({x(ks{-`M>m)zC^8QSun0gNq%8 zAZ5%qwzN4#dT$mhK2zu#+)_P8cBPR$KQ{nB2l)Pq(IB%mt0B$YnV5_*9$(hX!@rO7 zs#&F1DfTJ_%sf0xu`>wNFgZmKrZ-rBiLjDH`tGPss$WNZ7j@8$t2oVu>x3wjQU|O2 zXNfxe8nDPAii2^)&#(J=qRif!oVQ!?GD`>XvYXx``A~B%v}ZlEhw_QIx32raT*IQ$ ztpvK)Ufv8Gpqx-77wS<$J@?BuLkIKp)v1I!v%QDbLx=LUAn)D8n}gkNUk|kx?7m=i zK3sLz|CT=&?pMP7_kZsf*RtXM&G55@D$W9HZSCSe5(pOG+~RN&Km ziUeet7&t3V!ooTNe~h9}uw%&q!UYqvm0q2hudN8$0LJ8_T& zVafGJ+@CmMm^M8(ERD^kT>|9B3AWHVwiq}zOFAj0S2(eF?iw%+kcE(-Eeu4N)Q%^e zDZ>s+2T8|RL8 z)WE1g?Tw93r~bsP+BWlgSfk5akk{>Vn<(26Ht-~6M-w;OZyqe}hggNcU+ zH|o!>lz$j%#wma-!?w5*YF}}J6Mpl=>nHNn^||UErMhRm`tbb|E9VPkwu+8?$G&X) zaDlUp^ymAB?;nCSuwt~}(N_WHp)-&pgPhyKbg9|O} zmJjK5;RpymWA+B&4dNu(eIQ1Ki7z9M4=Tl20G3rk!He7r$lM?Ul8P_D|ADwpfMT54 zfUfE#4$mNk4Do1sc9Tyia#6(nkmk~`MKGDn;NbY{xZOf}bDgWAOCdVTmM&_gEkxel zXi3j6O&abeIa%HYQkQ_L zbrx}+m`f>r3y$webd+G4fKmyWDR4!3kUu{!VGvR(En#3gddp*V;Wv}INpgNlMthk))dq`5eh zo9bV7-Dt7#%Q8`z(oV7c$du5yR7Bf~mJ@>C#uJJ+cA8?*k7wamX={_%3I=j?jV z*?gcfU(=AQ=~imGb2SH)ngjWYs=IY>)#dA(epL5%-J{0dKRQ|PaJ2`wIcIIziXW_9 zpq5+@p*VhS^|@^QfrtLwp^M6)i<^N<}cVR1bgW!Sb-^@^|slf{;KMypMF4`N30 z4tbUd!EaLI%|%)6DreSlp*v9OadO8W)1fSV`NNZSB!wP7i)^Bw>14f66Wnk z0L%+hOX$sGuS4>!y?gwvHVTj1BN~kp(>dAV05HggzSE3{(A|@7om`t#BK;)1G(3i`xfyc3Zq6Fn3=c8&^NRne zkE^I9aX(-6B5*k_S;3fxNvJZ!8wcjwct|v+@9ke9e2sg}_L}`Q-(7Cil8KiCNVmXe zl6?xeS+K3zi|YJUOSi^V(^YQSQF6W2fzlR2I#Mk}^rApwgBSVhKEY8G%>`%iQfpCA zAwNRFCAcTuE4~%`iVatwoPy`o0It}Y_|y=0MmZa|YO~TRW9%0A(!jHFJMt~CrDj>e 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 00000000..5ddb848a --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,598 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + InstallationError, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils import compatibility_tags +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[str, List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + self._add_requirement_to_set(requirement_set, req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _add_requirement_to_set( + self, + requirement_set: RequirementSet, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if requirement_set.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + f"{wheel.filename} is not a supported wheel on this platform." + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + requirement_set.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[ + InstallRequirement + ] = requirement_set.get_requirement(install_req.name) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + "Double requirement given: {} (already in {}, name={!r})".format( + install_req, existing_req, install_req.name + ) + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + requirement_set.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + f"Could not satisfy constraints for '{install_req.name}': " + "installation from path or url cannot be " + "constrained to a version" + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + f"yanked version: {best_candidate}\n" + f"Reason for being yanked: {reason}" + ) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.cached_wheel_source_link = req.link + if cache_entry.origin is not None: + req.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + req.download_info = direct_url_from_link( + req.link, link_is_in_wheel_cache=cache_entry.persistent + ) + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = self._add_requirement_to_set( + requirement_set, + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + self._add_requirement_to_set( + requirement_set, req_to_install, parent_req_name=None + ) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6fac2db7dde519642fab4f8e2c7f507f97930883 GIT binary patch literal 233 zcmZ9GO$q`r427rufCwJM#Y|AQB8cKnS8iMlRijhvG^MR0a|6Kxcm~hnF+73HZdSIs z^Ffj?;f3Vc>vbcqX>!X#eTDR|s^us5sEqn-^@vQvcUADzSI8(wIB?-In4>*8(lFaB zU`hM4#CT04Er?u8%u%^`M;FUWND5R1NU;T7x{TB)84SS+hq30n6F;H_Ei|M;IW&q( pFlb4hognqY0>g6Z4Z@{qqRYB7&c7!ortKeNK5T$@lQCwRo<86gLW%$Y literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf38c825f75e56bbb8e4ac7b0565c05b985a25df GIT binary patch literal 8362 zcmd5>Yj7J^6}~I&>S5WEY|D-xNh_y`Q#FZHnzWO+Ml{njCD?U4bz-QXD2nzvma}^F z?mDT2)A5uHxKM^<2Cy?NQ+I}$+N4Y~13$vhAK@2a_<>vpVs^ri;W5BJ5qGALUz~GS zyILuBDJh*{M>_ZJx#vFi-1GSM?yp)}nh0D6qTif&I7G;w@W#Ac)ykSfAY_inL>3g1 z6%s<$k#J<431?PJh*>Ei3E1XPTv>O*&FfCZll3ONye=wDSzp4JZB8`vdr4`@`V;d!FAXL6H7#7MwwvV{==T~}!?Xja z^ZVi`iHIY&go1G_YtV(Hk(igKT3LG;DszOAgdmfILl(dT98{E@VDT<)-J&dw zdt?__sGEA^pzJ;?UaWRbc!A@gO|mGHaZ&c#T70sI{vtO)zZS4^QwF`nFSp2k-Y&`k zxDOPiNUPrTcpglPr9d~jS2b-{cTE_kC2?b9?J)I7TC6Sr3$!P0Ls6)p4Na3I^7%Cl zc9FDfY1#>Qmi-mUk}v|M5C%!shh!^|h^UJyRmL0GDozQO5oWzm(LG7n!;F?pmfCB} zj+)F(Aflr3W=O?FdhVMQU-hqcZid3Q+R-yBeyfRXf!4IOFu1|6#~))DDsx1$+G=KR zs$E03;g`j6H*zlGSa6LJwhfAi$nJ%L;kGlhBHcUAqlwC6gEOtDD$ZDaJc(utTCo(g zJsaoT10pIu-3`GL{nt6Giv`Kd~NUx)QQ`)jg zT|5qPw87Js1hyS!u$v=z8w%dxZ3c4(O78|TLv94x&mEi_IX|)zxbMBd@DH@bgYOJ2 z4Xy0h2Y2rtyb}6F&(C{S28YX@VZ&6Vyf#5uovm6qDGUx#r!YaY6lP{<)umZ#86}{k zbsl?tTP(ron6)O+B^$2)Y^S_8M6*ebqw2e#5utx`JrD2L=4o*feZS#aU%KXNXG9IN zCBGn^I;X{&k1*7G#H%-D)C>ZHT$(aJun=u%ht2dz<%T_Gn8S2w3ZV-3p@_scojnZv z23Zw11S4-XHo22Y02yElZ8jgO@*V(D^#vek3f=SDul4P@7T9~Ey|3Kdw;Jj~%UC%2 zR`Si{a%k_YceS-+uJ?TJ{L~xM7p5;iJU_j1?}6pk1GBExU}&!CeABG7>I;5*;2Q(0 zq3*e%^Fs?AZ}q&{v(UT}+CBROjvrYVTLj13Q}*mJ%*mTJ@ed2aD(dVC?Swlb#=x%& z5CzG)QSjbcWSbSn1z9-jSzq!XF(aSpSgKG&i?S>dCaPYOR)R1&guEiGXM3{qZPB!D zKvB|2U6#VV*aQEyM}T}+7$O3ObMibq?HQq#v!;bt9OfY36XpbgyxJy`BKeW?v|!{T zLH8vA+N39v7)&Eh-4T6|TLpU*My|%q86G!pdk0U@9Ky4BX}4|9Gip*zX&DtDuADqx zj1DUKbV^absdfSR=ikUbXUKbfV^{Y6VCSNI>G1Wf@#Vg;fAOsT)y{6=&=H9A zz5=6+DiqL{3I>VcSa$-}kuuNXr^_?Qvs0}V?n^=!QC zy|~85fWQK8`T}Tfucue~#;)%D^}sI&uJw&wyJu{*y{qCO!O*u~dgZ0-f&S${|3dNl zj(y8J_Fa+7f&P`iP}wuYEimHX2+8oNAi@;Hj>)9nluTwhbcK3zGWo((N-tq0c@YsuC;Zg~AZJO% zAxXWf-Py;aj|{iXp4w5u~St`E6?i%Zke*?d9T7UK(B_P*g&0X;@h7tq?3Phu-IL~Al zdUMemY0`bR7c0J%b?%2d#A65=wLLe<7BYHSh&W2Oj!e+-*6JHr7&m%rI6odvg#mk* zuWiw$CLUFR9GS?dVfe|J@p15goEAn*5?(G!g28N)bcM;Xo4F}cf>x@;Q}wYPi* zyJ2*nA@2uCU~75n;EMm#WzVO%1>Mzl>9}3|>0r4zEi+!s7LrOne{!l&3fmX8p2SgD)EeR|z&HNBk864C3oz39dlRglJV22I zFUqshX8YP2Tlqi<91Y)VMc0b{6P-3f2|>(TLg+~6Vxg}LF&L{0LA4HW{r-DOOWCVd925c`hD+X-AEC9V#Kf96xWA%_~0Mu zHFtwoVG}!zf+e#t7z|FZd}@A*r76cttcCMzfXQy)s1b$)^`_#BDHyUlc-_7EJ@@7t zfqNIkh0OK-N0<8_T?q`9J%fO94I>9h>oQ+t*2=)TyTr%Sp$F2NXiJA)&cy^M*|}L>r{l7TR9zg-1}KYNGW)y`$I+ z28t2KGpO}ekLI72@ z5mN*Bt)|phTipgCui%5?G1A={&W6B>Lm4;@Fi}pl5lOv@v)YhUX9JRA&!d0^qS%-5 z7D1FAv<4kBjwcv8se!HVpou9+5Y`&+_-I5-M8XkG0c!{?nTljR$i-78lH>4K{|Ll_ zTmuH=8n7VOfCae*49I0Rxuk(gkfSj{8Yp*1ZUM3~+n|PT`GDD=HZO17bY$bEFD%Fx zzI;bBjJK#E#v8coxzcrY=kkHE<$a$=gaS_(Ik8Tl=CcVeC`AJsP!dF&fXnsqK!ubwW)F}Tr!B24zBvwbWgdh||;cq&Iaah|^KM-F_)cEekKNhhh z&N+pI+uLTW;ZccUIvleR-{Wuh&9+VRo`v4!uHB0-miK*bIW|=88d`1}o(aHF*!-47cey*Z-2Pyh z1S>94*fD=kg+Ots`*M8wQ=jAYtLhrEKJafBhJ}9+q#ryZ^a}BR5FnL7r_g#%t`H~| WzQT)3+8W+{(7aQK-y%S`@BbUrRb$Nn literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d1a90dd5cf0643cdaaa54a45d0f437adc75d723 GIT binary patch literal 30423 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 SpA(Wo@ABpy|0M9_d;SmEMs?}{ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d71e8e6c57f71256a688810307be691ffc0461b GIT binary patch literal 10403 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 R-{E)igAY#sgM-G!`A<@6xAy=5 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e5df8d1ee679c552518c3000cbf33d766c13df9 GIT binary patch literal 11454 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 str: + if not extras: + return project + extras_expr = ",".join(sorted(extras)) + return f"{project}[{extras_expr}]" + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 00000000..4125cda2 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,597 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + MetadataInconsistent, +) +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link, links_equivalent +from pip._internal.models.wheel import Wheel +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.misc import normalize_version_info + +from .base import Candidate, CandidateVersion, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + ireq.extras = template.extras + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + ireq = install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.extras = template.extras + return ireq + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + self._link = link + self._source_link = source_link + self._factory = factory + self._ireq = ireq + self._name = name + self._version = version + self.dist = self._prepare() + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._link)!r})" + + def __hash__(self) -> int: + return hash((self.__class__, self._link)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return "{} {} (from {})".format( + self.name, + self.version, + self._link.file_path if self._link.is_file else self._link, + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(source_link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert version == wheel_version, "{!r} != {!r} for wheel {}".format( + version, wheel_version, name + ) + + if cache_entry is not None: + assert ireq.link.is_wheel + assert ireq.link.is_file + if cache_entry.persistent and template.link is template.original_link: + ireq.cached_wheel_source_link = source_link + if cache_entry.origin is not None: + ireq.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + ireq.download_info = direct_url_from_link( + source_link, link_is_in_wheel_cache=cache_entry.persistent + ) + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + self._version = None + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.dist!r})" + + def __hash__(self) -> int: + return hash((self.__class__, self.name, self.version)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.name == other.name and self.version == other.version + return False + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> None: + """ + :param comes_from: the InstallRequirement that led to this candidate if it + differs from the base's InstallRequirement. This will often be the + case in the sense that this candidate's requirement has the extras + while the base's does not. Unlike the InstallRequirement backed + candidates, this requirement is used solely for reporting purposes, + it does not do any leg work. + """ + self.base = base + self.extras = frozenset(canonicalize_name(e) for e in extras) + # If any extras are requested in their non-normalized forms, keep track + # of their raw values. This is needed when we look up dependencies + # since PEP 685 has not been implemented for marker-matching, and using + # the non-normalized extra for lookup ensures the user can select a + # non-normalized extra in a package with its non-normalized form. + # TODO: Remove this attribute when packaging is upgraded to support the + # marker comparison logic specified in PEP 685. + self._unnormalized_extras = extras.difference(self.extras) + self._comes_from = comes_from if comes_from is not None else self.base._ireq + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}(base={self.base!r}, extras={self.extras!r})" + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> CandidateVersion: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def _warn_invalid_extras( + self, + requested: FrozenSet[str], + valid: FrozenSet[str], + ) -> None: + """Emit warnings for invalid extras being requested. + + This emits a warning for each requested extra that is not in the + candidate's ``Provides-Extra`` list. + """ + invalid_extras_to_warn = frozenset( + extra + for extra in requested + if extra not in valid + # If an extra is requested in an unnormalized form, skip warning + # about the normalized form being missing. + and extra in self.extras + ) + if not invalid_extras_to_warn: + return + for extra in sorted(invalid_extras_to_warn): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + def _calculate_valid_requested_extras(self) -> FrozenSet[str]: + """Get a list of valid extras requested by this candidate. + + The user (or upstream dependant) may have specified extras that the + candidate doesn't support. Any unsupported extras are dropped, and each + cause a warning to be logged here. + """ + requested_extras = self.extras.union(self._unnormalized_extras) + valid_extras = frozenset( + extra + for extra in requested_extras + if self.base.dist.is_extra_provided(extra) + ) + self._warn_invalid_extras(requested_extras, valid_extras) + return valid_extras + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + valid_extras = self._calculate_valid_requested_extras() + for r in self.base.dist.iter_dependencies(valid_extras): + yield from factory.make_requirements_from_spec( + str(r), + self._comes_from, + valid_extras, + ) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> CandidateVersion: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 00000000..4adeb430 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,812 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + MetadataInconsistent, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_drop_extras, + install_req_from_link_and_ireq, +) +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, CandidateVersion, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + SpecifierWithoutExtrasRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + from typing import Protocol + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[NormalizedName]], ExtrasCandidate + ] = {} + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_unsorted_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> ExtrasCandidate: + cache_key = (id(base), frozenset(canonicalize_name(e) for e in extras)) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras, comes_from=comes_from) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + base: Optional[BaseCandidate] = self._make_base_candidate_from_link( + link, template, name, version + ) + if not extras or base is None: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_base_candidate_from_link( + self, + link: Link, + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[BaseCandidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + return self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + return self._link_candidate_cache[link] + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_base_candidate_from_link( + link, + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add requires and explicit + # candidates from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + if parsed_requirement.name != identifier: + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + for req in requirements.get(parsed_requirement.name, []): + _, ireq = req.get_candidate_lookup() + if ireq is not None: + ireqs.append(ireq) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(req.is_satisfied_by(c) for req in requirements[identifier]) + ) + + def _make_requirements_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given InstallRequirement. In + most cases this will be a single object but the following special cases exist: + - the InstallRequirement has markers that do not apply -> result is empty + - the InstallRequirement has both a constraint (or link) and extras + -> result is split in two requirement objects: one with the constraint + (or link) and one with the extra. This allows centralized constraint + handling for the base, resulting in fewer candidate rejections. + """ + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + elif not ireq.link: + if ireq.extras and ireq.req is not None and ireq.req.specifier: + yield SpecifierWithoutExtrasRequirement(ireq) + yield SpecifierRequirement(ireq) + else: + self._fail_if_link_is_unsupported_wheel(ireq.link) + # Always make the link candidate for the base requirement to make it + # available to `find_candidates` for explicit candidate lookup for any + # set of extras. + # The extras are required separately via a second requirement. + cand = self._make_base_candidate_from_link( + ireq.link, + template=install_req_drop_extras(ireq) if ireq.extras else ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + yield UnsatisfiableRequirement(canonicalize_name(ireq.name)) + else: + # require the base from the link + yield self.make_requirement_from_candidate(cand) + if ireq.extras: + # require the extras on top of the base candidate + yield self.make_requirement_from_candidate( + self._make_extras_candidate(cand, frozenset(ireq.extras)) + ) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + reqs = list( + self._make_requirements_from_install_req( + ireq, + requested_extras=(), + ) + ) + if not reqs: + continue + template = reqs[0] + if ireq.user_supplied and template.name not in collected.user_requested: + collected.user_requested[template.name] = i + collected.requirements.extend(reqs) + # Put requirements with extras at the end of the root requires. This does not + # affect resolvelib's picking preference but it does affect its initial criteria + # population: by putting extras at the end we enable the candidate finder to + # present resolvelib with a smaller set of candidates to resolvelib, already + # taking into account any non-transient constraints on the associated base. This + # means resolvelib will have fewer candidates to visit and reject. + # Python's list sort is stable, meaning relative order is kept for objects with + # the same key. + collected.requirements.sort(key=lambda r: r.name != r.project_name) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirements_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given specifier. In most cases + this will be a single object but the following special cases exist: + - the specifier has markers that do not apply -> result is empty + - the specifier has both a constraint and extras -> result is split + in two requirement objects: one with the constraint and one with the + extra. This allows centralized constraint handling for the base, + resulting in fewer candidate rejections. + """ + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirements_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=get_supported(), + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + + versions_set: Set[CandidateVersion] = set() + yanked_versions_set: Set[CandidateVersion] = set() + for c in cands: + is_yanked = c.link.is_yanked if c.link else False + if is_yanked: + yanked_versions_set.add(c.version) + else: + versions_set.add(c.version) + + versions = [str(v) for v in sorted(versions_set)] + yanked_versions = [str(v) for v in sorted(yanked_versions_set)] + + if yanked_versions: + # Saying "version X is yanked" isn't entirely accurate. + # https://github.com/pypa/pip/issues/11745#issuecomment-1402805842 + logger.critical( + "Ignored the following yanked versions: %s", + ", ".join(yanked_versions) or "none", + ) + if skipped_by_requires_python: + logger.critical( + "Ignored the following versions that require a different python " + "version: %s", + "; ".join(skipped_by_requires_python) or "none", + ) + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + f"Cannot install {info} because these package versions " + "have conflicting dependencies." + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 00000000..8663097b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,155 @@ +"""Utilities to lazily create and visit candidates found. + +Creating and visiting a candidate is a *very* costly operation. It involves +fetching, extracting, potentially building modules from source, and verifying +distribution metadata. It is therefore crucial for performance to keep +everything here lazy all the way down, so we only touch candidates that we +absolutely need, and not "download the world" when we only need one version of +something. +""" + +import functools +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from .base import Candidate + +IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]] + +if TYPE_CHECKING: + SequenceCandidate = Sequence[Candidate] +else: + # For compatibility: Python before 3.9 does not support using [] on the + # Sequence class. + # + # >>> from collections.abc import Sequence + # >>> Sequence[str] + # Traceback (most recent call last): + # File "", line 1, in + # TypeError: 'ABCMeta' object is not subscriptable + # + # TODO: Remove this block after dropping Python 3.8 support. + SequenceCandidate = Sequence + + +def _iter_built(infos: Iterator[IndexCandidateInfo]) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the package is not already installed. Candidates + from index come later in their normal ordering. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(SequenceCandidate): + """A lazy sequence to provide candidates to the resolver. + + The intended usage is to return this from `find_matches()` so the resolver + can iterate through the sequence multiple times, but only access the index + page when remote packages are actually needed. This improve performances + when suitable candidates are already installed on disk. + """ + + def __init__( + self, + get_infos: Callable[[], Iterator[IndexCandidateInfo]], + installed: Optional[Candidate], + prefers_installed: bool, + incompatible_ids: Set[int], + ): + self._get_infos = get_infos + self._installed = installed + self._prefers_installed = prefers_installed + self._incompatible_ids = incompatible_ids + + def __getitem__(self, index: Any) -> Any: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + def __iter__(self) -> Iterator[Candidate]: + infos = self._get_infos() + if not self._installed: + iterator = _iter_built(infos) + elif self._prefers_installed: + iterator = _iter_built_with_prepended(self._installed, infos) + else: + iterator = _iter_built_with_inserted(self._installed, infos) + return (c for c in iterator if id(c) not in self._incompatible_ids) + + def __len__(self) -> int: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + @functools.lru_cache(maxsize=1) + def __bool__(self) -> bool: + if self._prefers_installed and self._installed: + return True + return any(self) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 00000000..315fb9c8 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,255 @@ +import collections +import math +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the following in order: + + * Prefer if any of the known requirements is "direct", e.g. points to an + explicit URL. + * If equal, prefer if any requirement is "pinned", i.e. contains + operator ``===`` or ``==``. + * If equal, calculate an approximate "depth" and resolve requirements + closer to the user-specified requirements first. If the depth cannot + by determined (eg: due to no matching parents), it is considered + infinite. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + try: + next(iter(information[identifier])) + except StopIteration: + # There is no information for this identifier, so there's no known + # candidates. + has_information = False + else: + has_information = True + + if has_information: + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + else: + candidate, ireqs = None, () + + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + if has_information: + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = math.inf + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + ) + + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 00000000..12adeff7 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,80 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.reject_count_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_reject_count = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is still looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + self.reject_count_by_package[candidate.name] += 1 + + count = self.reject_count_by_package[candidate.name] + if count not in self._messages_at_reject_count: + return + + message = self._messages_at_reject_count[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + msg = "Will try a different candidate, due to conflict:" + for req_info in criterion.information: + req, parent = req_info.requirement, req_info.parent + # Inspired by Factory.get_installation_error + msg += "\n " + if parent: + msg += f"{parent.name} {parent.version} depends on " + else: + msg += "The user requested " + msg += req.format_for_error() + logger.debug(msg) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + logger.info("Reporter.rejecting_candidate(%r, %r)", criterion, candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 00000000..4af4a9f2 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,166 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.constructors import install_req_drop_extras +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.candidate!r})" + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._ireq.req)!r})" + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class SpecifierWithoutExtrasRequirement(SpecifierRequirement): + """ + Requirement backed by an install requirement on a base package. + Trims extras from its install requirement if there are any. + """ + + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = install_req_drop_extras(ireq) + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self.specifier)!r})" + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._name)!r})" + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 00000000..c12beef0 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,317 @@ +import contextlib +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_extend_extras +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) +from pip._internal.utils.packaging import get_requirement + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + limit_how_complex_resolution_can_be = 200000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=limit_how_complex_resolution_can_be + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + # process candidates with extras last to ensure their base equivalent is + # already in the req_set if appropriate. + # Python's sort is stable so using a binary key function keeps relative order + # within both subsets. + for candidate in sorted( + result.mapping.values(), key=lambda c: c.name != c.project_name + ): + ireq = candidate.get_install_requirement() + if ireq is None: + if candidate.name != candidate.project_name: + # extend existing req's extras + with contextlib.suppress(KeyError): + req = req_set.get_requirement(candidate.project_name) + req_set.add_named_requirement( + install_req_extend_extras( + req, get_requirement(candidate.name).extras + ) + ) + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + for req in reqs: + req.prepared = True + req.needs_more_preparation = False + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, set(req_set.requirements.keys())) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", requirement_keys: Set[str] +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + + We are only interested in the weights of packages that are in the + requirement_keys. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + if node not in requirement_keys: + return + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + if leaf not in requirement_keys: + continue + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity check: all requirement keys should be in the weights, + # and no other keys should be in the weights. + difference = set(weights.keys()).difference(requirement_keys) + assert not difference, difference + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 00000000..0f64ae0e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,248 @@ +import datetime +import functools +import hashlib +import json +import logging +import optparse +import os.path +import sys +from dataclasses import dataclass +from typing import Any, Callable, Dict, Optional + +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.rich.console import Group +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.entrypoints import ( + get_best_invocation_for_this_pip, + get_best_invocation_for_this_python, +) +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +_WEEK = datetime.timedelta(days=7) + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +def _convert_date(isodate: str) -> datetime.datetime: + """Convert an ISO format string to a date. + + Handles the format 2020-01-22T14:24:01Z (trailing Z) + which is not supported by older versions of fromisoformat. + """ + return datetime.datetime.fromisoformat(isodate.replace("Z", "+00:00")) + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def get(self, current_time: datetime.datetime) -> Optional[str]: + """Check if we have a not-outdated version loaded already.""" + if not self._state: + return None + + if "last_check" not in self._state: + return None + + if "pypi_version" not in self._state: + return None + + # Determine if we need to refresh the state + last_check = _convert_date(self._state["last_check"]) + time_since_last_check = current_time - last_check + if time_since_last_check > _WEEK: + return None + + return self._state["pypi_version"] + + def set(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self._statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self._statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self._statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.isoformat(), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@dataclass +class UpgradePrompt: + old: str + new: str + + def __rich__(self) -> Group: + if WINDOWS: + pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" + else: + pip_cmd = get_best_invocation_for_this_pip() + + notice = "[bold][[reset][blue]notice[reset][bold]][reset]" + return Group( + Text(), + Text.from_markup( + f"{notice} A new release of pip is available: " + f"[red]{self.old}[reset] -> [green]{self.new}[reset]" + ), + Text.from_markup( + f"{notice} To update, run: " + f"[green]{escape(pip_cmd)} install --upgrade pip" + ), + ) + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> Optional[str]: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return None + + return str(best_candidate.version) + + +def _self_version_check_logic( + *, + state: SelfCheckState, + current_time: datetime.datetime, + local_version: DistributionVersion, + get_remote_version: Callable[[], Optional[str]], +) -> Optional[UpgradePrompt]: + remote_version_str = state.get(current_time) + if remote_version_str is None: + remote_version_str = get_remote_version() + if remote_version_str is None: + logger.debug("No remote pip version found") + return None + state.set(remote_version_str, current_time) + + remote_version = parse_version(remote_version_str) + logger.debug("Remote version of pip: %s", remote_version) + logger.debug("Local version of pip: %s", local_version) + + pip_installed_by_pip = was_installed_by_pip("pip") + logger.debug("Was pip installed by pip? %s", pip_installed_by_pip) + if not pip_installed_by_pip: + return None # Only suggest upgrade if pip is installed by pip. + + local_version_is_older = ( + local_version < remote_version + and local_version.base_version != remote_version.base_version + ) + if local_version_is_older: + return UpgradePrompt(old=str(local_version), new=remote_version_str) + + return None + + +def pip_self_version_check(session: PipSession, options: optparse.Values) -> None: + """Check for an update for pip. + + Limit the frequency of checks to once per week. State is stored either in + the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix + of the pip script path. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return + + try: + upgrade_prompt = _self_version_check_logic( + state=SelfCheckState(cache_dir=options.cache_dir), + current_time=datetime.datetime.now(datetime.timezone.utc), + local_version=installed_dist.version, + get_remote_version=functools.partial( + _get_current_remote_pip_version, session, options + ), + ) + if upgrade_prompt is not None: + logger.warning("%s", upgrade_prompt, extra={"rich": True}) + except Exception: + logger.warning("There was an error checking the latest version of pip.") + logger.debug("See below for error", exc_info=True) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b420be319e5b96392383b655a88c035d1e95fb6d GIT binary patch literal 217 zcmX@j%ge<81de*$86f&Gh(HIQS%4zb87dhx8U0o=6fpsLpFwJVRp@8r=cekXC1#dn z=)0sAXP4v`=sQQc>HFrVl;))BhUDkx6zgZ^7UZPnrskFCCg+zICsyj~m8IsD>E~o7 z=@(R%WaQ@=>lqs97iX5F>J}s>XD6no7V8&e7U;)k=9Q!tlIY~;;_jDTVYqk3Umk~5Ep|OADI~$8H<>KEC649JMjPj literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e803d1fa30fae2d8a379d22ac8a4b2ab69651c8 GIT binary patch literal 4558 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bcdb3e5a99fba3881d4db3beaa823c9d57abf75d GIT binary patch literal 1888 zcmZux&2Jk;6rcUD*I7F?ABC1uDI>UKrDV5IDeVD}+VlgY)|FbQz?bdDGqyKf@0yu$ zQb#%D&;tkwiiDINa)=NIphD`A|A9+Gi;7lA9N^MhDn~-x9wG&RD^W=SXK z2`k+stjx9LT9M?by#x7CnijKog;luKHrdoovpL18%m!-@b*HxW^Ws3Nq!+Gn8YP`h z7an9faR@DelOS7POMg;{_@d02KT>GajS zko>T!*M2F7WZn2d`&zp~94*5Ou9{lo3p!?MN*=WZA|<9!At$8?3hQ{Hyl&FtUONa? z*E_@Ib(QqJ#m~-p7qds2|2Rn^>4m+1#Ctqe^Q~l6215^+5U+Sqxa9SRK!W(V`_8+b z3>Ba62d(QthfA*?_B}t06&G<3c>@(f9wdp|AEwqA*0tC6Jw(B;*YS!opf<>#^+R8% zZ*F{fW6Rop^N_;F>YzHqOyFoF=`SZT%gn-Ym0epaow$8`mw?%pnYr7_%&%+@ z7xN_eeQM%?q6%(H164>F96WXOA*fBFCVNlcR24&kEMxR@vQF-dzqvDJ0lxU!X@C?P z`DyRW(WQZ+JeC6iO_mG<-3RixwSl=g5jk^AfqclyPpxsjbZXL!jwarKeTm1@9I2xi zkLn0+pxPk+R_otQZ>>I@Ikq!%?C!z)GYj{tC+?X!Hv8HZPs^}Cjz5dV@`T^8F&2f< znH2SF&!G1rq!f}p6Q&hdX#@tKv3Bb+?}QRK`2t+9cZQ zLk-6q46}qz0GoB@vadpyyEKd`w1PWn1=j}`=B1y7hy!rZhEo!6f=v&|VgN4U{LNpa z7BF@JM^6KZh4JDrstIq?+Oq>#P}s!gk#B+8AbT}Zsy#H1?3hQk-hW^^f0@;X=HVUl z@YbPi=MQr(%j4)7V;fFYVDsg-DXU>0n3XpRzCw0*TE38t=)7AF;c~_Xir)Tm|(`9Uxl$Z*p|ELaNgn)?V4tPTV@b+4#1xN5I`ZsB0&0 TE$$L9w=a&+?Aew!pWXR?ZZONg literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..414dbb2c4df084fe5671743520c4d3168f4308ab GIT binary patch literal 2432 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0188edd6c6ed9d70fc696530f75a2946dc002646 GIT binary patch literal 706 zcmZuvzi-n(6uz_1NmLwEsSGgH2nHe)A3wwfNT_MIbb*B|mTO;YH@43@UlNR5DFaKz z09!kD1a)ELe_#Q1KsqrXF|h^0)QNW{5fb7_?|tt*-+S+ScmB|BuON^|?#t*W;5QvC zrL}P8H^4bUAsV0%hem=2I5e3N5>N}Y!OY!O*nB|-q%=CM=k694&Lm=)lgGI;@iSRC zk~=}ff}tZL=7hdv4xEv3%G{Ojdd#*WCG&-{Ql803nW0~*hG23evcO#M&|rb;cs>Sm zge2HMvTrQCzqqeY|0Ac1_`sBS`RRYP6{>J$oGxY`kjkvcu!qoN)WO>wQ?>LGdI3eW zr!2{VbH@_8LJ)2AbfK?TS$pxAWra>STF#%*h^LJ1`mu~?j}=47bGq?#i}raqN?7*^ z=Se~1G*4K{GT9CIr0`4XLYFa3;vJfoGUC}?_x2rH#FBM$KN$LZte|k^)QdC8MCK=S zBxC5ar0V9STB~__ap5IETX-_^GtmZOP0->Nm?`>VUwYL)?0>e`KiTVN_SNa;B6EEG z#5yU??3>fguNPKd-#dKpkzAfb4eD5`>3Ja!JWuHVMw!4tksa8h?*0~ui;xyJnDf^C wv|jU}Sc6bMLp^wAVvK(n7?XJe;ni7#;48<$3<12kR>QlE8s7JQ>15sUH&}G6o&W#< literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6aa2d9cdc9e6df887b5aedc246402a559ac66a2c GIT binary patch literal 4208 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 lqy9XGG8+~Td@_31 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4031c1504f9b3bde248bfc10dfd1b8e9880d29c GIT binary patch literal 3585 zcma)8Z%iY{6`%F4?X|teHW>eb1G@oVVy#u@Am!}?MW_JRgC$4j11t!dw~5cmC;Iv8hkex{_!N->j< zbGqwYlFi9Wc(ORB=#D!w!CCF+B(K|nHOB0}$f}e9J?o?7-+2Dx(F)oa)f0EtWxLMq*Z=SFy~a z3ae2~qk$f0@*S#C>qdLpT9ZtcEs|xyyclyD=*1QmjLYp3Yf8dJpKmYG?>R4r(9@RJ zD{i`v;>M-B@R~N-yZE4Nf%Pu%qG|IbzVw=QI+Xmh%r5kI`X=}PTX@>KF9sE_UAmKi zY2Vz5YMDY0nM-#QGW9x?3}5WI#Deb^$kV9l_*!O35F&w-tP6u3n_4Zb6ZYagMlPiqPQEU0n|AjyaN< zr>?6iwHJkU_Ar@K3OG5Jk+od%4p#4LN-25!SMMi3RHVf`zJ5O$bNnMX4ED>zn%SKB^5a9txM5}Mlg&@6d~DrS zclCev_M^9JuE=+;NL}c!30JDZmF@Hs@v&GN8m|tG|5JGV-=6UH*puYra zV&5}y&Wznxvk!k~AFlJh8Xv0iq3y`mZ`Q8es=_aP>yW?w%h|3yA3gqPM?M%z zRfDN2pQ1hl_PM|b90<~#s*Jqz^uEmQZ~{Z^($vI76bqt8~pM8G^4K?7C=(cG0v$ zMyL$@)d+mn(2>i3Bm}pe2g1ma+rKRxx<^i}tYB*()@mbEW?JX+fJ}OTennY@KocM2 zFwTqFOg4wJtqKg12=VZz{gXQ;0@2ZPjr_55Bo`qK)SNcfbX3hls<36YRq5E5V9y0O zV`~2zysK~(YsFT!5PR9$vSh8;i~VJ$Z5Pnwd@D1ijf!3Kn6qV0^R;<);Q~}B!z#Os ziBqsQzbW6L5CW}Jyi2h&*qJdo6Sc`$*V^bJMAhi~#Av3@^zJa0dTYRy6=KT0ok>;-FX~ z(pR0~v;jbICmE&IqVyAkkM4q9n7%hR{3;!0MB`wZn&U8{(!-*7(`?OZ;P0*mL@9_g zm&px~q(;;@6pl62upwUf{p!Qjqd>S8NL2%=J^#0Z-wYlEZmzqYc?S0Rf%VmTELDrW zSB_q^D>uez2;cWCGXHU&BRCNp;IwFR?zvhisy>YPe=Wsnd)Y7nXRD%Nz0eSuFT-_hq zn%w(C|$2-i<=vVPC;yZ);eb?9TylCpm&gh}<)eEc{MKNxfem~x;+qC5p z+$Evet49Ea6Kxny6ch>P)kNpyjf-tY3axL=r%3ohCF6Q%G1Wsa&KuaCfPhqu>aY7= zoNh-t3oj-E#f^HebF=WaFz)-W$nf6?i!=T$a1x##KPER}Es7qh2A>AYFwAo__#brd z0Ns0z#-5|pbM%9T&Cdk)D8H*DM@1W7~6_P}1Ck}EBD zh?$`n3Ur`D4-y(c6<|~W+M?>sh0!9t^?&Fkg>69C3dkWTir&~LKmnin-jGXuR6&9c z$k{hvZ{EE3o8Ozij*eysl-G;DsQ)fa$fwwdN_-&f{tARm;u6>JNvZ!eN``KmB@@1; zA8S}8s}V274IGd8iAJ)NY@|vl-M0L6BU8#WMoJ^lj=PDPS<1ReHtMFB#YRtq{;K7s ze{Pk=2EFlNZw7jE|I<4Hy~jF6KKm~;axQO%)~qL0nEFvuc|34@=oyusV&$e&S#)Yl zhUu1MqKthoHYr*`;03jED{!HA$rGyO_$*ioPwvU(fR}4NpLhK5o2*tV`(CgJ`c%DK z6}(ZF9jRMK4*I;}pe12SIPG%aG+3ArOtnN%G0@~eK_AE9zx#ctHi;UJEtt@8sJMn} zcF9AW55&^+^fCuNIC`^C#Iy`1kK zdwJ|<@4j9rIfdmH3a=FJUVLg4meWIL1NcnA!WcL;Z-@~Hp~Rrmr|;Qy-e7jsfxYZE zm|Rr6X3l#)DMNU1xb?4D|ab<32d~);7#+}cJ6{oA|?Po52PGV`g`qs|G>CN^= zd$YUI-MabU-lK`vR)4UQJHFmtYp=h*_Wp zm2N!pgob|nDCj#Auz^PZJ37m0dPWouxq8TeR9^+JioDC-gRCttQ4VY_+Ma|oG{*xr z;QZUr$sobZP+4JtBRnpz>OC&!f#?E4a^8G}419Ic^W$M7;r)RV}0cn@Fe3#BM%3T+7uw>x#HhLGmp?&NG6sV#99su1} z^q!GwIShy=@hws3E^T|hPZwHJ(f+$eN4)9@=zs`9*x_jvQCUXdRSXmGzF>hXka`4O zGl4X&X--U_bPB6Utnf_;42ZWPjAI0)ID@ikm0Gx&Dut7)8Fv7UVQM(qf;-hzPXC= j#yIw1x<}yi(S^Uv{JF4;V(-ke{cia5yT2eHYIFVzF>NWU literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba612d726422a21917b179c9bba2e40179b221c0 GIT binary patch literal 2180 zcma)7&2JM&6rcUf#&+U><2p$pY)C0_P`o522pS41N!$-Xs0v7}0a+W*I9X@C>+X&r zjvO_uD%EK#;fO;lwTB#fprQwk{U3U1jjH(1j(m1bJ6;*yGz23a+NNE%6W(UClcl-=?s`)%3L`9)gmq z8SwZvg`F98p(ELi1SFy$>dCPEL`ffX2>LD%$^yh@-)nn#2>Kt9D$$h;!2k-vF5=C@ z?(g|zZ;^=xUr^Otly&$knvEUdMj@}G6`_DLW9L>xO2*HwbhhZ&JlcoE$koOtTB7*G zzLr28IsD~oSFhXj{%I3x#=@-+KD=|=9v!(gcKcrJ&Z(%wLlvuzXdzs%jPzcTG#en0 zha=DKzwQghROYT3aAy*L+bjU9%qm*~S!(saRbspg+sw~>C4lK^?rLiwGXSz3p1e&< ztmm6%8E_r&fW+u*>pcYb?H~iW0YLIHNKRadgFF-l02G%-03h)L*llC#m+kVr+qA@a z@rdp5x3yj6OZ*!98TgJV@!4SeG!H%61CXZ;a?m|thZona;@ei@06Tohi<&)XJR~p9 zGGq5L0EhRj4;TzDZ_npCh<2|0IK7C{OR_4@7csJB8(XB8| z2oXsLIf9+nHSG9j=ccdCd^-1W>Wf)Nw2^A17aeiIG7EXz5nCxby$9v!aCXsl4ignb z8MUBeFZrloi8M4fZ{{4ylRCVv8HkRVO>AwN94(0adRbXCb4bakBt>Ng*-O~WE7M;k zl&dBz=xFSQY3jD3<;dqChYUQHHt*SLQHk9}#$83%=9PS_DzWhi#nvzy%ai)53&>XT zT3$(M21b^l>Pi7?!GRi}TEs=iuicsn#&4~;%N*9e_?5;)Toh)Yufhr*k_4PSM# z(KEDld~3YcbK)fsglL&32UVELQ2Bh7Z}^Y=_U`sjygn3vJo9wu{PVE99X?qPpM1zS z!eiycPN=^YI#COpAp1__=;rFi>Vt2#zOF~2+mX}t$mz$CM&x|?6Ozv6)W%eGxe*$9 z5*TUvNt|W?1bXgItxr9dy0@j_x-`5s+mJ?|NQpnv+p(E?Y^D)Q>~d^CY?3>QyX4Lw z8g@k58fn|2?`6EZ<-PA%51A;1$V+odtu87rc$b5m{`S{Y1pZh(~&lFc}+(aopSf3{SK^S z6dxtqYw1GH?V5|0LRdN$_Mc>Haty;f2VKwTuk#u3{S5}2A`k;Vq`pm67Ha(9j^N)G z!gV2BS+4Q2%k|ZTzUrwO|Na5oTUj=P(h$4Gufg(UC0yky19ktAx_ERKNDSNT1;PIE g{Qc~Dw$>kSbe~!CH^m-Cte_?!WQ%)6iF>pE0Qjf%=l}o! literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20eec3603836f704b772e48c68d36046de683be3 GIT binary patch literal 4015 zcmb7HUu+Y}8K3>*KXLvzP8=tfhB72TWG-2^2UG_KNDyd31OYW^>A6DI#ygJJtarDw zYX?)ON~MzybX1U2rGT!d3(`p-@xmjott$1QFSgP)+>)wQTORsS1 z2rVEbR2cH-HQOqB2%2MMiNDz+!t4c zD{UW$>7GWv9r}q1m*qKE!aPbw|H6b$C3#0Yr&_iXzF^v_q03s5bHt*o>d=NRot-*; z;nK7tn5y}blN@wSl*m=$h%%kCoFFB3iR#$~Kqe0fjpxO8ptFo@Hs+Q>s;Lotv0~>9-5SAmo~RT97T71tbPQv%uHd3!*{(d0 z4s(hCr_994EL<^oohs;2ErmGBHZ{JaVdl9N>p7Qnf4 zCGcN@L8BI!g;^OqLyBC~hzv%z2*G*VHm#$n)SPPPOS4keD5lJcDW_mw%JYcS;loFc zc+RJkRnPzk%BfcyiozvbAylil7?}r25oVIIp(+h?P-9jD+gFSd&H{ArAPwgMymlTB zj}{rOVfbd*1Y8zy(vt4lhn5Qau9lK>ojxv_E*j>dh ze~`)>MUnzd*!k3HVqLKfGd1@9H&f>grKFM38N<-5lv)HoE`kY0v&Ot7S5i`$=;f5A z&Vmw{b03tx{!Yq*Ek;c_dqtijmaCYI>+3)zsgkXNoNZT2GAm9v(=auS0hnHfY8a|T zwAqIO;SVQ&G`S|m>tcL^53~$!3ZX!7vlF#--WESPS`&L-z*LlFm0wtl5#V|86QG#w zltX!i(>Vng)7~PVg6J=6wuLR4X^z=pzh7{poB!suKt~OU3)~xIx4*iQy=`03@$X*? zOe?PyMNmY4$A=BNEkM+Gy=;>lfBhTUiX;pCws|}0V+YLDEn2SfWwanv1^S`A6@O2o z%Rht|CfY0%xuvi}q^ycQ_JzP35bR))DhKO*tp}?Ci@W*W8>H;=(KOp?(8mDlzxRgq zyPNC$UNry`8YnJmpg!0#@+a#0(>C1DIisF^*BP8I1yY zSwK;;`>ApB*^LHr+D?FQ=~Qay>?TT1Xxb$<%MoT(-4R*%p)IiCwGj4rA{nFXMmW4- zIUnIVaSR?g$V-oPcF&s_lf>I*XW2EOX|&XU4ug zbMn-=GnuKA=g&+7x#Zck26D-(*}M}ZS0S`oPS}!*AX+2N5D3b!lK~HujjYTGw23Ry=+rUXQ0*pZzu8_;1(r!!{& z$!6d^Te4*!QzzDt(;TvxKe03b3hiWyVBzw=fK*L73ezNbtiM9Fh@S0zd#UoMrzXbN zrm>ajha58gj;@4$WOp7bd3 zxNCLr*lO(fT5PNy8~eqnUrzpPay52gadJJ;w>-Brx0cvnPwZb=SWO&$++RzKEnfH{ zlvwXeK1Z!B`1-{9?tPzC?^Yj7tnNNsYa3X{gZD%CLigM5wLQ4}cw!ZwskQC;V<+~J zO)X8;h7SEEez-BP7T;Ts?|s64`~DUXdb&0us1JV}-RK4Bn*%8N&T7ZOTKl0#G!I9lfNln<)%>;Zg7&jcIgxKZ|x z#0k&BWn=zI8BNeZR_%oJ=Tbay?vdqr4{?p>VN45GfTE?1YTD-)}|qu{MygnEB^>a+2?<7)#W^??!a z)yLMa2gaU6d#^_~f~YOJIO&=@$xS7Dofeia*ev>c*j=z5bJ!IVvKY$XQD$Bz0aPVz z#d;~LsS^9&;HDc+|EnL}M1ZAFaHl*~jsV$)n@PAg)>Rh#bqTn<;ifxZb8r01@Ufzs+?=2% zU@Z%x)-$L!1dijLqRywN1=T!TJ!?N9sdIYJ-rkytfe&d-xiPeHlSw>yxkSx>LS0QWJYYcw+eW z`)fV>>plBx!|&FPo?q>m`g=flEBJ@D*oJ^wT5pAJgl-3Z-0@t1LCAc*Y>RV=+wa~v zz0!U6Y`uH`27>oTLoZmfA@y;`A3z_Pjc>Ga(FfC;2%3LB|2_w+Ep`ik9_bt7#D4)~ CbI|hu literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dcf51c59a626fcb29c8bf5925b495cc0251c435d GIT binary patch literal 7480 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 BKW6{{ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00f0facaa93afdb0d7b2d8ca55826a5b455fd98e GIT binary patch literal 2364 zcmb7G-ER{|5Z}G?*=Juu0HIFCjfBOb*t7xF?u92E40!^qz69kP6nt&;pQdVeMhCmxGV@>{xyH9C?E1z?iWf%3l zD_tl#dD9INla)x(;2V4rKoH?sj02lN4EqcBo5D3rBN#Eh$0J`qf;4>n(0T7fs*dHY zD~5X2BosWVlo6{qwpX=@nzD;Ua;*vO;`nZ`GQ$wgN8jx z^>QM9)hu33z>O15ndR)_!TA0I32HHO(9w+veaxf@$8r*BtH?|O@k^AL1?PAdiaTXD zy4KYQzyJl|p;2Jd=(*BgQ?!T5sYin!)CNyg1E&awOiS=3P^(A)D`J z{FOXn>wGCI?m$Gu=rSq`ljxdw8BJm>aQ(dxiB-@^SzQUX&atQ3*+#xsWw{9jo5q{z zj=R#NRXlhg<#r8?q)((Srq7&we<*!v`25Jpb16-BMOvn=?BsQpwMoGhZ0d%5s7Tbw zTg+XTWPrOXC1ws2ViPxXZlobZF6sGFL#c^w=UB0n=5Y1zD*Ij_L5ltXXGt(F({Awe zeNR$EKX(C}7o*9|;`}BIyahhI(0K4!24Mz;q0m5SK|JZ>D*%C|CS`;bSl}?K;I*Iw zAVA|Q0PrmlstD;7pb0SZp))124u4lgWSzczzX@Qvz9Noy`P%=+S0E}@L=Sc=kbfOu z07}`neSH<+_s(%WpT7bh@BhP};Z>73;jUAzq*KGPw1^vQ=w0Px!LbQzfG99@?93VX z^Z`6$CTjr@iGjT<8)+k_leFW8h)Ma$Zp4C$N10wUOaL$xwP40H?2M@e$X0H$-XXSO zQkpL61(QPYF^S6c$}2UI@+<=)n~>yjAe{BVL%#twjp{*BiawQN^-i>@@3wMFnLAe7 zs8s{8x*$o>g}!}{`-UI%4OitY^>t{+?jMidIa&>Dd=yZhY}i%XFfe`kxe~iMarfXO zrGKIO&BxsX54s2L_0+oe-%y?@-PJ(%%cVio*7E{kDf$FJD#G~BQWUjqeu2RA-$B$F zt%pEbrrY2`p9hkCXtpgGNArE*kk_CT7rh% z_LhD@d2McF)0O=?MD~I*1rJq$c~vH+)uOwn&n|?b)zFrOj-F?oJ+oV@9sO0g-|Hk= zglvGlgnx5x5by@gmGD3kju^tD>0O{v#XQ__CxkZw?*OmHEz3s=UbB3c@IL^4H+m5m zBpKtUDEt&fen;EtK>?q}v$;8XtFVZ;T#u~BU30m6^bROMtPk|!p1F_i8FxNeL?G5b X#SuJkbLXr$J2ESOn^;0H_1yjoM1xBh literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0366ccfcff9e9a6cd38dcebe3c3a0f066aa13dbf GIT binary patch literal 7576 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80fb1d2bc5b379807b36c32e23b0b72f697e3969 GIT binary patch literal 13579 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2846ee5d79f11dc4ca1d2089295195f22edf5039 GIT binary patch literal 2734 zcmc&$J!~9B6rTO{`SFhE{NW@Cxl9GY~iRMlYa#%$IL`7#fB&1Zlw|jfo!A^yeDc;O`Z{FVf znfJZ>p}oC@z`8j4d0|5(=U`hSlw=8&sO(Bv33kPmi%M20s#&$DWi^S& z>r8DE4r_!FaD-%KDrFTaQ)N!hs#Ikf)tFAnQMf~O+LYI6 zYE{iPQJtmoGHr%)Gi`xeI%~=Mpz8 z7xFa&$QoIemWc(YcrDAoNeNdb8`5+}<|z>HW*|^ERWLWt@g4D2AOb&S7{=p8v)~t* znYW#wU`{b{Bk)V+99?AIqUk!bW~m$$ zeDBQYsne!#0ya{zb2sccCd`skGA+jo824<~T!7~#%=k5pmf#6lpmPGtS~|X8!bcNz zJ34y^$O?Jb+jm=ikUILXZ{)W6W2(0XQj%*#4Gabq<>*y7tdXFhTPE}M=MIX-x?k7N z5Z(d8j2x;3TNI+aWh9;knZPRs?*xi2qxvZ>$LcP$>jtty9;LhQOl|iJR(l4w(nFQh z5XVqL%?}EU=XSe1ogEn1r3||r1KLc>`6~20V&{f{rQC{zr?s5 z_&n4t%Z0>m$Wes+2p9_dtP#h_UxM?}u>-1tmOXHx_5u*7NxJ)sTc6!pzy8%bUtj(5 z>Q;KJk{XMGdmZQiv;zo}{Z9*v$9F^ib zAgkmj_2MsGeU<*xmCiFOmv>ZI8(p8=A+T-sRL;I%J#{5wDj$ASL*Y(J(uUUuY6P|& zUDC$!GHiFJP&EGkid5~wdTxincJJKg%r^s@?|!RR#-^&Tycr3`L;Rj literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0899dc3f6395e73023a666bc0c025c85115dc78e GIT binary patch literal 2605 zcmai0O>7fK6rS~O{F69@gpdg6B(w?!Y!f2>B2+02MIg}xkz8t;+LPU}y~+N#GwTFL zAmzZJQZFD?N=_9>l>ot^m3qjr_g;)#3AD5-RV!7!SqURH}8G# zy>IeEcXu4YHyl2cQoaK{J#Onc;lc zjN~I`G#^!jT+rw;WBHgF&&TCFWF*XFKB=Gpq9H9zyB`PIcjS9uMOixJU%k`Q-p7h3 zvqy_iI5PxOElMM_PwOfL)%kjrx?QtXN4G6vxZ(L))u3)jCEQ5| z+&HgNRWIq3aW}dGEl535+{88dSxsluq?Y5RW^85>LtmrXhc_HX+!Sl?@z2bYqg6&ZK(AY6(A(A~6$q0|vShQ2savvDneFStj*Y<-u=fbfmb19X>pZ(VGS??3 z7K&-#mUfUPadDp2Xz@RN#smd?TTXxIzF?3*eB_xFj;ryKVlpl1)ch6hi7IJ9_4*!$gj` zVZfL}f-l*+PnkI&pG)+8JH&VB;Z>7ofkc=PI^Ib0wlX zmD~l&mmRyBoBsG>?ju{P88kC*+Xm0+Cd5$ylTqzePU<~B@1K1#{ax^zPnyR+Xda$!4qRBD zd7c<*96a4foNk0pZ-XwR1J|Ln;zmt!gG1T7ak#qxD1t$1r({7;6tpbr{V>=-JLSAn zx=>Ea+No*Vg5x#Sfpp&S?b;5>V0&?i!uBe_i&dgl;3_6+I<2q+&~b4sX5t<@?vSD!~Oa*cM%k~Z-RX||3?M{b^{)coFEdYKB z|KWQZ0r@QLQ;wvT3*ZUB0SN|RSeURy9ZX|&+{RZFF@Z6$G{Q7ICJi6M7BOj?L#C`c zW;Kfowy9xrpn4b;L}Cz?YHe6SEuacKGgcToE(;ef@hY0v z3jcNThdQd3PekIVsVC zM3{;EIU)9sKm$3{hmyTtroQfbuDkdUHnBWp7-Z5#UI{<~B1){Mun`JviA$hIMWTS5t z$a*{=GM_W?pAZ`mjr2JNrEvuepv>(mNVp0GHzG`el^~Fe8(IW2C3m4?c?xKaCAiRY( z=P$#t?J%sjvM4aHKJ-lKf2#Cv&i$y2v;tA(@V#IQLH986m*}>GC@?D5Tm3QRs&Yqd NA<=KzuVgPB`3L=g#B2Zn literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44cb28f5a0bc19629e4beb63749418e224c5bbe0 GIT binary patch literal 4572 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 Glm7t0^W0Ye literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3feb8ea506f92ac03f6f4e728a6f6c71509938b2 GIT binary patch literal 8740 zcmbU`ZEPDycC*~&_wqv|B~jGZS|4_3%VZpX#OFAUZAp&h56O*{JA{tGqq!@IG`Zx> zE-g!;4nmN-N~sUFaA_r@SHxEos1Ej__oF{tpg?^^(H>AV5G|#mH$I$$259@MbmTNS z_fOvpxuQhN?p;UX?0md=^JdlzW=&7kvSo;-&&^!{6 z$fQuD{AD5xts5c+`eh?5d<`isZHySxridwRj+oPyh$U@}SktzMEp3n3(|m+y$aps8 zNIN4=TIN!&v^(NX*G1}R-I(&Ey%8@hn^L}XeWX6!5NV)wbE+}zkN6oR8LJQO@5JPvC<|rkFcagv_Xjz?H_QF7TRZ(0;C;U=_u$AKtB)tt?Vs2tI)Rc}%r2>2bW8T~d}5vG5xr2eNPfQ7$e)nW?DCkEd&lIZUu@vCYWIRe?lD%1}&On_?>h8 z(cY8&y{88T-_+P+@`PsTjipktODRdS45$*OCGJc@Q8n|~ST>uGM>We(R!wB&SV}X# zEkhy5XeLRC$Ffq;pt;Wjj4a^+8Agx9;*!Q^vXUHC%FO`VJRmD7nS>xYpSzUBnYg4V z{TOF3ATWQs|E=Rg=liufWxX$&%8ZUm7zW!;CPYz^ho!43)XZlRgvOM{#qg-2nXshh zupB4r(~}VjX85grAF_Egil&%6>O&XzBQ#}DL9WXwZ%_?-`F5p*J$WWc#@D30;dW&l zgRXT048dQMHo?5gp*(XQ1)0h1HUUyEmSUR7l> zQZB2RY`FKG6XCNNF_)5d4`(tdC7eiSQ&L)z)!p&TxDuNPhptHSm2fI?DV&{9$1?KX z(4JSq3heamY%G2`HYzFMY$6+uCJ2i`48l1z0eGtH3S}oWJ{`L(MJu%7RzeZ{lv9vR zqml(}>zqDQba}r-W@GmZ`^1F!h8yvp>|3!5Mc%*4w-@;KTkNNNSILANO&jYj7*O&c z-oL~(t^qa_UuPmzIQWs}ue|~ps4OPAu@~A%5)B_9A_TX~Riv{MSj0|-DF;qua5|<6 z75W9()g0L(MHtCoK};ywRBWQmtEY^xi2@TK-3!09KZoozVt|S~y7(rD8?!;&m@UMu zOQXLO47uk3sA*y@NsVdfbS+W`(upr5njOpqB28gT=l#&wWsMrAA| zUDb@=%VktaV-=O0Nkiym+zh=6IT?b0Tj2B5dU#ZlrK?$dWO6&~3T&6oZYqkQ!>LR> zmQs#{*5M8j6o(=E5A@A6`Vz4|(<9#Xghd@ai@kpxSlM>?n(?}Q*8WlN0{i2WE0)%O z=>Df&zufh!`10|$mMw2RW?{f@6|yz&A9EaY0qq)>%p^bo(W9UcR+ov>yjxI&UxNNU z@KZV<11SV4a$P?-d+;%(#M}792otO!mN%6UYc%0D0Ncb{a?q)CiBKSX?L*g@xM38< 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83d46455f57fecb07df01084456c138a0b8b3f5a GIT binary patch literal 5948 zcmb_gZ)_9i8GrB2XP^JXPU1L!AWe=20;a(xp&gV$Ado+>LFj-&8)>sHzDs<;_L;jg zA;#%4whuwAL|Y~`6RqY-l?rOLte_KB*;YREo7XUjvM+ny_k0&8 z&8mIa$$tMl_rA~j=Xu`W^Ly{lb#)#D&p_n0#I**5{(&pj!&M8*%@jg!BN2@ukrL@7 zHAX?sBMoAQnMNSRC4rTk-l zD7(i3G?J((-Wqr%ml{5VvGFt3D0(E1=#_$^PjX2?iJ73=KtACV>wf7NYZCqT+aSmS zAPW&$J?YU5vIdZ~5LqLUF(3qf&m9)lBC@Md#sORMLBtI?d34S^uNlAV}PD)zD^EF=1XqYlw z$0bb@CM763UldeLQlZ42&SsKQm^M6z1aVBx3_~ZwRV~2#hPaSc(sEo#$~h^P7E-u- z{Yz=hoP{Kw#bbr(ukpUAG$e+b3?IwM8N-1)7*18vvuZky-&zkgHUt0VPa%05xshJo zc!csOPkmTzJ4@@h6?s5T+j2%{Z8>8ZZPuZCZK-2L3k5y%V8BzT3+Ya)#b%^-%(A-6 zs^_We;9R=fuCtcj>*!s3jLYDXv+S$vG&PMbGOwU%D$L|=4qen$A+Gas8jO(=uwD2G zRY~!BLgF*3azPd)(X>ksFTw7q*jTd8rzA<&_;Ep#;~pL!O&8Llpo(BPQa?$yP9u8o zX7b7eDMv(E(|6$Ecu`iRxUQ%(Jajb&#MTx0vqy%8j=>1JAPTw=A^LJHd_vHmB~0}K z7}cKCXxM24P0L}`F|0ZUstvy>wA2`NX8nSsYOqQbZPH$wUvoG8{dw zh}opH6h(m1af~(MU$I<=38+_yClJ}{S_3L02w z&uZS4lPB6I?ee2*0V6w4!R}G;pQWd*l4BZ$ zJ-Ofhw?iLS(z+n0;b^aS{4K-~WKGie0Sy2i@joUR5q#0 zaE8}gj|__-Q`^g5n$6KYd@i)Ex?G4%lPm?$6Cxvtfnm47;W;J&%nVk`02&#blomDo zwu)LwDQ!4Sz&0FHikwz)STa0B4QUv5s~hmr2!2r+!=+`%0TeZZ(hRo+XPSx+t5Ijw zNtiVJcH|^=4Fe_KR`RH=SSxlpl5|5sdk6`@j34#%{qDfc1LbG-eeU015a!QcoxU>t zhPE*9+Rqlwmjjzh{{3?!kUVJb`n>+&8|Mq>Kghk8TkQGk)&p-fl1_cMQLD<3#j_MKj4=zyn! zXt$@rq58IkhAa8GBVRRbDJ05G(YfRIL)`_v9O{`Hz2|Mc>+M?db`?hNcz0oi{;tB2 z!oE^;@YYXDgJ(*kn%6u+nSoheM8!n-6br-1a#jH5?E% z66>Sd9JI$AVSQYKIA29O65nl>p*x@(c~)Zn1OrjO8CZoK#CJDH2apB|+qKE<&>Q@?q9+V2O%Dn8E!>njxpo@SV)2bvY%G8gaTXV>;A! zXs81GA`N3N_yq9?qZMm0<4??rkugl<)F?C?!tH+u3AhQ(vLn>JKEiTsw(Y2=i z%m)p7m?FEMG3r)Pfc1^?33PlLs2V0s?*fReB5*ZC4a~-@7htS#1f(DpCC9eMkLr-G1AE}18V{t4y~Qo1&VyzDK#3b59(V{mFa)DstKWw{aSv={ zZnF&o&CKm)7RuK2344v#G8+5#@E7O{P6#fD8Oki2%+J0}u(|OO8F=g(`VRg@ zt^%tFKE8YHIAbz#)6xD{f2=!O+c(!?y1%UPDH+@w9COwCCsZWYVqF+ky#efVnbDL5 zkAy29tK$o$!K8$Y!2r)zJ75D0&lw?^H9Z*+a5onDs?0w|yc1aDYA94O!y<`*UulpK z*KF!oP?my`xnuWS!IEoZZIFB5-*DH@FZubh|LM6A?5xAo{Xo;NPQ4RcnEXxZ*Qpza z%N;w*q26+!uf+8|zV8iT7llR;DL3sYwiLak&cU*OsKgCn8a@opiCO0RTL*mTwy$+y zGo#{puEImyfKYGv%uwTsI*853bWK8F_pDrIMS4BLoQLlmQ}%__(tywkLh6`lktdJV zy4>12I6YdK2bsaMy6uuvHsQ520_k`BKgOrf3_HVyox(%dl9MJKC9tPq8ageg@XZ2% z6uv1WF|y(>7UVu^-5h}ruJW-ev4xu(uO&zXR;7t7V6CpeEf&aHGRX_8yTBJZ0Lg_`H3O5`Y?C6Bd|zZI-_Q3(dc!Y}i#47%zQL!7 zmg>0pqzHV~lX)eboPh(Bh5;>+IT}&e8|kYmtS+e9W-n;y+d+;Eobik*X@K3P;#J$g zZ#$0H(!(FeBZSE`FvH!;#S8uy`gUqNTU5rZ^@>N0@SF*bKZDB8Yr+p`6 z?Ip|new*+B6_XgI$TUpqf9TRIZ04FdUz!c$wwUy<-DW)jFRYCMgMfk6=fN3s+mD)7 z#hXCBq6mCinwHeHy0>WI(J*H;o*6oM>gb8l*x?h$UmQ4n^w6;(0!iv7P^LbOlYKa8 zgv4+rmB~p-HC))9FhH0lXPPj44RgmT6;p$_3r=uU)Gj~*_|uBG!2J22=k7Fh7tSv= zg+FtJ0X!-+RTug)wDHX|3xkEO54OFx?W0{EX^SI3;mc3&FNgYMr}X{)@$p8RY3+hLKUY-EhTXq7skA3>RJj z%-pDxQi7a}q|DEHDg*5dpD800K{fe;Q=iE|a}|d-!v&w^2%p4EK*dmFY=nJ}#K4rI zqDD;5f#wnNX~et`wUQRrN0W%{Oq#jP16YfDQqqr^Tg%1BjVBgU58*-Zwv&%3z^ z<1@OX5yC^5hq@oXCuom%`zBHcu>fC?o^bn8>> list(yield_lines('')) + [] + >>> list(yield_lines(['foo', 'bar'])) + ['foo', 'bar'] + >>> list(yield_lines('foo\nbar')) + ['foo', 'bar'] + >>> list(yield_lines('\nfoo\n#bar\nbaz #comment')) + ['foo', 'baz #comment'] + >>> list(yield_lines(['foo\nbar', 'baz', 'bing\n\n\n'])) + ['foo', 'bar', 'baz', 'bing'] + """ + return itertools.chain.from_iterable(map(yield_lines, iterable)) + + +@yield_lines.register(str) +def _(text): + return filter(_nonblank, map(str.strip, text.splitlines())) + + +def drop_comment(line): + """ + Drop comments. + + >>> drop_comment('foo # bar') + 'foo' + + A hash without a space may be in a URL. + + >>> drop_comment('http://example.com/foo#bar') + 'http://example.com/foo#bar' + """ + return line.partition(" #")[0] + + +def join_continuation(lines): + r""" + Join lines continued by a trailing backslash. + + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar \\', 'baz'])) + ['foobarbaz'] + + Not sure why, but... + The character preceeding the backslash is also elided. + + >>> list(join_continuation(['goo\\', 'dly'])) + ['godly'] + + A terrible idea, but... + If no line is available to continue, suppress the lines. + + >>> list(join_continuation(['foo', 'bar\\', 'baz\\'])) + ['foo'] + """ + lines = iter(lines) + for item in lines: + while item.endswith("\\"): + try: + item = item[:-2].strip() + next(lines) + except StopIteration: + return + yield item diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 00000000..92c4c6a1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py @@ -0,0 +1,38 @@ +"""Customize logging + +Defines custom logger class for the `logger.verbose(...)` method. + +init_logging() must be called before any other modules that call logging.getLogger. +""" + +import logging +from typing import Any, cast + +# custom log level for `--verbose` output +# between DEBUG and INFO +VERBOSE = 15 + + +class VerboseLogger(logging.Logger): + """Custom Logger, defining a verbose log-level + + VERBOSE is between INFO and DEBUG. + """ + + def verbose(self, msg: str, *args: Any, **kwargs: Any) -> None: + return self.log(VERBOSE, msg, *args, **kwargs) + + +def getLogger(name: str) -> VerboseLogger: + """logging.getLogger, but ensures our VerboseLogger class is returned""" + return cast(VerboseLogger, logging.getLogger(name)) + + +def init_logging() -> None: + """Register our VerboseLogger and VERBOSE log level. + + Should be called before any calls to getLogger(), + i.e. in pip._internal.__init__ + """ + logging.setLoggerClass(VerboseLogger) + logging.addLevelName(VERBOSE, "VERBOSE") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 00000000..16933bf8 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys +from typing import List + +from pip._vendor import platformdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def _macos_user_config_dir(appname: str, roaming: bool = True) -> str: + # Use ~/Application Support/pip, if the directory exists. + path = _appdirs.user_data_dir(appname, appauthor=False, roaming=roaming) + if os.path.isdir(path): + return path + + # Use a Linux-like ~/.config/pip, by default. + linux_like_path = "~/.config/" + if appname: + linux_like_path = os.path.join(linux_like_path, appname) + + return os.path.expanduser(linux_like_path) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + if sys.platform == "darwin": + return _macos_user_config_dir(appname, roaming) + + return _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + if sys.platform == "darwin": + return [_appdirs.site_data_dir(appname, appauthor=False, multipath=True)] + + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if sys.platform == "win32": + return [dirval] + + # Unix-y system. Look in /etc as well. + return dirval.split(os.pathsep) + ["/etc"] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 00000000..3f4d300c --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,63 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import logging +import os +import sys + +__all__ = ["get_path_uid", "stdlib_pkgs", "WINDOWS"] + + +logger = logging.getLogger(__name__) + + +def has_tls() -> bool: + try: + import _ssl # noqa: F401 # ignore unused + + return True + except ImportError: + pass + + from pip._vendor.urllib3.util import IS_PYOPENSSL + + return IS_PYOPENSSL + + +def get_path_uid(path: str) -> int: + """ + Return path's uid. + + Does not follow symlinks: + https://github.com/pypa/pip/pull/935#discussion_r5307003 + + Placed this function in compat due to differences on AIX and + Jython, that should eventually go away. + + :raises OSError: When path is a symlink or can't be read. + """ + if hasattr(os, "O_NOFOLLOW"): + fd = os.open(path, os.O_RDONLY | os.O_NOFOLLOW) + file_uid = os.fstat(fd).st_uid + os.close(fd) + else: # AIX and Jython + # WARNING: time of check vulnerability, but best we can do w/o NOFOLLOW + if not os.path.islink(path): + # older versions of Jython don't have `os.fstat` + file_uid = os.stat(path).st_uid + else: + # raise OSError for parity with os.O_NOFOLLOW above + raise OSError(f"{path} is a symlink; Will not return uid for symlinks") + return file_uid + + +# packages in the stdlib that may have installation metadata, but should not be +# considered 'installed'. this theoretically could be determined based on +# dist.location (py27:`sysconfig.get_paths()['stdlib']`, +# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may +# make this ineffective, so hard-coding +stdlib_pkgs = {"python", "wsgiref", "argparse"} + + +# windows detection, covers cpython and ironpython +WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 00000000..b6ed9a78 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,165 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + mac_platforms, +) + +_osx_arch_pat = re.compile(r"(.+)_(\d+)_(\d+)_(.+)") + + +def version_info_to_nodot(version_info: Tuple[int, ...]) -> str: + # Only use up to the first two numbers. + return "".join(map(str, version_info[:2])) + + +def _mac_platforms(arch: str) -> List[str]: + match = _osx_arch_pat.match(arch) + if match: + name, major, minor, actual_arch = match.groups() + mac_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "macosx", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "macosxcustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("macosx_") :]) + for arch in mac_platforms(mac_version, actual_arch) + ] + else: + # arch pattern didn't match (?!) + arches = [arch] + return arches + + +def _custom_manylinux_platforms(arch: str) -> List[str]: + arches = [arch] + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch_prefix == "manylinux2014": + # manylinux1/manylinux2010 wheels run on most manylinux2014 systems + # with the exception of wheels depending on ncurses. PEP 599 states + # manylinux1/manylinux2010 wheels should be considered + # manylinux2014 wheels: + # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels + if arch_suffix in {"i686", "x86_64"}: + arches.append("manylinux2010" + arch_sep + arch_suffix) + arches.append("manylinux1" + arch_sep + arch_suffix) + elif arch_prefix == "manylinux2010": + # manylinux1 wheels run on most manylinux2010 systems with the + # exception of wheels depending on ncurses. PEP 571 states + # manylinux1 wheels should be considered manylinux2010 wheels: + # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels + arches.append("manylinux1" + arch_sep + arch_suffix) + return arches + + +def _get_custom_platforms(arch: str) -> List[str]: + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch.startswith("macosx"): + arches = _mac_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 00000000..8668b3b0 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py @@ -0,0 +1,11 @@ +"""For when pip wants to check the date or time. +""" + +import datetime + + +def today_is_later_than(year: int, month: int, day: int) -> bool: + today = datetime.date.today() + given = datetime.date(year, month, day) + + return today > given diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 00000000..72bd6f25 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,120 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +import logging +import warnings +from typing import Any, Optional, TextIO, Type, Union + +from pip._vendor.packaging.version import parse + +from pip import __version__ as current_version # NOTE: tests patch this name. + +DEPRECATION_MSG_PREFIX = "DEPRECATION: " + + +class PipDeprecationWarning(Warning): + pass + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Union[Warning, str], + category: Type[Warning], + filename: str, + lineno: int, + file: Optional[TextIO] = None, + line: Optional[str] = None, +) -> None: + if file is not None: + if _original_showwarning is not None: + _original_showwarning(message, category, filename, lineno, file, line) + elif issubclass(category, PipDeprecationWarning): + # We use a specially named logger which will handle all of the + # deprecation messages for pip. + logger = logging.getLogger("pip._internal.deprecations") + logger.warning(message) + else: + _original_showwarning(message, category, filename, lineno, file, line) + + +def install_warning_logger() -> None: + # Enable our Deprecation Warnings + warnings.simplefilter("default", PipDeprecationWarning, append=True) + + global _original_showwarning + + if _original_showwarning is None: + _original_showwarning = warnings.showwarning + warnings.showwarning = _showwarning + + +def deprecated( + *, + reason: str, + replacement: Optional[str], + gone_in: Optional[str], + feature_flag: Optional[str] = None, + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. Should be a complete sentence. + replacement: + Textual suggestion shown to the user about what alternative + functionality they can use. + gone_in: + The version of pip does this functionality should get removed in. + Raises an error if pip's current version is greater than or equal to + this. + feature_flag: + Command-line flag of the form --use-feature={feature_flag} for testing + upcoming functionality. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + """ + + # Determine whether or not the feature is already gone in this version. + is_gone = gone_in is not None and parse(current_version) >= parse(gone_in) + + message_parts = [ + (reason, f"{DEPRECATION_MSG_PREFIX}{{}}"), + ( + gone_in, + "pip {} will enforce this behaviour change." + if not is_gone + else "Since pip {}, this is no longer supported.", + ), + ( + replacement, + "A possible replacement is {}.", + ), + ( + feature_flag, + "You can use the flag --use-feature={} to test the upcoming behaviour." + if not is_gone + else None, + ), + ( + issue, + "Discussion can be found at https://github.com/pypa/pip/issues/{}", + ), + ] + + message = " ".join( + format_str.format(value) + for value, format_str in message_parts + if format_str is not None and value is not None + ) + + # Raise as an error if this behaviour is deprecated. + if is_gone: + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 00000000..0e8e5e16 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,87 @@ +from typing import Optional + +from pip._internal.models.direct_url import ArchiveInfo, DirectUrl, DirInfo, VcsInfo +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + + +def direct_url_as_pep440_direct_reference(direct_url: DirectUrl, name: str) -> str: + """Convert a DirectUrl to a pip requirement string.""" + direct_url.validate() # if invalid, this is a pip bug + requirement = name + " @ " + fragments = [] + if isinstance(direct_url.info, VcsInfo): + requirement += "{}+{}@{}".format( + direct_url.info.vcs, direct_url.url, direct_url.info.commit_id + ) + elif isinstance(direct_url.info, ArchiveInfo): + requirement += direct_url.url + if direct_url.info.hash: + fragments.append(direct_url.info.hash) + else: + assert isinstance(direct_url.info, DirInfo) + requirement += direct_url.url + if direct_url.subdirectory: + fragments.append("subdirectory=" + direct_url.subdirectory) + if fragments: + requirement += "#" + "&".join(fragments) + return requirement + + +def direct_url_for_editable(source_dir: str) -> DirectUrl: + return DirectUrl( + url=path_to_url(source_dir), + info=DirInfo(editable=True), + ) + + +def direct_url_from_link( + link: Link, source_dir: Optional[str] = None, link_is_in_wheel_cache: bool = False +) -> DirectUrl: + if link.is_vcs: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend + url, requested_revision, _ = vcs_backend.get_url_rev_and_auth( + link.url_without_fragment + ) + # For VCS links, we need to find out and add commit_id. + if link_is_in_wheel_cache: + # If the requested VCS link corresponds to a cached + # wheel, it means the requested revision was an + # immutable commit hash, otherwise it would not have + # been cached. In that case we don't have a source_dir + # with the VCS checkout. + assert requested_revision + commit_id = requested_revision + else: + # If the wheel was not in cache, it means we have + # had to checkout from VCS to build and we have a source_dir + # which we can inspect to find out the commit id. + assert source_dir + commit_id = vcs_backend.get_revision(source_dir) + return DirectUrl( + url=url, + info=VcsInfo( + vcs=vcs_backend.name, + commit_id=commit_id, + requested_revision=requested_revision, + ), + subdirectory=link.subdirectory_fragment, + ) + elif link.is_existing_dir(): + return DirectUrl( + url=link.url_without_fragment, + info=DirInfo(), + subdirectory=link.subdirectory_fragment, + ) + else: + hash = None + hash_name = link.hash_name + if hash_name: + hash = f"{hash_name}={link.hash}" + return DirectUrl( + url=link.url_without_fragment, + info=ArchiveInfo(hash=hash), + subdirectory=link.subdirectory_fragment, + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 00000000..4a384a63 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,80 @@ +import os +import re +import sys +from typing import List, Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_names(raw_name: str) -> List[str]: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + + We also look for the raw name (without normalization) as setuptools 69 changed + the way it names .egg-link files (https://github.com/pypa/setuptools/issues/4167). + """ + return [ + re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link", + f"{raw_name}.egg-link", + ] + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_names = _egg_link_names(raw_name) + for path_item in sys.path: + for egg_link_name in egg_link_names: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites: List[str] = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_names = _egg_link_names(raw_name) + for site in sites: + for egg_link_name in egg_link_names: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 00000000..008f06a7 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py @@ -0,0 +1,36 @@ +import codecs +import locale +import re +import sys +from typing import List, Tuple + +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), +] + +ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") + + +def auto_decode(data: bytes) -> str: + """Check a bytes string for a BOM to correctly detect the encoding + + Fallback to locale.getpreferredencoding(False) like open() on Python3""" + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + # Lets check the first two lines as in PEP263 + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#" and ENCODING_RE.search(line): + result = ENCODING_RE.search(line) + assert result is not None + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + return data.decode( + locale.getpreferredencoding(False) or sys.getdefaultencoding(), + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 00000000..15013693 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,84 @@ +import itertools +import os +import shutil +import sys +from typing import List, Optional + +from pip._internal.cli.main import main +from pip._internal.utils.compat import WINDOWS + +_EXECUTABLE_NAMES = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", +] +if WINDOWS: + _allowed_extensions = {"", ".exe"} + _EXECUTABLE_NAMES = [ + "".join(parts) + for parts in itertools.product(_EXECUTABLE_NAMES, _allowed_extensions) + ] + + +def _wrapper(args: Optional[List[str]] = None) -> int: + """Central wrapper for all old entrypoints. + + Historically pip has had several entrypoints defined. Because of issues + arising from PATH, sys.path, multiple Pythons, their interactions, and most + of them having a pip installed, users suffer every time an entrypoint gets + moved. + + To alleviate this pain, and provide a mechanism for warning users and + directing them to an appropriate place for help, we now define all of + our old entrypoints as wrappers for the current one. + """ + sys.stderr.write( + "WARNING: pip is being invoked by an old script wrapper. This will " + "fail in a future version of pip.\n" + "Please see https://github.com/pypa/pip/issues/5599 for advice on " + "fixing the underlying issue.\n" + "To avoid this problem you can invoke Python with '-m pip' instead of " + "running pip directly.\n" + ) + return main(args) + + +def get_best_invocation_for_this_pip() -> str: + """Try to figure out the best way to invoke pip in the current environment.""" + binary_directory = "Scripts" if WINDOWS else "bin" + binary_prefix = os.path.join(sys.prefix, binary_directory) + + # Try to use pip[X[.Y]] names, if those executables for this environment are + # the first on PATH with that name. + path_parts = os.path.normcase(os.environ.get("PATH", "")).split(os.pathsep) + exe_are_in_PATH = os.path.normcase(binary_prefix) in path_parts + if exe_are_in_PATH: + for exe_name in _EXECUTABLE_NAMES: + found_executable = shutil.which(exe_name) + binary_executable = os.path.join(binary_prefix, exe_name) + if ( + found_executable + and os.path.exists(binary_executable) + and os.path.samefile( + found_executable, + binary_executable, + ) + ): + return exe_name + + # Use the `-m` invocation, if there's no "nice" invocation. + return f"{get_best_invocation_for_this_python()} -m pip" + + +def get_best_invocation_for_this_python() -> str: + """Try to figure out the best way to invoke the current Python.""" + exe = sys.executable + exe_name = os.path.basename(exe) + + # Try to use the basename, if it's the first executable. + found_executable = shutil.which(exe_name) + if found_executable and os.path.samefile(found_executable, exe): + return exe_name + + # Use the full executable name, because we couldn't find something simpler. + return exe diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 00000000..83c2df75 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,153 @@ +import fnmatch +import os +import os.path +import random +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Generator, List, Union, cast + +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size + + +def check_path_owner(path: str) -> bool: + # If we don't have a way to check the effective uid of this process, then + # we'll just assume that we own the directory. + if sys.platform == "win32" or not hasattr(os, "geteuid"): + return True + + assert os.path.isabs(path) + + previous = None + while path != previous: + if os.path.lexists(path): + # Check if path is writable by current user. + if os.geteuid() == 0: + # Special handling for root user in order to handle properly + # cases where users use sudo without -H flag. + try: + path_uid = get_path_uid(path) + except OSError: + return False + return path_uid == 0 + else: + return os.access(path, os.W_OK) + else: + previous, path = path, os.path.dirname(path) + return False # assume we don't own the path + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + """Return a file-like object pointing to a tmp file next to path. + + The file is created securely and is ensured to be written to disk + after the context reaches its end. + + kwargs will be passed to tempfile.NamedTemporaryFile to control + the way the temporary file will be opened. + """ + with NamedTemporaryFile( + delete=False, + dir=os.path.dirname(path), + prefix=os.path.basename(path), + suffix=".tmp", + **kwargs, + ) as f: + result = cast(BinaryIO, f) + try: + yield result + finally: + result.flush() + os.fsync(result.fileno()) + + +# Tenacity raises RetryError by default, explicitly raise the original exception +_replace_retry = retry(reraise=True, stop=stop_after_delay(1), wait=wait_fixed(0.25)) + +replace = _replace_retry(os.replace) + + +# test_writable_dir and _test_writable_dir_win are copied from Flit, +# with the author's agreement to also place them under pip's license. +def test_writable_dir(path: str) -> bool: + """Check if a directory is writable. + + Uses os.access() on POSIX, tries creating files on Windows. + """ + # If the directory doesn't exist, find the closest parent that does. + while not os.path.isdir(path): + parent = os.path.dirname(path) + if parent == path: + break # Should never get here, but infinite loops are bad + path = parent + + if os.name == "posix": + return os.access(path, os.W_OK) + + return _test_writable_dir_win(path) + + +def _test_writable_dir_win(path: str) -> bool: + # os.access doesn't work on Windows: http://bugs.python.org/issue2528 + # and we can't use tempfile: http://bugs.python.org/issue22107 + basename = "accesstest_deleteme_fishfingers_custard_" + alphabet = "abcdefghijklmnopqrstuvwxyz0123456789" + for _ in range(10): + name = basename + "".join(random.choice(alphabet) for _ in range(6)) + file = os.path.join(path, name) + try: + fd = os.open(file, os.O_RDWR | os.O_CREAT | os.O_EXCL) + except FileExistsError: + pass + except PermissionError: + # This could be because there's a directory with the same name. + # But it's highly unlikely there's a directory called that, + # so we'll assume it's because the parent dir is not writable. + # This could as well be because the parent dir is not readable, + # due to non-privileged user access. + return False + else: + os.close(fd) + os.unlink(file) + return True + + # This should never be reached + raise OSError("Unexpected condition testing for writable directory") + + +def find_files(path: str, pattern: str) -> List[str]: + """Returns a list of absolute paths of files beneath path, recursively, + with filenames which match the UNIX-style shell glob pattern.""" + result: List[str] = [] + for root, _, files in os.walk(path): + matches = fnmatch.filter(files, pattern) + result.extend(os.path.join(root, f) for f in matches) + return result + + +def file_size(path: str) -> Union[int, float]: + # If it's a symlink, return 0. + if os.path.islink(path): + return 0 + return os.path.getsize(path) + + +def format_file_size(path: str) -> str: + return format_size(file_size(path)) + + +def directory_size(path: str) -> Union[int, float]: + size = 0.0 + for root, _dirs, files in os.walk(path): + for filename in files: + file_path = os.path.join(root, filename) + size += file_size(file_path) + return size + + +def format_directory_size(path: str) -> str: + return format_size(directory_size(path)) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 00000000..59485701 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,27 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") +XZ_EXTENSIONS: Tuple[str, ...] = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) +ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) +TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name: str) -> bool: + """Return True if `name` is a considered as an archive file.""" + ext = splitext(name)[1].lower() + if ext in ARCHIVE_EXTENSIONS: + return True + return False diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 00000000..81342afa --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + gnu_libc_version = os.confstr("CS_GNU_LIBC_VERSION") + if gnu_libc_version is None: + return None + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = gnu_libc_version.split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + process_namespace = ctypes.CDLL(None) + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 00000000..843cffc6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,151 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterable, List, Optional + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + +# The recommended hash algo of the moment. Change this whenever the state of +# the art changes; it won't hurt backward compatibility. +FAVORITE_HASH = "sha256" + + +# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` +# Currently, those are the ones at least as collision-resistant as sha256. +STRONG_HASHES = ["sha256", "sha384", "sha512"] + + +class Hashes: + """A wrapper that builds multiple hashes at once and checks them against + known-good values + + """ + + def __init__(self, hashes: Optional[Dict[str, List[str]]] = None) -> None: + """ + :param hashes: A dict of algorithm names pointing to lists of allowed + hex digests + """ + allowed = {} + if hashes is not None: + for alg, keys in hashes.items(): + # Make sure values are always sorted (to ease equality checks) + allowed[alg] = sorted(keys) + self._allowed = allowed + + def __and__(self, other: "Hashes") -> "Hashes": + if not isinstance(other, Hashes): + return NotImplemented + + # If either of the Hashes object is entirely empty (i.e. no hash + # specified at all), all hashes from the other object are allowed. + if not other: + return self + if not self: + return other + + # Otherwise only hashes that present in both objects are allowed. + new = {} + for alg, values in other._allowed.items(): + if alg not in self._allowed: + continue + new[alg] = [v for v in values if v in self._allowed[alg]] + return Hashes(new) + + @property + def digest_count(self) -> int: + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed(self, hash_name: str, hex_digest: str) -> bool: + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks: Iterable[bytes]) -> None: + """Check good hashes against ones built from iterable of chunks of + data. + + Raise HashMismatch if none match. + + """ + gots = {} + for hash_name in self._allowed.keys(): + try: + gots[hash_name] = hashlib.new(hash_name) + except (ValueError, TypeError): + raise InstallationError(f"Unknown hash name: {hash_name}") + + for chunk in chunks: + for hash in gots.values(): + hash.update(chunk) + + for hash_name, got in gots.items(): + if got.hexdigest() in self._allowed[hash_name]: + return + self._raise(gots) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file: BinaryIO) -> None: + """Check good hashes against a file-like object + + Raise HashMismatch if none match. + + """ + return self.check_against_chunks(read_chunks(file)) + + def check_against_path(self, path: str) -> None: + with open(path, "rb") as file: + return self.check_against_file(file) + + def has_one_of(self, hashes: Dict[str, str]) -> bool: + """Return whether any of the given hashes are allowed.""" + for hash_name, hex_digest in hashes.items(): + if self.is_hash_allowed(hash_name, hex_digest): + return True + return False + + def __bool__(self) -> bool: + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self) -> int: + return hash( + ",".join( + sorted( + ":".join((alg, digest)) + for alg, digest_list in self._allowed.items() + for digest in digest_list + ) + ) + ) + + +class MissingHashes(Hashes): + """A workalike for Hashes used when we're missing a hash for a requirement + + It computes the actual hash of the requirement and raises a HashMissing + exception showing it to the user. + + """ + + def __init__(self) -> None: + """Don't offer the ``hashes`` kwarg.""" + # Pass our favorite hash in to generate a "gotten hash". With the + # empty list, it will never match, so an error will always raise. + super().__init__(hashes={FAVORITE_HASH: []}) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 00000000..95982dfb --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,348 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from io import TextIOWrapper +from logging import Filter +from typing import Any, ClassVar, Generator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderableType, + RenderResult, + RichCast, +) +from pip._vendor.rich.highlighter import NullHighlighter +from pip._vendor.rich.logging import RichHandler +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style + +from pip._internal.utils._log import VERBOSE, getLogger +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX +from pip._internal.utils.misc import ensure_dir + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + +def _is_broken_pipe_error(exc_class: Type[BaseException], exc: BaseException) -> bool: + if exc_class is BrokenPipeError: + return True + + # On Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + if not WINDOWS: + return False + + return isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + + +@contextlib.contextmanager +def indent_log(num: int = 2) -> Generator[None, None, None]: + """ + A context manager which will cause the log output to be indented for any + log messages emitted inside it. + """ + # For thread-safety + _log_state.indentation = get_indentation() + _log_state.indentation += num + try: + yield + finally: + _log_state.indentation -= num + + +def get_indentation() -> int: + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args: Any, + add_timestamp: bool = False, + **kwargs: Any, + ) -> None: + """ + A logging.Formatter that obeys the indent_log() context manager. + + :param add_timestamp: A bool indicating output lines should be prefixed + with their record's timestamp. + """ + self.add_timestamp = add_timestamp + super().__init__(*args, **kwargs) + + def get_message_start(self, formatted: str, levelno: int) -> str: + """ + Return the start of the formatted log message (not counting the + prefix to add to each line). + """ + if levelno < logging.WARNING: + return "" + if formatted.startswith(DEPRECATION_MSG_PREFIX): + # Then the message already has a prefix. We don't want it to + # look like "WARNING: DEPRECATION: ...." + return "" + if levelno < logging.ERROR: + return "WARNING: " + + return "ERROR: " + + def format(self, record: logging.LogRecord) -> str: + """ + Calls the standard formatter, but will indent all of the log message + lines by our current indentation level. + """ + formatted = super().format(record) + message_start = self.get_message_start(formatted, record.levelno) + formatted = message_start + formatted + + prefix = "" + if self.add_timestamp: + prefix = f"{self.formatTime(record)} " + prefix += " " * get_indentation() + formatted = "".join([prefix + line for line in formatted.splitlines(True)]) + return formatted + + +@dataclass +class IndentedRenderable: + renderable: RenderableType + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + assert isinstance(record.args, tuple) + if getattr(record, "rich", False): + (rich_renderable,) = record.args + assert isinstance( + rich_renderable, (ConsoleRenderable, RichCast, str) + ), f"{rich_renderable} is not rich-console-renderable" + + renderable: RenderableType = IndentedRenderable( + rich_renderable, indent=get_indentation() + ) + else: + message = self.format(record) + renderable = self.render_message(record, message) + if record.levelno is not None: + if record.levelno >= logging.ERROR: + style = Style(color="red") + elif record.levelno >= logging.WARNING: + style = Style(color="yellow") + + try: + self.console.print(renderable, overflow="ignore", crop=False, style=style) + except Exception: + self.handleError(record) + + def handleError(self, record: logging.LogRecord) -> None: + """Called when logging is unable to log some output.""" + + exc_class, exc = sys.exc_info()[:2] + # If a broken pipe occurred while calling write() or flush() on the + # stdout stream in logging's Handler.emit(), then raise our special + # exception so we can handle it in main() instead of logging the + # broken pipe error and continuing. + if ( + exc_class + and exc + and self.console.file is sys.stdout + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self) -> TextIOWrapper: + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level: int) -> None: + self.level = level + + def filter(self, record: logging.LogRecord) -> bool: + return record.levelno < self.level + + +class ExcludeLoggerFilter(Filter): + + """ + A logging Filter that excludes records from a logger (or its children). + """ + + def filter(self, record: logging.LogRecord) -> bool: + # The base Filter class allows only records from a logger (or its + # children). + return not super().filter(record) + + +def setup_logging(verbosity: int, no_color: bool, user_log_file: Optional[str]) -> int: + """Configures and sets up all of the logging + + Returns the requested logging level, as its integer value. + """ + + # Determine the level to be logging at. + if verbosity >= 2: + level_number = logging.DEBUG + elif verbosity == 1: + level_number = VERBOSE + elif verbosity == -1: + level_number = logging.WARNING + elif verbosity == -2: + level_number = logging.ERROR + elif verbosity <= -3: + level_number = logging.CRITICAL + else: + level_number = logging.INFO + + level = logging.getLevelName(level_number) + + # The "root" logger should match the "console" level *unless* we also need + # to log to a user log file. + include_user_log = user_log_file is not None + if include_user_log: + additional_log_file = user_log_file + root_level = "DEBUG" + else: + additional_log_file = "/dev/null" + root_level = level + + # Disable any logging besides WARNING unless we have DEBUG level logging + # enabled for vendored libraries. + vendored_log_level = "WARNING" if level in ["INFO", "ERROR"] else "DEBUG" + + # Shorthands for clarity + log_streams = { + "stdout": "ext://sys.stdout", + "stderr": "ext://sys.stderr", + } + handler_classes = { + "stream": "pip._internal.utils.logging.RichPipStreamHandler", + "file": "pip._internal.utils.logging.BetterRotatingFileHandler", + } + handlers = ["console", "console_errors", "console_subprocess"] + ( + ["user_log"] if include_user_log else [] + ) + + logging.config.dictConfig( + { + "version": 1, + "disable_existing_loggers": False, + "filters": { + "exclude_warnings": { + "()": "pip._internal.utils.logging.MaxLevelFilter", + "level": logging.WARNING, + }, + "restrict_to_subprocess": { + "()": "logging.Filter", + "name": subprocess_logger.name, + }, + "exclude_subprocess": { + "()": "pip._internal.utils.logging.ExcludeLoggerFilter", + "name": subprocess_logger.name, + }, + }, + "formatters": { + "indent": { + "()": IndentingFormatter, + "format": "%(message)s", + }, + "indent_with_timestamp": { + "()": IndentingFormatter, + "format": "%(message)s", + "add_timestamp": True, + }, + }, + "handlers": { + "console": { + "level": level, + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stdout"], + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stderr"], + "filters": ["exclude_subprocess"], + "formatter": "indent", + }, + # A handler responsible for logging to the console messages + # from the "subprocessor" logger. + "console_subprocess": { + "level": level, + "class": handler_classes["stream"], + "stream": log_streams["stderr"], + "no_color": no_color, + "filters": ["restrict_to_subprocess"], + "formatter": "indent", + }, + "user_log": { + "level": "DEBUG", + "class": handler_classes["file"], + "filename": additional_log_file, + "encoding": "utf-8", + "delay": True, + "formatter": "indent_with_timestamp", + }, + }, + "root": { + "level": root_level, + "handlers": handlers, + }, + "loggers": {"pip._vendor": {"level": vendored_log_level}}, + } + ) + + return level_number diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 00000000..1ad3f616 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,783 @@ +import contextlib +import errno +import getpass +import hashlib +import io +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +from functools import partial +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from pathlib import Path +from types import FunctionType, TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Dict, + Generator, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + Union, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.pyproject_hooks import BuildBackendHookCaller +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip import __version__ +from pip._internal.exceptions import CommandError, ExternallyManagedEnvironment +from pip._internal.locations import get_major_minor_version +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = [ + "rmtree", + "display_path", + "backup_dir", + "ask", + "splitext", + "format_size", + "is_installable_dir", + "normalize_path", + "renames", + "get_prog", + "captured_stdout", + "ensure_dir", + "remove_auth_from_url", + "check_externally_managed", + "ConfiguredBuildBackendHookCaller", +] + +logger = logging.getLogger(__name__) + +T = TypeVar("T") +ExcInfo = Tuple[Type[BaseException], BaseException, TracebackType] +VersionInfo = Tuple[int, int, int] +NetlocTuple = Tuple[str, Tuple[Optional[str], Optional[str]]] +OnExc = Callable[[FunctionType, Path, BaseException], Any] +OnErr = Callable[[FunctionType, Path, ExcInfo], Any] + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return f"pip {__version__} from {pip_pkg_dir} (python {get_major_minor_version()})" + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +# Tenacity raises RetryError by default, explicitly raise the original exception +@retry(reraise=True, stop=stop_after_delay(3), wait=wait_fixed(0.5)) +def rmtree( + dir: str, + ignore_errors: bool = False, + onexc: Optional[OnExc] = None, +) -> None: + if ignore_errors: + onexc = _onerror_ignore + if onexc is None: + onexc = _onerror_reraise + handler: OnErr = partial( + # `[func, path, Union[ExcInfo, BaseException]] -> Any` is equivalent to + # `Union[([func, path, ExcInfo] -> Any), ([func, path, BaseException] -> Any)]`. + cast(Union[OnExc, OnErr], rmtree_errorhandler), + onexc=onexc, + ) + if sys.version_info >= (3, 12): + # See https://docs.python.org/3.12/whatsnew/3.12.html#shutil. + shutil.rmtree(dir, onexc=handler) # type: ignore + else: + shutil.rmtree(dir, onerror=handler) # type: ignore + + +def _onerror_ignore(*_args: Any) -> None: + pass + + +def _onerror_reraise(*_args: Any) -> None: + raise + + +def rmtree_errorhandler( + func: FunctionType, + path: Path, + exc_info: Union[ExcInfo, BaseException], + *, + onexc: OnExc = _onerror_reraise, +) -> None: + """ + `rmtree` error handler to 'force' a file remove (i.e. like `rm -f`). + + * If a file is readonly then it's write flag is set and operation is + retried. + + * `onerror` is the original callback from `rmtree(... onerror=onerror)` + that is chained at the end if the "rm -f" still fails. + """ + try: + st_mode = os.stat(path).st_mode + except OSError: + # it's equivalent to os.path.exists + return + + if not st_mode & stat.S_IWRITE: + # convert to read/write + try: + os.chmod(path, st_mode | stat.S_IWRITE) + except OSError: + pass + else: + # use the original function to repeat the operation + try: + func(path) + return + except OSError: + pass + + if not isinstance(exc_info, BaseException): + _, exc_info, _ = exc_info + onexc(func, path, exc_info) + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return f"{bytes / 1000.0 / 1000:.1f} MB" + elif bytes > 10 * 1000: + return f"{int(bytes / 1000)} kB" + elif bytes > 1000: + return f"{bytes / 1000.0:.1f} kB" + else: + return f"{int(bytes)} bytes" + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks( + file: BinaryIO, size: int = io.DEFAULT_BUFFER_SIZE +) -> Generator[bytes, None, None]: + """Yield pieces of data from a file-like object until EOF.""" + while True: + chunk = file.read(size) + if not chunk: + break + yield chunk + + +def normalize_path(path: str, resolve_symlinks: bool = True) -> str: + """ + Convert a path to its canonical, case-normalized, absolute version. + + """ + path = os.path.expanduser(path) + if resolve_symlinks: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + return os.path.normcase(path) + + +def splitext(path: str) -> Tuple[str, str]: + """Like os.path.splitext, but take off .tar too""" + base, ext = posixpath.splitext(path) + if base.lower().endswith(".tar"): + ext = base[-4:] + ext + base = base[:-4] + return base, ext + + +def renames(old: str, new: str) -> None: + """Like os.renames(), but handles renaming across devices.""" + # Implementation borrowed from os.renames(). + head, tail = os.path.split(new) + if head and tail and not os.path.exists(head): + os.makedirs(head) + + shutil.move(old, new) + + head, tail = os.path.split(old) + if head and tail: + try: + os.removedirs(head) + except OSError: + pass + + +def is_local(path: str) -> bool: + """ + Return True if path is within sys.prefix, if we're running in a virtualenv. + + If we're not in a virtualenv, all paths are considered "local." + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + if not running_under_virtualenv(): + return True + return path.startswith(normalize_path(sys.prefix)) + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + ret = cls() + ret.orig_stream = orig_stream + return ret + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # type ignore is because TextIOBase.encoding is writeable + @property + def encoding(self) -> str: # type: ignore + return self.orig_stream.encoding + + +@contextlib.contextmanager +def captured_output(stream_name: str) -> Generator[StreamWrapper, None, None]: + """Return a context manager used by captured_stdout/stdin/stderr + that temporarily replaces the sys stream *stream_name* with a StringIO. + + Taken from Lib/support/__init__.py in the CPython repo. + """ + orig_stdout = getattr(sys, stream_name) + setattr(sys, stream_name, StreamWrapper.from_stream(orig_stdout)) + try: + yield getattr(sys, stream_name) + finally: + setattr(sys, stream_name, orig_stdout) + + +def captured_stdout() -> ContextManager[StreamWrapper]: + """Capture the output of sys.stdout: + + with captured_stdout() as stdout: + print('hello') + self.assertEqual(stdout.getvalue(), 'hello\n') + + Taken from Lib/support/__init__.py in the CPython repo. + """ + return captured_output("stdout") + + +def captured_stderr() -> ContextManager[StreamWrapper]: + """ + See captured_stdout(). + """ + return captured_output("stderr") + + +# Simulates an enum +def enum(*sequential: Any, **named: Any) -> Type[Any]: + enums = dict(zip(sequential, range(len(sequential))), **named) + reverse = {value: key for key, value in enums.items()} + enums["reverse_mapping"] = reverse + return type("Enum", (), enums) + + +def build_netloc(host: str, port: Optional[int]) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> Tuple[Optional[str], Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return f"{user}{password}@{netloc}" + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url( + url: str, +) -> Tuple[str, str, Tuple[Optional[str], Optional[str]]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +def redact_auth_from_requirement(req: Requirement) -> str: + """Replace the password in a given requirement url with ****.""" + if not req.url: + return str(req) + return str(req).replace(req.url, redact_auth_from_url(req.url)) + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) != type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def check_externally_managed() -> None: + """Check whether the current environment is externally managed. + + If the ``EXTERNALLY-MANAGED`` config file is found, the current environment + is considered externally managed, and an ExternallyManagedEnvironment is + raised. + """ + if running_under_virtualenv(): + return + marker = os.path.join(sysconfig.get_path("stdlib"), "EXTERNALLY-MANAGED") + if not os.path.isfile(marker): + return + raise ExternallyManagedEnvironment.from_config(marker) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], + iterable: Iterable[T], +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) + + +class ConfiguredBuildBackendHookCaller(BuildBackendHookCaller): + def __init__( + self, + config_holder: Any, + source_dir: str, + build_backend: str, + backend_path: Optional[str] = None, + runner: Optional[Callable[..., None]] = None, + python_executable: Optional[str] = None, + ): + super().__init__( + source_dir, build_backend, backend_path, runner, python_executable + ) + self.config_holder = config_holder + + def build_wheel( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_wheel( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def build_sdist( + self, + sdist_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_sdist(sdist_directory, config_settings=cs) + + def build_editable( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_editable( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def get_requires_for_build_wheel( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_wheel(config_settings=cs) + + def get_requires_for_build_sdist( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_sdist(config_settings=cs) + + def get_requires_for_build_editable( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_editable(config_settings=cs) + + def prepare_metadata_for_build_wheel( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_wheel( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) + + def prepare_metadata_for_build_editable( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_editable( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/models.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/models.py new file mode 100644 index 00000000..b6bb21a8 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/models.py @@ -0,0 +1,39 @@ +"""Utilities for defining models +""" + +import operator +from typing import Any, Callable, Type + + +class KeyBasedCompareMixin: + """Provides comparison capabilities that is based on a key""" + + __slots__ = ["_compare_key", "_defining_class"] + + def __init__(self, key: Any, defining_class: Type["KeyBasedCompareMixin"]) -> None: + self._compare_key = key + self._defining_class = defining_class + + def __hash__(self) -> int: + return hash(self._compare_key) + + def __lt__(self, other: Any) -> bool: + return self._compare(other, operator.__lt__) + + def __le__(self, other: Any) -> bool: + return self._compare(other, operator.__le__) + + def __gt__(self, other: Any) -> bool: + return self._compare(other, operator.__gt__) + + def __ge__(self, other: Any) -> bool: + return self._compare(other, operator.__ge__) + + def __eq__(self, other: Any) -> bool: + return self._compare(other, operator.__eq__) + + def _compare(self, other: Any, method: Callable[[Any, Any], bool]) -> bool: + if not isinstance(other, self._defining_class): + return NotImplemented + + return method(self._compare_key, other._compare_key) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 00000000..b9f6af4d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,57 @@ +import functools +import logging +import re +from typing import NewType, Optional, Tuple, cast + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +NormalizedExtra = NewType("NormalizedExtra", str) + +logger = logging.getLogger(__name__) + + +def check_requires_python( + requires_python: Optional[str], version_info: Tuple[int, ...] +) -> bool: + """ + Check if the given Python version matches a "Requires-Python" specifier. + + :param version_info: A 3-tuple of ints representing a Python + major-minor-micro version to check (e.g. `sys.version_info[:3]`). + + :return: `True` if the given Python version satisfies the requirement. + Otherwise, return `False`. + + :raises InvalidSpecifier: If `requires_python` has an invalid format. + """ + if requires_python is None: + # The package provides no information + return True + requires_python_specifier = specifiers.SpecifierSet(requires_python) + + python_version = version.parse(".".join(map(str, version_info))) + return python_version in requires_python_specifier + + +@functools.lru_cache(maxsize=512) +def get_requirement(req_string: str) -> Requirement: + """Construct a packaging.Requirement object with caching""" + # Parsing requirement strings is expensive, and is also expected to happen + # with a low diversity of different arguments (at least relative the number + # constructed). This method adds a cache to requirement object creation to + # minimize repeated parsing of the same string to construct equivalent + # Requirement objects. + return Requirement(req_string) + + +def safe_extra(extra: str) -> NormalizedExtra: + """Convert an arbitrary string to a standard 'extra' name + + Any runs of non-alphanumeric characters are replaced with a single '_', + and the result is always lowercased. + + This function is duplicated from ``pkg_resources``. Note that this is not + the same to either ``canonicalize_name`` or ``_egg_link_name``. + """ + return cast(NormalizedExtra, re.sub("[^A-Za-z0-9.-]+", "_", extra).lower()) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 00000000..96d1b246 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,146 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Optional[Sequence[str]] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + *, + global_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 00000000..79580b05 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,260 @@ +import logging +import os +import shlex +import subprocess +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Iterable, + List, + Mapping, + Optional, + Union, +) + +from pip._vendor.rich.markup import escape + +from pip._internal.cli.spinners import SpinnerInterface, open_spinner +from pip._internal.exceptions import InstallationSubprocessError +from pip._internal.utils.logging import VERBOSE, subprocess_logger +from pip._internal.utils.misc import HiddenText + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess: Callable[..., None] = subprocess_logger.info + used_level = logging.INFO + else: + # Then log the subprocess output using VERBOSE. This also ensures + # it will be logged to the log file (aka user_log), if enabled. + log_subprocess = subprocess_logger.verbose + used_level = VERBOSE + + # Whether the subprocess will be visible in the console. + showing_subprocess = subprocess_logger.getEffectiveLevel() <= used_level + + # Only use the spinner if we're not showing the subprocess output + # and we have a spinner. + use_spinner = not showing_subprocess and spinner is not None + + log_subprocess("Running command %s", command_desc) + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + for name in unset_environ: + env.pop(name, None) + try: + proc = subprocess.Popen( + # Convert HiddenText objects to the underlying str. + reveal_command_args(cmd), + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT if not stdout_only else subprocess.PIPE, + cwd=cwd, + env=env, + errors="backslashreplace", + ) + except Exception as exc: + if log_failed_cmd: + subprocess_logger.critical( + "Error %s while executing command %s", + exc, + command_desc, + ) + raise + all_output = [] + if not stdout_only: + assert proc.stdout + assert proc.stdin + proc.stdin.close() + # In this mode, stdout and stderr are in the same pipe. + while True: + line: str = proc.stdout.readline() + if not line: + break + line = line.rstrip() + all_output.append(line + "\n") + + # Show the line immediately. + log_subprocess(line) + # Update the spinner. + if use_spinner: + assert spinner + spinner.spin() + try: + proc.wait() + finally: + if proc.stdout: + proc.stdout.close() + output = "".join(all_output) + else: + # In this mode, stdout and stderr are in different pipes. + # We must use communicate() which is the only safe way to read both. + out, err = proc.communicate() + # log line by line to preserve pip log indenting + for out_line in out.splitlines(): + log_subprocess(out_line) + all_output.append(out) + for err_line in err.splitlines(): + log_subprocess(err_line) + all_output.append(err) + output = out + + proc_had_error = proc.returncode and proc.returncode not in extra_ok_returncodes + if use_spinner: + assert spinner + if proc_had_error: + spinner.finish("error") + else: + spinner.finish("done") + if proc_had_error: + if on_returncode == "raise": + error = InstallationSubprocessError( + command_description=command_desc, + exit_code=proc.returncode, + output_lines=all_output if not showing_subprocess else None, + ) + if log_failed_cmd: + subprocess_logger.error("%s", error, extra={"rich": True}) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for BuildBackendHookCaller. Thus, the runner has + an API that matches what's expected by BuildBackendHookCaller.subprocess_runner. + """ + + def runner( + cmd: List[str], + cwd: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + ) -> None: + with open_spinner(message) as spinner: + call_subprocess( + cmd, + command_desc=message, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 00000000..4eec5f37 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,296 @@ +import errno +import itertools +import logging +import os.path +import tempfile +import traceback +from contextlib import ExitStack, contextmanager +from pathlib import Path +from typing import ( + Any, + Callable, + Dict, + Generator, + List, + Optional, + TypeVar, + Union, +) + +from pip._internal.utils.misc import enum, rmtree + +logger = logging.getLogger(__name__) + +_T = TypeVar("_T", bound="TempDirectory") + + +# Kinds of temporary directories. Only needed for ones that are +# globally-managed. +tempdir_kinds = enum( + BUILD_ENV="build-env", + EPHEM_WHEEL_CACHE="ephem-wheel-cache", + REQ_BUILD="req-build", +) + + +_tempdir_manager: Optional[ExitStack] = None + + +@contextmanager +def global_tempdir_manager() -> Generator[None, None, None]: + global _tempdir_manager + with ExitStack() as stack: + old_tempdir_manager, _tempdir_manager = _tempdir_manager, stack + try: + yield + finally: + _tempdir_manager = old_tempdir_manager + + +class TempDirectoryTypeRegistry: + """Manages temp directory behavior""" + + def __init__(self) -> None: + self._should_delete: Dict[str, bool] = {} + + def set_delete(self, kind: str, value: bool) -> None: + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind: str) -> bool: + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry: Optional[TempDirectoryTypeRegistry] = None + + +@contextmanager +def tempdir_registry() -> Generator[TempDirectoryTypeRegistry, None, None]: + """Provides a scoped global tempdir registry that can be used to dictate + whether directories should be deleted. + """ + global _tempdir_registry + old_tempdir_registry = _tempdir_registry + _tempdir_registry = TempDirectoryTypeRegistry() + try: + yield _tempdir_registry + finally: + _tempdir_registry = old_tempdir_registry + + +class _Default: + pass + + +_default = _Default() + + +class TempDirectory: + """Helper class that owns and cleans up a temporary directory. + + This class can be used as a context manager or as an OO representation of a + temporary directory. + + Attributes: + path + Location to the created temporary directory + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + Methods: + cleanup() + Deletes the temporary directory + + When used as a context manager, if the delete attribute is True, on + exiting the context the temporary directory is deleted. + """ + + def __init__( + self, + path: Optional[str] = None, + delete: Union[bool, None, _Default] = _default, + kind: str = "temp", + globally_managed: bool = False, + ignore_cleanup_errors: bool = True, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + self.ignore_cleanup_errors = ignore_cleanup_errors + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + + errors: List[BaseException] = [] + + def onerror( + func: Callable[..., Any], + path: Path, + exc_val: BaseException, + ) -> None: + """Log a warning for a `rmtree` error and continue""" + formatted_exc = "\n".join( + traceback.format_exception_only(type(exc_val), exc_val) + ) + formatted_exc = formatted_exc.rstrip() # remove trailing new line + if func in (os.unlink, os.remove, os.rmdir): + logger.debug( + "Failed to remove a temporary file '%s' due to %s.\n", + path, + formatted_exc, + ) + else: + logger.debug("%s failed with %s.", func.__qualname__, formatted_exc) + errors.append(exc_val) + + if self.ignore_cleanup_errors: + try: + # first try with tenacity; retrying to handle ephemeral errors + rmtree(self._path, ignore_errors=False) + except OSError: + # last pass ignore/log all errors + rmtree(self._path, onexc=onerror) + if errors: + logger.warning( + "Failed to remove contents in a temporary directory '%s'.\n" + "You can safely remove it manually.", + self._path, + ) + else: + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> Generator[str, None, None]: + """Generates a series of temporary names. + + The algorithm replaces the leading characters in the name + with ones that are valid filesystem characters, but are not + valid package names (for both Python and pip definitions of + package). + """ + for i in range(1, len(name)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i - 1 + ): + new_name = "~" + "".join(candidate) + name[i:] + if new_name != name: + yield new_name + + # If we make it this far, we will have to make a longer name + for i in range(len(cls.LEADING_CHARS)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i + ): + new_name = "~" + "".join(candidate) + name + if new_name != name: + yield new_name + + def _create(self, kind: str) -> str: + root, name = os.path.split(self.original) + for candidate in self._generate_names(name): + path = os.path.join(root, candidate) + try: + os.mkdir(path) + except OSError as ex: + # Continue if the name exists already + if ex.errno != errno.EEXIST: + raise + else: + path = os.path.realpath(path) + break + else: + # Final fallback on the default behavior. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + + logger.debug("Created temporary directory: %s", path) + return path diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 00000000..78b5c13c --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,257 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import tarfile +import zipfile +from typing import Iterable, List, Optional +from zipfile import ZipInfo + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.filetypes import ( + BZ2_EXTENSIONS, + TAR_EXTENSIONS, + XZ_EXTENSIONS, + ZIP_EXTENSIONS, +) +from pip._internal.utils.misc import ensure_dir + +logger = logging.getLogger(__name__) + + +SUPPORTED_EXTENSIONS = ZIP_EXTENSIONS + TAR_EXTENSIONS + +try: + import bz2 # noqa + + SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS +except ImportError: + logger.debug("bz2 module is not available") + +try: + # Only for Python 3.3+ + import lzma # noqa + + SUPPORTED_EXTENSIONS += XZ_EXTENSIONS +except ImportError: + logger.debug("lzma module is not available") + + +def current_umask() -> int: + """Get the current umask which involves having to set it temporarily.""" + mask = os.umask(0) + os.umask(mask) + return mask + + +def split_leading_dir(path: str) -> List[str]: + path = path.lstrip("/").lstrip("\\") + if "/" in path and ( + ("\\" in path and path.find("/") < path.find("\\")) or "\\" not in path + ): + return path.split("/", 1) + elif "\\" in path: + return path.split("\\", 1) + else: + return [path, ""] + + +def has_leading_dir(paths: Iterable[str]) -> bool: + """Returns true if all the paths have the same leading path name + (i.e., everything is in one subdirectory in an archive)""" + common_prefix = None + for path in paths: + prefix, rest = split_leading_dir(path) + if not prefix: + return False + elif common_prefix is None: + common_prefix = prefix + elif prefix != common_prefix: + return False + return True + + +def is_within_directory(directory: str, target: str) -> bool: + """ + Return true if the absolute path of target is within the directory + """ + abs_directory = os.path.abspath(directory) + abs_target = os.path.abspath(target) + + prefix = os.path.commonprefix([abs_directory, abs_target]) + return prefix == abs_directory + + +def set_extracted_file_to_default_mode_plus_executable(path: str) -> None: + """ + Make file present at path have execute for user/group/world + (chmod +x) is no-op on windows per python docs + """ + os.chmod(path, (0o777 & ~current_umask() | 0o111)) + + +def zip_item_is_executable(info: ZipInfo) -> bool: + mode = info.external_attr >> 16 + # if mode and regular file and any execute permissions for + # user/group/world? + return bool(mode and stat.S_ISREG(mode) and mode & 0o111) + + +def unzip_file(filename: str, location: str, flatten: bool = True) -> None: + """ + Unzip the file (with path `filename`) to the destination `location`. All + files are written based on system defaults and umask (i.e. permissions are + not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + zipfp = open(filename, "rb") + try: + zip = zipfile.ZipFile(zipfp, allowZip64=True) + leading = has_leading_dir(zip.namelist()) and flatten + for info in zip.infolist(): + name = info.filename + fn = name + if leading: + fn = split_leading_dir(name)[1] + fn = os.path.join(location, fn) + dir = os.path.dirname(fn) + if not is_within_directory(location, fn): + message = ( + "The zip file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, fn, location)) + if fn.endswith("/") or fn.endswith("\\"): + # A directory + ensure_dir(fn) + else: + ensure_dir(dir) + # Don't use read() to avoid allocating an arbitrarily large + # chunk of memory for the file's content + fp = zip.open(name) + try: + with open(fn, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + finally: + fp.close() + if zip_item_is_executable(info): + set_extracted_file_to_default_mode_plus_executable(fn) + finally: + zipfp.close() + + +def untar_file(filename: str, location: str) -> None: + """ + Untar the file (with path `filename`) to the destination `location`. + All files are written based on system defaults and umask (i.e. permissions + are not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + if filename.lower().endswith(".gz") or filename.lower().endswith(".tgz"): + mode = "r:gz" + elif filename.lower().endswith(BZ2_EXTENSIONS): + mode = "r:bz2" + elif filename.lower().endswith(XZ_EXTENSIONS): + mode = "r:xz" + elif filename.lower().endswith(".tar"): + mode = "r" + else: + logger.warning( + "Cannot determine compression type for file %s", + filename, + ) + mode = "r:*" + tar = tarfile.open(filename, mode, encoding="utf-8") + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + for member in tar.getmembers(): + fn = member.name + if leading: + fn = split_leading_dir(fn)[1] + path = os.path.join(location, fn) + if not is_within_directory(location, path): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, path, location)) + if member.isdir(): + ensure_dir(path) + elif member.issym(): + try: + tar._extract_member(member, path) + except Exception as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + else: + try: + fp = tar.extractfile(member) + except (KeyError, AttributeError) as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + ensure_dir(os.path.dirname(path)) + assert fp is not None + with open(path, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + fp.close() + # Update the timestamp (useful for cython compiled files) + tar.utime(member, path) + # member have any execute permissions for user/group/world? + if member.mode & 0o111: + set_extracted_file_to_default_mode_plus_executable(path) + finally: + tar.close() + + +def unpack_file( + filename: str, + location: str, + content_type: Optional[str] = None, +) -> None: + filename = os.path.realpath(filename) + if ( + content_type == "application/zip" + or filename.lower().endswith(ZIP_EXTENSIONS) + or zipfile.is_zipfile(filename) + ): + unzip_file(filename, location, flatten=not filename.endswith(".whl")) + elif ( + content_type == "application/x-gzip" + or tarfile.is_tarfile(filename) + or filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS) + ): + untar_file(filename, location) + else: + # FIXME: handle? + # FIXME: magic signatures? + logger.critical( + "Cannot unpack file %s (downloaded from %s, content-type: %s); " + "cannot detect archive format", + filename, + location, + content_type, + ) + raise InstallationError(f"Cannot determine archive format of {location}") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 00000000..6ba2e04f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,62 @@ +import os +import string +import urllib.parse +import urllib.request +from typing import Optional + +from .compat import WINDOWS + + +def get_url_scheme(url: str) -> Optional[str]: + if ":" not in url: + return None + return url.split(":", 1)[0].lower() + + +def path_to_url(path: str) -> str: + """ + Convert a path to a file: URL. The path will be made absolute and have + quoted path parts. + """ + path = os.path.normpath(os.path.abspath(path)) + url = urllib.parse.urljoin("file:", urllib.request.pathname2url(path)) + return url + + +def url_to_path(url: str) -> str: + """ + Convert a file: URL to a path. + """ + assert url.startswith( + "file:" + ), f"You can only turn file: urls into filenames (not {url!r})" + + _, netloc, path, _, _ = urllib.parse.urlsplit(url) + + if not netloc or netloc == "localhost": + # According to RFC 8089, same as empty authority. + netloc = "" + elif WINDOWS: + # If we have a UNC path, prepend UNC share notation. + netloc = "\\\\" + netloc + else: + raise ValueError( + f"non-local file URIs are not supported on this platform: {url!r}" + ) + + path = urllib.request.url2pathname(netloc + path) + + # On Windows, urlsplit parses the path as something like "/C:/Users/foo". + # This creates issues for path-related functions like io.open(), so we try + # to detect and strip the leading slash. + if ( + WINDOWS + and not netloc # Not UNC. + and len(path) >= 3 + and path[0] == "/" # Leading slash to strip. + and path[1] in string.ascii_letters # Drive letter. + and path[2:4] in (":", ":/") # Colon + end of string, or colon + absolute path. + ): + path = path[1:] + + return path diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 00000000..882e36f5 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_legacy_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """True if we're running inside a virtual environment, False otherwise.""" + return _running_under_venv() or _running_under_legacy_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_legacy_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_legacy_virtualenv(): + return _no_global_under_legacy_virtualenv() + + return False diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 00000000..3551f8f1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,134 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {str(e)}") + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + f".dist-info directory {info_dir!r} does not start with {canonical_name!r}" + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 00000000..b6beddbe --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py @@ -0,0 +1,15 @@ +# Expose a limited set of classes and functions so callers outside of +# the vcs package don't need to import deeper than `pip._internal.vcs`. +# (The test directory may still need to import from a vcs sub-package.) +# Import all vcs modules to register each VCS in the VcsSupport object. +import pip._internal.vcs.bazaar +import pip._internal.vcs.git +import pip._internal.vcs.mercurial +import pip._internal.vcs.subversion # noqa: F401 +from pip._internal.vcs.versioncontrol import ( # noqa: F401 + RemoteNotFoundError, + RemoteNotValidError, + is_url, + make_vcs_requirement_url, + vcs, +) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2016e56ff41979746bd5af13b144896199521520 GIT binary patch literal 556 zcmZWl%Sr<=6isH@=|e|e;)N6gx-td7f_d&oq)WcAsS+V0$i%I zPipP4LYQAyJq_V81?4?TM;f2;p|1)o> z;0x2^CQP-+Tau1hm_;Vk>>=fvNfz5Oal!1Y6| z8M&j}j>tJPW2+K!c6&*#)G!sS+gC~$!et`LX}ghnG;~7zjKvudd_aizG^Y2=5NM73?SjBANC+jjVdy85dHqP19~|p-XamDBJ3yZ<#(365xIIPNQ?xrp Pd*6!1NzpvaB2R5Zw;?R&diO19Oa z1-by|y?OKI&CL7G@b`g$kHB|)><9VZ1_=2RcHB?sAnU&aJn=@QYjk+@#GS4KuU*N!0 zg0uLS3x;V)r^{wRFJ&}Kn68vHHNjfGmkNramZsH1cRPPf8m)S_;xQ@VLluauM*DAlRuJENX=)-$Z0 z*Hmi2$`g9Yq`GEt=d(uE-84emCIHuCaPs#+_bN#-3Q4gFlj0OM#VcG&Q23OndK5vG z6jAl6(hiuA<3T(8b(8^L$_ILq6tC)6e5$PY)qo-@a?Ym&F7c_J`^JziDLp_BZbJ_O zJ*4)6BwVXcmDI4ao*Kz<&boDyW0cS(xx020_xiYVCIvPs&UTL%gKrFoJ_u=D-}&0oz`{DNEV9V zgGIGuj%M`>MrJ-ac3v%=PilpkWO?4q>!pKZPkt?F6ijuroXMWc%&JDRTqq~gg_5aK zaN{JnQF6xC$XI#a>YY{1^i0N3({PG(hRzz*n4_<;heqPKSs9u|@_8t7C0l=cMcTOz zePZ#73bDe0lUsfiq}xGbSl;t0ozY=C^HW(jQ{V&%ezs~h0J%nL+}u{hAqRY}mn;Y- zs?z@Ewo2*HK(TC1Fg=|vsWEOuU*{bfLu$Ojp4&+Xe;EJM_DhP3Z0r)@QDZ4t>E>BXf`?AN*<_cUO>SNWwQ&9hk_g z*>i=`Y+SFH@%_erBW~&dDW10K86ADAQc%q=P%{?!iW#+-^OlswIlx~HjE-uB*}Qo{ z#Wvxwe2`^2*~k(#eRfu*7GHo|Ls2snRc?8J2aOC?s+78EO0sxE)p8W{L+BtjL)bim zGi-CZV)>kwnT0(R6|O+9Da)v(|s0 z*?(ZQf2{7mEA@QnzwB?x`&)9bB@f({V~xnFylcZNcztb|$k7J#{*hLA=<;MM(BIho z{u`}u^z!8A(f%t&*#+t*FRwDe{(L^Srt~{;AFfTN(+3A-!=#ZcLt4b(GP|d z>lWb!VS9bn1Xw|G^~jJd^Sv;io9l))Y`*ikq4&SawnL9T3Q|r^f5KUQBd=db8>Rvw z1sxlv^^!JEp9Gew|EvjhJfrC)HE!`Ug^~iP`z<;SW0qJcD;ZM-Lw1d7`3y5dO|(>= zJ_bw)aXTwpBCJ-fm=v!g2D%)Y+%@{s(C-@ES>rk6dlwoodT(^CcXzXQH-kQmjo0t^pV$ydY~Rw!<;fd+R|mdcf2k#h*5sk4 zJkOnyF2_Of zP)QsFWesMX+E&1#&7`2~rf?wdgY-04`o!Rx_N`h9%eXRt%NG zoy~v}l}=|hK+hQw}Ng`vn)gKcb3$IO`InmkS&6-gJ2G@1E!lD9d6lTD(2sfvC57 z(0i%OACt z=#Fcruby6w?7v4m-gteo6&|>D`0C*wJqKv?*gYZy;#U|X9=&>W>B&#S`&)y}9?633CT*EggTYdDnb|Euw#33(LifY`< zt8utV+xw0ydg(DUUd+I~;w0^dIqm`NtHif}aR1r*z*F%-S}@ZEC9S?y$!OIbofAGh zG>7xC-rAS6P}JUaV$hP(Y20}_ZTZsaqWvTRTu!G^o-;ymZOfw+;GI!aEid}HJ<0MI z5P(I9BpK?XS;!Vuc&aEC2XRI5=ro26`U=JOg~h>Zg^pquZ$K0)qUE=!{5=#?p0$_Op5{Z!LZ~)fsvpHBHiZTG)h~3=#>ql(#)}ebyv6(km zz-&LV6`dHcJor3;hmR$i^JRdJ6WI1d%UUsbvW|71tYa0kpc!Muf{}H61l`lxwH=R9 znJH5}s~U#$-q}_Vreix*Tk-p4z|$C>({`9;oqt^%_ri>BJ0``dM6uLZUdR|P+m9@I z7K!_@K|it}#mvG#M=G_0(>XW3jlPnebK>R*orNww>kQ0_ZH{4>Kaie3l947E`3rge zGxGFjWc=@}$gqDS(6mFuH&`E7^X_bVcQ&3`_3m2~H^lEUOtk*S20_@av4jaMa_`CC Nm+P;6N+R~E{{qm4vQhv5 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51bf9882951b2e385a2dee2c381ffe6f3716c52c GIT binary patch literal 19017 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 CG6oa? literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07451809712d52ada6feff0c3bd07c07d8564af8 GIT binary patch literal 12509 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 CT~N6I literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 00000000..20a17ed0 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,112 @@ +import logging +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Bazaar(VersionControl): + name = "bzr" + dirname = ".bzr" + repo_name = "branch" + schemes = ( + "bzr+http", + "bzr+https", + "bzr+ssh", + "bzr+sftp", + "bzr+ftp", + "bzr+lp", + "bzr+file", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + elif verbosity == 1: + flag = "" + else: + flag = f"-{'v'*verbosity}" + cmd_args = make_command( + "checkout", "--lightweight", flag, rev_options.to_args(), url, dest + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + output = self.run_command( + make_command("info"), show_stdout=False, stdout_only=True, cwd=dest + ) + if output.startswith("Standalone "): + # Older versions of pip used to create standalone branches. + # Convert the standalone branch to a checkout by calling "bzr bind". + cmd_args = make_command("bind", "-q", url) + self.run_command(cmd_args, cwd=dest) + + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 00000000..8c242cf8 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,526 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return (int(match.group(1)), int(match.group(2))) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options.branch_name = rev if is_branch else None + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 00000000..c183d41d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [f"--rev={rev}"] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 00000000..16d93a67 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "svn+" + url + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + extra_args: CommandArgs = [] + if username: + extra_args += ["--username", username] + if password: + extra_args += ["--password", password] + + return extra_args + + @classmethod + def get_remote_url(cls, location: str) -> str: + # In cases where the source is in a subdirectory, we have to look up in + # the location until we find a valid project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + raise RemoteNotFoundError + + url, _rev = cls._get_svn_url_rev(location) + if url is None: + raise RemoteNotFoundError + + return url + + @classmethod + def _get_svn_url_rev(cls, location: str) -> Tuple[Optional[str], int]: + from pip._internal.exceptions import InstallationError + + entries_path = os.path.join(location, cls.dirname, "entries") + if os.path.exists(entries_path): + with open(entries_path) as f: + data = f.read() + else: # subversion >= 1.7 does not have the 'entries' file + data = "" + + url = None + if data.startswith("8") or data.startswith("9") or data.startswith("10"): + entries = list(map(str.splitlines, data.split("\n\x0c\n"))) + del entries[0][0] # get rid of the '8' + url = entries[0][3] + revs = [int(d[9]) for d in entries if len(d) > 9 and d[9]] + [0] + elif data.startswith("= 1.7 + # Note that using get_remote_call_options is not necessary here + # because `svn info` is being run against a local directory. + # We don't need to worry about making sure interactive mode + # is being used to prompt for passwords, because passwords + # are only potentially needed for remote server requests. + xml = cls.run_command( + ["info", "--xml", location], + show_stdout=False, + stdout_only=True, + ) + match = _svn_info_xml_url_re.search(xml) + assert match is not None + url = match.group(1) + revs = [int(m.group(1)) for m in _svn_info_xml_rev_re.finditer(xml)] + except InstallationError: + url, revs = None, [] + + if revs: + rev = max(revs) + else: + rev = 0 + + return url, rev + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive: Optional[bool] = None) -> None: + if use_interactive is None: + use_interactive = is_console_interactive() + self.use_interactive = use_interactive + + # This member is used to cache the fetched version of the current + # ``svn`` client. + # Special value definitions: + # None: Not evaluated yet. + # Empty tuple: Could not parse version. + self._vcs_version: Optional[Tuple[int, ...]] = None + + super().__init__() + + def call_vcs_version(self) -> Tuple[int, ...]: + """Query the version of the currently installed Subversion client. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + # Example versions: + # svn, version 1.10.3 (r1842928) + # compiled Feb 25 2019, 14:20:39 on x86_64-apple-darwin17.0.0 + # svn, version 1.7.14 (r1542130) + # compiled Mar 28 2018, 08:49:13 on x86_64-pc-linux-gnu + # svn, version 1.12.0-SlikSvn (SlikSvn/1.12.0) + # compiled May 28 2019, 13:44:56 on x86_64-microsoft-windows6.2 + version_prefix = "svn, version " + version = self.run_command(["--version"], show_stdout=False, stdout_only=True) + if not version.startswith(version_prefix): + return () + + version = version[len(version_prefix) :].split()[0] + version_list = version.partition("-")[0].split(".") + try: + parsed_version = tuple(map(int, version_list)) + except ValueError: + return () + + return parsed_version + + def get_vcs_version(self) -> Tuple[int, ...]: + """Return the version of the currently installed Subversion client. + + If the version of the Subversion client has already been queried, + a cached value will be used. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + if self._vcs_version is not None: + # Use cached version, if available. + # If parsing the version failed previously (empty tuple), + # do not attempt to parse it again. + return self._vcs_version + + vcs_version = self.call_vcs_version() + self._vcs_version = vcs_version + return vcs_version + + def get_remote_call_options(self) -> CommandArgs: + """Return options to be used on calls to Subversion that contact the server. + + These options are applicable for the following ``svn`` subcommands used + in this class. + + - checkout + - switch + - update + + :return: A list of command line arguments to pass to ``svn``. + """ + if not self.use_interactive: + # --non-interactive switch is available since Subversion 0.14.4. + # Subversion < 1.8 runs in interactive mode by default. + return ["--non-interactive"] + + svn_version = self.get_vcs_version() + # By default, Subversion >= 1.8 runs in non-interactive mode if + # stdin is not a TTY. Since that is how pip invokes SVN, in + # call_subprocess(), pip must pass --force-interactive to ensure + # the user can be prompted for a password, if required. + # SVN added the --force-interactive option in SVN 1.8. Since + # e.g. RHEL/CentOS 7, which is supported until 2024, ships with + # SVN 1.7, pip should continue to support SVN 1.7. Therefore, pip + # can't safely add the option if the SVN version is < 1.8 (or unknown). + if svn_version >= (1, 8): + return ["--force-interactive"] + + return [] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + else: + flag = "" + cmd_args = make_command( + "checkout", + flag, + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "switch", + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "update", + self.get_remote_call_options(), + rev_options.to_args(), + dest, + ) + self.run_command(cmd_args) + + +vcs.register(Subversion) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 00000000..46ca2799 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,705 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Iterable, + Iterator, + List, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = get_url_scheme(name) + if scheme is None: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +class RevOptions: + + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Instances of this class should be treated as if immutable. + """ + + def __init__( + self, + vc_class: Type["VersionControl"], + rev: Optional[str] = None, + extra_args: Optional[CommandArgs] = None, + ) -> None: + """ + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + if extra_args is None: + extra_args = [] + + self.extra_args = extra_args + self.rev = rev + self.vc_class = vc_class + self.branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + f"Sorry, {url!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp" + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + f"The URL {url!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL." + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists(f"What to do? {prompt[0]}", prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 00000000..b1debe34 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,354 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable() + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True) + + +def should_build_for_install_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=False) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {canonical_name!r}, " + f"got {w.name!r}", + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {dist_verstr!r}, " + f"got {w.version!r}", + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + f"Metadata 1.2 mandates PEP 440 version, but {dist_verstr!r} is not" + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Record the download origin in the cache + if req.download_info is not None: + # download_info is guaranteed to be set because when we build an + # InstallRequirement it has been through the preparer before, but + # let's be cautious. + wheel_cache.record_download_origin(cache_dir, req.download_info) + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py new file mode 100644 index 00000000..c1884baf --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,121 @@ +""" +pip._vendor is for vendoring dependencies of pip to prevent needing pip to +depend on something external. + +Files inside of pip._vendor should be considered immutable and should only be +updated to versions from upstream. +""" +from __future__ import absolute_import + +import glob +import os.path +import sys + +# Downstream redistributors which have debundled our dependencies should also +# patch this value to be true. This will trigger the additional patching +# to cause things like "six" to be available as pip. +DEBUNDLED = False + +# By default, look in this directory for a bunch of .whl files which we will +# add to the beginning of sys.path before attempting to import anything. This +# is done to support downstream re-distributors like Debian and Fedora who +# wish to create their own Wheels for our dependencies to aid in debundling. +WHEEL_DIR = os.path.abspath(os.path.dirname(__file__)) + + +# Define a small helper function to alias our vendored modules to the real ones +# if the vendored ones do not exist. This idea of this was taken from +# https://github.com/kennethreitz/requests/pull/2567. +def vendored(modulename): + vendored_name = "{0}.{1}".format(__name__, modulename) + + try: + __import__(modulename, globals(), locals(), level=0) + except ImportError: + # We can just silently allow import failures to pass here. If we + # got to this point it means that ``import pip._vendor.whatever`` + # failed and so did ``import whatever``. Since we're importing this + # upfront in an attempt to alias imports, not erroring here will + # just mean we get a regular import error whenever pip *actually* + # tries to import one of these modules to use it, which actually + # gives us a better error message than we would have otherwise + # gotten. + pass + else: + sys.modules[vendored_name] = sys.modules[modulename] + base, head = vendored_name.rsplit(".", 1) + setattr(sys.modules[base], head, sys.modules[modulename]) + + +# If we're operating in a debundled setup, then we want to go ahead and trigger +# the aliasing of our vendored libraries as well as looking for wheels to add +# to our sys.path. This will cause all of this code to be a no-op typically +# however downstream redistributors can enable it in a consistent way across +# all platforms. +if DEBUNDLED: + # Actually look inside of WHEEL_DIR to find .whl files and add them to the + # front of our sys.path. + sys.path[:] = glob.glob(os.path.join(WHEEL_DIR, "*.whl")) + sys.path + + # Actually alias all of our vendored dependencies. + vendored("cachecontrol") + vendored("certifi") + vendored("colorama") + vendored("distlib") + vendored("distro") + vendored("six") + vendored("six.moves") + vendored("six.moves.urllib") + vendored("six.moves.urllib.parse") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pep517") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("requests") + vendored("requests.exceptions") + vendored("requests.packages") + vendored("requests.packages.urllib3") + vendored("requests.packages.urllib3._collections") + vendored("requests.packages.urllib3.connection") + vendored("requests.packages.urllib3.connectionpool") + vendored("requests.packages.urllib3.contrib") + vendored("requests.packages.urllib3.contrib.ntlmpool") + vendored("requests.packages.urllib3.contrib.pyopenssl") + vendored("requests.packages.urllib3.exceptions") + vendored("requests.packages.urllib3.fields") + vendored("requests.packages.urllib3.filepost") + vendored("requests.packages.urllib3.packages") + vendored("requests.packages.urllib3.packages.ordered_dict") + vendored("requests.packages.urllib3.packages.six") + vendored("requests.packages.urllib3.packages.ssl_match_hostname") + vendored("requests.packages.urllib3.packages.ssl_match_hostname." + "_implementation") + vendored("requests.packages.urllib3.poolmanager") + vendored("requests.packages.urllib3.request") + vendored("requests.packages.urllib3.response") + vendored("requests.packages.urllib3.util") + vendored("requests.packages.urllib3.util.connection") + vendored("requests.packages.urllib3.util.request") + vendored("requests.packages.urllib3.util.response") + vendored("requests.packages.urllib3.util.retry") + vendored("requests.packages.urllib3.util.ssl_") + vendored("requests.packages.urllib3.util.timeout") + vendored("requests.packages.urllib3.util.url") + vendored("resolvelib") + vendored("rich") + vendored("rich.console") + vendored("rich.highlighter") + vendored("rich.logging") + vendored("rich.markup") + vendored("rich.progress") + vendored("rich.segment") + vendored("rich.style") + vendored("rich.text") + vendored("rich.traceback") + vendored("tenacity") + vendored("tomli") + vendored("truststore") + vendored("urllib3") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c1dbdade5e763a938d8a124547ba459eeb7a5a8 GIT binary patch literal 4718 zcmbW3O>Er86~~9Wv!B|PY<>7kl1*Fk$J#O1vLwq^6epG?+d=(-7EKe&X%^ISq@~PV zGQ(NR%UFN{1gO*&umcpZjTT4?6sQ9ksE<9ix%ALW1kp&!_)_GQoBUCr@TqUO%e6F( zRzV5u&ilRj^UZMP@eTixPA3suXOv$RK5j$kTMoe$tr^dsVTA4?4NV|T(n5w*3{8Y2 zZikKVMA&cfM8t2S6HyIM#7JajOAzK&I|Cz#*9OWCQHKy|T9T^Xpq)r*kx$S>n#Ase z=)n*o;hA90Yi{3Qgzhzxnn_YxbSboc3=;jmCviaZ{XJS(3wI)zOInKs^OUL_7dRns zQsDaY*6vRU{b_-l1#S^|i@;k2ZWXvq;C6vK1l}g_c7b;Yyi?#^0(T1BC2+UEy9M4O zuq^Oif%ggABXF<4`vpEA@IiqO37ir5u)s$Ieof$`0xJS%1wJNlpTNfj?iYAK;6Z^; z2s|Y4Nr6uZJS_0*0*?s%hQOx87R6|K7 z&*=t4(Mz_jky^0&$acXj8=5>x#tjACpb3INF$)RCC#*~zn7DSwMa16_hJ5Xp}8>I8t68O8{%W%3U8wFXSl>y4=xE+ zP!D3QRYIs2(XfQBf_E0(3|~dFQYL!YiG6fzPWh;Bj`9_S-H8~GOvXz|`HnApCh0{X z2a786;<;Q&Es|W$OXg}j2X<`QFeg>R_M(QF=WW=o*j}t?YGp_-FG_98(3uyr2~!!P zUenwDo{v*%(hT;JRUr@TrK^cfG=CfqPpUTYaDk|r&38zK>!p<~KrUyeRGk&FW5mAB zOe=f#>bdMCf54+ZHBH0LLS7l92(QG^yg6&Dm8=4xZ)6R9GHX>>!7TMFeaEx5&d5+weD!zHaaSs=ar)z4wprJ#bdq zhvzS?;+Dv$^d#PTXZUxszpXqxuyp7zdmqO~UhF^zGJm@Ehii{^E$<)sb@+DEV$+>V z%kh0*ckKJBBeUF*dC>FV!o)rBoDKI4limEYp`#~OIz2cbClR-ndTvR zQkJ1Io_(4QqPRuPY3Kxtk`K$oX13E7SPHqBCl=#n$JttU2Ak{b{2y2CG5VbY8+Iu< zSRaGrt5JJ5*1^J-sxs%$4^df=q|V-kN=9Lc4{s__O3Z-w3Bn!OTx(TKI6iFKa2h-@r3?@CO8j1<65u z%NKG5m@ltH&iMazo5HJNweF}qXPo^F!oZ#t)e=-5+9(rh0U9kLyb%^;J#lt#JX)FQ zhLdUBudK=92JZw9r3BMDxJk(R+!`cYEg+*6r)QIJe5V?1y&sC{MPim4=AEyDGUg?D ztuf%ZgUW}go-a5l{?C^J{KVPfQ$e3D81REHr&_;ZPEYd!*W~vXReHT_IcXn)B2`n` zWSXBtPSWqRSp}jde4D|inA2P}shTH~a1eQMMoMa4XB98P%%Y)tNk+?1=$J`~7pqp@ z{!EJ(%jGmPUp2g_b@+?y_ji3Ic5bfWZE>%{fV*h(RVJ7T^t|tu-_Ad zudu2C)zv?L;eellZ$gNgc=y8i_{H4V+duISJrB>Adg*iY90DP_4gOxnN2&++X?hZn ze<|3%gb#?-up~)OLs1F;yBSFbzeP>opyqE-ay5z4t@DZ16iT<;KEHVW_Lape_eMWE zfB*bvSMFbVaABoua3ytOKJhHoDve6d1`tlKMp0YWo!+~dPct>;#rqc@?0j^7rE6rR z^^L!V{~rHae7W_){Mlbz`1r!&kLQ2%G>RhWg%4cZ^-r8yxa#8Vyq$3IjAVki^-JF9VgQ05em+5^j?(y%e zhdAWojPDtA@d@APckzI447vEEZya-RpKqLU@vv_UyZCkAsEe~MKIVJ+Tzq`JaoWXi z`kwj_V=f*C&nl9d_q;$-ME)0l-~ks8`nvjf^;kz;toU6gU3_YNtP?IC@;&vb9Cva5 zdQC0P!uu}X1w9Ktb8$OwYwJ{B>%g(_a~F4Vfw-VSfchqNyLdMj1}pupi#s?6!mE$* O_SNwaqz@f}ocu4u8}=*! literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0690fabf1f7bfd0513696e1f9f03e370479ed5b2 GIT binary patch literal 41295 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 an8>v`E|pq7E-{f?;kZ<9`MAym_x}UpA7(rN literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bbe93f141f33c82d0f9eb87034926d8fc394e8e6 GIT binary patch literal 122075 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

  • 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 00000000..4d20bc9b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,28 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +"""CacheControl import Interface. + +Make it easy to import from cachecontrol without long namespaces. +""" +__author__ = "Eric Larson" +__email__ = "eric@ionrock.org" +__version__ = "0.13.1" + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.controller import CacheController +from pip._vendor.cachecontrol.wrapper import CacheControl + +__all__ = [ + "__author__", + "__email__", + "__version__", + "CacheControlAdapter", + "CacheController", + "CacheControl", +] + +import logging + +logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f81b19fc8094c2c578b15a9bff37c0eeb56a511 GIT binary patch literal 928 zcmaJ<&1=*^6rb!@Hc3BKicl;8q3a%+Y4v2O+ENvTwkJW%Wte7Wv*}JUVUq2#3&P&L zc=IaaLFu33#ZsgtP!Pm}w`y-a`Lf-md(k<(`Mo#qj({^7Dn3DeK3ThSPgZJy4l;^q+XM6$|zM**g+Ue zmDIUGCK}p z2O=XTl{4O{LoZ1Ua%H#w={6h;a2*uJ z5|WP=UQNo_Ga4~SpIJL?A%@ClbPie2#cSM@A;%30Yr&6s(n@8FH(x!)+mf{fUwR>> zNH8p1@Q_F8k|#R}?P3QS-p3-?#c>x#8Np)i;v`7<5^S?YeV$-w7!T)y$LE3x38Ek+ z#EH8X)wOU?=b@SdHu--|UV=C)YMS=jENZ2*Dw>+_n!;|^DZ2ls zq+5l)etr#U)8El-Uq42(hiLZgog*}Vj1~{k;@8^h`_6G~^{}>jR9pLo9;h3T`!AV1 B4Z{Ec literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..413f9247f0ca102d4eca45c99431b47665fc263a GIT binary patch literal 2672 zcmaJ@O>7fK6rS~t?Ty!V9FjmNNiaBt_zz2GLu=_-+0Q4YOD3cYaZo7vsi(9n^0=FOWo zZ{NP}{rJ~NB!plbPc0UH2_W>8ZoJ`h2yXKSAeNAdR8B`_F3WM0_UXQ?4_031%Q%Y} z59|JNARAz`Uk{drtib4i-ct@`LyQjUVmX`*Gg{Ci%>m+b$W?vtD? zDwT?1DOS;_m>JkdkCS|@tW~UY3NbYToXFh8b0_4fnG;i|Kh8`8Lm=80HO;h4p!=tk zTtS;MDi$&H0-`msG!rra~SiL$PxOX{Z`MtA};8C5`^Uy-~+gKEIWGFR{IvVTX!b~zi zdVp^Wre@7*S2W!Y(l0Jn^0q&H;-d@GcI3Q8G^ISFR8;s-JEW+pOM@SR1&3`?JL50v zQo$%|(j}#66{NIgUbc*?G-JR!KfTg9ePVLih{-upLdbqKW0`o6TuBZR5cf9=w%*f=4&u z26_ol3Je4EXCS%(wJ6kVcmSvzggkoad*H$ffOLS{4q*5G0yocl?TYYq(!fh z!7s_6(ssae^48nux$`LL&&(xxTV%eJHA~5xb_jB&sOZH8z}!>NYNTjd#ats;u&nAa zNooj`Fo8-2Nf7KLG!O|@YX{G3rU_|i`^!eHV%Z@V9vU$*=N%nR(q{)1C*5pp!bOvQ zU_4IxsVXtASu*8OpgH|KfWiZ9aZgL! zvn-A@)2mpxaq8NsoAo;f0cmg7xbw~mPW&;PXb-1a!>ML^1@B%Jdz+`pAgF!`ZVDZP z`!gWA;r2jYfIKQ~K@URi0PuYe`7XFnX$yQ$1|d%ifPgbLUn6>BXs)2eFMKi^w~V+& z>TyV_IP)5$7%pgfHOUidl^urclNGnh*`X?}b97J3S%B?`lZuWn1?o$BOb)_rsHe!B zfC(HK*|QuOX`WoAk-w{jcir(n9-DlOcdg(LR>i)yINTD4m&MV?c=Uh#GYMJ0y?_3j z7%afI@dkKuD=@({cX(B5!DnqHh37YprolELzQE7(rHH4Yv(EcU(az4JfE)AZ&f0|? zU!vjo%Gh3)XDta^G?>^>Igbln3w7~*-TWk_1v{>5X>^qRPH@%?6c1F|mm_0g}6-bydc+@4{X2bt*K zasBLufO;ZrVWcIDZ1BiG2%`SMHcqr~;%@r>?7i7XV?U06KfZ$Bg%e?@9X!wq9=L1W zpT9T15?yYt zxd((sN^++ilI2S^xTeW6p{Yw~OxOZA!$}*KUID9Kh1N%CoZ2GvoRr&hoGKUZ;-r}O z-J+Iq%NZ++_ULQH*d10j?ZoSaoX!TNleK2{0Ys!G)27Da!HEot4|Plh{+P(}cZg*w z1Mr3LUYT{=NiqpSv^ksSVA|k0j{8SIT;eH;uA{^{ia(>j57*I=b@cY1d~6->e}<JHFI~Kk?3CQ9%*c<-^TFX+* literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c67e1149b0ea2cde38cbc34efc271d9c068d7e08 GIT binary patch literal 6490 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 F;@>%kE?EEo literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2b8f2b9afead866437126ef625a52c12286a4275 GIT binary patch literal 16193 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b08f06d90f44708cb4db5f203c50bc391ec07fa GIT binary patch literal 4373 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e35b621c9f343d8a37cc6a37d7fdcf0e228c4039 GIT binary patch literal 6720 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 Sf0`Fe+z9s!?z!+{Yw>^MQGvSv literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31db2ce9c6ccaae688435b1af7ea76b78494fb37 GIT binary patch literal 1700 zcmaJ>-EZ4e6u&oi9LK5i)zEcq*}Aqc3^WE-piB%=vhJ%|gw(#w6^h*Ct}*i$_c|Mi zTq#IMfY^I0{sK^W+P}dY>VvUVX$VadZr{!XtHuF|ND?pGw^=pismj6p?$c@a` zNv+tHlx@|k2?ir3vltd_R-1~I3R=KrWS-V}m8A=t$G*O*dDR;c0*PE!~ z*dBJwm4@zm2vc?Xx>5IH6BR^^zGxxh5oY*ACum^EjUG1RgEF(jtrEi(2W+AWXG)O1a^gQ>fs&+&M2t^8qQ#4e}q7Rdn)3QA! z9r6TG2g%q0&N6$BZF#m87*p1J#p=BZ7nv^A*O4@pW(VuoSDTK7)cd;OHP!2gJn$S> zt=zkz-gO!+6D@8yj!9I*a!q6*+gq$VkBHt@%MX$LP&JJ$)os(@?JMQC-%*L-p+#4( zKhU=kQC-7TYn0Y-uo{QjPl5Uf>#mD%*=>hom5~m^=V@dm`X`%o>w>5RW-jerdwl!x z+K;Ha8k8>mT3SAMWx0Fzx9oHv%0cO3F#d8-oDR+_!PFZs0jMBM`=Ro$qvr4%uH>2ZG0$>nvLUOEBzC93Y^hfO`} z&sH59#TgIzEt;4(@14R)7Y`_`6rIwkb|08nfjTo@+eMqBm#2;K*?=;^D6{{f^e1pg zV`c43oJ{N{@rFJ^0VA)4Z9Gj$%6KT%YWG`Ifoe6(zGb06-5d5c=Ba?$K!mfjVC8q9PC`UW`*+9Qfb0Ro6cN literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 00000000..2c84208a --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,70 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import logging +from argparse import ArgumentParser +from typing import TYPE_CHECKING + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +if TYPE_CHECKING: + from argparse import Namespace + + from pip._vendor.cachecontrol.controller import CacheController + + +def setup_logging() -> None: + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session() -> requests.Session: + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller # type: ignore[attr-defined] + return sess + + +def get_args() -> Namespace: + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main() -> None: + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + cache_controller: CacheController = ( + sess.cache_controller # type: ignore[attr-defined] + ) + cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 00000000..3e83e308 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,161 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import functools +import types +import zlib +from typing import TYPE_CHECKING, Any, Collection, Mapping + +from pip._vendor.requests.adapters import HTTPAdapter + +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import PERMANENT_REDIRECT_STATUSES, CacheController +from pip._vendor.cachecontrol.filewrapper import CallbackFileWrapper + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest, Response + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + controller_class: type[CacheController] | None = None, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + cacheable_methods: Collection[str] | None = None, + *args: Any, + **kw: Any, + ) -> None: + super().__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: None | float | tuple[float, float] | tuple[float, None] = None, + verify: bool | str = True, + cert: (None | bytes | str | tuple[bytes | str, bytes | str]) = None, + proxies: Mapping[str, str] | None = None, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super().send(request, stream, timeout, verify, cert, proxies) + + return resp + + def build_response( + self, + request: PreparedRequest, + response: HTTPResponse, + from_cache: bool = False, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( # type: ignore[attr-defined] + response._fp, # type: ignore[attr-defined] + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length # type: ignore[attr-defined] + + def _update_chunk_length(self: HTTPResponse) -> None: + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() # type: ignore[attr-defined] + + response._update_chunk_length = types.MethodType( # type: ignore[attr-defined] + _update_chunk_length, response + ) + + resp: Response = super().build_response(request, response) # type: ignore[no-untyped-call] + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + assert request.url is not None + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache # type: ignore[attr-defined] + + return resp + + def close(self) -> None: + self.cache.close() + super().close() # type: ignore[no-untyped-call] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 00000000..3293b005 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,74 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" +from __future__ import annotations + +from threading import Lock +from typing import IO, TYPE_CHECKING, MutableMapping + +if TYPE_CHECKING: + from datetime import datetime + + +class BaseCache: + def get(self, key: str) -> bytes | None: + raise NotImplementedError() + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + raise NotImplementedError() + + def delete(self, key: str) -> None: + raise NotImplementedError() + + def close(self) -> None: + pass + + +class DictCache(BaseCache): + def __init__(self, init_dict: MutableMapping[str, bytes] | None = None) -> None: + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key: str) -> bytes | None: + return self.data.get(key, None) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + with self.lock: + self.data.update({key: value}) + + def delete(self, key: str) -> None: + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + + def set_body(self, key: str, body: bytes) -> None: + raise NotImplementedError() + + def get_body(self, key: str) -> IO[bytes] | None: + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 00000000..24ff469f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache +from pip._vendor.cachecontrol.caches.redis_cache import RedisCache + +__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d90dfff42cd5211d383d6cca22637ab60e73634e GIT binary patch literal 461 zcmah`yH3L}6t$C-LPRITKM+u20V}FRi@L!843Nb#iQ8CpV#_u~8Ijod0CqOMg+GYI z0uvij2c%BeZFy|m;piUQ$LCz#=T0XCwhoi~0zm-Y9QiJ9*-W==^8j*?Lk>!q!qQ7U z=(xxIGDrgmMj-beVcM#LsP*n-k=LvZ7^i)b6|~trqmn3MXiwzz&v68s@Ra6E&mTp; z@~uz>4q6sYqLpS_GMV5Bt#YA~%>9*#$|%7XL?=V*f#(;$>SpIZm2$32nX_uz7!%Gh zegacV!R!tdqNHd@m?_W^)ng+h>R%4fvB2U-w~FlH4q7$>rxtsazfyRKTdq3n8q-mviD VLkK@Z059MR=)H#B+qQCB`~rIyh&2EJ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8868f222bad8f3686ac77b5723abb58c85d58c41 GIT binary patch literal 7736 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bca4ccd3ac70a355ef13b4ec281ac1b981d91b8c GIT binary patch literal 2764 zcmbVO-ES0C6uCZPZkJ>G~ulBueUokNyw7(A0)z0tv?W;2XFQ6P`Th&My4`AMi|a?$^2Zob$Wq zoIAfJlWhd(oy-?w;|d{v;Gjh?MiLsI0G}fku>^+{g`6N@Uv$Kxm=lXqPU2(9k&8-B z;eFYO72~3PQ=V=RZ7=A3S+t@crTJ5KJWAHGMj07RGQ@`G{J!Ux-eR zcvF?o$ijGzP?8fYk`pb}5~k#wWF;&SS~)?iwgg%ISsN^Q3f!_ZO96?Pl?3zUTpZds zv}#34Zw%YGLax3bu2PGA&@41IbFDR@M)FUWE991t1#9Jk=eppj>{DliC1KsieY*bS zb7RaaQe(ulgE8Yc^)Cfp$rwEUo^i^v$`0*6>v@iE*u|1Vi_{JJ3*HsqtQeWg)V*vt z_C=#q3C2A4walSc4c`uEf5|LdGDoRzlhul49FTJ5Py!u0CeU^jf|tnIvQ`@((37& zFfT;oGlXf-ON$(%P#UGdEs<@6sZhE^D^1W?J4~=nVAYMQYz5&inDe&)12fw@XDc(6 z*@>Bn`kBS{zT0XaLoc!g8F-80(BU?J0~UbIlE3ps?5>IP%~%jfg#^uHB5+O+YpG~S zu+IY2#%Ww_^;X(|Cn=7{5rcKqLTEy+N#h8}I-1;ElgH7&b!3sBo}!C;YjPFzOep{1 zC4#z+YC?dBa;hogJ+1yqJKyZKYy?!Aw~VN~h$gUa&EB+#*%J$@wmagbwPsZKGzi;l z-*)}LbPJT>g@%&rU14|up;QhE49yJVjFud;Ktlz#(5sF8P3 zI%bDwhG$RBoT~4wmzT8E-DFQaezW(t(eyXKth&dq@zj(&f1vHRfk&~khC?6sL| zx7$<8+xosUzBPXCsvC>j-uODc+_k+vy3m!HKG8by^vvn{;LXk(=kBBi7E%L?sUwSh zZ~by^NgKT1)X61o^!%7w(hlm_)Sz~2M9>*+3~mL7Njf(IU=_bY;#>@9fgd3yPHi8_x2bOvPCIRi5p z5b^N>CdqwO;})i6j!jkLhJ1Xn5>Wp_7-KXjGdGm8_@f|4sVn&bV+UY&RpVlMO~>UZ zI8`pgPy^F}g$kEpeJH;LiULTt{y|zB@hsL4tf?W|y)r9uZIMI*Ur*O8(tJK_%jb*y z>4v_R&wpArooI!1;E7mZ8P<*Hs__QdE6DaE!vY@V3qA%68Se6jfK8ExC@5PSF+th$ zKqV)I4}=GjrW{)C?2g*qFGa0!oVWKA$%X>!jU9rrs}YlxJ&!a|Nk%&Gk^=O35 yG4>{iU`Y5c1A8C|g78=+!rp&kMA&za=zo&ef0sJ$$=e^rbRqfm*2e@IZuq~V@I;pY literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 00000000..1fd28013 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,181 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import hashlib +import os +from textwrap import dedent +from typing import IO, TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.controller import CacheController + +if TYPE_CHECKING: + from datetime import datetime + + from filelock import BaseFileLock + + +def _secure_open_write(filename: str, fmode: int) -> IO[bytes]: + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except OSError: + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class _FileCacheMixin: + """Shared implementation for both FileCache variants.""" + + def __init__( + self, + directory: str, + forever: bool = False, + filemode: int = 0o0600, + dirmode: int = 0o0700, + lock_class: type[BaseFileLock] | None = None, + ) -> None: + try: + if lock_class is None: + from filelock import FileLock + + lock_class = FileLock + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + filelock installed. You can install it via pip: + pip install filelock + """ + ) + raise ImportError(notice) + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x: str) -> str: + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name: str) -> str: + # NOTE: This method should not change as some may depend on it. + # See: https://github.com/ionrock/cachecontrol/issues/63 + hashed = self.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> bytes | None: + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + name = self._fn(key) + self._write(name, value) + + def _write(self, path: str, data: bytes) -> None: + """ + Safely write the data to the given path. + """ + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(path), self.dirmode) + except OSError: + pass + + with self.lock_class(path + ".lock"): + # Write our actual file + with _secure_open_write(path, self.filemode) as fh: + fh.write(data) + + def _delete(self, key: str, suffix: str) -> None: + name = self._fn(key) + suffix + if not self.forever: + try: + os.remove(name) + except FileNotFoundError: + pass + + +class FileCache(_FileCacheMixin, BaseCache): + """ + Traditional FileCache: body is stored in memory, so not suitable for large + downloads. + """ + + def delete(self, key: str) -> None: + self._delete(key, "") + + +class SeparateBodyFileCache(_FileCacheMixin, SeparateBodyBaseCache): + """ + Memory-efficient FileCache: body is stored in a separate file, reducing + peak memory usage. + """ + + def get_body(self, key: str) -> IO[bytes] | None: + name = self._fn(key) + ".body" + try: + return open(name, "rb") + except FileNotFoundError: + return None + + def set_body(self, key: str, body: bytes) -> None: + name = self._fn(key) + ".body" + self._write(name, body) + + def delete(self, key: str) -> None: + self._delete(key, "") + self._delete(key, ".body") + + +def url_to_file_path(url: str, filecache: FileCache) -> str: + """Return the file cache path based on the URL. + + This does not ensure the file exists! + """ + key = CacheController.cache_url(url) + return filecache._fn(key) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 00000000..f4f68c47 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,48 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + + +from datetime import datetime, timezone +from typing import TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache + +if TYPE_CHECKING: + from redis import Redis + + +class RedisCache(BaseCache): + def __init__(self, conn: Redis[bytes]) -> None: + self.conn = conn + + def get(self, key: str) -> bytes | None: + return self.conn.get(key) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + if not expires: + self.conn.set(key, value) + elif isinstance(expires, datetime): + now_utc = datetime.now(timezone.utc) + if expires.tzinfo is None: + now_utc = now_utc.replace(tzinfo=None) + delta = expires - now_utc + self.conn.setex(key, int(delta.total_seconds()), value) + else: + self.conn.setex(key, expires, value) + + def delete(self, key: str) -> None: + self.conn.delete(key) + + def clear(self) -> None: + """Helper for clearing all the keys in a database. Use with + caution!""" + for key in self.conn.keys(): + self.conn.delete(key) + + def close(self) -> None: + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 00000000..586b9f97 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,494 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The httplib2 algorithms ported for use with requests. +""" +from __future__ import annotations + +import calendar +import logging +import re +import time +from email.utils import parsedate_tz +from typing import TYPE_CHECKING, Collection, Mapping + +from pip._vendor.requests.structures import CaseInsensitiveDict + +from pip._vendor.cachecontrol.cache import DictCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.serialize import Serializer + +if TYPE_CHECKING: + from typing import Literal + + from pip._vendor.requests import PreparedRequest + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + +logger = logging.getLogger(__name__) + +URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") + +PERMANENT_REDIRECT_STATUSES = (301, 308) + + +def parse_uri(uri: str) -> tuple[str, str, str, str, str]: + """Parses a URI using the regex given in Appendix B of RFC 3986. + + (scheme, authority, path, query, fragment) = parse_uri(uri) + """ + match = URI.match(uri) + assert match is not None + groups = match.groups() + return (groups[1], groups[3], groups[4], groups[6], groups[8]) + + +class CacheController: + """An interface to see if request should cached or not.""" + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + status_codes: Collection[int] | None = None, + ): + self.cache = DictCache() if cache is None else cache + self.cache_etags = cache_etags + self.serializer = serializer or Serializer() + self.cacheable_status_codes = status_codes or (200, 203, 300, 301, 308) + + @classmethod + def _urlnorm(cls, uri: str) -> str: + """Normalize the URL to create a safe key for the cache""" + (scheme, authority, path, query, fragment) = parse_uri(uri) + if not scheme or not authority: + raise Exception("Only absolute URIs are allowed. uri = %s" % uri) + + scheme = scheme.lower() + authority = authority.lower() + + if not path: + path = "/" + + # Could do syntax based normalization of the URI before + # computing the digest. See Section 6.2.2 of Std 66. + request_uri = query and "?".join([path, query]) or path + defrag_uri = scheme + "://" + authority + request_uri + + return defrag_uri + + @classmethod + def cache_url(cls, uri: str) -> str: + return cls._urlnorm(uri) + + def parse_cache_control(self, headers: Mapping[str, str]) -> dict[str, int | None]: + known_directives = { + # https://tools.ietf.org/html/rfc7234#section-5.2 + "max-age": (int, True), + "max-stale": (int, False), + "min-fresh": (int, True), + "no-cache": (None, False), + "no-store": (None, False), + "no-transform": (None, False), + "only-if-cached": (None, False), + "must-revalidate": (None, False), + "public": (None, False), + "private": (None, False), + "proxy-revalidate": (None, False), + "s-maxage": (int, True), + } + + cc_headers = headers.get("cache-control", headers.get("Cache-Control", "")) + + retval: dict[str, int | None] = {} + + for cc_directive in cc_headers.split(","): + if not cc_directive.strip(): + continue + + parts = cc_directive.split("=", 1) + directive = parts[0].strip() + + try: + typ, required = known_directives[directive] + except KeyError: + logger.debug("Ignoring unknown cache-control directive: %s", directive) + continue + + if not typ or not required: + retval[directive] = None + if typ: + try: + retval[directive] = typ(parts[1].strip()) + except IndexError: + if required: + logger.debug( + "Missing value for cache-control " "directive: %s", + directive, + ) + except ValueError: + logger.debug( + "Invalid value for cache-control directive " "%s, must be %s", + directive, + typ.__name__, + ) + + return retval + + def _load_from_cache(self, request: PreparedRequest) -> HTTPResponse | None: + """ + Load a cached response, or return None if it's not available. + """ + cache_url = request.url + assert cache_url is not None + cache_data = self.cache.get(cache_url) + if cache_data is None: + logger.debug("No cache entry available") + return None + + if isinstance(self.cache, SeparateBodyBaseCache): + body_file = self.cache.get_body(cache_url) + else: + body_file = None + + result = self.serializer.loads(request, cache_data, body_file) + if result is None: + logger.warning("Cache entry deserialization failed, entry ignored") + return result + + def cached_request(self, request: PreparedRequest) -> HTTPResponse | Literal[False]: + """ + Return a cached response if it exists in the cache, otherwise + return False. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Looking up "%s" in the cache', cache_url) + cc = self.parse_cache_control(request.headers) + + # Bail out if the request insists on fresh data + if "no-cache" in cc: + logger.debug('Request header has "no-cache", cache bypassed') + return False + + if "max-age" in cc and cc["max-age"] == 0: + logger.debug('Request header has "max_age" as 0, cache bypassed') + return False + + # Check whether we can load the response from the cache: + resp = self._load_from_cache(request) + if not resp: + return False + + # If we have a cached permanent redirect, return it immediately. We + # don't need to test our response for other headers b/c it is + # intrinsically "cacheable" as it is Permanent. + # + # See: + # https://tools.ietf.org/html/rfc7231#section-6.4.2 + # + # Client can try to refresh the value by repeating the request + # with cache busting headers as usual (ie no-cache). + if int(resp.status) in PERMANENT_REDIRECT_STATUSES: + msg = ( + "Returning cached permanent redirect response " + "(ignoring date and etag information)" + ) + logger.debug(msg) + return resp + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + if not headers or "date" not in headers: + if "etag" not in headers: + # Without date or etag, the cached response can never be used + # and should be deleted. + logger.debug("Purging cached response: no date or etag") + self.cache.delete(cache_url) + logger.debug("Ignoring cached response: no date") + return False + + now = time.time() + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + current_age = max(0, now - date) + logger.debug("Current age based on date: %i", current_age) + + # TODO: There is an assumption that the result will be a + # urllib3 response object. This may not be best since we + # could probably avoid instantiating or constructing the + # response until we know we need it. + resp_cc = self.parse_cache_control(headers) + + # determine freshness + freshness_lifetime = 0 + + # Check the max-age pragma in the cache control header + max_age = resp_cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug("Freshness lifetime from max-age: %i", freshness_lifetime) + + # If there isn't a max-age, check for an expires header + elif "expires" in headers: + expires = parsedate_tz(headers["expires"]) + if expires is not None: + expire_time = calendar.timegm(expires[:6]) - date + freshness_lifetime = max(0, expire_time) + logger.debug("Freshness lifetime from expires: %i", freshness_lifetime) + + # Determine if we are setting freshness limit in the + # request. Note, this overrides what was in the response. + max_age = cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug( + "Freshness lifetime from request max-age: %i", freshness_lifetime + ) + + min_fresh = cc.get("min-fresh") + if min_fresh is not None: + # adjust our current age by our min fresh + current_age += min_fresh + logger.debug("Adjusted current age from min-fresh: %i", current_age) + + # Return entry if it is fresh enough + if freshness_lifetime > current_age: + logger.debug('The response is "fresh", returning cached response') + logger.debug("%i > %i", freshness_lifetime, current_age) + return resp + + # we're not fresh. If we don't have an Etag, clear it out + if "etag" not in headers: + logger.debug('The cached response is "stale" with no etag, purging') + self.cache.delete(cache_url) + + # return the original handler + return False + + def conditional_headers(self, request: PreparedRequest) -> dict[str, str]: + resp = self._load_from_cache(request) + new_headers = {} + + if resp: + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + + if "etag" in headers: + new_headers["If-None-Match"] = headers["ETag"] + + if "last-modified" in headers: + new_headers["If-Modified-Since"] = headers["Last-Modified"] + + return new_headers + + def _cache_set( + self, + cache_url: str, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + expires_time: int | None = None, + ) -> None: + """ + Store the data in the cache. + """ + if isinstance(self.cache, SeparateBodyBaseCache): + # We pass in the body separately; just put a placeholder empty + # string in the metadata. + self.cache.set( + cache_url, + self.serializer.dumps(request, response, b""), + expires=expires_time, + ) + # body is None can happen when, for example, we're only updating + # headers, as is the case in update_cached_response(). + if body is not None: + self.cache.set_body(cache_url, body) + else: + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + def cache_response( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + status_codes: Collection[int] | None = None, + ) -> None: + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug(f"etag object cached for {expires_time} seconds") + logger.debug("Caching due to etag") + self._cache_set(cache_url, request, response, body, expires_time) + + # Add to the cache any permanent redirects. We do this before looking + # that the Date headers. + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + logger.debug("Caching permanent redirect") + self._cache_set(cache_url, request, response, b"") + + # Add to the cache if the response headers demand it. If there + # is no date header then we can't do anything about expiring + # the cache. + elif "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + # cache when there is a max-age > 0 + max_age = cc.get("max-age") + if max_age is not None and max_age > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = max_age + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {} seconds".format( + expires_time + ) + ) + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + def update_cached_response( + self, request: PreparedRequest, response: HTTPResponse + ) -> HTTPResponse: + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + cached_response = self._load_from_cache(request) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + { + k: v + for k, v in response.headers.items() # type: ignore[no-untyped-call] + if k.lower() not in excluded_headers + } + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self._cache_set(cache_url, request, cached_response) + + return cached_response diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 00000000..25143902 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,119 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import mmap +from tempfile import NamedTemporaryFile +from typing import TYPE_CHECKING, Any, Callable + +if TYPE_CHECKING: + from http.client import HTTPResponse + + +class CallbackFileWrapper: + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__( + self, fp: HTTPResponse, callback: Callable[[bytes], None] | None + ) -> None: + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name: str) -> Any: + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self) -> bool: + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + closed: bool = self.__fp.closed + return closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self) -> None: + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt: int | None = None) -> bytes: + data: bytes = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt: int) -> bytes: + data: bytes = self.__fp._safe_read(amt) # type: ignore[attr-defined] + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 00000000..b9d72ca4 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,154 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import calendar +import time +from datetime import datetime, timedelta, timezone +from email.utils import formatdate, parsedate, parsedate_tz +from typing import TYPE_CHECKING, Any, Mapping + +if TYPE_CHECKING: + from pip._vendor.urllib3 import HTTPResponse + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta: timedelta, date: datetime | None = None) -> datetime: + date = date or datetime.now(timezone.utc) + return date + delta + + +def datetime_to_header(dt: datetime) -> str: + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic: + def warning(self, response: HTTPResponse) -> str | None: + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response: HTTPResponse) -> HTTPResponse: + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6], tzinfo=timezone.utc)) # type: ignore[misc] + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw: Any) -> None: + self.delta = timedelta(**kw) + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response: HTTPResponse) -> str | None: + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + + cacheable_by_default_statuses = { + 200, + 203, + 204, + 206, + 300, + 301, + 404, + 405, + 410, + 414, + 501, + } + + def update_headers(self, resp: HTTPResponse) -> dict[str, str]: + headers: Mapping[str, str] = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + last_modified = parsedate(headers["last-modified"]) + if last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp: HTTPResponse) -> str | None: + return None diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 00000000..f9e967c3 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,206 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import io +from typing import IO, TYPE_CHECKING, Any, Mapping, cast + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3 import HTTPResponse + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest + + +class Serializer: + serde_version = "4" + + def dumps( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + ) -> bytes: + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if body is None: + # When a body isn't passed in, we'll read the response. We + # also update the response with a new file handler to be + # sure it acts as though it was never read. + body = response.read(decode_content=False) + response._fp = io.BytesIO(body) # type: ignore[attr-defined] + response.length_remaining = len(body) + + data = { + "response": { + "body": body, # Empty bytestring if body is stored separately + "headers": {str(k): str(v) for k, v in response.headers.items()}, # type: ignore[no-untyped-call] + "status": response.status, + "version": response.version, + "reason": str(response.reason), + "decode_content": response.decode_content, + } + } + + # Construct our vary headers + data["vary"] = {} + if "vary" in response_headers: + varied_headers = response_headers["vary"].split(",") + for header in varied_headers: + header = str(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = str(header_value) + data["vary"][header] = header_value + + return b",".join([f"cc={self.serde_version}".encode(), self.serialize(data)]) + + def serialize(self, data: dict[str, Any]) -> bytes: + return cast(bytes, msgpack.dumps(data, use_bin_type=True)) + + def loads( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # Short circuit if we've been given an empty set of data + if not data: + return None + + # Determine what version of the serializer the data was serialized + # with + try: + ver, data = data.split(b",", 1) + except ValueError: + ver = b"cc=0" + + # Make sure that our "ver" is actually a version and isn't a false + # positive from a , being in the data stream. + if ver[:3] != b"cc=": + data = ver + data + ver = b"cc=0" + + # Get the version number out of the cc=N + verstr = ver.split(b"=", 1)[-1].decode("ascii") + + # Dispatch to the actual load method for the given version + try: + return getattr(self, f"_loads_v{verstr}")(request, data, body_file) # type: ignore[no-any-return] + + except AttributeError: + # This is a version we don't have a loads function for, so we'll + # just treat it as a miss and return None + return None + + def prepare_response( + self, + request: PreparedRequest, + cached: Mapping[str, Any], + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + """Verify our vary headers match and construct a real urllib3 + HTTPResponse object. + """ + # Special case the '*' Vary value as it means we cannot actually + # determine if the cached response is suitable for this request. + # This case is also handled in the controller code when creating + # a cache entry, but is left here for backwards compatibility. + if "*" in cached.get("vary", {}): + return None + + # Ensure that the Vary headers for the cached response match our + # request + for header, value in cached.get("vary", {}).items(): + if request.headers.get(header, None) != value: + return None + + body_raw = cached["response"].pop("body") + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + data=cached["response"]["headers"] + ) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + body: IO[bytes] + if body_file is None: + body = io.BytesIO(body_raw) + else: + body = body_file + except TypeError: + # This can happen if cachecontrol serialized to v1 format (pickle) + # using Python 2. A Python 2 str(byte string) will be unpickled as + # a Python 3 str (unicode string), which will cause the above to + # fail with: + # + # TypeError: 'str' does not support the buffer interface + body = io.BytesIO(body_raw.encode("utf8")) + + # Discard any `strict` parameter serialized by older version of cachecontrol. + cached["response"].pop("strict", None) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v0( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> None: + # The original legacy cache data. This doesn't contain enough + # information to construct everything we need, so we'll treat this as + # a miss. + return None + + def _loads_v1( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # The "v1" pickled cache format. This is no longer supported + # for security reasons, so we treat it as a miss. + return None + + def _loads_v2( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # The "v2" compressed base64 cache format. + # This has been removed due to age and poor size/performance + # characteristics, so we treat it as a miss. + return None + + def _loads_v3( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> None: + # Due to Python 2 encoding issues, it's impossible to know for sure + # exactly how to load v3 entries, thus we'll treat these as a miss so + # that they get rewritten out as v4 entries. + return None + + def _loads_v4( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return None + + return self.prepare_response(request, cached, body_file) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 00000000..f618bc36 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,43 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +from typing import TYPE_CHECKING, Collection + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache + +if TYPE_CHECKING: + from pip._vendor import requests + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.controller import CacheController + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +def CacheControl( + sess: requests.Session, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + controller_class: type[CacheController] | None = None, + adapter_class: type[CacheControlAdapter] | None = None, + cacheable_methods: Collection[str] | None = None, +) -> requests.Session: + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 00000000..8ce89cef --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2023.07.22" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 00000000..00376349 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from pip._vendor.certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b268c47dc797811a36f63bc9dc9c4cf0d5f705b GIT binary patch literal 344 zcmYjMJx{|h5Vez(mPTbmNG!nEp}CR{EC>mK*kEEI16D}f#;RjmwrLwCm|58P4g3}s zMwA64CN`vQop2FIyy4xuFTK0xPN$6=4x{_x(#4Nu@(1r%%(tC*L^;YaM%h@XJMPDWsJ|D*@maS~2buie zuA79UoD))qgiNS5ObSAt(A=$}#S98rQW&Pp7H~|>*h&RQ7bkEk^J`9f=TdS5tW=zq z&b^n(sYxq{CR9v-vnx=QEu5LZ7@o;@g4>FVuy|So(G`=SdToVb@n-ShLH813GTmgGWWvmB>lP115S6`n z)1RQM|HO++D_i5G;z7I#z4f9qY0|woF!Mh1JnzRd^SRY>fLQC^B>pSnPkCvUUW1cE z0p5WKL@)(?8I=@fN?*y;z6yZ?Fc?}*(IQT3*w?W>Y%TZ(MQWr)`X^(mo-q)JyyZq+ z#PdEDwuah*ZxCG)4s5ZNCUXkUGziA9*3|!LJ@dCr-0Uf(6_T9eoU>BjjWNZ0iW}}Z zu6s^9j1!7|PDi*0OCtz*Lh_zdS^*st0cE&s7fIpyJ2;OB^+HT}vXxNzHY!b*OY3wn z%EX9=GMko0RYl7SK@|C-Nu`xe#mYM?wd&Lhn&kW=IFVLQpP`s!7;Oa!kI@EZ+nf~W z-jn<20f|N_b{`RvGL&RRisdZff0qSg%;RepnV8dkIdHG?99y0fq7+LJ66qCYcJNmY4)2Nlbc_)%RdCV NHo5+ClU@|f{{aQxsj~n8 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7613f438058d7848b57b6d71bf771ed124f8e158 GIT binary patch literal 3353 zcmbVOO>7(25q@uf_$P`hi4-N7iOEWKV>%{jJ8By@Z5l;!K3=wD}+1qn}?k414*zsCNQ`o;o3Asabk|#RVg(A&UUCavx zo%eZ554kQad_V{rfR%DlD#>}d(es^k@ycjdc)cNV)#J^3C=j2@$F{=0`(dlK3<0G)gc zRs{7(v)3CWL8ABTiV@Shj9$GP=5QYG64Ile$oWX~F0nQ{deM&Nc)V@A5672<^uUS{ z(hO#sGiJ839QsYGg+kMFCQp?teX(eym|-unGEdoaM#?O6yHG3^Y||>Iik8+8teKQn zKuy_-QA$}XW!gNYS!LTO+dLb3inp6s8O#~BmgBsb!=*f@6*A4!L5;z)8ne^FQxVoa z#mJ`x$6w&;j9D}s87X&s4O2AK=QSAw+_V1&Aa{uEjgz&vY#eu+jjPZ1esG zZ>PH8&3e2b*&Ymu9q`u9cY4wxzuy#FJKJoTBHQA`L9}94vg%EvtXnMGy!t`t&~s_O z6IMq@MlWBRRwqZMuQ0TlA;z7+yk(Xv1$)lv@K%gY|H2Wu&77dBf}ahhs@r5AjX1D# zb5_a7%@j;~F87YX7i_DN8@=(<+<(B0wjnS`11^W)m!o4bQ!JA-3?3)cqUubsHQ{_c~+$OIW;=}RdNg%mCDS~h$2hxW*fMw{u(AZND>=ycM-0imcpeG&j|BY&fJJK=> z19JkihON2=Mxe_SBwa|3`o#r^ONL>RUj)*Il75mHst&#WmvglfW8VrFtvYZL6duKe zF1Yb+qGF1$I4s$wt{pc+m5q%i1{^~&XVfe30kCdy`z|}@%s3X5$hBCO) zVe#xF#AV!EFdTm~Rh$4bxV6Y2&9R<4K7%ofajoTS7{ttW!*&aVc9Rc-=DB}WctE}2 zeUE%BtxCti*jud$I=q%T@pe!$MTW=)!s(Jg$qho`w@hw{H^>rA3lpp#&fgXt$*LG- zH!_ZdsD{9vf*E!i3EqO?i{(gq!7gz0cM6*e_J%JJnDF=#ejW$}HB2HszdQZeEBCHE z>de#$4JIGP9!LA`T>9;$&))b(g#I@;_-`Z!9INZ^yUvRbbxszIV|21fFgARA^NLHofizl`+WTkOptJuGoAz0oXi1*PxXpkdh zl^lnK|0_qN35PP)2a4TXVOYo0l)Vb9J*+J!F5*NZ37!NyKQ(U8Zt;6Re-y+dkQ0yu zN_2C1WBK++kOXo9l0Z&C63B^065Q#!ApS}Ip+7CG$cy$&=5@yh@4Ttm>A2%pRo&76 zSR!BM3@fM;zG*NHg-A8aGnNyDXWe2pyy97}0`bES3Fek&EZ2?t>;}U%8v)FcNHB|8 z28biu%N6|W0tU|>8^Wj@)}U{)L?UO8QCrw!X$TVD*bso@{QLr27FPNB$vo{Zo2r zFB09lyc;{U6FYTJtH#nhk+W-KkCoWg)ZI+A_mv&x%-WTD4;e^3j-UKG=$Dg^yZh@R z@V%ZBbs0FA5RKRUC= (3, 11): + + from importlib.resources import as_file, files + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the file + # in cases where we're inside of a zipimport situation until someone + # actually calls where(), but we don't want to re-extract the file + # on every call of where(), so we'll do it once then store it in a + # global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you to + # manage the cleanup of this file, so it doesn't actually return a + # path, it returns a context manager that will give you the path + # when you enter it and will do any cleanup when you leave it. In + # the common case of not needing a temporary file, it will just + # return the file system location and the __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +elif sys.version_info >= (3, 7): + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the + # file in cases where we're inside of a zipimport situation until + # someone actually calls where(), but we don't want to re-extract + # the file on every call of where(), so we'll do it once then store + # it in a global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you + # to manage the cleanup of this file, so it doesn't actually + # return a path, it returns a context manager that will give + # you the path when you enter it and will do any cleanup when + # you leave it. In the common case of not needing a temporary + # file, it will just return the file system location and the + # __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + + +# Debian: Use system CA certs: +def where() -> str: + return DEBIAN_CA_CERTS_PATH + + +def contents() -> str: + with open(where(), "r", encoding="ascii") as data: + return data.read() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 00000000..fe581623 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py @@ -0,0 +1,115 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState +from .resultdict import ResultDict +from .universaldetector import UniversalDetector +from .version import VERSION, __version__ + +__all__ = ["UniversalDetector", "detect", "detect_all", "__version__", "VERSION"] + + +def detect( + byte_str: Union[bytes, bytearray], should_rename_legacy: bool = False +) -> ResultDict: + """ + Detect the encoding of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + return detector.close() + + +def detect_all( + byte_str: Union[bytes, bytearray], + ignore_threshold: bool = False, + should_rename_legacy: bool = False, +) -> List[ResultDict]: + """ + Detect all the possible encodings of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param ignore_threshold: Include encodings that are below + ``UniversalDetector.MINIMUM_THRESHOLD`` + in results. + :type ignore_threshold: ``bool`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + detector.close() + + if detector.input_state == InputState.HIGH_BYTE: + results: List[ResultDict] = [] + probers: List[CharSetProber] = [] + for prober in detector.charset_probers: + if isinstance(prober, CharSetGroupProber): + probers.extend(p for p in prober.probers) + else: + probers.append(prober) + for prober in probers: + if ignore_threshold or prober.get_confidence() > detector.MINIMUM_THRESHOLD: + charset_name = prober.charset_name or "" + lower_charset_name = charset_name.lower() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859") and detector.has_win_bytes: + charset_name = detector.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if should_rename_legacy: + charset_name = detector.LEGACY_MAP.get( + charset_name.lower(), charset_name + ) + results.append( + { + "encoding": charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + ) + if len(results) > 0: + return sorted(results, key=lambda result: -result["confidence"]) + + return [detector.result] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0aff2b915851b500a59b89ed6614f7dfedc70451 GIT binary patch literal 4594 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°r;7)dIr5Q&@?m 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 MoO|ySa4&NG4@3h~<^TWy literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e421e959e99e0b2fbec376f9f4bd33329e0c9dc8 GIT binary patch literal 9664 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 ckT~@HJp$q0(K^OY6AJ5C2tx+8OA5*FotN;K2 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d6ccb1b76760528d73f27c3a05817327a4d496d4 GIT binary patch literal 4148 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a96e1869c54bae2a0b7ab3bc3ae42986abd7ac5f GIT binary patch literal 4592 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d317aa00133fe4ffec3f710d7c7c5a06b91554b1 GIT binary patch literal 4409 zcmbUkTWk~A^^Wav#<7!ef?4MQi6Mky*kqaq(B+*?!mA{K#M!piZbuW(Byq6E?w#=# zr-nrZ351s7h8xs~O}#r;zNq zhU7}cch_mn8RfIyup|s_~Tin6a?>{?XpE=lkNCj^kq)9XLIzl*npv4TjeC zrsTLfF``SlG9bk!MX!c zfL#hJGm3lMA-k@*?iPfj6-6prLgi$);!!FU@3^BLMuMDg+$C3Bb49BFt_B?(!2Arl z#6bD*yKbp zuEupy#6&+P6PunGbplaKVq&nlRW5NBQ6kTIfwNAC&-hl4_M|%spZ?2+Mu4=Zz;OZW74XgG0eml5a ze|W}qy?V9v*mCQM8P`K@=W3{XIdp)4+gCW>jmp`|k9`{;j9%;=?*Qjj-T^09^Z=sC zYEy+PZR6xydYae|gs>CWzz4rUx~-%OLRZ*u++ee&Yf9X?ot{%W8P^1zz3SPj>pZL| z&uurj?Rl=n;9CC7wc=>MOgZ{R&=kI`z;X0se#JNM%0MkcK z1Uy4jrKB=lS87Qqr;~^gx4Vkg_~8FGugRU2(vk{(hsjcKGtp5pHJ6aoi43^N=99On z2TG@`r&F5T7{o0RVq}bXt=%dBptqfz)I5R{vpFT-tB$kiL%91>rIH1{#d{V9a*Tcd z`_LTo-iHXi3sRRImz^)xJw+@iYdNQ_uZ?Kum&eVge7n<~bY zXFQp#gLqh311h;mWi98pTkv3rbpe|>MZB`CLBuLrz`)AYicOXik1cD|@?eS9ZDj)h z-KezIm6~oI`d{o8HTjv)cLmSlM|5h``(RJa39b zo3i#|EjjjX!H*cCs{ogZzMif*=K5Rzhiwe3*EtOyMZYk81A0x%UZDx>`pAWHjO-#Q z`o()9I|@4s=U3iJJY;V<45^GZ)uq(&xU8r##jG7UJv1EY9gT>Q)5HCM zoa+m_X|BQKnwd=8bdmjlbWX>u=%4_dDsYq^MQ6F(0*J0-3NC* zSmYiC&QK1a1Y*r)H#xNh*X{4K`d8rHo0jYG4C zKHHYB7mRx0fmfj0zsulv<@s)d?|#T1fQ`)iTMU28vcL7VE5GNsvFG>$|M9O&_hk(Z zae8)oiL=uCrb>p~7@E{S2jF#*`c$#32L**@2ad}mf!f59?|+qX=*2XjgK%jlfDvRB zdoFsXtvc@@=ro;4=@OKHq~aoePak3;e8){+p>(I1Mpg-~Z#h1ZoNg#}{LNQQ0={+z zI(h}lTz)Osm=C^b1mDaD4;#V5%fX{Fz7<02FoGTV;0YsmVmbKsjBk~%ojbCyZJBRh z;@W9t6?WiiP&yc{A#V>-3yLDd2Qf*De}H|W_>+v3usF0{r)90lLFj`Qi=H)|P?nX% zC$cJ&C6`_^J>(-{EM;lf!sK?F?06z2>6mU+RpB`jQxXYL3^SNy8Colzu(qWNa7?=0 zgpq{qn``K)gJriqt#+`x*E!^_UUx8T-L2R^5qvhBHeuaefEsSK5LQEx)v)evWgBjd zF6_S@UTWzwws)^1Al%!wK|bq)49f}&?7t9v=pNDe2g82Tt!LBl(#CX&eiFk#M`-60_X&m( NmTLDrMFgNL{11cvpG^P& literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fefdfc22fe316509be6855cce2590f7defa1a25e GIT binary patch literal 12108 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3e11651d759f6f572b605353bdf858b4135f2f4 GIT binary patch literal 1416 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Ð(mD3J2-ul=+59?FUHG%5{}iqVNe|q|T3_kC>biX+*I+h8 zSV9wAG~-j@My5A{NA|el5S!#q=@?312Bc~6ZB}S()wyytDA*!5!KwxI)|BgS?pB3u z%ywoIsy{+pa49kz?k3WQ_-Z)G=g#!HTrI;7;G1XADTN(ab~3w|-Jz+IE9R|Cl^a)V z)U-{b=Jl#qEMKclrRohEHK<;paii*W>$GW5KK#F1$^H*fzCx|aZ5mc@QTbNd|IJja zR=z=-Ms?d%X;8U-o4O4uRc^2$n*SJMv=>A2cj?umWByLPyS3}wv0wh)QN8oG31J<2_08YDOS`@uI`+@saX|b2gF5x? z*e74_Aur;++aofgOyBt7O~U_0^Jm;>&tgW89{pMPi%7Pdm!f5Q7AIP&w3nhKdlsjD P>~t|MM@!o`ZixIJ>~P{< literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce9ece523fd7c07b36d7426e1079fe75632a7444 GIT binary patch literal 1416 zcmah}&2QX96rb_eI_YlG2GVZe5~V7_Lc132r4lG=NeU9`2BZX4_%d?rN!G2un3-*G z$RUSFYy=f2l>Q4<_)oZi+5=dLgv5zk#5PjZ6K}@rc6(wZzj^b%=l9}Yfsj^D#wDDrTK zJS{YbXbXqhLDSQz5n^g?X`y~#9FM&{>y^})kT!m`%RZ!`q*Gd@D1)}TYYhaLgUbvleh4LTCgj%po`qwOJL)G~3Q=4xNizVg^Z_h)PU z>%F$br~vfW9J@66Ag8Rf35n835W-}9Cc~6dfr6j#gvsK|`Ea65#Fu^A1y_?%PKBeD z2B+~>IYmei`*gW3EdGYu%oT*T9C4{aqkIwg4soobJ@W~ zHV3q9%31+4lKKhVZBG_Asd2z|B!^)i{WW`qy#?I=<}IxaKictAHV@Y9GLXr{cI>Cy z1Ay*LL~3bA`m`mHxg3p6!M5g1$?1@#5>ieRlBli$-z4Olfge{I1$1cx@GwrID0O(z z?23%_E|9V{o{E6RF(D3Smq4mYyQMH;wltMwNh+3syf{GTnqkhLHIX%QreU-FIQSRA zHqvXsnN@R-ufA42m$vE(Dxkc;MKv80<6BMiTs7fb{$P^o2czb{oJ}^zov0>>$u^W0 zNIAR)`8ukC70MDUb%~eu#}zos>^+dlj`KwzXFA6C{3gOTPto;LbmJ5)J-1r8{oCC8 J=LmLH>wjx?RWJYm literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..deaeb4e8c4aa9179b7fc5211f09eb9099ad3acec GIT binary patch literal 19152 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 K$u!X4`urd9LX@un literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e11b9c39c0a4682341483a6e7d26d6944da7e83 GIT binary patch literal 1429 zcmah}&2QX96o2Edb;52_Ql-t7OVp@H7Rp*pE+AEfG=WN}n<9k^zKp!~Bx~v~W@ZZ; z<&Z-pHiC*1O8JUOJee(&z;+O5^iNJt*_1~SUh_0*4tA`+;b-^ju!-QAYHWL-b# zM=3+;)$Smc(cPhB8-1T|Gx-_MdW@rHuJT5=yR`dY^W*!$B>i%m#E0>HJbsJSFz`qS zo)(%T*dd{I*z|N}goK$pTBsiyClhPWdM!1kq>T}LLp*yM9II$nfvZFci!(XkX`pJX zmx`{w@d(L}=xdSIHL(;S^BRS4i!lsmYmO($NY- zuz07Kp)`nnAt)6ZS}h&C+IRa|!rUD{l6`lRiH9=F-Hk6kal2VKh}p{LSr!X7O7fT` zER`!k_OXX#q!)~YKa$yRbdct=oQh69huNdq$IUTXz#I4~L5Z(w-Z2b`qiq#d74s=PCHykVg~D)&&m%3G zDqHLtP5p%Jwcp5YTIDD^H4g{y$J{l31-btZ+}KcWMKFF9uk&ll#Z+iJ_S4+~w(mbp zsl_YmejReL4C!cm2BllhjG7abGNr{VrAdh&@=Z#=8u)RgDLY=+hyV_j92PphZoa5e zc?U_+n#@PQ;+Rs0@V8Y!mEcEZZ@8_lDsn?9?jU)22p5`RE}S>Px^%7)bMZ;=H{dqb zYr(lS;o47@m8xB;Uf|t!SwiVh6>zznlc_gkWv>4K&}3A) literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce7c312723c62ceebf799124f825ec96d2113829 GIT binary patch literal 5848 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 A1ONa4 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..afa2a5ac3d17d54e69c52512f3a3ff96d9bab67a GIT binary patch literal 22181 zcmXxs1-Mq#w#M;IcXxNkrW>RcgH}SiKe}5wB<+@NTN*4%0fX*tSaf&X_1pJepL70a z%sIw*$2;d*-=}*&9REp{EOAu$SB>J+x^3wc6?N9)|Nn~hf5DxUVena0r>K@uonp0& z)hTw%*u&x!ire*n(+R6bQl^TEDhNTra4*mo#D~@JIjjs3DG+8N4HAaPCVB@>CJnJG zoDg}MB*gPjCDPj7>SQ6-K=uS7PKQ1tFJza+4Y8ccjx-^nQit;2l3z*SWS9-Yt*Bsy zy`4&$#|iOH=qPes?=E{iVuvN8m2@>@EzCBzhiMDL;@}dMb4rrO3y~VK@|*=8se26h zh~_u9gpQI>6pHEnS@Cj6sV)_qV<-)*;`ySz-R_`@W5o*XM?Pk^FYIP_5A20~upbUU z*W@7%iehU!Bx;r-L~}T7dCIZ6Ibd!!u9@+N!%Pz$QIgi}CgLT7L@SAZ3}0k9UN)M* zSN2ZR+r#c&h-2;+$|Yhh(P6&O(T%ldME9vXYS1w_4kzFwoPyJE2F}7cI1d-#B3yz1 zF2fbL3fJH|+<=>K3vR<5xC{5-K0JVj5R0`(qQ~$Ap29PD4lf`oZHQP98{$A*hzIc@ z0VIS(kQkCcQb-2LAqAv_RFE3dKw3x#=^+DTgiMebvOreI2H7D8aL`AwonV2`*dyq|H0@U|?16rzaY!?3|# zdnH4Z>=k`xZ=-BI0@q=b#8LRoyBphU@e&)=p$621T2LEesf(kom=8o!DzUhVc<=X1 ztn+~w?Ywn#v{6?a&Om92Ob}65S4p%)3wx{CJ!=`yQ@voXJLNOx#<%yfj#r=_ybAq7 z2SH|EJS9WXAbcF5UieiIgvs#BEfff%MR7xaL8&kb!td0mAY4TSc_fmCpX4Bm;4H216C6_3dD10VSK|ZK%uct5Hbe07yYbXh?J}L;0 z8x@2Hj|$2_c!H=Pd{|MzE|?18f1`r%uA_n~AtK31&9MB;vRLRSSS3mmibl$Zw-z*! zonUWsI3yS)dQG-!C>?}%6BX2fxlkF>!z?HtB2wO~Qh~`{_VPmp$OPfzi1Muz6*LGD zc`dx?psHw;8J!pkpGj1Z-QMe-(Hl@78bCv61dX8yG=(?etq?&A0@dJE$W5wmc&R~O z%W1I1UJ52Zv21GD*5!;BJrfm|XbxZ4`_|s;qV6uDvnV!!ib@(nPJ2D=4HKPnf6GKk zTx{(y3a-Eh_SS?CE+{1G=Hz=V>&m_aIiQGa9NGBLm0m}C>3G?sq$aesSD&lHmK&e~ zbcaeIB4xvlNJc6tp?ruS3O-cQSV!si_s8ZIN}!nZKUYOiqE8+j{y9+4#BqmDH5+?qoRXbEpaD`*XEpe?k6 z1U}B~MIE3cbb`*%1-e2vh(LGf0X?A?^oBmr7y3be7ytudefW`z3=$27Autq%!EhJ> zBjJ(5+z3w@Nyy)U@Jk}nGyI@O-jRLb4n~QR+Z!!Pq;8HctzQfpV=tbzgOFJEl;T5{ z@nNiz1fqnHLUx?J@h|}t!r|=nk4qw2R z@D+RwvtTyNfw?db=EDM52#a7bEP z*26FGEBpq(!ym8#Ho_*@3|rt&_zSkeHrNh-!$0sZ{0BQ=C+vdVum|?SKG+Wj;2<1= z!*B$S!ZA1wC*UNUg41vY&cZo34;SDfT!H{D!xgv+*WfzbfSYg&Zo?h83-{nYJb;Jr z2p+=|cnZ(pIlO?V@NYjfg3?e1 z%0f9P4;7#yRD#M-1*$?dcnPXQ4X6pVpf=Qjy6`f*0`=fkcnw~MH=sT=fQHZr8bcFk z3U9(&&gK1AU<%^oId3 z5C*|u7y?6K7z~FIFcRK@Q7{_Dz*rau<6#0!gh?>%!dWA5Ej8=SOQC78GHlZ!gugJ`~W|~Pw+D= zhZV3AR>5jm18ZR&tcPFVSNIKnhd*EgY=lj)8MeTm@E2@_ZLl5whJWB+_z!l#PS^#z zVGrzueXt)6z(F_!hv5hug=26WPQXbx1*hQ*oP~369xlK|xC8-QhAVItuEBM<0XN|m z+=e@F7w*A*cmNOK5j=(`@D!fGb9ez!;XhPIVnJ+(192f9#D@fs5E4ORNCHVA86<}k zkP=csYDfcVAswWL43H5rL1xGTSs@!_ha8X-azSp$19>4I1+}3L)P!(cd!fRXSHjDpcH2FAiT7!MO*B20qG@GeY&sW1(u!wi@S z@4@@<0elD_!N>3kdg|G+~!xC5u%itUM7QTb; z;RpB;euAH2Ijn${unJbg8dwYKU_JZ-zrt_uJNy9~U?XgT&9DXjguh@bY=iCaH~a(t z!hf&>cET>$4SQfO?1TMq01m<-I1ESNC>(?1Z~{)kDL4&h;4GYj^Kbz!!X*gcGF*YH za1E}*4Y&!n;5OWWyKoQg!vlB-kKi#pfv4~cp2G`>3V&k|i3PDC4#b6c5FZjiLP!LO zAqgafWRM(EKuSmjsUZ!dg>;Y}GC)Si1eqZVWQA;y9dbZU$OX9}59Eb>kRJ*_K_~=; zp$HU(Vo)5Sp#+qKQcxPoKv^gU<)H#pgi25usz6n!1}{N%r~x&h7Sx71P#0c?SD+re z3a`QI@CMX}2G9^1L1SnFP2o*=3z|W5XaOzZZD<9pp$)W!cF-O=Ku72VouLbKg>Ddm z?$85zLNDkIeV{M&gZ?l82Erg13`1Zj41?h?0!G3+FbYP)7#IuVU_4BKi7*K!!@DpA zrouFs4l`gTya(^Y2k;?$1RujE@F{!-pTigMC42>6!z`E$b6_sagZZ!k7Q!M}3`<}s zEQ4?0TlfyXhacca_z8Z7<*)))!YWt|YhW#`gZ1zW{0hIp@9+m~fQ_&THp3S96aIp& zuno4u-|!Fo3;)3m*a^E}H|&AEun+db0XPVU;4mD4qi_t4!wEPEr{FZ4fv0}vOzIan z$^2A#KKxx;WUpUS9rlCld{J_V&m~IvdG)Neb1*_l)0kqvlWFfK+#jKhA6m~VIqml} zBmFo$&riKoMX`1ClITHicFd2+vX9wFMCvWmhDprvbMh2}(oybbnT5(thzfr(82Me| zr!Wyr_fzx~@@sW$QIaeC4P@jC(MG*{ER$%v18c(>!9s1dBpR4oS|XE<|6I-mQcq!) zlKxbdORQkGw~j4F7EuykwB6ox0)Md9SJY49yi-;V_ktQmUa)*d>NMqAq7wF|ih8@D zU)|7W1THFRO1T#Fkxgdg3)#f(Di3R!xF4frl##JT4fS5|JRa*fp(G3UcV!Q1OCUNV znnNnDXt?Nz=dn+eU&l70pYeCy@*>eFo{y^AVDFKV%}UyO57LFhgCCvuO->IR^qXT1 zFyk=1%g}x^>M8j~$ut5tL|N%gxBSF8E*V*xz%e6Jcsui|Yo@m(FJFM()+-hJBAiB_shW;ww#Z)Wch zy-}jRMy8B$YHzl^RF+U_tN5lwY9m{7TASV`ZO62YwU-sTv2j7iILoD$pTyi>SQnfKA7jwPvn)p7 zw-CWQmIF=uRNE#|I*Dx(TL{b`P&7nv%3f?Y)Ink~Y$Da1jgJUq;Hs`D4Z9RTlfW%J3F z@;n9+_!Q>Z+YIY;ys9`AjD-G_*YHvulEO(y$5kv+e_EbU_lLP(Q#nfSb;IMU%V2M` zD86V8{HCpgl2;WcF|DJ-C!`Lzp)27t4<5SRC-%1LNZ=f0bTqb{O0<``O(ib5$!+$M z5?JkkSG_sc;Hc#o=uF_cy|kXkONx`h9X7_Bwvd-}vc*K1bS#!A40Y7acl=$VBD}04 za7vV4@z1b}q2CyaR<}v-9#L_L0hVu*zr|G%%k)NWa4#7|Uy5q#=qUOw=9G$0+ncUq z4f)Kb72+VJ*Qcn&LCZlB8A&A+oE6O2S09Bl=g1sGVL@ZNC zB-fk7@J`&9_26q7^d9uqkyQ4EN1M%z8}|N#k#Ln>E{WYl3lXhOv^S|>aPMS+a2aeCeQWriI+~er)9||3Qrryp( zvxSM^z9Y1jYpiXfQ|`8Gq<5x~QA$3v*AQ+fiOoSOhxtND zYSD+HQ_fqEp=0WnL0cD=#fP(<=zS_5NOW;)A89Mc&<>(CER$0?uB5$=Bcj{f4^q;U z(-iK$l;w5VRra#zjSFjHBE4-SYPpw#q637wv5_e6T2=qdt{A&B1x{y~*cN zTvzrxbuBI15Iv(VwrHQWPC8P;NqZOE%TTwm!rl@kt-&9&h}5JK<(@lwTASIpEb*g~ z&j>U$ydPwtl0?TV9JH{U#Ly1Qf{t~^4Q&+d)X|l|J33x7V}Xu;6lW!0#-O{h%@j|x zx6s}-Q7!07su-0{{9SN_9y(IdD-$E{DSV{3ANQjyi&(BS?Jh&VYU{>nb$e4_w7Tl% z*08KisuJZT{LRqO*~p6=Ty%;3B!(!tD7#qi=h`mG-ZSWkk~yq(lHD!a((;+8u#s=j zd)wY^SjN==Xem2UcD=}-os3j7?R`=OM8zEIiW|D5E`$2j4WySu|Zpi&eT?pav#MV zmBiKC53aNJKz0s+ZQzg0L)Z&2U2?G3~K zCjU%bYogQCRkpk%+Q;c8qJNQ}0X=13m(5D~9c^>f?U#t9WH05KVK$g-Pz6VAB(X&z zkK%TgP2o?=RiuXUl9pb7QakNsm5pof!x%#ZPQgvt<4#l>dP7!URXatQ72i~s&E6NH z5iv)F&&;h(`KlYgU|I$xdkm@=+6}%5jR)^?|Fdjab=_Pox-GR(CsBQZ?JSBfjUoRtO*xA#!g7gk9ua<-giToZjyr4r8t?TvJVuc<6G zJU8V(MSIlkwOnR7McrZo4H$pm6V;jgJcGUuqu`0FOJ=VY8w1@?A{B_g(Il4$vUN%8##d#UOEOCrLVZBwuy`Tg6&f3z+{^^uu z4F87c6?=cNR@`CA(;G{wl{^nFoC6dtD5__Y#VL6cqz-lJR^^)TWHxz$qCswI-Zzz&0a+#^O#md$4`zrz_E(z z{RYa*##8rHTML73QTfK+WgTxQ+2N=~EF;iJ-FUY)pXYLH{HxkWt+*Sms2T zxEi1&kL(C-e=+nX_g(yLqKfF4jvtL2Yd#mj|v-c;_u5d?odbk(VGk3Zptctlc z(G90uq^=eBl|;!T-Uye$Kpks{o|dh{!Pj9n=o2P_yRs)Gp1b?~2GwD_G5I5klgQ2| zT1V8~VXnJ_u6mm(c_2GU$7_1mnpTU04|G&@n7!&+Tjo`l%Ts-3Z<^xl=I++Jj$XB2UIulqLpLfp zz@L4N92aeIgh3p1=X9pJ6cTw{SS?35V7ZW9N=InV{eNcU3ipBmqLC6mDM=-2LFGNe znO1KF}hu5g5Vjxbylk^Na)6WQBDUx)orJf>KbpHxPJ66vj?qrB`* z*#YEh`1CBboF?&xy6ukoljQ(7ZAM`#MG54yw_LQ*$3^8Bgisez!WbV^LMrVsJ`hm(QGydS^RVo8{?!oTLOh~O#* zQFy&RSVzlVc@XQuU5vRX$q2P~(qs=13TzqeeX zZ9gnflGrDKS?)Jm>fj(5Pa^p0EpEt>79an!ZawjwMEp7Qbq2Tkln zxQfTs`(a(MRCbR1tt^g^_ca$DA3F>R;i?*!7quO4GpC(6q6A<-~1##_EixrCd{&qfiqkxIuD*-VVD z;q(Wm?5Vf_fjMRr&@tR{0vp-%CNlD8*4k1zPvuX`1Ul|gxd+cJUt;41(YqX+2nB)# zjxanX;jVhgjwFzna$GN58iTq*3Gy4@fRda_?olqx&YuB$(|Nn7B%MJM0l8Bhmt$?nucw``!Sbo*&njedyD*6F6=hUkGTjl(uiJ& zlEWYB`YV}b`KM_s3~J}rhFbm(vt=_%JXE~Gj4q`tW>l8Q3=iS-6{ioJEv_e+z$5#Vmp-y}$oKO7T*wP|Q6iVR z?@6X6Qe9JtgxbzhzUlpYz{?*> z-m^E%2O=}{upBNLD(n9*6{$}k5rHlCCb^P#xr!oRR`wyilkDbJa*)$k^j3jR5|4Bw zaPseU%#!Fv;0{c6gv4g_RWe5LawU}%zfP~Db| zHx$<+{~H@Asnis`W^V16=c_IcB$LfVpoK)W5WyqYd6kXyt}cgZ?Z{75GLiD{wSU-3XsF)5`1>B#8I*-`UCYbt-hyA%m1pgtwp;Fb zz2cWhJr5BKF>!(H(ANSm}0|AkUuRk6Yl99Mz6G}i|mgE zRn_q&YvZ-`q!LHnJ#868gC$yPn=6}0TP)davNzqvaEYx>d0+7`^4%$Cr#vXeu2=pt zmA>$=ME5WX=D66*_7V|@IM#5=3AG&%^_NJiWQw*^rXWAR01))^%K*<@)9u6HvxvwX)jiEM_`&lOQ6xvZ4 z={A1nbd2n1y@?f%xmbDL%qMG;3`{ zwOKplL@zl)FLVE6Z3k4;ThGX8dXMQi!Btkv3{H7i+uxQW*m%bga_V>jDI8{uwhzO) zU=mmPbsRKul;U&Rnk#t`)5gI&hVO&}j8~MH#OWn%mF&%DEw{E-3}xiyH08t+ZNrlX zdrhlg*^Iy_dTj{ggNBL+5ct{1Axgfq_q#!9Ei1Ucr?Rh8IRz=5sJQc9vYZ9GDBpFM zRI>HM-e9ZYdu1E4y9k=VM`oNRe;F!4V@D_;QNokyV402HFPyG4?Vja-^uAJeMPj%p zwUG}vjjt_}i-_e|X(V0~Z4D9p#n35dn@_JlfiIySm2CDd@OMf_@0ddqOoD;oDoYd~|BOI2%QNaakm?1SSsP;bNptV>_W%ZvI;mr{>-^rx8urFm4ir^1 zBb{jvb!36`mLEy@mY7GFg`N3XEXwbj*iSVtmX~2Z1SI5Y5_Og2@|3E4CGRWL=ls71OV)>or zUy6&{TjLxNBeU~-i0E6Q+3I2&IY9BhL}wD1&-2SlUe?=P$3V9`(_S;k>>T5WzOVQP zZSCNJ@)r50+79b@)7n{1XdbU$nv1JvTR(je1(mF?B&$)wI~OvQKb57duGOT+2^7g+NP`fnxT(FL&4Wx z!mRdMYulmZN6HCcH3!-CUU5xHp}NQOn`nDX3HkQ)cGw&2=|7-16Fz4sno2HbE64q1 z%l)uKNqKuiv~Bd#B;ug7Y)9D&vO{Ha@V7|GebZ{1drZkeHr{Z%FG8omdrnl>as!pF zigS2S3;CPCMnN6(WRtn3N{XYxe^p529J{X=G*;VxW^@Th1_z10Yg%psyWPPk%V#=v ziO#Y%L&q?7W6?`zZ!z3fmy?ZLP@k7QRLVGS4be_fC&N332!e2AaL?S~^hOhy%JW&% z&Jq3B-c4<*>6LJfYf4@?R%+3&Fj3uXbs5QDgAqgzxrm)gCevHU{bL90Vn#uC&{Odx z%a`FBGbV;5!Jn+Pk*&#nFEi>=8A&;wX>XE0LHGSmVS+bB>m=606DCV)+hk-%dp(R?X0JYzO+?>@Q7|#=4Q>#)?SNYy>!Cq; zwKY)u6))*Ywcu|We;d`kYZ=Ab2^}xnOW}4iN<4*TL=zFHC3?x+RZ0?u^1-L(j-q!~ z@B5-RN!8V{mFK1Q=7?f@X#&}kRAwm|Z+I>EmDA7E{UZ@aac2%<$sTr?d1id0B$Z{f z6E&jOR>xreDzmm4)<8o7g~DmUSx#Tp+sp7zO#6V!40|t=DoU!Jz2TwfpskMau6VmB zp^l0^u)PUPhBZdk5IvTiY1teuQOQI3EhuDJg`s?kCwac_c#$?*E@JW(M;M~FtmVg! z+E-NE{l%fOg}-m@^|F_l=#Q2=sZ4N9c_??&I}$p;Q+w|^;5fzAwG|Y#p*P&z&9bQ_ zYQP;fauUrTk=tiFCHGw|KZ%i--6z@xABJtgOxLuTwQ{oGL30?VoY)-i)mEahPtRw+zZlYNC6&<^Be$ zd!OD)(Eha1Q$e~8d-7$h+j@*Dm) zgwKCbOE%AeSKndfPyHMT6J__n<)=2jv)7K(;#!8M|3 zm9+FwdXk#v2nEe;ZrPCXOQQ7zQaSkqdwra8y5fwYC1%{Gyv6YGI+{60VNtx$X>ilD z%3iJtq-N;NZ+Ico7P5O@Z(@6WwEaylzEl3F<9mZ%5w#V4F8htP5~9u8hC0V1Q3+DB z6jx^VBXzMo+R2n(u-lx!d5Uv{CBeV^?Iu-H;(6#VXlbu7fBEcfSNDg#(c#M)j1+Z} zXh$@@Xxte{oB;NazhiDsQK?Wb_}QTMC?9Yy@##%Atvac0hJP-q zOzLr%4ZhQn&^gjkc~3_o%hhK5syIL6nI*>fIA4mn1BO1JlFxDmlRqmN4XM3SFPXMb z-FK9a(rYgo#$PIRYel=M+*9{Nb`8C%1WFQ}s;!DQ>;)Smh~{xuqr)ipoBOj&enemg zy&9HZK~l?^+6EGx>#kNXv?JPHz(vK$9AS&%#7cHS8FN?47M6IQaxW_1!v-pgl=LBA zpT8)NqJ-XpiX#l&v&`#q%9xQ;+X$jb9B`rReDaNm{zK{my>ChcmcPI%B}JX6o!(e6 zU*S4_H8%z2oxF56vJios_WqMCrmbAK40gM>+N(i4`l>&E~P9a_8F>mHlS?sMP7lB)=KIaoo(Y LcSoh~?^FFhY**=+ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a61efd50eb1da18240241193cee7bd93c9a59d07 GIT binary patch literal 83029 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 RJom5M^6JUcZ@uM~{|~iq+*AMn literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a57884d2f2f947c18e921207c64de4bd53d9f74 GIT binary patch literal 1420 zcmah}&2QX96rb_eI_Yjw0!=n>iBc6|p{zxFsRW9eCVVJ#Q>65QFC(u#$-4CyGqVMU z9CC=nMo@7=>Az5g|AY&uJycdAA#vgsv5i#q#GCQDY)_2jH*emX_w{>k{9CIvjbN>H ze(XQD5c*3V>Sd0Z(Izm*C`2KSQGz{;C9lO=qI!fV5FhXQD`2b z(4yvvUitFuqT$$oV>mguT-?0-#oFzShzl0=1|rJRwbYLb9&u34t!H7B?rsZT(5@f! zqm+VlzB`CTbh{9Az3;PaD!yV_k228AC}(85OS*SAKD`r+lULg~IvU-9;}1{^MIH{3 zr-kMa?ch*5YwJpd$h8sMg8Y+dd*jEfbe&uC@j3Ym0q!f40{D zx7Rl@Dgga0$1Y7i$SEsrLZUPhgfQu!NjK$Gpx`GwVKVvhN;uIb;>$kmfvL$Tr^3-n zgVT7YoFXKMea;Et8dxnIy!zhlX9;z8{7CfO4ay&gEO*zx{><%W;UK0f_p&VJZj|IP zO=v1sg6v!F7jEYvO&_{()N}Jf^t1Fv=cDT`j|5%G{osMWOSzjzxl7<$m@zkiVF;;k z?`M6#m#dNJ@tYCY~T`` z16np^ssI^D{eNFZaGtOLS(*#l+%PHs&l|M3HfH=$CXBbUD^OXjFc!!9bPqS z%S_$_QntpE5zsg$#KG(>8BpeTO98`dc~z2SsaOT_@(^8UhI!?@iL9A(4Vw#(gMScg zBfS=!TVt;M_^MR3mFflDZL1QLLs`IOH6artTut>{HRW9XWRmJ9quxL{oAk!*sHTZY zXi5vD9A1QcAyvW(YS|rC#4G!g3Y=B;KFDNsdb%7 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19e375e31f535a6500398415531a9dbfcf0af8b4 GIT binary patch literal 39575 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbb85412a94605b8b128e7b3cb64cff836b145f3 GIT binary patch literal 83148 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 I{JgyX1$%nU*8l(j literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..573c20e82fd65e467c3a061231573fcc64bb9ed7 GIT binary patch literal 77014 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 F{{nLPb4UOH literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7cd1ce30cebd4a01d0c7afa4a0cfef3b7550386d GIT binary patch literal 77525 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..139326f2d26883ada636da6e669ec42ddbc20327 GIT binary patch literal 83102 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54f315ed3a926db03cae85608d66a17b85b97e13 GIT binary patch literal 105277 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4af5b058ea29f94c777a6a1f352753c2c04f8aee GIT binary patch literal 77703 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 CtfCzN literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43a463d935b38ea4ed0bf9faa6a9b42698558fc7 GIT binary patch literal 77542 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13e8dbaed645ab5b7294e9184a8e2b31dafd1fe6 GIT binary patch literal 3929 zcmahMOKcm*b#}Q+Ek#nKWjdB6N1|=WFcV9JB!A+69Z9yFT2v!ZY0Jh~P~4?NdHLz= z(v1WCTb4D zk(Oc-hb2Q!J7Z1`%SKaLi76a*8m@G6tU2wDxznDQM<60OPqe1%L{oIB~2%|BQ zqnO)(cdNV7Ve=fV1R8&fv6iC z_^M(}LM&IA3SK2vPXKjQi)4<39FdSf!R5%)GLMjx$!0zWHc?bHl}TBu%64cq##ZBK z?Rg+@CAeu-GtFF6po}=B@j2G48gbK76W|A6Xvx%#B;E-qO(%3(}32NA3HT z&#$!~T#!ESJ%tk_QLz)k+^*cV3>I~^70R}~#|hD{1u`pD7BwH*-gtj@!{(dBTX;D) z_p1=+)nNbodDZyTh8NcPlo+Ag;F6G&w!(+WR0pNg9RSk+POsp!6Q+PEp)4eF~>L9&!8x=|Xud;rvX z0eE|=RGZ&f-zHpzG<=7@y4w80E*iCN6vTTKXBCKrHs)g%4P7_DRW>9LNal+za-;3* z2A6wh4bRT+a$Pq!I_zjAR1&ZMlMPHC0~<5mz;0^lfGfMN(g`5%l>+h$HlC^i)|}Db zvmk>2OtB$h^6>ch*f?_<+39Jho3f@)<)@jaQjOG1JgqYYI|J;9s2h(sBV$o@beK8I ze3bOP7Pxv|N}ka{7?J8XArc z4@NIU&NJV1)>8FMHa|V1YH=&hS~!brCYjRoOhRX^6C-2e(ZR{68XXxQhQ-ApNaZ|H zV=yrx#U#`Syr9wm@GBI2j|$hDSW~bQ3I@yB91S<$@sezgQXT^W^A42CYoz4ce)Ijs z_g8$O6(s~Stc$*o4NKqQ73DC@U+oMox2^4b?I{Vkekv@UUpTv9l{&gUKKa4wd0Xo<59xZn*x6@y_T7^H=>C^~M}<$n-POP9>wnbwTCsD$?i|>P#aq_kmZ}`5 z?2c1w9cOMSrR{;c!kr_fP|vNQrLo&%%V+Jtetvnc9q26v2JFDVXG4D-`^(t3j zD1gTokAJkgxGQY$3a`4u8~Q8yj@iCr4}B*<6Gi_%+rMwk-~EYHJaEQ7aAwti=BwI= zJq9bxFV3$hyLeID(#2p9@KQJqzz>!}ps63<*Iz&=3K3`vc%RS@C!sq<&oi-)s<;zw z&v(DXowoY&B|I8}i91%EBh{$p4cqs|n(z3Ea-6>x1i+FQ3Hh-L#`uITxLH-xye$RT zqpH8m$Bhc6NmaFMLRBfY+f0g#MTU82$=eu;g^|e^FlM>)!2qWi6HHDT*|k2tCBoq&i*oQ~HCX(E<99hTD zgXnYoJoh-|o^}6Tx&7|s^5IWHEBglQR}ZZd*!X<+Q~a!t2%>yqS^kE=hiiae6bZF3 zr!|*@pJEg(UVe(7_tQ1M2q?xo^KNObDYh%DwVWV$3QCuM{88*un2g!d0bO?pg7D2rBJBGwIr1er@FnU0H#udKQ_q~ogcEl! KJty$tZ2k}6Jx!kg literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4424a040e276e4bb67d1fe058db0e98f44d40e29 GIT binary patch literal 1614 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 c@_LYe*GGKm629w0*Mt89U%Ffvd{f0nm)n*aa+ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07d1dedad469d68cc2edf0f9777c72934fdd6250 GIT binary patch literal 658 zcmYLHzi$&U6n?%R=@B&o0;&{*R1ni4C06OeP$5uS$`26`3PWzO%-Km!y*nR1r|8&_ zU}6E5@-HC%6vi@CUJznps}#C)!oH-!!{_gNe($rN?eDEt6U?~R`!M~C0DfC>HvA=- z-!?WIwv$-Ji~0pF&0v1p=mX#oAqJ820=Ub)j)`%f zp)ET%40CGsf5o-B@s) z)D&;?a!-i@_eb~fliIjD6e2Bgk`*b>c&@s!cwN#8_x5?dkJIEOE-Ez@`DSn97A_OT zy9JH+%t1?BBn2iWjR}e4DV2;XEbB&@X|z{Va>X2=2K(0KRRizgsD0(j=BMsquzqy8 za~O1%`bV%X+h^&6u%R2OD$FfO`v!Hl(teBDO?!3&dC}^+=8|Ej!Perc?#MMG&7Xqu mhJj-jA@mb&{&FvzG{L|A*K_@AA4ex(rsGv;uf2U#oBRVCgscnz literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7794f33a60ebae6db92af6ae27b54afafcdbbb68 GIT binary patch literal 6413 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 Ef9IDpEdT%j literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c8514634a5477995d991d84f41832bd36120cca GIT binary patch literal 4521 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 G)Bge0a$+t3 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..480390c4d3d884b4ed2b456cfc9460d49d2e974b GIT binary patch literal 10005 zcmeHNZ)_V!cHbqJ6h$pXQh%(!mR7Q2iLpfLk56}w94Cq;IcjbB5-WFCwZ?+xE~T|7 zQr=xzCZh!Y;6o+XspaAhmfHeV^GQa4t3ULEi+%};76qk z;Xd`fS?=VvN@BL=x4gb#LaZ`{+gTFU-rh}sX1uJH9?&t6f(su(fU7&()x z?A1Zr--VHh)C?_9Gd6*qu?w~tMzGH~gvM1WN(;_A?2I#4u7Gld=n@#QGHMfCcbLy| zie}svwX%R(1(GaCy6-SEo?N*K%GFTz0-c4jFIV2!5a*6KYDRwLonU>cmE|No2uA52dS3=a(&pEE4LmvVEErspJui^Rf;!YR_iVl2tU5{Y?*izZ|)5s56x zvKWtu3YUm-DN#;v*OIEJ^m5_2z)A6_C@VzE@|>v7i82Qn7nNcn2TDnY9H@c9&>+_n zODy+^aX|{lk$6p-&D8=#!vxTzxT1!kw_c({AtQka=VH>l$n|g(`S;uLL>xzQl?$9A zE$6~FMJ~+ECK3X-2qqG~CdDK*$*C|{(dhi0@gT=dz_`lj+^26LoWzE+OQNEPLSD_l z@H^w?i{FG77vWpsSAx#em}tJ*&9E$qsw65wGPvD3nB>{IA6@w8RNa5Qr8{L&U6SKd z5j1i$p-bTZJr<}xq#shM$)VQh73vdkJJT@1v4FzcOaXzOr3G6GB!G%KNGhV5&Oxcf zu~FbUYseMm(7wW~&r*W@Q|!lOQUnHSl|?m68{t(I@hts>=PBYrTEQoOcMAdH99bSO)MeAiU~u5B@#n} zAkiI_WJTrY!m%i?fHNg#K|jA3mSkQK0mf8O;EC>|34%t4EGnY<7(f#&FsfJbJn>$h zSMXDDw}0_bXfClJhN59foePbL%DkFb44wb2iO{8lumpxWok+x#5c;~fAjZ|cNMczD zCqu!TV*F+(CS40HCe^t_d?+|D7=q6z_AQ1Z^Wj-h2`x&CAs)npgdBQ@;$hR39 zM8^~5;9^qt!6;J4iqIx#&P)J!%EyrX{5JKa%d=LYxf-`!&6&ogRpy>2bG&Wi{AS0a z3#-hwt0}{EY$%)WJzBzBtm)5m(XW4$0)rPp!rsLZr?5#E8%Z=OZ|>5TbwvG?6; z?oZe~7y(t@1^*K`zYZ=a*o)i`YkBv>THgJzmUlm_<=qc!mivKQGsLYe7tFhuj8YRa zaspo23lI4?W`4|SFssE39Y#h-lj|{Sz^oB7T$|)(%vvyO#q1bnZII?ls!i1v z+Xpe}Z=s|DnQ0tro_pS}YZ?dIf@v$JE##iWls>7HJE7kqi$G^0pnMMs4*_1U7eY4B zFqvQ_(@B8K>lOeT+!6^JNSHgQyg;E2n62v;2|@4=Bd)mcOXKqWpN zUJz5w#gkjeo4|&nklm(ss=Vo{4y~$VyXr)y_IT#&RCl}$`)3Ta8Z(Bg#X~Ad2W(S1 z^_Y?g>J*ID6${5_mjKa9ValXm0R;+96^zpB-`^9mh;5uEJ*k#u;NpB8EvF>G5)B^u zS&jqyG5gfN86w%YW{raHZGd$9Lim>9a;0Og2`>V~-r`~AV2LB2G-d3t%q?ATzr=Sz z^&Yw>pslxNeQ1OE6VD^hmR)N+_1xS0%+>q9^J;QGbeVfC>TP)dYWwEEd>^o}SG-Sw z#0+Y}Z@z!rmb*q_GG67bAJHoZOw|1EP_Si|AJFLVXh$VUpb_X+Xq--vaF(#4IzL7< zEFP$VY~zoh;qrkR>_;3!kZ7>>aQU$c%n>zshz4t^$!lP#E7arM?o38^*u@FhMW+Zj zU2tIG& zcjP7I^tm&vFU=m;*y9^vjpa7aYHa99S9)+!vYa#8h7 z>AD`RuIHJrCtKyLbpKy5_j0E8^~}AThF=qNmvMiRGj4eV%7)FJ#S+;dk=@UmP%X07 zlR$WdwZ=pQ%dcgv92%-$V^3_xGVIsgRTC^){3w|*2~Uc1vn=T z1V#g#%L6yD!xRkU2+(`(K;SfNk-A>aP6?-AOqVQ#&S8^ zBOCF3w$}~fhuR+Q@NR(6-lvcq1t~rLw5LP!APjoCHq~_Zh}J#wbX4m;r+LnO-m9@w znd+K!b%$2n@e@1k=_Ka31EA;c)cl>B1DgM}EhgP_M(a8Av_tDTtNG7<&I0lkw(@tr zBw%?I9Q=RFf{8OyZsYMv%d+e#Z)1m97CGJRv#cKI^A(mA6F&qYc@(ow%&TvAYuJ`ELRo2B2<)Jni^uN=E@7x|cbNPtRk$5n@fW;J`gZ#CFRz4{$6y z1SfgA;}D*XR|pkw95#E${#+v|n}!15X%hC1F;KqLK&{?)2fj7j#?g3_@N&ij(Ft zoNPp{|5kr4aebsR&_4mmYAoK0#Fhk%tQwMI-|FwrN%r@Tp`;}`r>cv}8=;UG4=zjd z(xM3Q+h9VT4Ph;0jKUH&u!?L4F$%Psfs8=c?mt0kn&8<~z?KgdKpBsc#54+5O}&Y{ zHipW`X_Xv!!VoNzl~i}}&hJ3M?}K9H2aw&SvUQZlzwTeVuzut2#f-OheROSkqwem< zu&Y~t??J`Jz#p)ib(`ToZP*(9wDn2X)2^pC{-S$(aPsr%7lV^KC%RY1wpnh6_5F`j zykNPkgBtn`db4$%B_5$O7zZrx5-D?~gcm4H${?IGbIws zObf#~P7&wmAuTLpjdO>zF#9NSCvY$9)6!7>0Hq9(u@lESbnF&TfE(f1OIsLYHysUo zMmQk}-KIEgmMGSD03kWN&%;C7;a%Oo>ip+5fONxpY8HLbbY3jd)J@moj z9q2ilh{5d)Ty|Vb0wj!`H#pd{)!@}YFfeQh%i}N+1Pylo0ZP-mUt%4DKNDotnF=sQ zoRI8WT9JwCj0p$tLiu1g7#Kbx925!u5$gOgWCRZ2tmYm0!aIUspl*ylSl;%Y-0XVc zJ(+py{5tc(cQ)g%->BONKWf6@b_f8Pa&ggXMc+^(qab%wu!(mt2=9_YVeQ< zu#_Lv7dR-R3*h^@f#1_hhGKw-3zrJGwDEu-}3m1KA5WQV+AQ zEraiE1?ux-g5aQYibUf}w*SO&0u@Ghkc8GRKr8toW>$b6?!xc_3*3vWtCxVO(-ED4 z+pp6K12x=p7%^KWDvCm?rg$|)+Fyd0@>h_-fxzGNlB%j~UmeZVHavXu!JDvyukBhL z%e1wxj@_SJn_L&xE~5|KxSJ#)lAz`bZmEBke4O0&ohhL_^*sw*X7lJ2*Zth>Yduii6jcxn=OW6h(Yqk;m z=YDD}^~}{oJftYBZ|ynXF#MvdH>j2el#2ltaM8<3(wyxkC9^QMC3LJ_!8y0Caq!`q3sz(oyt70DJZiA7R>kOQK-22S*5UBZU5~ zJEtyB^OweT*Tm%yrpEZmX}x+DE(aoscvKSb=LBVA-122;TY57@%=yQ_Q1E0;ZVm2_ ztd0Ef*>p=#YYF~2o9-Xi`p2I&PiR#WJ7A|H3lD&nm4!%SHl6ljo3=FBS`@XH{o#rFZf40f7)8Gh<=1%7}-t`=s8Ncs=+ zY5``4k>SWf$=#Tp#OyW9N-i1X?*K8?T8s$A6PE@F1(#=7MO`GAc~bM8-1hYVKBQ{{ zT5Vvv_S8Y;Y!z(7v-ZkLch*PM9LxHlM7}Gm`&FQGD!}0-KHee0CBB=-JA1gWhBC|Z za4?GHI2AlEBqBU-L_!d#$)z*7S%kZPIRU>0P?NeH)F9z2pn(p4^pu zM2y9FK0wPHu*h}U+XQ-LgaDGYAj1bp^z%E^Pi#(yD_cXgcRXWScIumMPkqIB9Q9wd zv5t;xE9I=t+T4!DjmS$19(#6^0C0ya+EKG{;w1%-91BWWC++Cl9NzrHC6?k@HNIQNy zO9A0&>mEL`ZMlKBtgqmkv{-M_l5KRuupB=Fs$mx76HNtNx>HRq!f92;d6CIPcygDD z#?KC9#9`eb#+McpV@Ajq?nCiT%sL?Zh3l+gPv_)WsN$wX!OQ8aou=uZy-v~X|4Q}z UBh~&>=Y*YhuV4C#!Y66}-;B%{`~Uy| literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..18dff6edb29a79cd3eac595c3237543ad634167f GIT binary patch literal 3201 zcma(TT~8a?_0D+4jK470U_$r`*(ixO1q+gNqX?0vKt7~kwqPD=wHg`EH5kTY@15~B zwj2pns5NR<$x5wArInh8J|s%D>SNTu(3cptwR@FSQ&oM)Q>~>@SF1ks+&dm(2-Wt= zKKI^p&OLL_J)eIJ1iT2w_3>Y<{RdWmXB%h8t;K#47CT5onxLbckQ4-@iJD6nbFQR| zuO(f|$w`^7W!;_YNOt6uq{8=Z-IMbsy#f-^O{8^fAx*)qXD(ZI(pU0Cy|39ODo}aZ z$mWgLg1rmOtfj~jwmu~J6-l zGe-leQOv2i6*UcpHK|OniLIw1l}xN>s7F=Pddf6a)nrmnZGKaZt>tq#mPuu;wb(2+ zH>`XiHuJ+9vH84K)bUs%pV!S;HdoMb4ja~3I{y&&jE#?DdUhpNC|PTHSI@) zqNf7s1+>ZB@)W-W^>Z)5mTIJOxZKxvn|8t^JH?!K6TJ#X{=ctMLnla>(!w^1JO{>gHdf%1X(?s%eolb6ICF1$lH%0(J*ggjw|C=Lp>s!H^D5+kBiM zE20yj_god1#U%2veh|S92BD4fpi7^nIGA;w(Vd+=Lu4PE6p&#alF3}-$aqI4i-#lQ zh|JrEWHQG(GMG$Lxc{^N@e0iTM~36hny~RBe)hK&NS5o7BW$qM#4=>7w5a+V+WkLB z2)@MJ@W^O;sgp-Yu;rRh!pWg`Y0iCsI{YqmV;1bt+a~>6-t73>K_PI(Uo&?i%<9oD z9;no7;JX%h8k9cL0eC9UEiNuB5@vPkjxQwC`8n#g8L0bqVu|gQ8w<Hqw}emToO9CT5ls zYU0-79Bl5)LOx+uBctpRLK;H0mFt--lU@H53_F~q48~eH*cQeNaTR#XI)F{o=3aBbEqr+|{K4~yz3^0{=S02d z>~7E5C!@8V3xDo8+w6s_G*2LZ*MqCuS3eu9_s44ev0Y!R5e(OZr)$B}d%-i0t@^p? z+PUf7;Pjzyz6ypPl()+-l>T=U5=#s`Ij~d!O_gvD%I?!j=Hm?C-Htnst8@^!OH&pWtJr;I- zqYZ!Pp;nKauSL#3Ia7asss_KvRLwtCz0n9q9z{N#df^{w1beFi{&sK=KZuG)L#(@C zr9f4wS5*g zr3gutcr+1KQmCBK^C^p~3Vn;+nWV9w=siXX9gspzcei}<(emTVPogj0 zyI32#)I@-IKDf`O=2=;eJeL2BVB(L(?+}mrsoN?Qpb56s47BQ{-P{mXENRG&R37v> zyOriW8;ms8! e^#22${}N696^(s~M*rm=7a|Xb-XNIxmH!J#G^9}g literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65600dd9f897f65533a6c0152cb9d8a9b16aa2b9 GIT binary patch literal 514 zcmYL`F>ezw6vxj^qExO56D(a`H!{R-K`a$Q&=w>HiUd_9vYedrOV0GpKH0vc*NM)2 zfc7g?o%s|@hyj$9FHqD@nee3-)q~&r%YVtg|9d~y*J%{aYxXU@4fSs=mZ#M;H!L*g zk&FhBBm;uvOJ`}huX5#z+^IpUYW3Qu-|1nh9OOop83LXt=N%ZGRp1Rcl^2;BRbbIu zg%hR6;8TPNTBnQ#UFJiyU`CLn!bp)U(>Oy)pn35%!32d*3zA~_ag zbd1s+QTo)_9oQEdb~B+DHh3b1X2Yd?HO_^~SYq-XJ?%Va+iYu2*g>y7>&CG(NgU7C z;R)pLLJkeEjt8!@*^AQwN_WjM}zqIu( r>n*s=a9y_uA^%o7q<#G$dieP3+8_GpH{JM2H!k*mQ8??`)!_OMPrjWs literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 00000000..87d9f972 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py @@ -0,0 +1,386 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Big5 frequency table +# by Taiwan's Mandarin Promotion Council +# +# +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +BIG5_TABLE_SIZE = 5376 +# fmt: off +BIG5_CHAR_TO_FREQ_ORDER = ( + 1,1801,1506, 255,1431, 198, 9, 82, 6,5008, 177, 202,3681,1256,2821, 110, # 16 +3814, 33,3274, 261, 76, 44,2114, 16,2946,2187,1176, 659,3971, 26,3451,2653, # 32 +1198,3972,3350,4202, 410,2215, 302, 590, 361,1964, 8, 204, 58,4510,5009,1932, # 48 + 63,5010,5011, 317,1614, 75, 222, 159,4203,2417,1480,5012,3555,3091, 224,2822, # 64 +3682, 3, 10,3973,1471, 29,2787,1135,2866,1940, 873, 130,3275,1123, 312,5013, # 80 +4511,2052, 507, 252, 682,5014, 142,1915, 124, 206,2947, 34,3556,3204, 64, 604, # 96 +5015,2501,1977,1978, 155,1991, 645, 641,1606,5016,3452, 337, 72, 406,5017, 80, # 112 + 630, 238,3205,1509, 263, 939,1092,2654, 756,1440,1094,3453, 449, 69,2987, 591, # 128 + 179,2096, 471, 115,2035,1844, 60, 50,2988, 134, 806,1869, 734,2036,3454, 180, # 144 + 995,1607, 156, 537,2907, 688,5018, 319,1305, 779,2145, 514,2379, 298,4512, 359, # 160 +2502, 90,2716,1338, 663, 11, 906,1099,2553, 20,2441, 182, 532,1716,5019, 732, # 176 +1376,4204,1311,1420,3206, 25,2317,1056, 113, 399, 382,1950, 242,3455,2474, 529, # 192 +3276, 475,1447,3683,5020, 117, 21, 656, 810,1297,2300,2334,3557,5021, 126,4205, # 208 + 706, 456, 150, 613,4513, 71,1118,2037,4206, 145,3092, 85, 835, 486,2115,1246, # 224 +1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,5022,2128,2359, 347,3815, 221, # 240 +3558,3135,5023,1956,1153,4207, 83, 296,1199,3093, 192, 624, 93,5024, 822,1898, # 256 +2823,3136, 795,2065, 991,1554,1542,1592, 27, 43,2867, 859, 139,1456, 860,4514, # 272 + 437, 712,3974, 164,2397,3137, 695, 211,3037,2097, 195,3975,1608,3559,3560,3684, # 288 +3976, 234, 811,2989,2098,3977,2233,1441,3561,1615,2380, 668,2077,1638, 305, 228, # 304 +1664,4515, 467, 415,5025, 262,2099,1593, 239, 108, 300, 200,1033, 512,1247,2078, # 320 +5026,5027,2176,3207,3685,2682, 593, 845,1062,3277, 88,1723,2038,3978,1951, 212, # 336 + 266, 152, 149, 468,1899,4208,4516, 77, 187,5028,3038, 37, 5,2990,5029,3979, # 352 +5030,5031, 39,2524,4517,2908,3208,2079, 55, 148, 74,4518, 545, 483,1474,1029, # 368 +1665, 217,1870,1531,3138,1104,2655,4209, 24, 172,3562, 900,3980,3563,3564,4519, # 384 + 32,1408,2824,1312, 329, 487,2360,2251,2717, 784,2683, 4,3039,3351,1427,1789, # 400 + 188, 109, 499,5032,3686,1717,1790, 888,1217,3040,4520,5033,3565,5034,3352,1520, # 416 +3687,3981, 196,1034, 775,5035,5036, 929,1816, 249, 439, 38,5037,1063,5038, 794, # 432 +3982,1435,2301, 46, 178,3278,2066,5039,2381,5040, 214,1709,4521, 804, 35, 707, # 448 + 324,3688,1601,2554, 140, 459,4210,5041,5042,1365, 839, 272, 978,2262,2580,3456, # 464 +2129,1363,3689,1423, 697, 100,3094, 48, 70,1231, 495,3139,2196,5043,1294,5044, # 480 +2080, 462, 586,1042,3279, 853, 256, 988, 185,2382,3457,1698, 434,1084,5045,3458, # 496 + 314,2625,2788,4522,2335,2336, 569,2285, 637,1817,2525, 757,1162,1879,1616,3459, # 512 + 287,1577,2116, 768,4523,1671,2868,3566,2526,1321,3816, 909,2418,5046,4211, 933, # 528 +3817,4212,2053,2361,1222,4524, 765,2419,1322, 786,4525,5047,1920,1462,1677,2909, # 544 +1699,5048,4526,1424,2442,3140,3690,2600,3353,1775,1941,3460,3983,4213, 309,1369, # 560 +1130,2825, 364,2234,1653,1299,3984,3567,3985,3986,2656, 525,1085,3041, 902,2001, # 576 +1475, 964,4527, 421,1845,1415,1057,2286, 940,1364,3141, 376,4528,4529,1381, 7, # 592 +2527, 983,2383, 336,1710,2684,1846, 321,3461, 559,1131,3042,2752,1809,1132,1313, # 608 + 265,1481,1858,5049, 352,1203,2826,3280, 167,1089, 420,2827, 776, 792,1724,3568, # 624 +4214,2443,3281,5050,4215,5051, 446, 229, 333,2753, 901,3818,1200,1557,4530,2657, # 640 +1921, 395,2754,2685,3819,4216,1836, 125, 916,3209,2626,4531,5052,5053,3820,5054, # 656 +5055,5056,4532,3142,3691,1133,2555,1757,3462,1510,2318,1409,3569,5057,2146, 438, # 672 +2601,2910,2384,3354,1068, 958,3043, 461, 311,2869,2686,4217,1916,3210,4218,1979, # 688 + 383, 750,2755,2627,4219, 274, 539, 385,1278,1442,5058,1154,1965, 384, 561, 210, # 704 + 98,1295,2556,3570,5059,1711,2420,1482,3463,3987,2911,1257, 129,5060,3821, 642, # 720 + 523,2789,2790,2658,5061, 141,2235,1333, 68, 176, 441, 876, 907,4220, 603,2602, # 736 + 710, 171,3464, 404, 549, 18,3143,2398,1410,3692,1666,5062,3571,4533,2912,4534, # 752 +5063,2991, 368,5064, 146, 366, 99, 871,3693,1543, 748, 807,1586,1185, 22,2263, # 768 + 379,3822,3211,5065,3212, 505,1942,2628,1992,1382,2319,5066, 380,2362, 218, 702, # 784 +1818,1248,3465,3044,3572,3355,3282,5067,2992,3694, 930,3283,3823,5068, 59,5069, # 800 + 585, 601,4221, 497,3466,1112,1314,4535,1802,5070,1223,1472,2177,5071, 749,1837, # 816 + 690,1900,3824,1773,3988,1476, 429,1043,1791,2236,2117, 917,4222, 447,1086,1629, # 832 +5072, 556,5073,5074,2021,1654, 844,1090, 105, 550, 966,1758,2828,1008,1783, 686, # 848 +1095,5075,2287, 793,1602,5076,3573,2603,4536,4223,2948,2302,4537,3825, 980,2503, # 864 + 544, 353, 527,4538, 908,2687,2913,5077, 381,2629,1943,1348,5078,1341,1252, 560, # 880 +3095,5079,3467,2870,5080,2054, 973, 886,2081, 143,4539,5081,5082, 157,3989, 496, # 896 +4224, 57, 840, 540,2039,4540,4541,3468,2118,1445, 970,2264,1748,1966,2082,4225, # 912 +3144,1234,1776,3284,2829,3695, 773,1206,2130,1066,2040,1326,3990,1738,1725,4226, # 928 + 279,3145, 51,1544,2604, 423,1578,2131,2067, 173,4542,1880,5083,5084,1583, 264, # 944 + 610,3696,4543,2444, 280, 154,5085,5086,5087,1739, 338,1282,3096, 693,2871,1411, # 960 +1074,3826,2445,5088,4544,5089,5090,1240, 952,2399,5091,2914,1538,2688, 685,1483, # 976 +4227,2475,1436, 953,4228,2055,4545, 671,2400, 79,4229,2446,3285, 608, 567,2689, # 992 +3469,4230,4231,1691, 393,1261,1792,2401,5092,4546,5093,5094,5095,5096,1383,1672, # 1008 +3827,3213,1464, 522,1119, 661,1150, 216, 675,4547,3991,1432,3574, 609,4548,2690, # 1024 +2402,5097,5098,5099,4232,3045, 0,5100,2476, 315, 231,2447, 301,3356,4549,2385, # 1040 +5101, 233,4233,3697,1819,4550,4551,5102, 96,1777,1315,2083,5103, 257,5104,1810, # 1056 +3698,2718,1139,1820,4234,2022,1124,2164,2791,1778,2659,5105,3097, 363,1655,3214, # 1072 +5106,2993,5107,5108,5109,3992,1567,3993, 718, 103,3215, 849,1443, 341,3357,2949, # 1088 +1484,5110,1712, 127, 67, 339,4235,2403, 679,1412, 821,5111,5112, 834, 738, 351, # 1104 +2994,2147, 846, 235,1497,1881, 418,1993,3828,2719, 186,1100,2148,2756,3575,1545, # 1120 +1355,2950,2872,1377, 583,3994,4236,2581,2995,5113,1298,3699,1078,2557,3700,2363, # 1136 + 78,3829,3830, 267,1289,2100,2002,1594,4237, 348, 369,1274,2197,2178,1838,4552, # 1152 +1821,2830,3701,2757,2288,2003,4553,2951,2758, 144,3358, 882,4554,3995,2759,3470, # 1168 +4555,2915,5114,4238,1726, 320,5115,3996,3046, 788,2996,5116,2831,1774,1327,2873, # 1184 +3997,2832,5117,1306,4556,2004,1700,3831,3576,2364,2660, 787,2023, 506, 824,3702, # 1200 + 534, 323,4557,1044,3359,2024,1901, 946,3471,5118,1779,1500,1678,5119,1882,4558, # 1216 + 165, 243,4559,3703,2528, 123, 683,4239, 764,4560, 36,3998,1793, 589,2916, 816, # 1232 + 626,1667,3047,2237,1639,1555,1622,3832,3999,5120,4000,2874,1370,1228,1933, 891, # 1248 +2084,2917, 304,4240,5121, 292,2997,2720,3577, 691,2101,4241,1115,4561, 118, 662, # 1264 +5122, 611,1156, 854,2386,1316,2875, 2, 386, 515,2918,5123,5124,3286, 868,2238, # 1280 +1486, 855,2661, 785,2216,3048,5125,1040,3216,3578,5126,3146, 448,5127,1525,5128, # 1296 +2165,4562,5129,3833,5130,4242,2833,3579,3147, 503, 818,4001,3148,1568, 814, 676, # 1312 +1444, 306,1749,5131,3834,1416,1030, 197,1428, 805,2834,1501,4563,5132,5133,5134, # 1328 +1994,5135,4564,5136,5137,2198, 13,2792,3704,2998,3149,1229,1917,5138,3835,2132, # 1344 +5139,4243,4565,2404,3580,5140,2217,1511,1727,1120,5141,5142, 646,3836,2448, 307, # 1360 +5143,5144,1595,3217,5145,5146,5147,3705,1113,1356,4002,1465,2529,2530,5148, 519, # 1376 +5149, 128,2133, 92,2289,1980,5150,4003,1512, 342,3150,2199,5151,2793,2218,1981, # 1392 +3360,4244, 290,1656,1317, 789, 827,2365,5152,3837,4566, 562, 581,4004,5153, 401, # 1408 +4567,2252, 94,4568,5154,1399,2794,5155,1463,2025,4569,3218,1944,5156, 828,1105, # 1424 +4245,1262,1394,5157,4246, 605,4570,5158,1784,2876,5159,2835, 819,2102, 578,2200, # 1440 +2952,5160,1502, 436,3287,4247,3288,2836,4005,2919,3472,3473,5161,2721,2320,5162, # 1456 +5163,2337,2068, 23,4571, 193, 826,3838,2103, 699,1630,4248,3098, 390,1794,1064, # 1472 +3581,5164,1579,3099,3100,1400,5165,4249,1839,1640,2877,5166,4572,4573, 137,4250, # 1488 + 598,3101,1967, 780, 104, 974,2953,5167, 278, 899, 253, 402, 572, 504, 493,1339, # 1504 +5168,4006,1275,4574,2582,2558,5169,3706,3049,3102,2253, 565,1334,2722, 863, 41, # 1520 +5170,5171,4575,5172,1657,2338, 19, 463,2760,4251, 606,5173,2999,3289,1087,2085, # 1536 +1323,2662,3000,5174,1631,1623,1750,4252,2691,5175,2878, 791,2723,2663,2339, 232, # 1552 +2421,5176,3001,1498,5177,2664,2630, 755,1366,3707,3290,3151,2026,1609, 119,1918, # 1568 +3474, 862,1026,4253,5178,4007,3839,4576,4008,4577,2265,1952,2477,5179,1125, 817, # 1584 +4254,4255,4009,1513,1766,2041,1487,4256,3050,3291,2837,3840,3152,5180,5181,1507, # 1600 +5182,2692, 733, 40,1632,1106,2879, 345,4257, 841,2531, 230,4578,3002,1847,3292, # 1616 +3475,5183,1263, 986,3476,5184, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562, # 1632 +4010,4011,2954, 967,2761,2665,1349, 592,2134,1692,3361,3003,1995,4258,1679,4012, # 1648 +1902,2188,5185, 739,3708,2724,1296,1290,5186,4259,2201,2202,1922,1563,2605,2559, # 1664 +1871,2762,3004,5187, 435,5188, 343,1108, 596, 17,1751,4579,2239,3477,3709,5189, # 1680 +4580, 294,3582,2955,1693, 477, 979, 281,2042,3583, 643,2043,3710,2631,2795,2266, # 1696 +1031,2340,2135,2303,3584,4581, 367,1249,2560,5190,3585,5191,4582,1283,3362,2005, # 1712 + 240,1762,3363,4583,4584, 836,1069,3153, 474,5192,2149,2532, 268,3586,5193,3219, # 1728 +1521,1284,5194,1658,1546,4260,5195,3587,3588,5196,4261,3364,2693,1685,4262, 961, # 1744 +1673,2632, 190,2006,2203,3841,4585,4586,5197, 570,2504,3711,1490,5198,4587,2633, # 1760 +3293,1957,4588, 584,1514, 396,1045,1945,5199,4589,1968,2449,5200,5201,4590,4013, # 1776 + 619,5202,3154,3294, 215,2007,2796,2561,3220,4591,3221,4592, 763,4263,3842,4593, # 1792 +5203,5204,1958,1767,2956,3365,3712,1174, 452,1477,4594,3366,3155,5205,2838,1253, # 1808 +2387,2189,1091,2290,4264, 492,5206, 638,1169,1825,2136,1752,4014, 648, 926,1021, # 1824 +1324,4595, 520,4596, 997, 847,1007, 892,4597,3843,2267,1872,3713,2405,1785,4598, # 1840 +1953,2957,3103,3222,1728,4265,2044,3714,4599,2008,1701,3156,1551, 30,2268,4266, # 1856 +5207,2027,4600,3589,5208, 501,5209,4267, 594,3478,2166,1822,3590,3479,3591,3223, # 1872 + 829,2839,4268,5210,1680,3157,1225,4269,5211,3295,4601,4270,3158,2341,5212,4602, # 1888 +4271,5213,4015,4016,5214,1848,2388,2606,3367,5215,4603, 374,4017, 652,4272,4273, # 1904 + 375,1140, 798,5216,5217,5218,2366,4604,2269, 546,1659, 138,3051,2450,4605,5219, # 1920 +2254, 612,1849, 910, 796,3844,1740,1371, 825,3845,3846,5220,2920,2562,5221, 692, # 1936 + 444,3052,2634, 801,4606,4274,5222,1491, 244,1053,3053,4275,4276, 340,5223,4018, # 1952 +1041,3005, 293,1168, 87,1357,5224,1539, 959,5225,2240, 721, 694,4277,3847, 219, # 1968 +1478, 644,1417,3368,2666,1413,1401,1335,1389,4019,5226,5227,3006,2367,3159,1826, # 1984 + 730,1515, 184,2840, 66,4607,5228,1660,2958, 246,3369, 378,1457, 226,3480, 975, # 2000 +4020,2959,1264,3592, 674, 696,5229, 163,5230,1141,2422,2167, 713,3593,3370,4608, # 2016 +4021,5231,5232,1186, 15,5233,1079,1070,5234,1522,3224,3594, 276,1050,2725, 758, # 2032 +1126, 653,2960,3296,5235,2342, 889,3595,4022,3104,3007, 903,1250,4609,4023,3481, # 2048 +3596,1342,1681,1718, 766,3297, 286, 89,2961,3715,5236,1713,5237,2607,3371,3008, # 2064 +5238,2962,2219,3225,2880,5239,4610,2505,2533, 181, 387,1075,4024, 731,2190,3372, # 2080 +5240,3298, 310, 313,3482,2304, 770,4278, 54,3054, 189,4611,3105,3848,4025,5241, # 2096 +1230,1617,1850, 355,3597,4279,4612,3373, 111,4280,3716,1350,3160,3483,3055,4281, # 2112 +2150,3299,3598,5242,2797,4026,4027,3009, 722,2009,5243,1071, 247,1207,2343,2478, # 2128 +1378,4613,2010, 864,1437,1214,4614, 373,3849,1142,2220, 667,4615, 442,2763,2563, # 2144 +3850,4028,1969,4282,3300,1840, 837, 170,1107, 934,1336,1883,5244,5245,2119,4283, # 2160 +2841, 743,1569,5246,4616,4284, 582,2389,1418,3484,5247,1803,5248, 357,1395,1729, # 2176 +3717,3301,2423,1564,2241,5249,3106,3851,1633,4617,1114,2086,4285,1532,5250, 482, # 2192 +2451,4618,5251,5252,1492, 833,1466,5253,2726,3599,1641,2842,5254,1526,1272,3718, # 2208 +4286,1686,1795, 416,2564,1903,1954,1804,5255,3852,2798,3853,1159,2321,5256,2881, # 2224 +4619,1610,1584,3056,2424,2764, 443,3302,1163,3161,5257,5258,4029,5259,4287,2506, # 2240 +3057,4620,4030,3162,2104,1647,3600,2011,1873,4288,5260,4289, 431,3485,5261, 250, # 2256 + 97, 81,4290,5262,1648,1851,1558, 160, 848,5263, 866, 740,1694,5264,2204,2843, # 2272 +3226,4291,4621,3719,1687, 950,2479, 426, 469,3227,3720,3721,4031,5265,5266,1188, # 2288 + 424,1996, 861,3601,4292,3854,2205,2694, 168,1235,3602,4293,5267,2087,1674,4622, # 2304 +3374,3303, 220,2565,1009,5268,3855, 670,3010, 332,1208, 717,5269,5270,3603,2452, # 2320 +4032,3375,5271, 513,5272,1209,2882,3376,3163,4623,1080,5273,5274,5275,5276,2534, # 2336 +3722,3604, 815,1587,4033,4034,5277,3605,3486,3856,1254,4624,1328,3058,1390,4035, # 2352 +1741,4036,3857,4037,5278, 236,3858,2453,3304,5279,5280,3723,3859,1273,3860,4625, # 2368 +5281, 308,5282,4626, 245,4627,1852,2480,1307,2583, 430, 715,2137,2454,5283, 270, # 2384 + 199,2883,4038,5284,3606,2727,1753, 761,1754, 725,1661,1841,4628,3487,3724,5285, # 2400 +5286, 587, 14,3305, 227,2608, 326, 480,2270, 943,2765,3607, 291, 650,1884,5287, # 2416 +1702,1226, 102,1547, 62,3488, 904,4629,3489,1164,4294,5288,5289,1224,1548,2766, # 2432 + 391, 498,1493,5290,1386,1419,5291,2056,1177,4630, 813, 880,1081,2368, 566,1145, # 2448 +4631,2291,1001,1035,2566,2609,2242, 394,1286,5292,5293,2069,5294, 86,1494,1730, # 2464 +4039, 491,1588, 745, 897,2963, 843,3377,4040,2767,2884,3306,1768, 998,2221,2070, # 2480 + 397,1827,1195,1970,3725,3011,3378, 284,5295,3861,2507,2138,2120,1904,5296,4041, # 2496 +2151,4042,4295,1036,3490,1905, 114,2567,4296, 209,1527,5297,5298,2964,2844,2635, # 2512 +2390,2728,3164, 812,2568,5299,3307,5300,1559, 737,1885,3726,1210, 885, 28,2695, # 2528 +3608,3862,5301,4297,1004,1780,4632,5302, 346,1982,2222,2696,4633,3863,1742, 797, # 2544 +1642,4043,1934,1072,1384,2152, 896,4044,3308,3727,3228,2885,3609,5303,2569,1959, # 2560 +4634,2455,1786,5304,5305,5306,4045,4298,1005,1308,3728,4299,2729,4635,4636,1528, # 2576 +2610, 161,1178,4300,1983, 987,4637,1101,4301, 631,4046,1157,3229,2425,1343,1241, # 2592 +1016,2243,2570, 372, 877,2344,2508,1160, 555,1935, 911,4047,5307, 466,1170, 169, # 2608 +1051,2921,2697,3729,2481,3012,1182,2012,2571,1251,2636,5308, 992,2345,3491,1540, # 2624 +2730,1201,2071,2406,1997,2482,5309,4638, 528,1923,2191,1503,1874,1570,2369,3379, # 2640 +3309,5310, 557,1073,5311,1828,3492,2088,2271,3165,3059,3107, 767,3108,2799,4639, # 2656 +1006,4302,4640,2346,1267,2179,3730,3230, 778,4048,3231,2731,1597,2667,5312,4641, # 2672 +5313,3493,5314,5315,5316,3310,2698,1433,3311, 131, 95,1504,4049, 723,4303,3166, # 2688 +1842,3610,2768,2192,4050,2028,2105,3731,5317,3013,4051,1218,5318,3380,3232,4052, # 2704 +4304,2584, 248,1634,3864, 912,5319,2845,3732,3060,3865, 654, 53,5320,3014,5321, # 2720 +1688,4642, 777,3494,1032,4053,1425,5322, 191, 820,2121,2846, 971,4643, 931,3233, # 2736 + 135, 664, 783,3866,1998, 772,2922,1936,4054,3867,4644,2923,3234, 282,2732, 640, # 2752 +1372,3495,1127, 922, 325,3381,5323,5324, 711,2045,5325,5326,4055,2223,2800,1937, # 2768 +4056,3382,2224,2255,3868,2305,5327,4645,3869,1258,3312,4057,3235,2139,2965,4058, # 2784 +4059,5328,2225, 258,3236,4646, 101,1227,5329,3313,1755,5330,1391,3314,5331,2924, # 2800 +2057, 893,5332,5333,5334,1402,4305,2347,5335,5336,3237,3611,5337,5338, 878,1325, # 2816 +1781,2801,4647, 259,1385,2585, 744,1183,2272,4648,5339,4060,2509,5340, 684,1024, # 2832 +4306,5341, 472,3612,3496,1165,3315,4061,4062, 322,2153, 881, 455,1695,1152,1340, # 2848 + 660, 554,2154,4649,1058,4650,4307, 830,1065,3383,4063,4651,1924,5342,1703,1919, # 2864 +5343, 932,2273, 122,5344,4652, 947, 677,5345,3870,2637, 297,1906,1925,2274,4653, # 2880 +2322,3316,5346,5347,4308,5348,4309, 84,4310, 112, 989,5349, 547,1059,4064, 701, # 2896 +3613,1019,5350,4311,5351,3497, 942, 639, 457,2306,2456, 993,2966, 407, 851, 494, # 2912 +4654,3384, 927,5352,1237,5353,2426,3385, 573,4312, 680, 921,2925,1279,1875, 285, # 2928 + 790,1448,1984, 719,2168,5354,5355,4655,4065,4066,1649,5356,1541, 563,5357,1077, # 2944 +5358,3386,3061,3498, 511,3015,4067,4068,3733,4069,1268,2572,3387,3238,4656,4657, # 2960 +5359, 535,1048,1276,1189,2926,2029,3167,1438,1373,2847,2967,1134,2013,5360,4313, # 2976 +1238,2586,3109,1259,5361, 700,5362,2968,3168,3734,4314,5363,4315,1146,1876,1907, # 2992 +4658,2611,4070, 781,2427, 132,1589, 203, 147, 273,2802,2407, 898,1787,2155,4071, # 3008 +4072,5364,3871,2803,5365,5366,4659,4660,5367,3239,5368,1635,3872, 965,5369,1805, # 3024 +2699,1516,3614,1121,1082,1329,3317,4073,1449,3873, 65,1128,2848,2927,2769,1590, # 3040 +3874,5370,5371, 12,2668, 45, 976,2587,3169,4661, 517,2535,1013,1037,3240,5372, # 3056 +3875,2849,5373,3876,5374,3499,5375,2612, 614,1999,2323,3877,3110,2733,2638,5376, # 3072 +2588,4316, 599,1269,5377,1811,3735,5378,2700,3111, 759,1060, 489,1806,3388,3318, # 3088 +1358,5379,5380,2391,1387,1215,2639,2256, 490,5381,5382,4317,1759,2392,2348,5383, # 3104 +4662,3878,1908,4074,2640,1807,3241,4663,3500,3319,2770,2349, 874,5384,5385,3501, # 3120 +3736,1859, 91,2928,3737,3062,3879,4664,5386,3170,4075,2669,5387,3502,1202,1403, # 3136 +3880,2969,2536,1517,2510,4665,3503,2511,5388,4666,5389,2701,1886,1495,1731,4076, # 3152 +2370,4667,5390,2030,5391,5392,4077,2702,1216, 237,2589,4318,2324,4078,3881,4668, # 3168 +4669,2703,3615,3504, 445,4670,5393,5394,5395,5396,2771, 61,4079,3738,1823,4080, # 3184 +5397, 687,2046, 935, 925, 405,2670, 703,1096,1860,2734,4671,4081,1877,1367,2704, # 3200 +3389, 918,2106,1782,2483, 334,3320,1611,1093,4672, 564,3171,3505,3739,3390, 945, # 3216 +2641,2058,4673,5398,1926, 872,4319,5399,3506,2705,3112, 349,4320,3740,4082,4674, # 3232 +3882,4321,3741,2156,4083,4675,4676,4322,4677,2408,2047, 782,4084, 400, 251,4323, # 3248 +1624,5400,5401, 277,3742, 299,1265, 476,1191,3883,2122,4324,4325,1109, 205,5402, # 3264 +2590,1000,2157,3616,1861,5403,5404,5405,4678,5406,4679,2573, 107,2484,2158,4085, # 3280 +3507,3172,5407,1533, 541,1301, 158, 753,4326,2886,3617,5408,1696, 370,1088,4327, # 3296 +4680,3618, 579, 327, 440, 162,2244, 269,1938,1374,3508, 968,3063, 56,1396,3113, # 3312 +2107,3321,3391,5409,1927,2159,4681,3016,5410,3619,5411,5412,3743,4682,2485,5413, # 3328 +2804,5414,1650,4683,5415,2613,5416,5417,4086,2671,3392,1149,3393,4087,3884,4088, # 3344 +5418,1076, 49,5419, 951,3242,3322,3323, 450,2850, 920,5420,1812,2805,2371,4328, # 3360 +1909,1138,2372,3885,3509,5421,3243,4684,1910,1147,1518,2428,4685,3886,5422,4686, # 3376 +2393,2614, 260,1796,3244,5423,5424,3887,3324, 708,5425,3620,1704,5426,3621,1351, # 3392 +1618,3394,3017,1887, 944,4329,3395,4330,3064,3396,4331,5427,3744, 422, 413,1714, # 3408 +3325, 500,2059,2350,4332,2486,5428,1344,1911, 954,5429,1668,5430,5431,4089,2409, # 3424 +4333,3622,3888,4334,5432,2307,1318,2512,3114, 133,3115,2887,4687, 629, 31,2851, # 3440 +2706,3889,4688, 850, 949,4689,4090,2970,1732,2089,4335,1496,1853,5433,4091, 620, # 3456 +3245, 981,1242,3745,3397,1619,3746,1643,3326,2140,2457,1971,1719,3510,2169,5434, # 3472 +3246,5435,5436,3398,1829,5437,1277,4690,1565,2048,5438,1636,3623,3116,5439, 869, # 3488 +2852, 655,3890,3891,3117,4092,3018,3892,1310,3624,4691,5440,5441,5442,1733, 558, # 3504 +4692,3747, 335,1549,3065,1756,4336,3748,1946,3511,1830,1291,1192, 470,2735,2108, # 3520 +2806, 913,1054,4093,5443,1027,5444,3066,4094,4693, 982,2672,3399,3173,3512,3247, # 3536 +3248,1947,2807,5445, 571,4694,5446,1831,5447,3625,2591,1523,2429,5448,2090, 984, # 3552 +4695,3749,1960,5449,3750, 852, 923,2808,3513,3751, 969,1519, 999,2049,2325,1705, # 3568 +5450,3118, 615,1662, 151, 597,4095,2410,2326,1049, 275,4696,3752,4337, 568,3753, # 3584 +3626,2487,4338,3754,5451,2430,2275, 409,3249,5452,1566,2888,3514,1002, 769,2853, # 3600 + 194,2091,3174,3755,2226,3327,4339, 628,1505,5453,5454,1763,2180,3019,4096, 521, # 3616 +1161,2592,1788,2206,2411,4697,4097,1625,4340,4341, 412, 42,3119, 464,5455,2642, # 3632 +4698,3400,1760,1571,2889,3515,2537,1219,2207,3893,2643,2141,2373,4699,4700,3328, # 3648 +1651,3401,3627,5456,5457,3628,2488,3516,5458,3756,5459,5460,2276,2092, 460,5461, # 3664 +4701,5462,3020, 962, 588,3629, 289,3250,2644,1116, 52,5463,3067,1797,5464,5465, # 3680 +5466,1467,5467,1598,1143,3757,4342,1985,1734,1067,4702,1280,3402, 465,4703,1572, # 3696 + 510,5468,1928,2245,1813,1644,3630,5469,4704,3758,5470,5471,2673,1573,1534,5472, # 3712 +5473, 536,1808,1761,3517,3894,3175,2645,5474,5475,5476,4705,3518,2929,1912,2809, # 3728 +5477,3329,1122, 377,3251,5478, 360,5479,5480,4343,1529, 551,5481,2060,3759,1769, # 3744 +2431,5482,2930,4344,3330,3120,2327,2109,2031,4706,1404, 136,1468,1479, 672,1171, # 3760 +3252,2308, 271,3176,5483,2772,5484,2050, 678,2736, 865,1948,4707,5485,2014,4098, # 3776 +2971,5486,2737,2227,1397,3068,3760,4708,4709,1735,2931,3403,3631,5487,3895, 509, # 3792 +2854,2458,2890,3896,5488,5489,3177,3178,4710,4345,2538,4711,2309,1166,1010, 552, # 3808 + 681,1888,5490,5491,2972,2973,4099,1287,1596,1862,3179, 358, 453, 736, 175, 478, # 3824 +1117, 905,1167,1097,5492,1854,1530,5493,1706,5494,2181,3519,2292,3761,3520,3632, # 3840 +4346,2093,4347,5495,3404,1193,2489,4348,1458,2193,2208,1863,1889,1421,3331,2932, # 3856 +3069,2182,3521, 595,2123,5496,4100,5497,5498,4349,1707,2646, 223,3762,1359, 751, # 3872 +3121, 183,3522,5499,2810,3021, 419,2374, 633, 704,3897,2394, 241,5500,5501,5502, # 3888 + 838,3022,3763,2277,2773,2459,3898,1939,2051,4101,1309,3122,2246,1181,5503,1136, # 3904 +2209,3899,2375,1446,4350,2310,4712,5504,5505,4351,1055,2615, 484,3764,5506,4102, # 3920 + 625,4352,2278,3405,1499,4353,4103,5507,4104,4354,3253,2279,2280,3523,5508,5509, # 3936 +2774, 808,2616,3765,3406,4105,4355,3123,2539, 526,3407,3900,4356, 955,5510,1620, # 3952 +4357,2647,2432,5511,1429,3766,1669,1832, 994, 928,5512,3633,1260,5513,5514,5515, # 3968 +1949,2293, 741,2933,1626,4358,2738,2460, 867,1184, 362,3408,1392,5516,5517,4106, # 3984 +4359,1770,1736,3254,2934,4713,4714,1929,2707,1459,1158,5518,3070,3409,2891,1292, # 4000 +1930,2513,2855,3767,1986,1187,2072,2015,2617,4360,5519,2574,2514,2170,3768,2490, # 4016 +3332,5520,3769,4715,5521,5522, 666,1003,3023,1022,3634,4361,5523,4716,1814,2257, # 4032 + 574,3901,1603, 295,1535, 705,3902,4362, 283, 858, 417,5524,5525,3255,4717,4718, # 4048 +3071,1220,1890,1046,2281,2461,4107,1393,1599, 689,2575, 388,4363,5526,2491, 802, # 4064 +5527,2811,3903,2061,1405,2258,5528,4719,3904,2110,1052,1345,3256,1585,5529, 809, # 4080 +5530,5531,5532, 575,2739,3524, 956,1552,1469,1144,2328,5533,2329,1560,2462,3635, # 4096 +3257,4108, 616,2210,4364,3180,2183,2294,5534,1833,5535,3525,4720,5536,1319,3770, # 4112 +3771,1211,3636,1023,3258,1293,2812,5537,5538,5539,3905, 607,2311,3906, 762,2892, # 4128 +1439,4365,1360,4721,1485,3072,5540,4722,1038,4366,1450,2062,2648,4367,1379,4723, # 4144 +2593,5541,5542,4368,1352,1414,2330,2935,1172,5543,5544,3907,3908,4724,1798,1451, # 4160 +5545,5546,5547,5548,2936,4109,4110,2492,2351, 411,4111,4112,3637,3333,3124,4725, # 4176 +1561,2674,1452,4113,1375,5549,5550, 47,2974, 316,5551,1406,1591,2937,3181,5552, # 4192 +1025,2142,3125,3182, 354,2740, 884,2228,4369,2412, 508,3772, 726,3638, 996,2433, # 4208 +3639, 729,5553, 392,2194,1453,4114,4726,3773,5554,5555,2463,3640,2618,1675,2813, # 4224 + 919,2352,2975,2353,1270,4727,4115, 73,5556,5557, 647,5558,3259,2856,2259,1550, # 4240 +1346,3024,5559,1332, 883,3526,5560,5561,5562,5563,3334,2775,5564,1212, 831,1347, # 4256 +4370,4728,2331,3909,1864,3073, 720,3910,4729,4730,3911,5565,4371,5566,5567,4731, # 4272 +5568,5569,1799,4732,3774,2619,4733,3641,1645,2376,4734,5570,2938, 669,2211,2675, # 4288 +2434,5571,2893,5572,5573,1028,3260,5574,4372,2413,5575,2260,1353,5576,5577,4735, # 4304 +3183, 518,5578,4116,5579,4373,1961,5580,2143,4374,5581,5582,3025,2354,2355,3912, # 4320 + 516,1834,1454,4117,2708,4375,4736,2229,2620,1972,1129,3642,5583,2776,5584,2976, # 4336 +1422, 577,1470,3026,1524,3410,5585,5586, 432,4376,3074,3527,5587,2594,1455,2515, # 4352 +2230,1973,1175,5588,1020,2741,4118,3528,4737,5589,2742,5590,1743,1361,3075,3529, # 4368 +2649,4119,4377,4738,2295, 895, 924,4378,2171, 331,2247,3076, 166,1627,3077,1098, # 4384 +5591,1232,2894,2231,3411,4739, 657, 403,1196,2377, 542,3775,3412,1600,4379,3530, # 4400 +5592,4740,2777,3261, 576, 530,1362,4741,4742,2540,2676,3776,4120,5593, 842,3913, # 4416 +5594,2814,2032,1014,4121, 213,2709,3413, 665, 621,4380,5595,3777,2939,2435,5596, # 4432 +2436,3335,3643,3414,4743,4381,2541,4382,4744,3644,1682,4383,3531,1380,5597, 724, # 4448 +2282, 600,1670,5598,1337,1233,4745,3126,2248,5599,1621,4746,5600, 651,4384,5601, # 4464 +1612,4385,2621,5602,2857,5603,2743,2312,3078,5604, 716,2464,3079, 174,1255,2710, # 4480 +4122,3645, 548,1320,1398, 728,4123,1574,5605,1891,1197,3080,4124,5606,3081,3082, # 4496 +3778,3646,3779, 747,5607, 635,4386,4747,5608,5609,5610,4387,5611,5612,4748,5613, # 4512 +3415,4749,2437, 451,5614,3780,2542,2073,4388,2744,4389,4125,5615,1764,4750,5616, # 4528 +4390, 350,4751,2283,2395,2493,5617,4391,4126,2249,1434,4127, 488,4752, 458,4392, # 4544 +4128,3781, 771,1330,2396,3914,2576,3184,2160,2414,1553,2677,3185,4393,5618,2494, # 4560 +2895,2622,1720,2711,4394,3416,4753,5619,2543,4395,5620,3262,4396,2778,5621,2016, # 4576 +2745,5622,1155,1017,3782,3915,5623,3336,2313, 201,1865,4397,1430,5624,4129,5625, # 4592 +5626,5627,5628,5629,4398,1604,5630, 414,1866, 371,2595,4754,4755,3532,2017,3127, # 4608 +4756,1708, 960,4399, 887, 389,2172,1536,1663,1721,5631,2232,4130,2356,2940,1580, # 4624 +5632,5633,1744,4757,2544,4758,4759,5634,4760,5635,2074,5636,4761,3647,3417,2896, # 4640 +4400,5637,4401,2650,3418,2815, 673,2712,2465, 709,3533,4131,3648,4402,5638,1148, # 4656 + 502, 634,5639,5640,1204,4762,3649,1575,4763,2623,3783,5641,3784,3128, 948,3263, # 4672 + 121,1745,3916,1110,5642,4403,3083,2516,3027,4132,3785,1151,1771,3917,1488,4133, # 4688 +1987,5643,2438,3534,5644,5645,2094,5646,4404,3918,1213,1407,2816, 531,2746,2545, # 4704 +3264,1011,1537,4764,2779,4405,3129,1061,5647,3786,3787,1867,2897,5648,2018, 120, # 4720 +4406,4407,2063,3650,3265,2314,3919,2678,3419,1955,4765,4134,5649,3535,1047,2713, # 4736 +1266,5650,1368,4766,2858, 649,3420,3920,2546,2747,1102,2859,2679,5651,5652,2000, # 4752 +5653,1111,3651,2977,5654,2495,3921,3652,2817,1855,3421,3788,5655,5656,3422,2415, # 4768 +2898,3337,3266,3653,5657,2577,5658,3654,2818,4135,1460, 856,5659,3655,5660,2899, # 4784 +2978,5661,2900,3922,5662,4408, 632,2517, 875,3923,1697,3924,2296,5663,5664,4767, # 4800 +3028,1239, 580,4768,4409,5665, 914, 936,2075,1190,4136,1039,2124,5666,5667,5668, # 4816 +5669,3423,1473,5670,1354,4410,3925,4769,2173,3084,4137, 915,3338,4411,4412,3339, # 4832 +1605,1835,5671,2748, 398,3656,4413,3926,4138, 328,1913,2860,4139,3927,1331,4414, # 4848 +3029, 937,4415,5672,3657,4140,4141,3424,2161,4770,3425, 524, 742, 538,3085,1012, # 4864 +5673,5674,3928,2466,5675, 658,1103, 225,3929,5676,5677,4771,5678,4772,5679,3267, # 4880 +1243,5680,4142, 963,2250,4773,5681,2714,3658,3186,5682,5683,2596,2332,5684,4774, # 4896 +5685,5686,5687,3536, 957,3426,2547,2033,1931,2941,2467, 870,2019,3659,1746,2780, # 4912 +2781,2439,2468,5688,3930,5689,3789,3130,3790,3537,3427,3791,5690,1179,3086,5691, # 4928 +3187,2378,4416,3792,2548,3188,3131,2749,4143,5692,3428,1556,2549,2297, 977,2901, # 4944 +2034,4144,1205,3429,5693,1765,3430,3189,2125,1271, 714,1689,4775,3538,5694,2333, # 4960 +3931, 533,4417,3660,2184, 617,5695,2469,3340,3539,2315,5696,5697,3190,5698,5699, # 4976 +3932,1988, 618, 427,2651,3540,3431,5700,5701,1244,1690,5702,2819,4418,4776,5703, # 4992 +3541,4777,5704,2284,1576, 473,3661,4419,3432, 972,5705,3662,5706,3087,5707,5708, # 5008 +4778,4779,5709,3793,4145,4146,5710, 153,4780, 356,5711,1892,2902,4420,2144, 408, # 5024 + 803,2357,5712,3933,5713,4421,1646,2578,2518,4781,4782,3934,5714,3935,4422,5715, # 5040 +2416,3433, 752,5716,5717,1962,3341,2979,5718, 746,3030,2470,4783,4423,3794, 698, # 5056 +4784,1893,4424,3663,2550,4785,3664,3936,5719,3191,3434,5720,1824,1302,4147,2715, # 5072 +3937,1974,4425,5721,4426,3192, 823,1303,1288,1236,2861,3542,4148,3435, 774,3938, # 5088 +5722,1581,4786,1304,2862,3939,4787,5723,2440,2162,1083,3268,4427,4149,4428, 344, # 5104 +1173, 288,2316, 454,1683,5724,5725,1461,4788,4150,2597,5726,5727,4789, 985, 894, # 5120 +5728,3436,3193,5729,1914,2942,3795,1989,5730,2111,1975,5731,4151,5732,2579,1194, # 5136 + 425,5733,4790,3194,1245,3796,4429,5734,5735,2863,5736, 636,4791,1856,3940, 760, # 5152 +1800,5737,4430,2212,1508,4792,4152,1894,1684,2298,5738,5739,4793,4431,4432,2213, # 5168 + 479,5740,5741, 832,5742,4153,2496,5743,2980,2497,3797, 990,3132, 627,1815,2652, # 5184 +4433,1582,4434,2126,2112,3543,4794,5744, 799,4435,3195,5745,4795,2113,1737,3031, # 5200 +1018, 543, 754,4436,3342,1676,4796,4797,4154,4798,1489,5746,3544,5747,2624,2903, # 5216 +4155,5748,5749,2981,5750,5751,5752,5753,3196,4799,4800,2185,1722,5754,3269,3270, # 5232 +1843,3665,1715, 481, 365,1976,1857,5755,5756,1963,2498,4801,5757,2127,3666,3271, # 5248 + 433,1895,2064,2076,5758, 602,2750,5759,5760,5761,5762,5763,3032,1628,3437,5764, # 5264 +3197,4802,4156,2904,4803,2519,5765,2551,2782,5766,5767,5768,3343,4804,2905,5769, # 5280 +4805,5770,2864,4806,4807,1221,2982,4157,2520,5771,5772,5773,1868,1990,5774,5775, # 5296 +5776,1896,5777,5778,4808,1897,4158, 318,5779,2095,4159,4437,5780,5781, 485,5782, # 5312 + 938,3941, 553,2680, 116,5783,3942,3667,5784,3545,2681,2783,3438,3344,2820,5785, # 5328 +3668,2943,4160,1747,2944,2983,5786,5787, 207,5788,4809,5789,4810,2521,5790,3033, # 5344 + 890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360 +2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376 +) +# fmt: on diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 00000000..ef09c60e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import Big5DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import BIG5_SM_MODEL + + +class Big5Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) + self.distribution_analyzer = Big5DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Big5" + + @property + def language(self) -> str: + return "Chinese" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 00000000..176cb996 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Tuple, Union + +from .big5freq import ( + BIG5_CHAR_TO_FREQ_ORDER, + BIG5_TABLE_SIZE, + BIG5_TYPICAL_DISTRIBUTION_RATIO, +) +from .euckrfreq import ( + EUCKR_CHAR_TO_FREQ_ORDER, + EUCKR_TABLE_SIZE, + EUCKR_TYPICAL_DISTRIBUTION_RATIO, +) +from .euctwfreq import ( + EUCTW_CHAR_TO_FREQ_ORDER, + EUCTW_TABLE_SIZE, + EUCTW_TYPICAL_DISTRIBUTION_RATIO, +) +from .gb2312freq import ( + GB2312_CHAR_TO_FREQ_ORDER, + GB2312_TABLE_SIZE, + GB2312_TYPICAL_DISTRIBUTION_RATIO, +) +from .jisfreq import ( + JIS_CHAR_TO_FREQ_ORDER, + JIS_TABLE_SIZE, + JIS_TYPICAL_DISTRIBUTION_RATIO, +) +from .johabfreq import JOHAB_TO_EUCKR_ORDER_TABLE + + +class CharDistributionAnalysis: + ENOUGH_DATA_THRESHOLD = 1024 + SURE_YES = 0.99 + SURE_NO = 0.01 + MINIMUM_DATA_THRESHOLD = 3 + + def __init__(self) -> None: + # Mapping table to get frequency order from char order (get from + # GetOrder()) + self._char_to_freq_order: Tuple[int, ...] = tuple() + self._table_size = 0 # Size of above table + # This is a constant value which varies from language to language, + # used in calculating confidence. See + # http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html + # for further detail. + self.typical_distribution_ratio = 0.0 + self._done = False + self._total_chars = 0 + self._freq_chars = 0 + self.reset() + + def reset(self) -> None: + """reset analyser, clear any state""" + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + self._total_chars = 0 # Total characters encountered + # The number of characters whose frequency order is less than 512 + self._freq_chars = 0 + + def feed(self, char: Union[bytes, bytearray], char_len: int) -> None: + """feed a character with known length""" + if char_len == 2: + # we only care about 2-bytes character in our distribution analysis + order = self.get_order(char) + else: + order = -1 + if order >= 0: + self._total_chars += 1 + # order is valid + if order < self._table_size: + if 512 > self._char_to_freq_order[order]: + self._freq_chars += 1 + + def get_confidence(self) -> float: + """return confidence based on existing data""" + # if we didn't receive any character in our consideration range, + # return negative answer + if self._total_chars <= 0 or self._freq_chars <= self.MINIMUM_DATA_THRESHOLD: + return self.SURE_NO + + if self._total_chars != self._freq_chars: + r = self._freq_chars / ( + (self._total_chars - self._freq_chars) * self.typical_distribution_ratio + ) + if r < self.SURE_YES: + return r + + # normalize confidence (we don't want to be 100% sure) + return self.SURE_YES + + def got_enough_data(self) -> bool: + # It is not necessary to receive all data to draw conclusion. + # For charset detection, certain amount of data is enough + return self._total_chars > self.ENOUGH_DATA_THRESHOLD + + def get_order(self, _: Union[bytes, bytearray]) -> int: + # We do not handle characters based on the original encoding string, + # but convert this encoding string to a number, here called order. + # This allows multiple encodings of a language to share one frequency + # table. + return -1 + + +class EUCTWDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCTW_CHAR_TO_FREQ_ORDER + self._table_size = EUCTW_TABLE_SIZE + self.typical_distribution_ratio = EUCTW_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-TW encoding, we are interested + # first byte range: 0xc4 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xC4: + return 94 * (first_char - 0xC4) + byte_str[1] - 0xA1 + return -1 + + +class EUCKRDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-KR encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xB0: + return 94 * (first_char - 0xB0) + byte_str[1] - 0xA1 + return -1 + + +class JOHABDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + first_char = byte_str[0] + if 0x88 <= first_char < 0xD4: + code = first_char * 256 + byte_str[1] + return JOHAB_TO_EUCKR_ORDER_TABLE.get(code, -1) + return -1 + + +class GB2312DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = GB2312_CHAR_TO_FREQ_ORDER + self._table_size = GB2312_TABLE_SIZE + self.typical_distribution_ratio = GB2312_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for GB2312 encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if (first_char >= 0xB0) and (second_char >= 0xA1): + return 94 * (first_char - 0xB0) + second_char - 0xA1 + return -1 + + +class Big5DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = BIG5_CHAR_TO_FREQ_ORDER + self._table_size = BIG5_TABLE_SIZE + self.typical_distribution_ratio = BIG5_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for big5 encoding, we are interested + # first byte range: 0xa4 -- 0xfe + # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if first_char >= 0xA4: + if second_char >= 0xA1: + return 157 * (first_char - 0xA4) + second_char - 0xA1 + 63 + return 157 * (first_char - 0xA4) + second_char - 0x40 + return -1 + + +class SJISDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for sjis encoding, we are interested + # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe + # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if 0x81 <= first_char <= 0x9F: + order = 188 * (first_char - 0x81) + elif 0xE0 <= first_char <= 0xEF: + order = 188 * (first_char - 0xE0 + 31) + else: + return -1 + order = order + second_char - 0x40 + if second_char > 0x7F: + order = -1 + return order + + +class EUCJPDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-JP encoding, we are interested + # first byte range: 0xa0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + char = byte_str[0] + if char >= 0xA0: + return 94 * (char - 0xA1) + byte_str[1] - 0xA1 + return -1 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 00000000..6def56b4 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py @@ -0,0 +1,106 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Optional, Union + +from .charsetprober import CharSetProber +from .enums import LanguageFilter, ProbingState + + +class CharSetGroupProber(CharSetProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self._active_num = 0 + self.probers: List[CharSetProber] = [] + self._best_guess_prober: Optional[CharSetProber] = None + + def reset(self) -> None: + super().reset() + self._active_num = 0 + for prober in self.probers: + prober.reset() + prober.active = True + self._active_num += 1 + self._best_guess_prober = None + + @property + def charset_name(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.charset_name + + @property + def language(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for prober in self.probers: + if not prober.active: + continue + state = prober.feed(byte_str) + if not state: + continue + if state == ProbingState.FOUND_IT: + self._best_guess_prober = prober + self._state = ProbingState.FOUND_IT + return self.state + if state == ProbingState.NOT_ME: + prober.active = False + self._active_num -= 1 + if self._active_num <= 0: + self._state = ProbingState.NOT_ME + return self.state + return self.state + + def get_confidence(self) -> float: + state = self.state + if state == ProbingState.FOUND_IT: + return 0.99 + if state == ProbingState.NOT_ME: + return 0.01 + best_conf = 0.0 + self._best_guess_prober = None + for prober in self.probers: + if not prober.active: + self.logger.debug("%s not active", prober.charset_name) + continue + conf = prober.get_confidence() + self.logger.debug( + "%s %s confidence = %s", prober.charset_name, prober.language, conf + ) + if best_conf < conf: + best_conf = conf + self._best_guess_prober = prober + if not self._best_guess_prober: + return 0.0 + return best_conf diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 00000000..a103ca11 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging +import re +from typing import Optional, Union + +from .enums import LanguageFilter, ProbingState + +INTERNATIONAL_WORDS_PATTERN = re.compile( + b"[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?" +) + + +class CharSetProber: + + SHORTCUT_THRESHOLD = 0.95 + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + self._state = ProbingState.DETECTING + self.active = True + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + + def reset(self) -> None: + self._state = ProbingState.DETECTING + + @property + def charset_name(self) -> Optional[str]: + return None + + @property + def language(self) -> Optional[str]: + raise NotImplementedError + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + raise NotImplementedError + + @property + def state(self) -> ProbingState: + return self._state + + def get_confidence(self) -> float: + return 0.0 + + @staticmethod + def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes: + buf = re.sub(b"([\x00-\x7F])+", b" ", buf) + return buf + + @staticmethod + def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray: + """ + We define three types of bytes: + alphabet: english alphabets [a-zA-Z] + international: international characters [\x80-\xFF] + marker: everything else [^a-zA-Z\x80-\xFF] + The input buffer can be thought to contain a series of words delimited + by markers. This function works to filter all words that contain at + least one international character. All contiguous sequences of markers + are replaced by a single space ascii character. + This filter applies to all scripts which do not use English characters. + """ + filtered = bytearray() + + # This regex expression filters out only words that have at-least one + # international character. The word may include one marker character at + # the end. + words = INTERNATIONAL_WORDS_PATTERN.findall(buf) + + for word in words: + filtered.extend(word[:-1]) + + # If the last character in the word is a marker, replace it with a + # space as markers shouldn't affect our analysis (they are used + # similarly across all languages and may thus have similar + # frequencies). + last_char = word[-1:] + if not last_char.isalpha() and last_char < b"\x80": + last_char = b" " + filtered.extend(last_char) + + return filtered + + @staticmethod + def remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes: + """ + Returns a copy of ``buf`` that retains only the sequences of English + alphabet and high byte characters that are not between <> characters. + This filter can be applied to all scripts which contain both English + characters and extended ASCII characters, but is currently only used by + ``Latin1Prober``. + """ + filtered = bytearray() + in_tag = False + prev = 0 + buf = memoryview(buf).cast("c") + + for curr, buf_char in enumerate(buf): + # Check if we're coming out of or entering an XML tag + + # https://github.com/python/typeshed/issues/8182 + if buf_char == b">": # type: ignore[comparison-overlap] + prev = curr + 1 + in_tag = False + # https://github.com/python/typeshed/issues/8182 + elif buf_char == b"<": # type: ignore[comparison-overlap] + if curr > prev and not in_tag: + # Keep everything after last non-extended-ASCII, + # non-alphabetic character + filtered.extend(buf[prev:curr]) + # Output a space to delimit stretch we kept + filtered.extend(b" ") + in_tag = True + + # If we're not in a tag... + if not in_tag: + # Keep everything after last non-extended-ASCII, non-alphabetic + # character + filtered.extend(buf[prev:]) + + return filtered diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f9de1433b036473cfc9306a5f8f6d382365bbe4d GIT binary patch literal 221 zcmZ8bK?=e!5Nxc12z`i$c2Tb)h~iC8UOa`^t|l~XLJ}(lf8YargKzN}zCe2G$<(6* zvopI4?7X6A6nHF?JMZ+}jej(Ke|ZFTFebZaV0wOQx=ecmt_p+`6OO|gZSItY)nNl$ zm0cvpd!?iWQD}(;mM%`!)v_9r3d;(lID)PnSLH03Ou-6=v1Vz`&S*gk4b;anWgz9u kWauE30w@)waFiyxZin;Y_hw-Rz6|lSo%w`>5EFX$1!3JiHvj+t literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04a9866e1e1021cffaa80188a9b95b303a3bd779 GIT binary patch literal 4038 zcma)9O>7&-6`mz`m*nzCqWmk_ut$dDnu$n8ZezH#Vb`^y#6W5rmRuw(3~I$4iYqO5 z+1aHO5_0PRDJmldEMF=WL4XuJ^hY}6m_rZgsfS*qq=4zIiy8=e$c>Ja9&+k?ORh*M zHqa5c^Y`Y>n|a@S@9FRHxI&;@&U{e*bBvHLvEvu$du3}KsuiMM?;3WunOSszVpbda+C$b&lE8G8wfvtyrAVl5Q|sRh_a;Ra2v!RW0tI2zAO#=Tu`3 zD>@9UGmDm{n=`hey#B6QsTwSoQxpp2C0Z=2ye&v=tHL~;*swqc$DSwWPvz)>Zfe$o zogO{&+8O9LWm>e%lCHrXjJ}$AZAW}ZL5`|+QP;mCJeqk`QLdJ#Y59kMGgY}Y56ZL= zsym${>u@IBtkxV_;#P&)4jd(;C|}`~T}uVs@KuL#b=qLA_?B)vZuolD(JfOoz6yXu zN^qlv!aUydP2Mtf?5oC@cR?0+B||rv?TV&aVQ#3Rn|ehx-2Hahsu@~=GaN4% zY(_2CU70hd#?7MGaT!)J{DSb?`Y(J|hy%`Rm&M?^u-56_5f{lAxjjP29mzpyuPjPC z^U|U?EBWKyx+@_Nkifn66kE7IA`nv$aXzwV61rVD~aDjmym6`S$ zr(W&I<*1JoR6SjHnBA)uot&fB;EU58YXIGb0j~(agQMPlJ$l<~z{*}l&x1{l(g_bu zbb-N3#dWj|s2!7SIESYOkNV;Qr-Zld5kSS#7&j^Vc}<^J4Q4v_r5@W}U}=Nzk= zz4Fd@_9vEBGgx{OPGVjv0_~nw=3`ZWw_v9t#e(Y&9_TcOXXCKFsttbe!VnmXE z{l>y0M@;nNfMIh`cGs1dk ztwV@Feb2WctVJ|sJ-XH*)ECOdw78b=Bs;|YLdiY|@kuA)8v{faSRdG>Kk3hP>qWA2 zTY<&E>_B(MZvpief%=1s!C8d)p5jw9KjIwnr?h=NcZR6jQ`Yydbv!4K?keYqFSdw# z9rb(N8tgmP?fESjrGC3xuOC?J+?Rhof!t>zsUJ)oYJBNY$eWOS7?7G2tx5&+5PZoL z&{xA3*-lM>oq^rTn1TSMs~nP&-IR`C%~1^B$g(?&M<8{eI)s5LE9xbkX`ST8-z$xK zwRwIQVM11M4cKP{xX!NI8Pxu>(cJB+DXQDFW`iExw1KX`3S5`-Vno}9p2*|PH7-y7 zzlm3ynfZZzu%S8*841hK(;6$O zK)Jbg4wP~OeA*RWPKmBqW=7Q&@ffaT!a-~|)Ddn((&?I;5g%J0I}S=3$CX8>%_iMkk(EpMeyya}99n60KV`-cB?#6aWNW zx}d^!;oXj)5xoYa(>SbvYemcy!0?@Lb}f~3!{7r*Rv_{vE_YtS4eW9^rfOONX1&+p zh7kjk=(ZpL)s?*D)|IDgr4r*DBcZE!dT@!&@!7hvZmW({ccm(N)0JTj$ahv+sy5(gi}Pj1FfK8;=9 zmc)d7cf6$#Df&n}v?(5HhWncF>rdhb9>tGs#*eK!U&K!~6UisZ{VRhH2OlMeHJ!|(h<3DWn9chKUSrKM?HOHFafoA+X3Pd~s2?QW!?rgnp_39^s ze>wkYdL#R0E9i*?Ktv|7fk)A!o6)1IlV3zn+#P!wPd>=s%YRMclCmT;Aqt%13=E8qrvwB*s8GboUrC!lEZ)wmBri_|csSrZOx)UzMpxnHm`D~1e7IdNl?S(CI(s|Y=y~@<1Lhfb#h{<_}=ZUDD<9<31D^Uv ob>g>?&At;Y0{uT~TUfPb1tP|l8lMLTAB*8%jf2<3A Optional[str]: + """ + Return a string describing the probable encoding of a file or + list of strings. + + :param lines: The lines to get the encoding of. + :type lines: Iterable of bytes + :param name: Name of file or collection of lines + :type name: str + :param should_rename_legacy: Should we rename legacy encodings to + their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + u = UniversalDetector(should_rename_legacy=should_rename_legacy) + for line in lines: + line = bytearray(line) + u.feed(line) + # shortcut out of the loop to save reading further - particularly useful if we read a BOM. + if u.done: + break + u.close() + result = u.result + if minimal: + return result["encoding"] + if result["encoding"]: + return f'{name}: {result["encoding"]} with confidence {result["confidence"]}' + return f"{name}: no result" + + +def main(argv: Optional[List[str]] = None) -> None: + """ + Handles command line arguments and gets things started. + + :param argv: List of arguments, as if specified on the command-line. + If None, ``sys.argv[1:]`` is used instead. + :type argv: list of str + """ + # Get command line arguments + parser = argparse.ArgumentParser( + description=( + "Takes one or more file paths and reports their detected encodings" + ) + ) + parser.add_argument( + "input", + help="File whose encoding we would like to determine. (default: stdin)", + type=argparse.FileType("rb"), + nargs="*", + default=[sys.stdin.buffer], + ) + parser.add_argument( + "--minimal", + help="Print only the encoding to standard output", + action="store_true", + ) + parser.add_argument( + "-l", + "--legacy", + help="Rename legacy encodings to more modern ones.", + action="store_true", + ) + parser.add_argument( + "--version", action="version", version=f"%(prog)s {__version__}" + ) + args = parser.parse_args(argv) + + for f in args.input: + if f.isatty(): + print( + "You are running chardetect interactively. Press " + "CTRL-D twice at the start of a blank line to signal the " + "end of your input. If you want help, run chardetect " + "--help\n", + file=sys.stderr, + ) + print( + description_of( + f, f.name, minimal=args.minimal, should_rename_legacy=args.legacy + ) + ) + + +if __name__ == "__main__": + main() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 00000000..8ed4a877 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py @@ -0,0 +1,90 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + + +class CodingStateMachine: + """ + A state machine to verify a byte sequence for a particular encoding. For + each byte the detector receives, it will feed that byte to every active + state machine available, one byte at a time. The state machine changes its + state based on its previous state and the byte it receives. There are 3 + states in a state machine that are of interest to an auto-detector: + + START state: This is the state to start with, or a legal byte sequence + (i.e. a valid code point) for character has been identified. + + ME state: This indicates that the state machine identified a byte sequence + that is specific to the charset it is designed for and that + there is no other possible encoding which can contain this byte + sequence. This will to lead to an immediate positive answer for + the detector. + + ERROR state: This indicates the state machine identified an illegal byte + sequence for that encoding. This will lead to an immediate + negative answer for this encoding. Detector will exclude this + encoding from consideration from here on. + """ + + def __init__(self, sm: CodingStateMachineDict) -> None: + self._model = sm + self._curr_byte_pos = 0 + self._curr_char_len = 0 + self._curr_state = MachineState.START + self.active = True + self.logger = logging.getLogger(__name__) + self.reset() + + def reset(self) -> None: + self._curr_state = MachineState.START + + def next_state(self, c: int) -> int: + # for each byte we get its class + # if it is first byte, we also get byte length + byte_class = self._model["class_table"][c] + if self._curr_state == MachineState.START: + self._curr_byte_pos = 0 + self._curr_char_len = self._model["char_len_table"][byte_class] + # from byte's class and state_table, we get its next state + curr_state = self._curr_state * self._model["class_factor"] + byte_class + self._curr_state = self._model["state_table"][curr_state] + self._curr_byte_pos += 1 + return self._curr_state + + def get_current_charlen(self) -> int: + return self._curr_char_len + + def get_coding_state_machine(self) -> str: + return self._model["name"] + + @property + def language(self) -> str: + return self._model["language"] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py new file mode 100644 index 00000000..7a3c4c7e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py @@ -0,0 +1,19 @@ +from typing import TYPE_CHECKING, Tuple + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class CodingStateMachineDict(TypedDict, total=False): + class_table: Tuple[int, ...] + class_factor: int + state_table: Tuple[int, ...] + char_len_table: Tuple[int, ...] + name: str + language: str # Optional key + +else: + CodingStateMachineDict = dict diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 00000000..fa7307ed --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py @@ -0,0 +1,49 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import CP949_SM_MODEL + + +class CP949Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(CP949_SM_MODEL) + # NOTE: CP949 is a superset of EUC-KR, so the distribution should be + # not different. + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "CP949" + + @property + def language(self) -> str: + return "Korean" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 00000000..5e3e1982 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py @@ -0,0 +1,85 @@ +""" +All of the Enums that are used throughout the chardet package. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +from enum import Enum, Flag + + +class InputState: + """ + This enum represents the different states a universal detector can be in. + """ + + PURE_ASCII = 0 + ESC_ASCII = 1 + HIGH_BYTE = 2 + + +class LanguageFilter(Flag): + """ + This enum represents the different language filters we can apply to a + ``UniversalDetector``. + """ + + NONE = 0x00 + CHINESE_SIMPLIFIED = 0x01 + CHINESE_TRADITIONAL = 0x02 + JAPANESE = 0x04 + KOREAN = 0x08 + NON_CJK = 0x10 + ALL = 0x1F + CHINESE = CHINESE_SIMPLIFIED | CHINESE_TRADITIONAL + CJK = CHINESE | JAPANESE | KOREAN + + +class ProbingState(Enum): + """ + This enum represents the different states a prober can be in. + """ + + DETECTING = 0 + FOUND_IT = 1 + NOT_ME = 2 + + +class MachineState: + """ + This enum represents the different states a state machine can be in. + """ + + START = 0 + ERROR = 1 + ITS_ME = 2 + + +class SequenceLikelihood: + """ + This enum represents the likelihood of a character following the previous one. + """ + + NEGATIVE = 0 + UNLIKELY = 1 + LIKELY = 2 + POSITIVE = 3 + + @classmethod + def get_num_categories(cls) -> int: + """:returns: The number of likelihood categories in the enum.""" + return 4 + + +class CharacterCategory: + """ + This enum represents the different categories language models for + ``SingleByteCharsetProber`` put characters into. + + Anything less than CONTROL is considered a letter. + """ + + UNDEFINED = 255 + LINE_BREAK = 254 + SYMBOL = 253 + DIGIT = 252 + CONTROL = 251 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 00000000..fd713830 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState +from .escsm import ( + HZ_SM_MODEL, + ISO2022CN_SM_MODEL, + ISO2022JP_SM_MODEL, + ISO2022KR_SM_MODEL, +) + + +class EscCharSetProber(CharSetProber): + """ + This CharSetProber uses a "code scheme" approach for detecting encodings, + whereby easily recognizable escape or shift sequences are relied on to + identify these encodings. + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.coding_sm = [] + if self.lang_filter & LanguageFilter.CHINESE_SIMPLIFIED: + self.coding_sm.append(CodingStateMachine(HZ_SM_MODEL)) + self.coding_sm.append(CodingStateMachine(ISO2022CN_SM_MODEL)) + if self.lang_filter & LanguageFilter.JAPANESE: + self.coding_sm.append(CodingStateMachine(ISO2022JP_SM_MODEL)) + if self.lang_filter & LanguageFilter.KOREAN: + self.coding_sm.append(CodingStateMachine(ISO2022KR_SM_MODEL)) + self.active_sm_count = 0 + self._detected_charset: Optional[str] = None + self._detected_language: Optional[str] = None + self._state = ProbingState.DETECTING + self.reset() + + def reset(self) -> None: + super().reset() + for coding_sm in self.coding_sm: + coding_sm.active = True + coding_sm.reset() + self.active_sm_count = len(self.coding_sm) + self._detected_charset = None + self._detected_language = None + + @property + def charset_name(self) -> Optional[str]: + return self._detected_charset + + @property + def language(self) -> Optional[str]: + return self._detected_language + + def get_confidence(self) -> float: + return 0.99 if self._detected_charset else 0.00 + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + for coding_sm in self.coding_sm: + if not coding_sm.active: + continue + coding_state = coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + coding_sm.active = False + self.active_sm_count -= 1 + if self.active_sm_count <= 0: + self._state = ProbingState.NOT_ME + return self.state + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + self._detected_charset = coding_sm.get_coding_state_machine() + self._detected_language = coding_sm.language + return self.state + + return self.state diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 00000000..11d4adf7 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# fmt: off +HZ_CLS = ( + 1, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 4, 0, 5, 2, 0, # 78 - 7f + 1, 1, 1, 1, 1, 1, 1, 1, # 80 - 87 + 1, 1, 1, 1, 1, 1, 1, 1, # 88 - 8f + 1, 1, 1, 1, 1, 1, 1, 1, # 90 - 97 + 1, 1, 1, 1, 1, 1, 1, 1, # 98 - 9f + 1, 1, 1, 1, 1, 1, 1, 1, # a0 - a7 + 1, 1, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 1, 1, 1, 1, 1, 1, # c0 - c7 + 1, 1, 1, 1, 1, 1, 1, 1, # c8 - cf + 1, 1, 1, 1, 1, 1, 1, 1, # d0 - d7 + 1, 1, 1, 1, 1, 1, 1, 1, # d8 - df + 1, 1, 1, 1, 1, 1, 1, 1, # e0 - e7 + 1, 1, 1, 1, 1, 1, 1, 1, # e8 - ef + 1, 1, 1, 1, 1, 1, 1, 1, # f0 - f7 + 1, 1, 1, 1, 1, 1, 1, 1, # f8 - ff +) + +HZ_ST = ( +MachineState.START, MachineState.ERROR, 3, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 +MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f +MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.START, MachineState.START, 4, MachineState.ERROR, # 10-17 + 5, MachineState.ERROR, 6, MachineState.ERROR, 5, 5, 4, MachineState.ERROR, # 18-1f + 4, MachineState.ERROR, 4, 4, 4, MachineState.ERROR, 4, MachineState.ERROR, # 20-27 + 4, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 28-2f +) +# fmt: on + +HZ_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +HZ_SM_MODEL: CodingStateMachineDict = { + "class_table": HZ_CLS, + "class_factor": 6, + "state_table": HZ_ST, + "char_len_table": HZ_CHAR_LEN_TABLE, + "name": "HZ-GB-2312", + "language": "Chinese", +} + +# fmt: off +ISO2022CN_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 4, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022CN_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 20-27 + 5, 6, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, # 38-3f +) +# fmt: on + +ISO2022CN_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022CN_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022CN_CLS, + "class_factor": 9, + "state_table": ISO2022CN_ST, + "char_len_table": ISO2022CN_CHAR_LEN_TABLE, + "name": "ISO-2022-CN", + "language": "Chinese", +} + +# fmt: off +ISO2022JP_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 2, 2, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 7, 0, 0, 0, # 20 - 27 + 3, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 6, 0, 4, 0, 8, 0, 0, 0, # 40 - 47 + 0, 9, 5, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022JP_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 20-27 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 6, MachineState.ITS_ME, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 38-3f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, MachineState.START, # 40-47 +) +# fmt: on + +ISO2022JP_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022JP_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022JP_CLS, + "class_factor": 10, + "state_table": ISO2022JP_ST, + "char_len_table": ISO2022JP_CHAR_LEN_TABLE, + "name": "ISO-2022-JP", + "language": "Japanese", +} + +# fmt: off +ISO2022KR_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 3, 0, 0, 0, # 20 - 27 + 0, 4, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 5, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022KR_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 10-17 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 20-27 +) +# fmt: on + +ISO2022KR_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +ISO2022KR_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022KR_CLS, + "class_factor": 6, + "state_table": ISO2022KR_ST, + "char_len_table": ISO2022KR_CHAR_LEN_TABLE, + "name": "ISO-2022-KR", + "language": "Korean", +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 00000000..39487f40 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import EUCJPDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import EUCJPContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCJP_SM_MODEL + + +class EUCJPProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL) + self.distribution_analyzer = EUCJPDistributionAnalysis() + self.context_analyzer = EUCJPContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return "EUC-JP" + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + # PY3K: byte_str is a byte array, so byte is an int, not a byte + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed(self._last_char, char_len) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 00000000..7dc3b103 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py @@ -0,0 +1,196 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology + +# 128 --> 0.79 +# 256 --> 0.92 +# 512 --> 0.986 +# 1024 --> 0.99944 +# 2048 --> 0.99999 +# +# Idea Distribution Ratio = 0.98653 / (1-0.98653) = 73.24 +# Random Distribution Ration = 512 / (2350-512) = 0.279. +# +# Typical Distribution Ratio + +EUCKR_TYPICAL_DISTRIBUTION_RATIO = 6.0 + +EUCKR_TABLE_SIZE = 2352 + +# Char to FreqOrder table , +# fmt: off +EUCKR_CHAR_TO_FREQ_ORDER = ( + 13, 130, 120,1396, 481,1719,1720, 328, 609, 212,1721, 707, 400, 299,1722, 87, +1397,1723, 104, 536,1117,1203,1724,1267, 685,1268, 508,1725,1726,1727,1728,1398, +1399,1729,1730,1731, 141, 621, 326,1057, 368,1732, 267, 488, 20,1733,1269,1734, + 945,1400,1735, 47, 904,1270,1736,1737, 773, 248,1738, 409, 313, 786, 429,1739, + 116, 987, 813,1401, 683, 75,1204, 145,1740,1741,1742,1743, 16, 847, 667, 622, + 708,1744,1745,1746, 966, 787, 304, 129,1747, 60, 820, 123, 676,1748,1749,1750, +1751, 617,1752, 626,1753,1754,1755,1756, 653,1757,1758,1759,1760,1761,1762, 856, + 344,1763,1764,1765,1766, 89, 401, 418, 806, 905, 848,1767,1768,1769, 946,1205, + 709,1770,1118,1771, 241,1772,1773,1774,1271,1775, 569,1776, 999,1777,1778,1779, +1780, 337, 751,1058, 28, 628, 254,1781, 177, 906, 270, 349, 891,1079,1782, 19, +1783, 379,1784, 315,1785, 629, 754,1402, 559,1786, 636, 203,1206,1787, 710, 567, +1788, 935, 814,1789,1790,1207, 766, 528,1791,1792,1208,1793,1794,1795,1796,1797, +1403,1798,1799, 533,1059,1404,1405,1156,1406, 936, 884,1080,1800, 351,1801,1802, +1803,1804,1805, 801,1806,1807,1808,1119,1809,1157, 714, 474,1407,1810, 298, 899, + 885,1811,1120, 802,1158,1812, 892,1813,1814,1408, 659,1815,1816,1121,1817,1818, +1819,1820,1821,1822, 319,1823, 594, 545,1824, 815, 937,1209,1825,1826, 573,1409, +1022,1827,1210,1828,1829,1830,1831,1832,1833, 556, 722, 807,1122,1060,1834, 697, +1835, 900, 557, 715,1836,1410, 540,1411, 752,1159, 294, 597,1211, 976, 803, 770, +1412,1837,1838, 39, 794,1413, 358,1839, 371, 925,1840, 453, 661, 788, 531, 723, + 544,1023,1081, 869, 91,1841, 392, 430, 790, 602,1414, 677,1082, 457,1415,1416, +1842,1843, 475, 327,1024,1417, 795, 121,1844, 733, 403,1418,1845,1846,1847, 300, + 119, 711,1212, 627,1848,1272, 207,1849,1850, 796,1213, 382,1851, 519,1852,1083, + 893,1853,1854,1855, 367, 809, 487, 671,1856, 663,1857,1858, 956, 471, 306, 857, +1859,1860,1160,1084,1861,1862,1863,1864,1865,1061,1866,1867,1868,1869,1870,1871, + 282, 96, 574,1872, 502,1085,1873,1214,1874, 907,1875,1876, 827, 977,1419,1420, +1421, 268,1877,1422,1878,1879,1880, 308,1881, 2, 537,1882,1883,1215,1884,1885, + 127, 791,1886,1273,1423,1887, 34, 336, 404, 643,1888, 571, 654, 894, 840,1889, + 0, 886,1274, 122, 575, 260, 908, 938,1890,1275, 410, 316,1891,1892, 100,1893, +1894,1123, 48,1161,1124,1025,1895, 633, 901,1276,1896,1897, 115, 816,1898, 317, +1899, 694,1900, 909, 734,1424, 572, 866,1425, 691, 85, 524,1010, 543, 394, 841, +1901,1902,1903,1026,1904,1905,1906,1907,1908,1909, 30, 451, 651, 988, 310,1910, +1911,1426, 810,1216, 93,1912,1913,1277,1217,1914, 858, 759, 45, 58, 181, 610, + 269,1915,1916, 131,1062, 551, 443,1000, 821,1427, 957, 895,1086,1917,1918, 375, +1919, 359,1920, 687,1921, 822,1922, 293,1923,1924, 40, 662, 118, 692, 29, 939, + 887, 640, 482, 174,1925, 69,1162, 728,1428, 910,1926,1278,1218,1279, 386, 870, + 217, 854,1163, 823,1927,1928,1929,1930, 834,1931, 78,1932, 859,1933,1063,1934, +1935,1936,1937, 438,1164, 208, 595,1938,1939,1940,1941,1219,1125,1942, 280, 888, +1429,1430,1220,1431,1943,1944,1945,1946,1947,1280, 150, 510,1432,1948,1949,1950, +1951,1952,1953,1954,1011,1087,1955,1433,1043,1956, 881,1957, 614, 958,1064,1065, +1221,1958, 638,1001, 860, 967, 896,1434, 989, 492, 553,1281,1165,1959,1282,1002, +1283,1222,1960,1961,1962,1963, 36, 383, 228, 753, 247, 454,1964, 876, 678,1965, +1966,1284, 126, 464, 490, 835, 136, 672, 529, 940,1088,1435, 473,1967,1968, 467, + 50, 390, 227, 587, 279, 378, 598, 792, 968, 240, 151, 160, 849, 882,1126,1285, + 639,1044, 133, 140, 288, 360, 811, 563,1027, 561, 142, 523,1969,1970,1971, 7, + 103, 296, 439, 407, 506, 634, 990,1972,1973,1974,1975, 645,1976,1977,1978,1979, +1980,1981, 236,1982,1436,1983,1984,1089, 192, 828, 618, 518,1166, 333,1127,1985, + 818,1223,1986,1987,1988,1989,1990,1991,1992,1993, 342,1128,1286, 746, 842,1994, +1995, 560, 223,1287, 98, 8, 189, 650, 978,1288,1996,1437,1997, 17, 345, 250, + 423, 277, 234, 512, 226, 97, 289, 42, 167,1998, 201,1999,2000, 843, 836, 824, + 532, 338, 783,1090, 182, 576, 436,1438,1439, 527, 500,2001, 947, 889,2002,2003, +2004,2005, 262, 600, 314, 447,2006, 547,2007, 693, 738,1129,2008, 71,1440, 745, + 619, 688,2009, 829,2010,2011, 147,2012, 33, 948,2013,2014, 74, 224,2015, 61, + 191, 918, 399, 637,2016,1028,1130, 257, 902,2017,2018,2019,2020,2021,2022,2023, +2024,2025,2026, 837,2027,2028,2029,2030, 179, 874, 591, 52, 724, 246,2031,2032, +2033,2034,1167, 969,2035,1289, 630, 605, 911,1091,1168,2036,2037,2038,1441, 912, +2039, 623,2040,2041, 253,1169,1290,2042,1442, 146, 620, 611, 577, 433,2043,1224, + 719,1170, 959, 440, 437, 534, 84, 388, 480,1131, 159, 220, 198, 679,2044,1012, + 819,1066,1443, 113,1225, 194, 318,1003,1029,2045,2046,2047,2048,1067,2049,2050, +2051,2052,2053, 59, 913, 112,2054, 632,2055, 455, 144, 739,1291,2056, 273, 681, + 499,2057, 448,2058,2059, 760,2060,2061, 970, 384, 169, 245,1132,2062,2063, 414, +1444,2064,2065, 41, 235,2066, 157, 252, 877, 568, 919, 789, 580,2067, 725,2068, +2069,1292,2070,2071,1445,2072,1446,2073,2074, 55, 588, 66,1447, 271,1092,2075, +1226,2076, 960,1013, 372,2077,2078,2079,2080,2081,1293,2082,2083,2084,2085, 850, +2086,2087,2088,2089,2090, 186,2091,1068, 180,2092,2093,2094, 109,1227, 522, 606, +2095, 867,1448,1093, 991,1171, 926, 353,1133,2096, 581,2097,2098,2099,1294,1449, +1450,2100, 596,1172,1014,1228,2101,1451,1295,1173,1229,2102,2103,1296,1134,1452, + 949,1135,2104,2105,1094,1453,1454,1455,2106,1095,2107,2108,2109,2110,2111,2112, +2113,2114,2115,2116,2117, 804,2118,2119,1230,1231, 805,1456, 405,1136,2120,2121, +2122,2123,2124, 720, 701,1297, 992,1457, 927,1004,2125,2126,2127,2128,2129,2130, + 22, 417,2131, 303,2132, 385,2133, 971, 520, 513,2134,1174, 73,1096, 231, 274, + 962,1458, 673,2135,1459,2136, 152,1137,2137,2138,2139,2140,1005,1138,1460,1139, +2141,2142,2143,2144, 11, 374, 844,2145, 154,1232, 46,1461,2146, 838, 830, 721, +1233, 106,2147, 90, 428, 462, 578, 566,1175, 352,2148,2149, 538,1234, 124,1298, +2150,1462, 761, 565,2151, 686,2152, 649,2153, 72, 173,2154, 460, 415,2155,1463, +2156,1235, 305,2157,2158,2159,2160,2161,2162, 579,2163,2164,2165,2166,2167, 747, +2168,2169,2170,2171,1464, 669,2172,2173,2174,2175,2176,1465,2177, 23, 530, 285, +2178, 335, 729,2179, 397,2180,2181,2182,1030,2183,2184, 698,2185,2186, 325,2187, +2188, 369,2189, 799,1097,1015, 348,2190,1069, 680,2191, 851,1466,2192,2193, 10, +2194, 613, 424,2195, 979, 108, 449, 589, 27, 172, 81,1031, 80, 774, 281, 350, +1032, 525, 301, 582,1176,2196, 674,1045,2197,2198,1467, 730, 762,2199,2200,2201, +2202,1468,2203, 993,2204,2205, 266,1070, 963,1140,2206,2207,2208, 664,1098, 972, +2209,2210,2211,1177,1469,1470, 871,2212,2213,2214,2215,2216,1471,2217,2218,2219, +2220,2221,2222,2223,2224,2225,2226,2227,1472,1236,2228,2229,2230,2231,2232,2233, +2234,2235,1299,2236,2237, 200,2238, 477, 373,2239,2240, 731, 825, 777,2241,2242, +2243, 521, 486, 548,2244,2245,2246,1473,1300, 53, 549, 137, 875, 76, 158,2247, +1301,1474, 469, 396,1016, 278, 712,2248, 321, 442, 503, 767, 744, 941,1237,1178, +1475,2249, 82, 178,1141,1179, 973,2250,1302,2251, 297,2252,2253, 570,2254,2255, +2256, 18, 450, 206,2257, 290, 292,1142,2258, 511, 162, 99, 346, 164, 735,2259, +1476,1477, 4, 554, 343, 798,1099,2260,1100,2261, 43, 171,1303, 139, 215,2262, +2263, 717, 775,2264,1033, 322, 216,2265, 831,2266, 149,2267,1304,2268,2269, 702, +1238, 135, 845, 347, 309,2270, 484,2271, 878, 655, 238,1006,1478,2272, 67,2273, + 295,2274,2275, 461,2276, 478, 942, 412,2277,1034,2278,2279,2280, 265,2281, 541, +2282,2283,2284,2285,2286, 70, 852,1071,2287,2288,2289,2290, 21, 56, 509, 117, + 432,2291,2292, 331, 980, 552,1101, 148, 284, 105, 393,1180,1239, 755,2293, 187, +2294,1046,1479,2295, 340,2296, 63,1047, 230,2297,2298,1305, 763,1306, 101, 800, + 808, 494,2299,2300,2301, 903,2302, 37,1072, 14, 5,2303, 79, 675,2304, 312, +2305,2306,2307,2308,2309,1480, 6,1307,2310,2311,2312, 1, 470, 35, 24, 229, +2313, 695, 210, 86, 778, 15, 784, 592, 779, 32, 77, 855, 964,2314, 259,2315, + 501, 380,2316,2317, 83, 981, 153, 689,1308,1481,1482,1483,2318,2319, 716,1484, +2320,2321,2322,2323,2324,2325,1485,2326,2327, 128, 57, 68, 261,1048, 211, 170, +1240, 31,2328, 51, 435, 742,2329,2330,2331, 635,2332, 264, 456,2333,2334,2335, + 425,2336,1486, 143, 507, 263, 943,2337, 363, 920,1487, 256,1488,1102, 243, 601, +1489,2338,2339,2340,2341,2342,2343,2344, 861,2345,2346,2347,2348,2349,2350, 395, +2351,1490,1491, 62, 535, 166, 225,2352,2353, 668, 419,1241, 138, 604, 928,2354, +1181,2355,1492,1493,2356,2357,2358,1143,2359, 696,2360, 387, 307,1309, 682, 476, +2361,2362, 332, 12, 222, 156,2363, 232,2364, 641, 276, 656, 517,1494,1495,1035, + 416, 736,1496,2365,1017, 586,2366,2367,2368,1497,2369, 242,2370,2371,2372,1498, +2373, 965, 713,2374,2375,2376,2377, 740, 982,1499, 944,1500,1007,2378,2379,1310, +1501,2380,2381,2382, 785, 329,2383,2384,1502,2385,2386,2387, 932,2388,1503,2389, +2390,2391,2392,1242,2393,2394,2395,2396,2397, 994, 950,2398,2399,2400,2401,1504, +1311,2402,2403,2404,2405,1049, 749,2406,2407, 853, 718,1144,1312,2408,1182,1505, +2409,2410, 255, 516, 479, 564, 550, 214,1506,1507,1313, 413, 239, 444, 339,1145, +1036,1508,1509,1314,1037,1510,1315,2411,1511,2412,2413,2414, 176, 703, 497, 624, + 593, 921, 302,2415, 341, 165,1103,1512,2416,1513,2417,2418,2419, 376,2420, 700, +2421,2422,2423, 258, 768,1316,2424,1183,2425, 995, 608,2426,2427,2428,2429, 221, +2430,2431,2432,2433,2434,2435,2436,2437, 195, 323, 726, 188, 897, 983,1317, 377, + 644,1050, 879,2438, 452,2439,2440,2441,2442,2443,2444, 914,2445,2446,2447,2448, + 915, 489,2449,1514,1184,2450,2451, 515, 64, 427, 495,2452, 583,2453, 483, 485, +1038, 562, 213,1515, 748, 666,2454,2455,2456,2457, 334,2458, 780, 996,1008, 705, +1243,2459,2460,2461,2462,2463, 114,2464, 493,1146, 366, 163,1516, 961,1104,2465, + 291,2466,1318,1105,2467,1517, 365,2468, 355, 951,1244,2469,1319,2470, 631,2471, +2472, 218,1320, 364, 320, 756,1518,1519,1321,1520,1322,2473,2474,2475,2476, 997, +2477,2478,2479,2480, 665,1185,2481, 916,1521,2482,2483,2484, 584, 684,2485,2486, + 797,2487,1051,1186,2488,2489,2490,1522,2491,2492, 370,2493,1039,1187, 65,2494, + 434, 205, 463,1188,2495, 125, 812, 391, 402, 826, 699, 286, 398, 155, 781, 771, + 585,2496, 590, 505,1073,2497, 599, 244, 219, 917,1018, 952, 646,1523,2498,1323, +2499,2500, 49, 984, 354, 741,2501, 625,2502,1324,2503,1019, 190, 357, 757, 491, + 95, 782, 868,2504,2505,2506,2507,2508,2509, 134,1524,1074, 422,1525, 898,2510, + 161,2511,2512,2513,2514, 769,2515,1526,2516,2517, 411,1325,2518, 472,1527,2519, +2520,2521,2522,2523,2524, 985,2525,2526,2527,2528,2529,2530, 764,2531,1245,2532, +2533, 25, 204, 311,2534, 496,2535,1052,2536,2537,2538,2539,2540,2541,2542, 199, + 704, 504, 468, 758, 657,1528, 196, 44, 839,1246, 272, 750,2543, 765, 862,2544, +2545,1326,2546, 132, 615, 933,2547, 732,2548,2549,2550,1189,1529,2551, 283,1247, +1053, 607, 929,2552,2553,2554, 930, 183, 872, 616,1040,1147,2555,1148,1020, 441, + 249,1075,2556,2557,2558, 466, 743,2559,2560,2561, 92, 514, 426, 420, 526,2562, +2563,2564,2565,2566,2567,2568, 185,2569,2570,2571,2572, 776,1530, 658,2573, 362, +2574, 361, 922,1076, 793,2575,2576,2577,2578,2579,2580,1531, 251,2581,2582,2583, +2584,1532, 54, 612, 237,1327,2585,2586, 275, 408, 647, 111,2587,1533,1106, 465, + 3, 458, 9, 38,2588, 107, 110, 890, 209, 26, 737, 498,2589,1534,2590, 431, + 202, 88,1535, 356, 287,1107, 660,1149,2591, 381,1536, 986,1150, 445,1248,1151, + 974,2592,2593, 846,2594, 446, 953, 184,1249,1250, 727,2595, 923, 193, 883,2596, +2597,2598, 102, 324, 539, 817,2599, 421,1041,2600, 832,2601, 94, 175, 197, 406, +2602, 459,2603,2604,2605,2606,2607, 330, 555,2608,2609,2610, 706,1108, 389,2611, +2612,2613,2614, 233,2615, 833, 558, 931, 954,1251,2616,2617,1537, 546,2618,2619, +1009,2620,2621,2622,1538, 690,1328,2623, 955,2624,1539,2625,2626, 772,2627,2628, +2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042, + 670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642, # 512, 256 +) +# fmt: on diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 00000000..1fc5de04 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCKR_SM_MODEL + + +class EUCKRProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-KR" + + @property + def language(self) -> str: + return "Korean" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 00000000..4900ccc1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py @@ -0,0 +1,388 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# EUCTW frequency table +# Converted from big5 work +# by Taiwan's Mandarin Promotion Council +# + +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Idea Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +EUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +EUCTW_TABLE_SIZE = 5376 + +# fmt: off +EUCTW_CHAR_TO_FREQ_ORDER = ( + 1, 1800, 1506, 255, 1431, 198, 9, 82, 6, 7310, 177, 202, 3615, 1256, 2808, 110, # 2742 + 3735, 33, 3241, 261, 76, 44, 2113, 16, 2931, 2184, 1176, 659, 3868, 26, 3404, 2643, # 2758 + 1198, 3869, 3313, 4060, 410, 2211, 302, 590, 361, 1963, 8, 204, 58, 4296, 7311, 1931, # 2774 + 63, 7312, 7313, 317, 1614, 75, 222, 159, 4061, 2412, 1480, 7314, 3500, 3068, 224, 2809, # 2790 + 3616, 3, 10, 3870, 1471, 29, 2774, 1135, 2852, 1939, 873, 130, 3242, 1123, 312, 7315, # 2806 + 4297, 2051, 507, 252, 682, 7316, 142, 1914, 124, 206, 2932, 34, 3501, 3173, 64, 604, # 2822 + 7317, 2494, 1976, 1977, 155, 1990, 645, 641, 1606, 7318, 3405, 337, 72, 406, 7319, 80, # 2838 + 630, 238, 3174, 1509, 263, 939, 1092, 2644, 756, 1440, 1094, 3406, 449, 69, 2969, 591, # 2854 + 179, 2095, 471, 115, 2034, 1843, 60, 50, 2970, 134, 806, 1868, 734, 2035, 3407, 180, # 2870 + 995, 1607, 156, 537, 2893, 688, 7320, 319, 1305, 779, 2144, 514, 2374, 298, 4298, 359, # 2886 + 2495, 90, 2707, 1338, 663, 11, 906, 1099, 2545, 20, 2436, 182, 532, 1716, 7321, 732, # 2902 + 1376, 4062, 1311, 1420, 3175, 25, 2312, 1056, 113, 399, 382, 1949, 242, 3408, 2467, 529, # 2918 + 3243, 475, 1447, 3617, 7322, 117, 21, 656, 810, 1297, 2295, 2329, 3502, 7323, 126, 4063, # 2934 + 706, 456, 150, 613, 4299, 71, 1118, 2036, 4064, 145, 3069, 85, 835, 486, 2114, 1246, # 2950 + 1426, 428, 727, 1285, 1015, 800, 106, 623, 303, 1281, 7324, 2127, 2354, 347, 3736, 221, # 2966 + 3503, 3110, 7325, 1955, 1153, 4065, 83, 296, 1199, 3070, 192, 624, 93, 7326, 822, 1897, # 2982 + 2810, 3111, 795, 2064, 991, 1554, 1542, 1592, 27, 43, 2853, 859, 139, 1456, 860, 4300, # 2998 + 437, 712, 3871, 164, 2392, 3112, 695, 211, 3017, 2096, 195, 3872, 1608, 3504, 3505, 3618, # 3014 + 3873, 234, 811, 2971, 2097, 3874, 2229, 1441, 3506, 1615, 2375, 668, 2076, 1638, 305, 228, # 3030 + 1664, 4301, 467, 415, 7327, 262, 2098, 1593, 239, 108, 300, 200, 1033, 512, 1247, 2077, # 3046 + 7328, 7329, 2173, 3176, 3619, 2673, 593, 845, 1062, 3244, 88, 1723, 2037, 3875, 1950, 212, # 3062 + 266, 152, 149, 468, 1898, 4066, 4302, 77, 187, 7330, 3018, 37, 5, 2972, 7331, 3876, # 3078 + 7332, 7333, 39, 2517, 4303, 2894, 3177, 2078, 55, 148, 74, 4304, 545, 483, 1474, 1029, # 3094 + 1665, 217, 1869, 1531, 3113, 1104, 2645, 4067, 24, 172, 3507, 900, 3877, 3508, 3509, 4305, # 3110 + 32, 1408, 2811, 1312, 329, 487, 2355, 2247, 2708, 784, 2674, 4, 3019, 3314, 1427, 1788, # 3126 + 188, 109, 499, 7334, 3620, 1717, 1789, 888, 1217, 3020, 4306, 7335, 3510, 7336, 3315, 1520, # 3142 + 3621, 3878, 196, 1034, 775, 7337, 7338, 929, 1815, 249, 439, 38, 7339, 1063, 7340, 794, # 3158 + 3879, 1435, 2296, 46, 178, 3245, 2065, 7341, 2376, 7342, 214, 1709, 4307, 804, 35, 707, # 3174 + 324, 3622, 1601, 2546, 140, 459, 4068, 7343, 7344, 1365, 839, 272, 978, 2257, 2572, 3409, # 3190 + 2128, 1363, 3623, 1423, 697, 100, 3071, 48, 70, 1231, 495, 3114, 2193, 7345, 1294, 7346, # 3206 + 2079, 462, 586, 1042, 3246, 853, 256, 988, 185, 2377, 3410, 1698, 434, 1084, 7347, 3411, # 3222 + 314, 2615, 2775, 4308, 2330, 2331, 569, 2280, 637, 1816, 2518, 757, 1162, 1878, 1616, 3412, # 3238 + 287, 1577, 2115, 768, 4309, 1671, 2854, 3511, 2519, 1321, 3737, 909, 2413, 7348, 4069, 933, # 3254 + 3738, 7349, 2052, 2356, 1222, 4310, 765, 2414, 1322, 786, 4311, 7350, 1919, 1462, 1677, 2895, # 3270 + 1699, 7351, 4312, 1424, 2437, 3115, 3624, 2590, 3316, 1774, 1940, 3413, 3880, 4070, 309, 1369, # 3286 + 1130, 2812, 364, 2230, 1653, 1299, 3881, 3512, 3882, 3883, 2646, 525, 1085, 3021, 902, 2000, # 3302 + 1475, 964, 4313, 421, 1844, 1415, 1057, 2281, 940, 1364, 3116, 376, 4314, 4315, 1381, 7, # 3318 + 2520, 983, 2378, 336, 1710, 2675, 1845, 321, 3414, 559, 1131, 3022, 2742, 1808, 1132, 1313, # 3334 + 265, 1481, 1857, 7352, 352, 1203, 2813, 3247, 167, 1089, 420, 2814, 776, 792, 1724, 3513, # 3350 + 4071, 2438, 3248, 7353, 4072, 7354, 446, 229, 333, 2743, 901, 3739, 1200, 1557, 4316, 2647, # 3366 + 1920, 395, 2744, 2676, 3740, 4073, 1835, 125, 916, 3178, 2616, 4317, 7355, 7356, 3741, 7357, # 3382 + 7358, 7359, 4318, 3117, 3625, 1133, 2547, 1757, 3415, 1510, 2313, 1409, 3514, 7360, 2145, 438, # 3398 + 2591, 2896, 2379, 3317, 1068, 958, 3023, 461, 311, 2855, 2677, 4074, 1915, 3179, 4075, 1978, # 3414 + 383, 750, 2745, 2617, 4076, 274, 539, 385, 1278, 1442, 7361, 1154, 1964, 384, 561, 210, # 3430 + 98, 1295, 2548, 3515, 7362, 1711, 2415, 1482, 3416, 3884, 2897, 1257, 129, 7363, 3742, 642, # 3446 + 523, 2776, 2777, 2648, 7364, 141, 2231, 1333, 68, 176, 441, 876, 907, 4077, 603, 2592, # 3462 + 710, 171, 3417, 404, 549, 18, 3118, 2393, 1410, 3626, 1666, 7365, 3516, 4319, 2898, 4320, # 3478 + 7366, 2973, 368, 7367, 146, 366, 99, 871, 3627, 1543, 748, 807, 1586, 1185, 22, 2258, # 3494 + 379, 3743, 3180, 7368, 3181, 505, 1941, 2618, 1991, 1382, 2314, 7369, 380, 2357, 218, 702, # 3510 + 1817, 1248, 3418, 3024, 3517, 3318, 3249, 7370, 2974, 3628, 930, 3250, 3744, 7371, 59, 7372, # 3526 + 585, 601, 4078, 497, 3419, 1112, 1314, 4321, 1801, 7373, 1223, 1472, 2174, 7374, 749, 1836, # 3542 + 690, 1899, 3745, 1772, 3885, 1476, 429, 1043, 1790, 2232, 2116, 917, 4079, 447, 1086, 1629, # 3558 + 7375, 556, 7376, 7377, 2020, 1654, 844, 1090, 105, 550, 966, 1758, 2815, 1008, 1782, 686, # 3574 + 1095, 7378, 2282, 793, 1602, 7379, 3518, 2593, 4322, 4080, 2933, 2297, 4323, 3746, 980, 2496, # 3590 + 544, 353, 527, 4324, 908, 2678, 2899, 7380, 381, 2619, 1942, 1348, 7381, 1341, 1252, 560, # 3606 + 3072, 7382, 3420, 2856, 7383, 2053, 973, 886, 2080, 143, 4325, 7384, 7385, 157, 3886, 496, # 3622 + 4081, 57, 840, 540, 2038, 4326, 4327, 3421, 2117, 1445, 970, 2259, 1748, 1965, 2081, 4082, # 3638 + 3119, 1234, 1775, 3251, 2816, 3629, 773, 1206, 2129, 1066, 2039, 1326, 3887, 1738, 1725, 4083, # 3654 + 279, 3120, 51, 1544, 2594, 423, 1578, 2130, 2066, 173, 4328, 1879, 7386, 7387, 1583, 264, # 3670 + 610, 3630, 4329, 2439, 280, 154, 7388, 7389, 7390, 1739, 338, 1282, 3073, 693, 2857, 1411, # 3686 + 1074, 3747, 2440, 7391, 4330, 7392, 7393, 1240, 952, 2394, 7394, 2900, 1538, 2679, 685, 1483, # 3702 + 4084, 2468, 1436, 953, 4085, 2054, 4331, 671, 2395, 79, 4086, 2441, 3252, 608, 567, 2680, # 3718 + 3422, 4087, 4088, 1691, 393, 1261, 1791, 2396, 7395, 4332, 7396, 7397, 7398, 7399, 1383, 1672, # 3734 + 3748, 3182, 1464, 522, 1119, 661, 1150, 216, 675, 4333, 3888, 1432, 3519, 609, 4334, 2681, # 3750 + 2397, 7400, 7401, 7402, 4089, 3025, 0, 7403, 2469, 315, 231, 2442, 301, 3319, 4335, 2380, # 3766 + 7404, 233, 4090, 3631, 1818, 4336, 4337, 7405, 96, 1776, 1315, 2082, 7406, 257, 7407, 1809, # 3782 + 3632, 2709, 1139, 1819, 4091, 2021, 1124, 2163, 2778, 1777, 2649, 7408, 3074, 363, 1655, 3183, # 3798 + 7409, 2975, 7410, 7411, 7412, 3889, 1567, 3890, 718, 103, 3184, 849, 1443, 341, 3320, 2934, # 3814 + 1484, 7413, 1712, 127, 67, 339, 4092, 2398, 679, 1412, 821, 7414, 7415, 834, 738, 351, # 3830 + 2976, 2146, 846, 235, 1497, 1880, 418, 1992, 3749, 2710, 186, 1100, 2147, 2746, 3520, 1545, # 3846 + 1355, 2935, 2858, 1377, 583, 3891, 4093, 2573, 2977, 7416, 1298, 3633, 1078, 2549, 3634, 2358, # 3862 + 78, 3750, 3751, 267, 1289, 2099, 2001, 1594, 4094, 348, 369, 1274, 2194, 2175, 1837, 4338, # 3878 + 1820, 2817, 3635, 2747, 2283, 2002, 4339, 2936, 2748, 144, 3321, 882, 4340, 3892, 2749, 3423, # 3894 + 4341, 2901, 7417, 4095, 1726, 320, 7418, 3893, 3026, 788, 2978, 7419, 2818, 1773, 1327, 2859, # 3910 + 3894, 2819, 7420, 1306, 4342, 2003, 1700, 3752, 3521, 2359, 2650, 787, 2022, 506, 824, 3636, # 3926 + 534, 323, 4343, 1044, 3322, 2023, 1900, 946, 3424, 7421, 1778, 1500, 1678, 7422, 1881, 4344, # 3942 + 165, 243, 4345, 3637, 2521, 123, 683, 4096, 764, 4346, 36, 3895, 1792, 589, 2902, 816, # 3958 + 626, 1667, 3027, 2233, 1639, 1555, 1622, 3753, 3896, 7423, 3897, 2860, 1370, 1228, 1932, 891, # 3974 + 2083, 2903, 304, 4097, 7424, 292, 2979, 2711, 3522, 691, 2100, 4098, 1115, 4347, 118, 662, # 3990 + 7425, 611, 1156, 854, 2381, 1316, 2861, 2, 386, 515, 2904, 7426, 7427, 3253, 868, 2234, # 4006 + 1486, 855, 2651, 785, 2212, 3028, 7428, 1040, 3185, 3523, 7429, 3121, 448, 7430, 1525, 7431, # 4022 + 2164, 4348, 7432, 3754, 7433, 4099, 2820, 3524, 3122, 503, 818, 3898, 3123, 1568, 814, 676, # 4038 + 1444, 306, 1749, 7434, 3755, 1416, 1030, 197, 1428, 805, 2821, 1501, 4349, 7435, 7436, 7437, # 4054 + 1993, 7438, 4350, 7439, 7440, 2195, 13, 2779, 3638, 2980, 3124, 1229, 1916, 7441, 3756, 2131, # 4070 + 7442, 4100, 4351, 2399, 3525, 7443, 2213, 1511, 1727, 1120, 7444, 7445, 646, 3757, 2443, 307, # 4086 + 7446, 7447, 1595, 3186, 7448, 7449, 7450, 3639, 1113, 1356, 3899, 1465, 2522, 2523, 7451, 519, # 4102 + 7452, 128, 2132, 92, 2284, 1979, 7453, 3900, 1512, 342, 3125, 2196, 7454, 2780, 2214, 1980, # 4118 + 3323, 7455, 290, 1656, 1317, 789, 827, 2360, 7456, 3758, 4352, 562, 581, 3901, 7457, 401, # 4134 + 4353, 2248, 94, 4354, 1399, 2781, 7458, 1463, 2024, 4355, 3187, 1943, 7459, 828, 1105, 4101, # 4150 + 1262, 1394, 7460, 4102, 605, 4356, 7461, 1783, 2862, 7462, 2822, 819, 2101, 578, 2197, 2937, # 4166 + 7463, 1502, 436, 3254, 4103, 3255, 2823, 3902, 2905, 3425, 3426, 7464, 2712, 2315, 7465, 7466, # 4182 + 2332, 2067, 23, 4357, 193, 826, 3759, 2102, 699, 1630, 4104, 3075, 390, 1793, 1064, 3526, # 4198 + 7467, 1579, 3076, 3077, 1400, 7468, 4105, 1838, 1640, 2863, 7469, 4358, 4359, 137, 4106, 598, # 4214 + 3078, 1966, 780, 104, 974, 2938, 7470, 278, 899, 253, 402, 572, 504, 493, 1339, 7471, # 4230 + 3903, 1275, 4360, 2574, 2550, 7472, 3640, 3029, 3079, 2249, 565, 1334, 2713, 863, 41, 7473, # 4246 + 7474, 4361, 7475, 1657, 2333, 19, 463, 2750, 4107, 606, 7476, 2981, 3256, 1087, 2084, 1323, # 4262 + 2652, 2982, 7477, 1631, 1623, 1750, 4108, 2682, 7478, 2864, 791, 2714, 2653, 2334, 232, 2416, # 4278 + 7479, 2983, 1498, 7480, 2654, 2620, 755, 1366, 3641, 3257, 3126, 2025, 1609, 119, 1917, 3427, # 4294 + 862, 1026, 4109, 7481, 3904, 3760, 4362, 3905, 4363, 2260, 1951, 2470, 7482, 1125, 817, 4110, # 4310 + 4111, 3906, 1513, 1766, 2040, 1487, 4112, 3030, 3258, 2824, 3761, 3127, 7483, 7484, 1507, 7485, # 4326 + 2683, 733, 40, 1632, 1106, 2865, 345, 4113, 841, 2524, 230, 4364, 2984, 1846, 3259, 3428, # 4342 + 7486, 1263, 986, 3429, 7487, 735, 879, 254, 1137, 857, 622, 1300, 1180, 1388, 1562, 3907, # 4358 + 3908, 2939, 967, 2751, 2655, 1349, 592, 2133, 1692, 3324, 2985, 1994, 4114, 1679, 3909, 1901, # 4374 + 2185, 7488, 739, 3642, 2715, 1296, 1290, 7489, 4115, 2198, 2199, 1921, 1563, 2595, 2551, 1870, # 4390 + 2752, 2986, 7490, 435, 7491, 343, 1108, 596, 17, 1751, 4365, 2235, 3430, 3643, 7492, 4366, # 4406 + 294, 3527, 2940, 1693, 477, 979, 281, 2041, 3528, 643, 2042, 3644, 2621, 2782, 2261, 1031, # 4422 + 2335, 2134, 2298, 3529, 4367, 367, 1249, 2552, 7493, 3530, 7494, 4368, 1283, 3325, 2004, 240, # 4438 + 1762, 3326, 4369, 4370, 836, 1069, 3128, 474, 7495, 2148, 2525, 268, 3531, 7496, 3188, 1521, # 4454 + 1284, 7497, 1658, 1546, 4116, 7498, 3532, 3533, 7499, 4117, 3327, 2684, 1685, 4118, 961, 1673, # 4470 + 2622, 190, 2005, 2200, 3762, 4371, 4372, 7500, 570, 2497, 3645, 1490, 7501, 4373, 2623, 3260, # 4486 + 1956, 4374, 584, 1514, 396, 1045, 1944, 7502, 4375, 1967, 2444, 7503, 7504, 4376, 3910, 619, # 4502 + 7505, 3129, 3261, 215, 2006, 2783, 2553, 3189, 4377, 3190, 4378, 763, 4119, 3763, 4379, 7506, # 4518 + 7507, 1957, 1767, 2941, 3328, 3646, 1174, 452, 1477, 4380, 3329, 3130, 7508, 2825, 1253, 2382, # 4534 + 2186, 1091, 2285, 4120, 492, 7509, 638, 1169, 1824, 2135, 1752, 3911, 648, 926, 1021, 1324, # 4550 + 4381, 520, 4382, 997, 847, 1007, 892, 4383, 3764, 2262, 1871, 3647, 7510, 2400, 1784, 4384, # 4566 + 1952, 2942, 3080, 3191, 1728, 4121, 2043, 3648, 4385, 2007, 1701, 3131, 1551, 30, 2263, 4122, # 4582 + 7511, 2026, 4386, 3534, 7512, 501, 7513, 4123, 594, 3431, 2165, 1821, 3535, 3432, 3536, 3192, # 4598 + 829, 2826, 4124, 7514, 1680, 3132, 1225, 4125, 7515, 3262, 4387, 4126, 3133, 2336, 7516, 4388, # 4614 + 4127, 7517, 3912, 3913, 7518, 1847, 2383, 2596, 3330, 7519, 4389, 374, 3914, 652, 4128, 4129, # 4630 + 375, 1140, 798, 7520, 7521, 7522, 2361, 4390, 2264, 546, 1659, 138, 3031, 2445, 4391, 7523, # 4646 + 2250, 612, 1848, 910, 796, 3765, 1740, 1371, 825, 3766, 3767, 7524, 2906, 2554, 7525, 692, # 4662 + 444, 3032, 2624, 801, 4392, 4130, 7526, 1491, 244, 1053, 3033, 4131, 4132, 340, 7527, 3915, # 4678 + 1041, 2987, 293, 1168, 87, 1357, 7528, 1539, 959, 7529, 2236, 721, 694, 4133, 3768, 219, # 4694 + 1478, 644, 1417, 3331, 2656, 1413, 1401, 1335, 1389, 3916, 7530, 7531, 2988, 2362, 3134, 1825, # 4710 + 730, 1515, 184, 2827, 66, 4393, 7532, 1660, 2943, 246, 3332, 378, 1457, 226, 3433, 975, # 4726 + 3917, 2944, 1264, 3537, 674, 696, 7533, 163, 7534, 1141, 2417, 2166, 713, 3538, 3333, 4394, # 4742 + 3918, 7535, 7536, 1186, 15, 7537, 1079, 1070, 7538, 1522, 3193, 3539, 276, 1050, 2716, 758, # 4758 + 1126, 653, 2945, 3263, 7539, 2337, 889, 3540, 3919, 3081, 2989, 903, 1250, 4395, 3920, 3434, # 4774 + 3541, 1342, 1681, 1718, 766, 3264, 286, 89, 2946, 3649, 7540, 1713, 7541, 2597, 3334, 2990, # 4790 + 7542, 2947, 2215, 3194, 2866, 7543, 4396, 2498, 2526, 181, 387, 1075, 3921, 731, 2187, 3335, # 4806 + 7544, 3265, 310, 313, 3435, 2299, 770, 4134, 54, 3034, 189, 4397, 3082, 3769, 3922, 7545, # 4822 + 1230, 1617, 1849, 355, 3542, 4135, 4398, 3336, 111, 4136, 3650, 1350, 3135, 3436, 3035, 4137, # 4838 + 2149, 3266, 3543, 7546, 2784, 3923, 3924, 2991, 722, 2008, 7547, 1071, 247, 1207, 2338, 2471, # 4854 + 1378, 4399, 2009, 864, 1437, 1214, 4400, 373, 3770, 1142, 2216, 667, 4401, 442, 2753, 2555, # 4870 + 3771, 3925, 1968, 4138, 3267, 1839, 837, 170, 1107, 934, 1336, 1882, 7548, 7549, 2118, 4139, # 4886 + 2828, 743, 1569, 7550, 4402, 4140, 582, 2384, 1418, 3437, 7551, 1802, 7552, 357, 1395, 1729, # 4902 + 3651, 3268, 2418, 1564, 2237, 7553, 3083, 3772, 1633, 4403, 1114, 2085, 4141, 1532, 7554, 482, # 4918 + 2446, 4404, 7555, 7556, 1492, 833, 1466, 7557, 2717, 3544, 1641, 2829, 7558, 1526, 1272, 3652, # 4934 + 4142, 1686, 1794, 416, 2556, 1902, 1953, 1803, 7559, 3773, 2785, 3774, 1159, 2316, 7560, 2867, # 4950 + 4405, 1610, 1584, 3036, 2419, 2754, 443, 3269, 1163, 3136, 7561, 7562, 3926, 7563, 4143, 2499, # 4966 + 3037, 4406, 3927, 3137, 2103, 1647, 3545, 2010, 1872, 4144, 7564, 4145, 431, 3438, 7565, 250, # 4982 + 97, 81, 4146, 7566, 1648, 1850, 1558, 160, 848, 7567, 866, 740, 1694, 7568, 2201, 2830, # 4998 + 3195, 4147, 4407, 3653, 1687, 950, 2472, 426, 469, 3196, 3654, 3655, 3928, 7569, 7570, 1188, # 5014 + 424, 1995, 861, 3546, 4148, 3775, 2202, 2685, 168, 1235, 3547, 4149, 7571, 2086, 1674, 4408, # 5030 + 3337, 3270, 220, 2557, 1009, 7572, 3776, 670, 2992, 332, 1208, 717, 7573, 7574, 3548, 2447, # 5046 + 3929, 3338, 7575, 513, 7576, 1209, 2868, 3339, 3138, 4409, 1080, 7577, 7578, 7579, 7580, 2527, # 5062 + 3656, 3549, 815, 1587, 3930, 3931, 7581, 3550, 3439, 3777, 1254, 4410, 1328, 3038, 1390, 3932, # 5078 + 1741, 3933, 3778, 3934, 7582, 236, 3779, 2448, 3271, 7583, 7584, 3657, 3780, 1273, 3781, 4411, # 5094 + 7585, 308, 7586, 4412, 245, 4413, 1851, 2473, 1307, 2575, 430, 715, 2136, 2449, 7587, 270, # 5110 + 199, 2869, 3935, 7588, 3551, 2718, 1753, 761, 1754, 725, 1661, 1840, 4414, 3440, 3658, 7589, # 5126 + 7590, 587, 14, 3272, 227, 2598, 326, 480, 2265, 943, 2755, 3552, 291, 650, 1883, 7591, # 5142 + 1702, 1226, 102, 1547, 62, 3441, 904, 4415, 3442, 1164, 4150, 7592, 7593, 1224, 1548, 2756, # 5158 + 391, 498, 1493, 7594, 1386, 1419, 7595, 2055, 1177, 4416, 813, 880, 1081, 2363, 566, 1145, # 5174 + 4417, 2286, 1001, 1035, 2558, 2599, 2238, 394, 1286, 7596, 7597, 2068, 7598, 86, 1494, 1730, # 5190 + 3936, 491, 1588, 745, 897, 2948, 843, 3340, 3937, 2757, 2870, 3273, 1768, 998, 2217, 2069, # 5206 + 397, 1826, 1195, 1969, 3659, 2993, 3341, 284, 7599, 3782, 2500, 2137, 2119, 1903, 7600, 3938, # 5222 + 2150, 3939, 4151, 1036, 3443, 1904, 114, 2559, 4152, 209, 1527, 7601, 7602, 2949, 2831, 2625, # 5238 + 2385, 2719, 3139, 812, 2560, 7603, 3274, 7604, 1559, 737, 1884, 3660, 1210, 885, 28, 2686, # 5254 + 3553, 3783, 7605, 4153, 1004, 1779, 4418, 7606, 346, 1981, 2218, 2687, 4419, 3784, 1742, 797, # 5270 + 1642, 3940, 1933, 1072, 1384, 2151, 896, 3941, 3275, 3661, 3197, 2871, 3554, 7607, 2561, 1958, # 5286 + 4420, 2450, 1785, 7608, 7609, 7610, 3942, 4154, 1005, 1308, 3662, 4155, 2720, 4421, 4422, 1528, # 5302 + 2600, 161, 1178, 4156, 1982, 987, 4423, 1101, 4157, 631, 3943, 1157, 3198, 2420, 1343, 1241, # 5318 + 1016, 2239, 2562, 372, 877, 2339, 2501, 1160, 555, 1934, 911, 3944, 7611, 466, 1170, 169, # 5334 + 1051, 2907, 2688, 3663, 2474, 2994, 1182, 2011, 2563, 1251, 2626, 7612, 992, 2340, 3444, 1540, # 5350 + 2721, 1201, 2070, 2401, 1996, 2475, 7613, 4424, 528, 1922, 2188, 1503, 1873, 1570, 2364, 3342, # 5366 + 3276, 7614, 557, 1073, 7615, 1827, 3445, 2087, 2266, 3140, 3039, 3084, 767, 3085, 2786, 4425, # 5382 + 1006, 4158, 4426, 2341, 1267, 2176, 3664, 3199, 778, 3945, 3200, 2722, 1597, 2657, 7616, 4427, # 5398 + 7617, 3446, 7618, 7619, 7620, 3277, 2689, 1433, 3278, 131, 95, 1504, 3946, 723, 4159, 3141, # 5414 + 1841, 3555, 2758, 2189, 3947, 2027, 2104, 3665, 7621, 2995, 3948, 1218, 7622, 3343, 3201, 3949, # 5430 + 4160, 2576, 248, 1634, 3785, 912, 7623, 2832, 3666, 3040, 3786, 654, 53, 7624, 2996, 7625, # 5446 + 1688, 4428, 777, 3447, 1032, 3950, 1425, 7626, 191, 820, 2120, 2833, 971, 4429, 931, 3202, # 5462 + 135, 664, 783, 3787, 1997, 772, 2908, 1935, 3951, 3788, 4430, 2909, 3203, 282, 2723, 640, # 5478 + 1372, 3448, 1127, 922, 325, 3344, 7627, 7628, 711, 2044, 7629, 7630, 3952, 2219, 2787, 1936, # 5494 + 3953, 3345, 2220, 2251, 3789, 2300, 7631, 4431, 3790, 1258, 3279, 3954, 3204, 2138, 2950, 3955, # 5510 + 3956, 7632, 2221, 258, 3205, 4432, 101, 1227, 7633, 3280, 1755, 7634, 1391, 3281, 7635, 2910, # 5526 + 2056, 893, 7636, 7637, 7638, 1402, 4161, 2342, 7639, 7640, 3206, 3556, 7641, 7642, 878, 1325, # 5542 + 1780, 2788, 4433, 259, 1385, 2577, 744, 1183, 2267, 4434, 7643, 3957, 2502, 7644, 684, 1024, # 5558 + 4162, 7645, 472, 3557, 3449, 1165, 3282, 3958, 3959, 322, 2152, 881, 455, 1695, 1152, 1340, # 5574 + 660, 554, 2153, 4435, 1058, 4436, 4163, 830, 1065, 3346, 3960, 4437, 1923, 7646, 1703, 1918, # 5590 + 7647, 932, 2268, 122, 7648, 4438, 947, 677, 7649, 3791, 2627, 297, 1905, 1924, 2269, 4439, # 5606 + 2317, 3283, 7650, 7651, 4164, 7652, 4165, 84, 4166, 112, 989, 7653, 547, 1059, 3961, 701, # 5622 + 3558, 1019, 7654, 4167, 7655, 3450, 942, 639, 457, 2301, 2451, 993, 2951, 407, 851, 494, # 5638 + 4440, 3347, 927, 7656, 1237, 7657, 2421, 3348, 573, 4168, 680, 921, 2911, 1279, 1874, 285, # 5654 + 790, 1448, 1983, 719, 2167, 7658, 7659, 4441, 3962, 3963, 1649, 7660, 1541, 563, 7661, 1077, # 5670 + 7662, 3349, 3041, 3451, 511, 2997, 3964, 3965, 3667, 3966, 1268, 2564, 3350, 3207, 4442, 4443, # 5686 + 7663, 535, 1048, 1276, 1189, 2912, 2028, 3142, 1438, 1373, 2834, 2952, 1134, 2012, 7664, 4169, # 5702 + 1238, 2578, 3086, 1259, 7665, 700, 7666, 2953, 3143, 3668, 4170, 7667, 4171, 1146, 1875, 1906, # 5718 + 4444, 2601, 3967, 781, 2422, 132, 1589, 203, 147, 273, 2789, 2402, 898, 1786, 2154, 3968, # 5734 + 3969, 7668, 3792, 2790, 7669, 7670, 4445, 4446, 7671, 3208, 7672, 1635, 3793, 965, 7673, 1804, # 5750 + 2690, 1516, 3559, 1121, 1082, 1329, 3284, 3970, 1449, 3794, 65, 1128, 2835, 2913, 2759, 1590, # 5766 + 3795, 7674, 7675, 12, 2658, 45, 976, 2579, 3144, 4447, 517, 2528, 1013, 1037, 3209, 7676, # 5782 + 3796, 2836, 7677, 3797, 7678, 3452, 7679, 2602, 614, 1998, 2318, 3798, 3087, 2724, 2628, 7680, # 5798 + 2580, 4172, 599, 1269, 7681, 1810, 3669, 7682, 2691, 3088, 759, 1060, 489, 1805, 3351, 3285, # 5814 + 1358, 7683, 7684, 2386, 1387, 1215, 2629, 2252, 490, 7685, 7686, 4173, 1759, 2387, 2343, 7687, # 5830 + 4448, 3799, 1907, 3971, 2630, 1806, 3210, 4449, 3453, 3286, 2760, 2344, 874, 7688, 7689, 3454, # 5846 + 3670, 1858, 91, 2914, 3671, 3042, 3800, 4450, 7690, 3145, 3972, 2659, 7691, 3455, 1202, 1403, # 5862 + 3801, 2954, 2529, 1517, 2503, 4451, 3456, 2504, 7692, 4452, 7693, 2692, 1885, 1495, 1731, 3973, # 5878 + 2365, 4453, 7694, 2029, 7695, 7696, 3974, 2693, 1216, 237, 2581, 4174, 2319, 3975, 3802, 4454, # 5894 + 4455, 2694, 3560, 3457, 445, 4456, 7697, 7698, 7699, 7700, 2761, 61, 3976, 3672, 1822, 3977, # 5910 + 7701, 687, 2045, 935, 925, 405, 2660, 703, 1096, 1859, 2725, 4457, 3978, 1876, 1367, 2695, # 5926 + 3352, 918, 2105, 1781, 2476, 334, 3287, 1611, 1093, 4458, 564, 3146, 3458, 3673, 3353, 945, # 5942 + 2631, 2057, 4459, 7702, 1925, 872, 4175, 7703, 3459, 2696, 3089, 349, 4176, 3674, 3979, 4460, # 5958 + 3803, 4177, 3675, 2155, 3980, 4461, 4462, 4178, 4463, 2403, 2046, 782, 3981, 400, 251, 4179, # 5974 + 1624, 7704, 7705, 277, 3676, 299, 1265, 476, 1191, 3804, 2121, 4180, 4181, 1109, 205, 7706, # 5990 + 2582, 1000, 2156, 3561, 1860, 7707, 7708, 7709, 4464, 7710, 4465, 2565, 107, 2477, 2157, 3982, # 6006 + 3460, 3147, 7711, 1533, 541, 1301, 158, 753, 4182, 2872, 3562, 7712, 1696, 370, 1088, 4183, # 6022 + 4466, 3563, 579, 327, 440, 162, 2240, 269, 1937, 1374, 3461, 968, 3043, 56, 1396, 3090, # 6038 + 2106, 3288, 3354, 7713, 1926, 2158, 4467, 2998, 7714, 3564, 7715, 7716, 3677, 4468, 2478, 7717, # 6054 + 2791, 7718, 1650, 4469, 7719, 2603, 7720, 7721, 3983, 2661, 3355, 1149, 3356, 3984, 3805, 3985, # 6070 + 7722, 1076, 49, 7723, 951, 3211, 3289, 3290, 450, 2837, 920, 7724, 1811, 2792, 2366, 4184, # 6086 + 1908, 1138, 2367, 3806, 3462, 7725, 3212, 4470, 1909, 1147, 1518, 2423, 4471, 3807, 7726, 4472, # 6102 + 2388, 2604, 260, 1795, 3213, 7727, 7728, 3808, 3291, 708, 7729, 3565, 1704, 7730, 3566, 1351, # 6118 + 1618, 3357, 2999, 1886, 944, 4185, 3358, 4186, 3044, 3359, 4187, 7731, 3678, 422, 413, 1714, # 6134 + 3292, 500, 2058, 2345, 4188, 2479, 7732, 1344, 1910, 954, 7733, 1668, 7734, 7735, 3986, 2404, # 6150 + 4189, 3567, 3809, 4190, 7736, 2302, 1318, 2505, 3091, 133, 3092, 2873, 4473, 629, 31, 2838, # 6166 + 2697, 3810, 4474, 850, 949, 4475, 3987, 2955, 1732, 2088, 4191, 1496, 1852, 7737, 3988, 620, # 6182 + 3214, 981, 1242, 3679, 3360, 1619, 3680, 1643, 3293, 2139, 2452, 1970, 1719, 3463, 2168, 7738, # 6198 + 3215, 7739, 7740, 3361, 1828, 7741, 1277, 4476, 1565, 2047, 7742, 1636, 3568, 3093, 7743, 869, # 6214 + 2839, 655, 3811, 3812, 3094, 3989, 3000, 3813, 1310, 3569, 4477, 7744, 7745, 7746, 1733, 558, # 6230 + 4478, 3681, 335, 1549, 3045, 1756, 4192, 3682, 1945, 3464, 1829, 1291, 1192, 470, 2726, 2107, # 6246 + 2793, 913, 1054, 3990, 7747, 1027, 7748, 3046, 3991, 4479, 982, 2662, 3362, 3148, 3465, 3216, # 6262 + 3217, 1946, 2794, 7749, 571, 4480, 7750, 1830, 7751, 3570, 2583, 1523, 2424, 7752, 2089, 984, # 6278 + 4481, 3683, 1959, 7753, 3684, 852, 923, 2795, 3466, 3685, 969, 1519, 999, 2048, 2320, 1705, # 6294 + 7754, 3095, 615, 1662, 151, 597, 3992, 2405, 2321, 1049, 275, 4482, 3686, 4193, 568, 3687, # 6310 + 3571, 2480, 4194, 3688, 7755, 2425, 2270, 409, 3218, 7756, 1566, 2874, 3467, 1002, 769, 2840, # 6326 + 194, 2090, 3149, 3689, 2222, 3294, 4195, 628, 1505, 7757, 7758, 1763, 2177, 3001, 3993, 521, # 6342 + 1161, 2584, 1787, 2203, 2406, 4483, 3994, 1625, 4196, 4197, 412, 42, 3096, 464, 7759, 2632, # 6358 + 4484, 3363, 1760, 1571, 2875, 3468, 2530, 1219, 2204, 3814, 2633, 2140, 2368, 4485, 4486, 3295, # 6374 + 1651, 3364, 3572, 7760, 7761, 3573, 2481, 3469, 7762, 3690, 7763, 7764, 2271, 2091, 460, 7765, # 6390 + 4487, 7766, 3002, 962, 588, 3574, 289, 3219, 2634, 1116, 52, 7767, 3047, 1796, 7768, 7769, # 6406 + 7770, 1467, 7771, 1598, 1143, 3691, 4198, 1984, 1734, 1067, 4488, 1280, 3365, 465, 4489, 1572, # 6422 + 510, 7772, 1927, 2241, 1812, 1644, 3575, 7773, 4490, 3692, 7774, 7775, 2663, 1573, 1534, 7776, # 6438 + 7777, 4199, 536, 1807, 1761, 3470, 3815, 3150, 2635, 7778, 7779, 7780, 4491, 3471, 2915, 1911, # 6454 + 2796, 7781, 3296, 1122, 377, 3220, 7782, 360, 7783, 7784, 4200, 1529, 551, 7785, 2059, 3693, # 6470 + 1769, 2426, 7786, 2916, 4201, 3297, 3097, 2322, 2108, 2030, 4492, 1404, 136, 1468, 1479, 672, # 6486 + 1171, 3221, 2303, 271, 3151, 7787, 2762, 7788, 2049, 678, 2727, 865, 1947, 4493, 7789, 2013, # 6502 + 3995, 2956, 7790, 2728, 2223, 1397, 3048, 3694, 4494, 4495, 1735, 2917, 3366, 3576, 7791, 3816, # 6518 + 509, 2841, 2453, 2876, 3817, 7792, 7793, 3152, 3153, 4496, 4202, 2531, 4497, 2304, 1166, 1010, # 6534 + 552, 681, 1887, 7794, 7795, 2957, 2958, 3996, 1287, 1596, 1861, 3154, 358, 453, 736, 175, # 6550 + 478, 1117, 905, 1167, 1097, 7796, 1853, 1530, 7797, 1706, 7798, 2178, 3472, 2287, 3695, 3473, # 6566 + 3577, 4203, 2092, 4204, 7799, 3367, 1193, 2482, 4205, 1458, 2190, 2205, 1862, 1888, 1421, 3298, # 6582 + 2918, 3049, 2179, 3474, 595, 2122, 7800, 3997, 7801, 7802, 4206, 1707, 2636, 223, 3696, 1359, # 6598 + 751, 3098, 183, 3475, 7803, 2797, 3003, 419, 2369, 633, 704, 3818, 2389, 241, 7804, 7805, # 6614 + 7806, 838, 3004, 3697, 2272, 2763, 2454, 3819, 1938, 2050, 3998, 1309, 3099, 2242, 1181, 7807, # 6630 + 1136, 2206, 3820, 2370, 1446, 4207, 2305, 4498, 7808, 7809, 4208, 1055, 2605, 484, 3698, 7810, # 6646 + 3999, 625, 4209, 2273, 3368, 1499, 4210, 4000, 7811, 4001, 4211, 3222, 2274, 2275, 3476, 7812, # 6662 + 7813, 2764, 808, 2606, 3699, 3369, 4002, 4212, 3100, 2532, 526, 3370, 3821, 4213, 955, 7814, # 6678 + 1620, 4214, 2637, 2427, 7815, 1429, 3700, 1669, 1831, 994, 928, 7816, 3578, 1260, 7817, 7818, # 6694 + 7819, 1948, 2288, 741, 2919, 1626, 4215, 2729, 2455, 867, 1184, 362, 3371, 1392, 7820, 7821, # 6710 + 4003, 4216, 1770, 1736, 3223, 2920, 4499, 4500, 1928, 2698, 1459, 1158, 7822, 3050, 3372, 2877, # 6726 + 1292, 1929, 2506, 2842, 3701, 1985, 1187, 2071, 2014, 2607, 4217, 7823, 2566, 2507, 2169, 3702, # 6742 + 2483, 3299, 7824, 3703, 4501, 7825, 7826, 666, 1003, 3005, 1022, 3579, 4218, 7827, 4502, 1813, # 6758 + 2253, 574, 3822, 1603, 295, 1535, 705, 3823, 4219, 283, 858, 417, 7828, 7829, 3224, 4503, # 6774 + 4504, 3051, 1220, 1889, 1046, 2276, 2456, 4004, 1393, 1599, 689, 2567, 388, 4220, 7830, 2484, # 6790 + 802, 7831, 2798, 3824, 2060, 1405, 2254, 7832, 4505, 3825, 2109, 1052, 1345, 3225, 1585, 7833, # 6806 + 809, 7834, 7835, 7836, 575, 2730, 3477, 956, 1552, 1469, 1144, 2323, 7837, 2324, 1560, 2457, # 6822 + 3580, 3226, 4005, 616, 2207, 3155, 2180, 2289, 7838, 1832, 7839, 3478, 4506, 7840, 1319, 3704, # 6838 + 3705, 1211, 3581, 1023, 3227, 1293, 2799, 7841, 7842, 7843, 3826, 607, 2306, 3827, 762, 2878, # 6854 + 1439, 4221, 1360, 7844, 1485, 3052, 7845, 4507, 1038, 4222, 1450, 2061, 2638, 4223, 1379, 4508, # 6870 + 2585, 7846, 7847, 4224, 1352, 1414, 2325, 2921, 1172, 7848, 7849, 3828, 3829, 7850, 1797, 1451, # 6886 + 7851, 7852, 7853, 7854, 2922, 4006, 4007, 2485, 2346, 411, 4008, 4009, 3582, 3300, 3101, 4509, # 6902 + 1561, 2664, 1452, 4010, 1375, 7855, 7856, 47, 2959, 316, 7857, 1406, 1591, 2923, 3156, 7858, # 6918 + 1025, 2141, 3102, 3157, 354, 2731, 884, 2224, 4225, 2407, 508, 3706, 726, 3583, 996, 2428, # 6934 + 3584, 729, 7859, 392, 2191, 1453, 4011, 4510, 3707, 7860, 7861, 2458, 3585, 2608, 1675, 2800, # 6950 + 919, 2347, 2960, 2348, 1270, 4511, 4012, 73, 7862, 7863, 647, 7864, 3228, 2843, 2255, 1550, # 6966 + 1346, 3006, 7865, 1332, 883, 3479, 7866, 7867, 7868, 7869, 3301, 2765, 7870, 1212, 831, 1347, # 6982 + 4226, 4512, 2326, 3830, 1863, 3053, 720, 3831, 4513, 4514, 3832, 7871, 4227, 7872, 7873, 4515, # 6998 + 7874, 7875, 1798, 4516, 3708, 2609, 4517, 3586, 1645, 2371, 7876, 7877, 2924, 669, 2208, 2665, # 7014 + 2429, 7878, 2879, 7879, 7880, 1028, 3229, 7881, 4228, 2408, 7882, 2256, 1353, 7883, 7884, 4518, # 7030 + 3158, 518, 7885, 4013, 7886, 4229, 1960, 7887, 2142, 4230, 7888, 7889, 3007, 2349, 2350, 3833, # 7046 + 516, 1833, 1454, 4014, 2699, 4231, 4519, 2225, 2610, 1971, 1129, 3587, 7890, 2766, 7891, 2961, # 7062 + 1422, 577, 1470, 3008, 1524, 3373, 7892, 7893, 432, 4232, 3054, 3480, 7894, 2586, 1455, 2508, # 7078 + 2226, 1972, 1175, 7895, 1020, 2732, 4015, 3481, 4520, 7896, 2733, 7897, 1743, 1361, 3055, 3482, # 7094 + 2639, 4016, 4233, 4521, 2290, 895, 924, 4234, 2170, 331, 2243, 3056, 166, 1627, 3057, 1098, # 7110 + 7898, 1232, 2880, 2227, 3374, 4522, 657, 403, 1196, 2372, 542, 3709, 3375, 1600, 4235, 3483, # 7126 + 7899, 4523, 2767, 3230, 576, 530, 1362, 7900, 4524, 2533, 2666, 3710, 4017, 7901, 842, 3834, # 7142 + 7902, 2801, 2031, 1014, 4018, 213, 2700, 3376, 665, 621, 4236, 7903, 3711, 2925, 2430, 7904, # 7158 + 2431, 3302, 3588, 3377, 7905, 4237, 2534, 4238, 4525, 3589, 1682, 4239, 3484, 1380, 7906, 724, # 7174 + 2277, 600, 1670, 7907, 1337, 1233, 4526, 3103, 2244, 7908, 1621, 4527, 7909, 651, 4240, 7910, # 7190 + 1612, 4241, 2611, 7911, 2844, 7912, 2734, 2307, 3058, 7913, 716, 2459, 3059, 174, 1255, 2701, # 7206 + 4019, 3590, 548, 1320, 1398, 728, 4020, 1574, 7914, 1890, 1197, 3060, 4021, 7915, 3061, 3062, # 7222 + 3712, 3591, 3713, 747, 7916, 635, 4242, 4528, 7917, 7918, 7919, 4243, 7920, 7921, 4529, 7922, # 7238 + 3378, 4530, 2432, 451, 7923, 3714, 2535, 2072, 4244, 2735, 4245, 4022, 7924, 1764, 4531, 7925, # 7254 + 4246, 350, 7926, 2278, 2390, 2486, 7927, 4247, 4023, 2245, 1434, 4024, 488, 4532, 458, 4248, # 7270 + 4025, 3715, 771, 1330, 2391, 3835, 2568, 3159, 2159, 2409, 1553, 2667, 3160, 4249, 7928, 2487, # 7286 + 2881, 2612, 1720, 2702, 4250, 3379, 4533, 7929, 2536, 4251, 7930, 3231, 4252, 2768, 7931, 2015, # 7302 + 2736, 7932, 1155, 1017, 3716, 3836, 7933, 3303, 2308, 201, 1864, 4253, 1430, 7934, 4026, 7935, # 7318 + 7936, 7937, 7938, 7939, 4254, 1604, 7940, 414, 1865, 371, 2587, 4534, 4535, 3485, 2016, 3104, # 7334 + 4536, 1708, 960, 4255, 887, 389, 2171, 1536, 1663, 1721, 7941, 2228, 4027, 2351, 2926, 1580, # 7350 + 7942, 7943, 7944, 1744, 7945, 2537, 4537, 4538, 7946, 4539, 7947, 2073, 7948, 7949, 3592, 3380, # 7366 + 2882, 4256, 7950, 4257, 2640, 3381, 2802, 673, 2703, 2460, 709, 3486, 4028, 3593, 4258, 7951, # 7382 + 1148, 502, 634, 7952, 7953, 1204, 4540, 3594, 1575, 4541, 2613, 3717, 7954, 3718, 3105, 948, # 7398 + 3232, 121, 1745, 3837, 1110, 7955, 4259, 3063, 2509, 3009, 4029, 3719, 1151, 1771, 3838, 1488, # 7414 + 4030, 1986, 7956, 2433, 3487, 7957, 7958, 2093, 7959, 4260, 3839, 1213, 1407, 2803, 531, 2737, # 7430 + 2538, 3233, 1011, 1537, 7960, 2769, 4261, 3106, 1061, 7961, 3720, 3721, 1866, 2883, 7962, 2017, # 7446 + 120, 4262, 4263, 2062, 3595, 3234, 2309, 3840, 2668, 3382, 1954, 4542, 7963, 7964, 3488, 1047, # 7462 + 2704, 1266, 7965, 1368, 4543, 2845, 649, 3383, 3841, 2539, 2738, 1102, 2846, 2669, 7966, 7967, # 7478 + 1999, 7968, 1111, 3596, 2962, 7969, 2488, 3842, 3597, 2804, 1854, 3384, 3722, 7970, 7971, 3385, # 7494 + 2410, 2884, 3304, 3235, 3598, 7972, 2569, 7973, 3599, 2805, 4031, 1460, 856, 7974, 3600, 7975, # 7510 + 2885, 2963, 7976, 2886, 3843, 7977, 4264, 632, 2510, 875, 3844, 1697, 3845, 2291, 7978, 7979, # 7526 + 4544, 3010, 1239, 580, 4545, 4265, 7980, 914, 936, 2074, 1190, 4032, 1039, 2123, 7981, 7982, # 7542 + 7983, 3386, 1473, 7984, 1354, 4266, 3846, 7985, 2172, 3064, 4033, 915, 3305, 4267, 4268, 3306, # 7558 + 1605, 1834, 7986, 2739, 398, 3601, 4269, 3847, 4034, 328, 1912, 2847, 4035, 3848, 1331, 4270, # 7574 + 3011, 937, 4271, 7987, 3602, 4036, 4037, 3387, 2160, 4546, 3388, 524, 742, 538, 3065, 1012, # 7590 + 7988, 7989, 3849, 2461, 7990, 658, 1103, 225, 3850, 7991, 7992, 4547, 7993, 4548, 7994, 3236, # 7606 + 1243, 7995, 4038, 963, 2246, 4549, 7996, 2705, 3603, 3161, 7997, 7998, 2588, 2327, 7999, 4550, # 7622 + 8000, 8001, 8002, 3489, 3307, 957, 3389, 2540, 2032, 1930, 2927, 2462, 870, 2018, 3604, 1746, # 7638 + 2770, 2771, 2434, 2463, 8003, 3851, 8004, 3723, 3107, 3724, 3490, 3390, 3725, 8005, 1179, 3066, # 7654 + 8006, 3162, 2373, 4272, 3726, 2541, 3163, 3108, 2740, 4039, 8007, 3391, 1556, 2542, 2292, 977, # 7670 + 2887, 2033, 4040, 1205, 3392, 8008, 1765, 3393, 3164, 2124, 1271, 1689, 714, 4551, 3491, 8009, # 7686 + 2328, 3852, 533, 4273, 3605, 2181, 617, 8010, 2464, 3308, 3492, 2310, 8011, 8012, 3165, 8013, # 7702 + 8014, 3853, 1987, 618, 427, 2641, 3493, 3394, 8015, 8016, 1244, 1690, 8017, 2806, 4274, 4552, # 7718 + 8018, 3494, 8019, 8020, 2279, 1576, 473, 3606, 4275, 3395, 972, 8021, 3607, 8022, 3067, 8023, # 7734 + 8024, 4553, 4554, 8025, 3727, 4041, 4042, 8026, 153, 4555, 356, 8027, 1891, 2888, 4276, 2143, # 7750 + 408, 803, 2352, 8028, 3854, 8029, 4277, 1646, 2570, 2511, 4556, 4557, 3855, 8030, 3856, 4278, # 7766 + 8031, 2411, 3396, 752, 8032, 8033, 1961, 2964, 8034, 746, 3012, 2465, 8035, 4279, 3728, 698, # 7782 + 4558, 1892, 4280, 3608, 2543, 4559, 3609, 3857, 8036, 3166, 3397, 8037, 1823, 1302, 4043, 2706, # 7798 + 3858, 1973, 4281, 8038, 4282, 3167, 823, 1303, 1288, 1236, 2848, 3495, 4044, 3398, 774, 3859, # 7814 + 8039, 1581, 4560, 1304, 2849, 3860, 4561, 8040, 2435, 2161, 1083, 3237, 4283, 4045, 4284, 344, # 7830 + 1173, 288, 2311, 454, 1683, 8041, 8042, 1461, 4562, 4046, 2589, 8043, 8044, 4563, 985, 894, # 7846 + 8045, 3399, 3168, 8046, 1913, 2928, 3729, 1988, 8047, 2110, 1974, 8048, 4047, 8049, 2571, 1194, # 7862 + 425, 8050, 4564, 3169, 1245, 3730, 4285, 8051, 8052, 2850, 8053, 636, 4565, 1855, 3861, 760, # 7878 + 1799, 8054, 4286, 2209, 1508, 4566, 4048, 1893, 1684, 2293, 8055, 8056, 8057, 4287, 4288, 2210, # 7894 + 479, 8058, 8059, 832, 8060, 4049, 2489, 8061, 2965, 2490, 3731, 990, 3109, 627, 1814, 2642, # 7910 + 4289, 1582, 4290, 2125, 2111, 3496, 4567, 8062, 799, 4291, 3170, 8063, 4568, 2112, 1737, 3013, # 7926 + 1018, 543, 754, 4292, 3309, 1676, 4569, 4570, 4050, 8064, 1489, 8065, 3497, 8066, 2614, 2889, # 7942 + 4051, 8067, 8068, 2966, 8069, 8070, 8071, 8072, 3171, 4571, 4572, 2182, 1722, 8073, 3238, 3239, # 7958 + 1842, 3610, 1715, 481, 365, 1975, 1856, 8074, 8075, 1962, 2491, 4573, 8076, 2126, 3611, 3240, # 7974 + 433, 1894, 2063, 2075, 8077, 602, 2741, 8078, 8079, 8080, 8081, 8082, 3014, 1628, 3400, 8083, # 7990 + 3172, 4574, 4052, 2890, 4575, 2512, 8084, 2544, 2772, 8085, 8086, 8087, 3310, 4576, 2891, 8088, # 8006 + 4577, 8089, 2851, 4578, 4579, 1221, 2967, 4053, 2513, 8090, 8091, 8092, 1867, 1989, 8093, 8094, # 8022 + 8095, 1895, 8096, 8097, 4580, 1896, 4054, 318, 8098, 2094, 4055, 4293, 8099, 8100, 485, 8101, # 8038 + 938, 3862, 553, 2670, 116, 8102, 3863, 3612, 8103, 3498, 2671, 2773, 3401, 3311, 2807, 8104, # 8054 + 3613, 2929, 4056, 1747, 2930, 2968, 8105, 8106, 207, 8107, 8108, 2672, 4581, 2514, 8109, 3015, # 8070 + 890, 3614, 3864, 8110, 1877, 3732, 3402, 8111, 2183, 2353, 3403, 1652, 8112, 8113, 8114, 941, # 8086 + 2294, 208, 3499, 4057, 2019, 330, 4294, 3865, 2892, 2492, 3733, 4295, 8115, 8116, 8117, 8118, # 8102 +) +# fmt: on diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 00000000..a37ab189 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCTWDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCTW_SM_MODEL + + +class EUCTWProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) + self.distribution_analyzer = EUCTWDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-TW" + + @property + def language(self) -> str: + return "Taiwan" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 00000000..b32bfc74 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py @@ -0,0 +1,284 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# GB2312 most frequently used character table +# +# Char to FreqOrder table , from hz6763 + +# 512 --> 0.79 -- 0.79 +# 1024 --> 0.92 -- 0.13 +# 2048 --> 0.98 -- 0.06 +# 6768 --> 1.00 -- 0.02 +# +# Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79 +# Random Distribution Ration = 512 / (3755 - 512) = 0.157 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR + +GB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9 + +GB2312_TABLE_SIZE = 3760 + +# fmt: off +GB2312_CHAR_TO_FREQ_ORDER = ( +1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205, +2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842, +2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409, + 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670, +1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820, +1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585, + 152,1687,1539, 738,1559, 59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566, +1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850, 70,3285,2729,3534,3575, +2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853, +3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061, + 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155, +1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406, + 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816, +2534,1546,2393,2760, 737,2494, 13, 447, 245,2747, 38,2765,2129,2589,1079, 606, + 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023, +2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414, +1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513, +3195,4115,5627,2489,2991, 24,2065,2697,1087,2719, 48,1634, 315, 68, 985,2052, + 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570, +1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575, + 253,3099, 32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250, +2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506, +1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563, 26, +3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835, +1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686, +2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054, +1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894, + 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105, +3777,3657, 643,2298,1148,1779, 190, 989,3544, 414, 11,2135,2063,2979,1471, 403, +3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694, + 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873, +3651, 210, 33,1608,2516, 200,1520, 415, 102, 0,3389,1287, 817, 91,3299,2940, + 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687, 20,1819, 121, +1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648, +3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992, +2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680, 72, 842,1990, 212,1233, +1154,1586, 75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157, + 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807, +1910, 534, 529,3309,1721,1660, 274, 39,2827, 661,2670,1578, 925,3248,3815,1094, +4278,4901,4252, 41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258, + 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478, +3568, 194,5062, 15, 961,3870,1241,1192,2664, 66,5215,3260,2111,1295,1127,2152, +3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426, 53,2909, + 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272, +1272,2363, 284,1753,3679,4064,1695, 81, 815,2677,2757,2731,1386, 859, 500,4221, +2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252, +1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301, +1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254, + 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070, +3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461, +3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640, 67,2360, +4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124, + 296,3979,1739,1611,3684, 23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535, +3116, 17,1074, 467,2692,2201, 387,2922, 45,1326,3055,1645,3659,2817, 958, 243, +1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713, +1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071, +4046,3572,2399,1571,3281, 79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442, + 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946, + 814,4968,3487,1548,2644,1567,1285, 2, 295,2636, 97, 946,3576, 832, 141,4257, +3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180, +1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427, + 602,1525,2608,1605,1639,3175, 694,3064, 10, 465, 76,2000,4846,4208, 444,3781, +1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724, +2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844, 89, 937, + 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943, + 432, 445,2811, 206,4136,1472, 730, 349, 73, 397,2802,2547, 998,1637,1167, 789, + 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552, +3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246, +4996, 371,1575,2436,1621,2210, 984,4033,1734,2638, 16,4529, 663,2755,3255,1451, +3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310, + 750,2058, 165, 80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860, +2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297, +2357, 395,3740, 137,2075, 944,4089,2584,1267,3802, 62,1533,2285, 178, 176, 780, +2440, 201,3707, 590, 478,1560,4354,2117,1075, 30, 74,4643,4004,1635,1441,2745, + 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936, +2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032, + 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669, 43,2523,1657, + 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414, + 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976, +3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436, +2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254, +2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024, 40,3240,1536, +1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238, + 18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059, +2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741, + 90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447, + 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601, +1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269, +1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076, 46,4253,2873,1889,1894, + 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173, + 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994, +1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956, +2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437, +3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154, +2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240, +2269,2246,1446, 36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143, +2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634, +3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472, +1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906, 51, 369, 170,3541, +1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143, +2101,2730,2490, 82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312, +1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414, +3750,2289,2795, 813,3123,2610,1136,4368, 5,3391,4541,2174, 420, 429,1728, 754, +1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424, +1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302, +3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739, + 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004, +2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484, +1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739, +4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535, +1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641, +1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307, +3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573, +1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533, + 47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965, + 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096, 99, +1397,1769,2300,4428,1643,3455,1978,1757,3718,1440, 35,4879,3742,1296,4228,2280, + 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505, +1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012, +1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039, + 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982, +3708, 135,2131, 87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530, +4314, 9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392, +3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656, +2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220, +2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766, +1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535, +3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728, +2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338, +1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627, +1505,1911,1883,3526, 698,3629,3456,1833,1431, 746, 77,1261,2017,2296,1977,1885, + 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411, +2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671, +2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162, +3192,2910,2010, 140,2395,2859, 55,1082,2012,2901, 662, 419,2081,1438, 680,2774, +4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524, +3399, 98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346, + 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040, +3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188, +2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280, +1086,1974,2034, 630, 257,3338,2788,4903,1017, 86,4790, 966,2789,1995,1696,1131, + 259,3095,4188,1308, 179,1463,5257, 289,4107,1248, 42,3413,1725,2288, 896,1947, + 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970, +3034,3310, 540,2370,1562,1288,2990, 502,4765,1147, 4,1853,2708, 207, 294,2814, +4078,2902,2509, 684, 34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557, +2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997, +1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972, +1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369, + 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376, +1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196, 19, 941,3624,3480, +3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610, + 955,1089,3103,1053, 96, 88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128, + 642,4006, 903,2539,1877,2082, 596, 29,4066,1790, 722,2157, 130, 995,1569, 769, +1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445, 50, 625, 487,2207, + 57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392, +1783, 362, 8,3433,3422, 610,2793,3277,1390,1284,1654, 21,3823, 734, 367, 623, + 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782, +2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650, + 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478, +2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773, +2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007, +1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323, +1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598, +2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961, + 819,1541, 142,2284, 44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302, +1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409, +1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683, +2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191, +2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434, 92,1466,4920,2616, +3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302, +1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774, +4462, 64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147, + 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731, + 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464, +3264,2855,2722,1952,1029,2839,2467, 84,4383,2215, 820,1391,2015,2448,3672, 377, +1948,2168, 797,2545,3536,2578,2645, 94,2874,1678, 405,1259,3071, 771, 546,1315, + 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928, 14,2594, 557, +3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903, +1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060, +4031,2641,4067,3145,1870, 37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261, +1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092, +2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810, +1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708, + 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658, +1178,2639,2351, 93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871, +3341,1618,4126,2595,2334, 603, 651, 69, 701, 268,2662,3411,2555,1380,1606, 503, + 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229, +2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112, + 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504, +1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389, +1281, 52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169, 27, +1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542, +3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861, +2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845, +3891,2868,3621,2254, 58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700, +3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469, +3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582, + 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999, +2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274, + 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020, +2724,1927,2333,4440, 567, 22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601, + 12, 974,3783,4391, 951,1412, 1,3720, 453,4608,4041, 528,1041,1027,3230,2628, +1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040, 31, + 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668, + 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778, +1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169, +3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667, +3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118, 63,2076, 314,1881, +1348,1061, 172, 978,3515,1747, 532, 511,3970, 6, 601, 905,2699,3300,1751, 276, +1467,3725,2668, 65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320, +3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751, +2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432, +2754, 95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772, +1985, 244,2546, 474, 495,1046,2611,1851,2061, 71,2089,1675,2590, 742,3758,2843, +3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116, + 451, 3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904, +4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652, +1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664, +2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078, 49,3770, +3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283, +3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626, +1197,1663,4476,3127, 85,4240,2528, 25,1111,1181,3673, 407,3470,4561,2679,2713, + 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333, + 391,2963, 187, 61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062, +2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555, + 931, 317,2517,3027, 325, 569, 686,2107,3084, 60,1042,1333,2794, 264,3177,4014, +1628, 258,3712, 7,4464,1176,1043,1778, 683, 114,1975, 78,1492, 383,1886, 510, + 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015, +1282,1289,4609, 697,1453,3044,2666,3611,1856,2412, 54, 719,1330, 568,3778,2459, +1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390, +1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238, +1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421, 56,1908,1640,2387,2232, +1917,1874,2477,4921, 148, 83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624, + 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189, + 852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, #last 512 +) +# fmt: on diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 00000000..d423e731 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import GB2312DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import GB2312_SM_MODEL + + +class GB2312Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) + self.distribution_analyzer = GB2312DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "GB2312" + + @property + def language(self) -> str: + return "Chinese" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 00000000..785d0057 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py @@ -0,0 +1,316 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Shy Shalom +# Portions created by the Initial Developer are Copyright (C) 2005 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState +from .sbcharsetprober import SingleByteCharSetProber + +# This prober doesn't actually recognize a language or a charset. +# It is a helper prober for the use of the Hebrew model probers + +### General ideas of the Hebrew charset recognition ### +# +# Four main charsets exist in Hebrew: +# "ISO-8859-8" - Visual Hebrew +# "windows-1255" - Logical Hebrew +# "ISO-8859-8-I" - Logical Hebrew +# "x-mac-hebrew" - ?? Logical Hebrew ?? +# +# Both "ISO" charsets use a completely identical set of code points, whereas +# "windows-1255" and "x-mac-hebrew" are two different proper supersets of +# these code points. windows-1255 defines additional characters in the range +# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific +# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6. +# x-mac-hebrew defines similar additional code points but with a different +# mapping. +# +# As far as an average Hebrew text with no diacritics is concerned, all four +# charsets are identical with respect to code points. Meaning that for the +# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters +# (including final letters). +# +# The dominant difference between these charsets is their directionality. +# "Visual" directionality means that the text is ordered as if the renderer is +# not aware of a BIDI rendering algorithm. The renderer sees the text and +# draws it from left to right. The text itself when ordered naturally is read +# backwards. A buffer of Visual Hebrew generally looks like so: +# "[last word of first line spelled backwards] [whole line ordered backwards +# and spelled backwards] [first word of first line spelled backwards] +# [end of line] [last word of second line] ... etc' " +# adding punctuation marks, numbers and English text to visual text is +# naturally also "visual" and from left to right. +# +# "Logical" directionality means the text is ordered "naturally" according to +# the order it is read. It is the responsibility of the renderer to display +# the text from right to left. A BIDI algorithm is used to place general +# punctuation marks, numbers and English text in the text. +# +# Texts in x-mac-hebrew are almost impossible to find on the Internet. From +# what little evidence I could find, it seems that its general directionality +# is Logical. +# +# To sum up all of the above, the Hebrew probing mechanism knows about two +# charsets: +# Visual Hebrew - "ISO-8859-8" - backwards text - Words and sentences are +# backwards while line order is natural. For charset recognition purposes +# the line order is unimportant (In fact, for this implementation, even +# word order is unimportant). +# Logical Hebrew - "windows-1255" - normal, naturally ordered text. +# +# "ISO-8859-8-I" is a subset of windows-1255 and doesn't need to be +# specifically identified. +# "x-mac-hebrew" is also identified as windows-1255. A text in x-mac-hebrew +# that contain special punctuation marks or diacritics is displayed with +# some unconverted characters showing as question marks. This problem might +# be corrected using another model prober for x-mac-hebrew. Due to the fact +# that x-mac-hebrew texts are so rare, writing another model prober isn't +# worth the effort and performance hit. +# +#### The Prober #### +# +# The prober is divided between two SBCharSetProbers and a HebrewProber, +# all of which are managed, created, fed data, inquired and deleted by the +# SBCSGroupProber. The two SBCharSetProbers identify that the text is in +# fact some kind of Hebrew, Logical or Visual. The final decision about which +# one is it is made by the HebrewProber by combining final-letter scores +# with the scores of the two SBCharSetProbers to produce a final answer. +# +# The SBCSGroupProber is responsible for stripping the original text of HTML +# tags, English characters, numbers, low-ASCII punctuation characters, spaces +# and new lines. It reduces any sequence of such characters to a single space. +# The buffer fed to each prober in the SBCS group prober is pure text in +# high-ASCII. +# The two SBCharSetProbers (model probers) share the same language model: +# Win1255Model. +# The first SBCharSetProber uses the model normally as any other +# SBCharSetProber does, to recognize windows-1255, upon which this model was +# built. The second SBCharSetProber is told to make the pair-of-letter +# lookup in the language model backwards. This in practice exactly simulates +# a visual Hebrew model using the windows-1255 logical Hebrew model. +# +# The HebrewProber is not using any language model. All it does is look for +# final-letter evidence suggesting the text is either logical Hebrew or visual +# Hebrew. Disjointed from the model probers, the results of the HebrewProber +# alone are meaningless. HebrewProber always returns 0.00 as confidence +# since it never identifies a charset by itself. Instead, the pointer to the +# HebrewProber is passed to the model probers as a helper "Name Prober". +# When the Group prober receives a positive identification from any prober, +# it asks for the name of the charset identified. If the prober queried is a +# Hebrew model prober, the model prober forwards the call to the +# HebrewProber to make the final decision. In the HebrewProber, the +# decision is made according to the final-letters scores maintained and Both +# model probers scores. The answer is returned in the form of the name of the +# charset identified, either "windows-1255" or "ISO-8859-8". + + +class HebrewProber(CharSetProber): + SPACE = 0x20 + # windows-1255 / ISO-8859-8 code points of interest + FINAL_KAF = 0xEA + NORMAL_KAF = 0xEB + FINAL_MEM = 0xED + NORMAL_MEM = 0xEE + FINAL_NUN = 0xEF + NORMAL_NUN = 0xF0 + FINAL_PE = 0xF3 + NORMAL_PE = 0xF4 + FINAL_TSADI = 0xF5 + NORMAL_TSADI = 0xF6 + + # Minimum Visual vs Logical final letter score difference. + # If the difference is below this, don't rely solely on the final letter score + # distance. + MIN_FINAL_CHAR_DISTANCE = 5 + + # Minimum Visual vs Logical model score difference. + # If the difference is below this, don't rely at all on the model score + # distance. + MIN_MODEL_DISTANCE = 0.01 + + VISUAL_HEBREW_NAME = "ISO-8859-8" + LOGICAL_HEBREW_NAME = "windows-1255" + + def __init__(self) -> None: + super().__init__() + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + self._prev = self.SPACE + self._before_prev = self.SPACE + self._logical_prober: Optional[SingleByteCharSetProber] = None + self._visual_prober: Optional[SingleByteCharSetProber] = None + self.reset() + + def reset(self) -> None: + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + # The two last characters seen in the previous buffer, + # mPrev and mBeforePrev are initialized to space in order to simulate + # a word delimiter at the beginning of the data + self._prev = self.SPACE + self._before_prev = self.SPACE + # These probers are owned by the group prober. + + def set_model_probers( + self, + logical_prober: SingleByteCharSetProber, + visual_prober: SingleByteCharSetProber, + ) -> None: + self._logical_prober = logical_prober + self._visual_prober = visual_prober + + def is_final(self, c: int) -> bool: + return c in [ + self.FINAL_KAF, + self.FINAL_MEM, + self.FINAL_NUN, + self.FINAL_PE, + self.FINAL_TSADI, + ] + + def is_non_final(self, c: int) -> bool: + # The normal Tsadi is not a good Non-Final letter due to words like + # 'lechotet' (to chat) containing an apostrophe after the tsadi. This + # apostrophe is converted to a space in FilterWithoutEnglishLetters + # causing the Non-Final tsadi to appear at an end of a word even + # though this is not the case in the original text. + # The letters Pe and Kaf rarely display a related behavior of not being + # a good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak' + # for example legally end with a Non-Final Pe or Kaf. However, the + # benefit of these letters as Non-Final letters outweighs the damage + # since these words are quite rare. + return c in [self.NORMAL_KAF, self.NORMAL_MEM, self.NORMAL_NUN, self.NORMAL_PE] + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # Final letter analysis for logical-visual decision. + # Look for evidence that the received buffer is either logical Hebrew + # or visual Hebrew. + # The following cases are checked: + # 1) A word longer than 1 letter, ending with a final letter. This is + # an indication that the text is laid out "naturally" since the + # final letter really appears at the end. +1 for logical score. + # 2) A word longer than 1 letter, ending with a Non-Final letter. In + # normal Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi, + # should not end with the Non-Final form of that letter. Exceptions + # to this rule are mentioned above in isNonFinal(). This is an + # indication that the text is laid out backwards. +1 for visual + # score + # 3) A word longer than 1 letter, starting with a final letter. Final + # letters should not appear at the beginning of a word. This is an + # indication that the text is laid out backwards. +1 for visual + # score. + # + # The visual score and logical score are accumulated throughout the + # text and are finally checked against each other in GetCharSetName(). + # No checking for final letters in the middle of words is done since + # that case is not an indication for either Logical or Visual text. + # + # We automatically filter out all 7-bit characters (replace them with + # spaces) so the word boundary detection works properly. [MAP] + + if self.state == ProbingState.NOT_ME: + # Both model probers say it's not them. No reason to continue. + return ProbingState.NOT_ME + + byte_str = self.filter_high_byte_only(byte_str) + + for cur in byte_str: + if cur == self.SPACE: + # We stand on a space - a word just ended + if self._before_prev != self.SPACE: + # next-to-last char was not a space so self._prev is not a + # 1 letter word + if self.is_final(self._prev): + # case (1) [-2:not space][-1:final letter][cur:space] + self._final_char_logical_score += 1 + elif self.is_non_final(self._prev): + # case (2) [-2:not space][-1:Non-Final letter][ + # cur:space] + self._final_char_visual_score += 1 + else: + # Not standing on a space + if ( + (self._before_prev == self.SPACE) + and (self.is_final(self._prev)) + and (cur != self.SPACE) + ): + # case (3) [-2:space][-1:final letter][cur:not space] + self._final_char_visual_score += 1 + self._before_prev = self._prev + self._prev = cur + + # Forever detecting, till the end or until both model probers return + # ProbingState.NOT_ME (handled above) + return ProbingState.DETECTING + + @property + def charset_name(self) -> str: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Make the decision: is it Logical or Visual? + # If the final letter score distance is dominant enough, rely on it. + finalsub = self._final_char_logical_score - self._final_char_visual_score + if finalsub >= self.MIN_FINAL_CHAR_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if finalsub <= -self.MIN_FINAL_CHAR_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # It's not dominant enough, try to rely on the model scores instead. + modelsub = ( + self._logical_prober.get_confidence() - self._visual_prober.get_confidence() + ) + if modelsub > self.MIN_MODEL_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if modelsub < -self.MIN_MODEL_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # Still no good, back to final letter distance, maybe it'll save the + # day. + if finalsub < 0.0: + return self.VISUAL_HEBREW_NAME + + # (finalsub > 0 - Logical) or (don't know what to do) default to + # Logical. + return self.LOGICAL_HEBREW_NAME + + @property + def language(self) -> str: + return "Hebrew" + + @property + def state(self) -> ProbingState: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Remain active as long as any of the model probers are active. + if (self._logical_prober.state == ProbingState.NOT_ME) and ( + self._visual_prober.state == ProbingState.NOT_ME + ): + return ProbingState.NOT_ME + return ProbingState.DETECTING diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 00000000..3293576e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py @@ -0,0 +1,325 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology +# +# Japanese frequency table, applied to both S-JIS and EUC-JP +# They are sorted in order. + +# 128 --> 0.77094 +# 256 --> 0.85710 +# 512 --> 0.92635 +# 1024 --> 0.97130 +# 2048 --> 0.99431 +# +# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58 +# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191 +# +# Typical Distribution Ratio, 25% of IDR + +JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0 + +# Char to FreqOrder table , +JIS_TABLE_SIZE = 4368 + +# fmt: off +JIS_CHAR_TO_FREQ_ORDER = ( + 40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16 +3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32 +1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, # 48 +2042,1061,1062, 48, 49, 44, 45, 433, 434,1040,1041, 996, 787,2997,1255,4305, # 64 +2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, # 80 +5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, # 96 +1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, # 112 +5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, # 128 +5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, # 144 +5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, # 160 +5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, # 176 +5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, # 192 +5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, # 208 +1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, # 224 +1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, # 240 +1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, # 256 +2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, # 272 +3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161, 26,3377, 2,3929, 20, # 288 +3691, 47,4100, 50, 17, 16, 35, 268, 27, 243, 42, 155, 24, 154, 29, 184, # 304 + 4, 91, 14, 92, 53, 396, 33, 289, 9, 37, 64, 620, 21, 39, 321, 5, # 320 + 12, 11, 52, 13, 3, 208, 138, 0, 7, 60, 526, 141, 151,1069, 181, 275, # 336 +1591, 83, 132,1475, 126, 331, 829, 15, 69, 160, 59, 22, 157, 55,1079, 312, # 352 + 109, 38, 23, 25, 10, 19, 79,5195, 61, 382,1124, 8, 30,5196,5197,5198, # 368 +5199,5200,5201,5202,5203,5204,5205,5206, 89, 62, 74, 34,2416, 112, 139, 196, # 384 + 271, 149, 84, 607, 131, 765, 46, 88, 153, 683, 76, 874, 101, 258, 57, 80, # 400 + 32, 364, 121,1508, 169,1547, 68, 235, 145,2999, 41, 360,3027, 70, 63, 31, # 416 + 43, 259, 262,1383, 99, 533, 194, 66, 93, 846, 217, 192, 56, 106, 58, 565, # 432 + 280, 272, 311, 256, 146, 82, 308, 71, 100, 128, 214, 655, 110, 261, 104,1140, # 448 + 54, 51, 36, 87, 67,3070, 185,2618,2936,2020, 28,1066,2390,2059,5207,5208, # 464 +5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, # 480 +5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, # 496 +5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, # 512 +4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, # 528 +5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, # 544 +5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, # 560 +5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, # 576 +5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, # 592 +5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, # 608 +5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, # 624 +5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, # 640 +5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, # 656 +5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, # 672 +3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, # 688 +5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, # 704 +5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, # 720 +5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, # 736 +5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, # 752 +5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, # 768 +5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, # 784 +5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, # 800 +5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, # 816 +5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, # 832 +5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, # 848 +5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, # 864 +5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, # 880 +5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, # 896 +5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, # 912 +5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, # 928 +5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, # 944 +5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, # 960 +5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, # 976 +5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, # 992 +5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008 +5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024 +5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040 +5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056 +5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072 +5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088 +5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104 +5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120 +5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136 +5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152 +5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168 +5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184 +5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200 +5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216 +5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232 +5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248 +5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264 +5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280 +5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296 +6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312 +6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328 +6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344 +6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360 +6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376 +6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392 +6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408 +6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424 +4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440 + 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456 + 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472 +1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619, 65,3302,2045, # 1488 +1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504 + 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520 +3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536 +3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552 + 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568 +3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584 +3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600 + 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616 +2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632 + 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648 +3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664 +1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680 + 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696 +1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712 + 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728 +2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744 +2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760 +2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776 +2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792 +1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808 +1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824 +1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840 +1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856 +2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872 +1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888 +2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904 +1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920 +1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936 +1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952 +1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968 +1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984 +1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000 + 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016 + 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032 +1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048 +2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064 +2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080 +2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096 +3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112 +3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128 + 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144 +3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160 +1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876, 78,2287,1482,1277, # 2176 + 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192 +2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208 +1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224 + 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240 +3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256 +4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272 +2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288 +1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304 +2601,1919,1078, 75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320 +1075, 292,3818,1756,2602, 317, 98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336 + 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352 + 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368 +1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384 +2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400 +2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416 +2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432 +3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448 +1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464 +2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480 + 359,2291,1676, 73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496 + 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512 + 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528 +1209, 96, 587,2166,1032, 260,1072,2153, 173, 94, 226,3244, 819,2006,4642,4114, # 2544 +2203, 231,1744, 782, 97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560 + 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576 +1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592 +1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608 + 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624 +1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640 +1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656 +1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672 + 764,2861,1853, 688,2429,1920,1462, 77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688 +2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704 + 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720 +2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736 +3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752 +2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768 +1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784 +6147, 441, 762,1771,3447,3607,3608,1904, 840,3037, 86, 939,1385, 572,1370,2445, # 2800 +1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816 +2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832 +1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848 + 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864 + 72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880 +3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896 +3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912 +1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928 +1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944 +1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960 +1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976 + 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992 + 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008 +2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024 + 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040 +3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056 +2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072 + 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088 +1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104 +2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120 + 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136 +1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152 + 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168 +4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184 +2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200 +1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216 + 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232 +1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248 +2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264 + 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280 +6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296 +1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312 +1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328 +2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344 +3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360 + 914,2550,2587, 81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376 +3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392 +1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408 + 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424 +1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440 + 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456 +3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472 + 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488 +2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504 + 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520 +4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536 +2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552 +1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568 +1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584 +1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600 + 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616 +1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632 +3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648 +1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664 +3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680 + 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696 + 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712 + 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728 +2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744 +1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760 + 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776 +1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792 + 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808 +1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824 + 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840 + 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856 + 480,2083,1774,3458, 923,2279,1350, 221,3086, 85,2233,2234,3835,1585,3010,2147, # 3872 +1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888 +1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904 +2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920 +4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936 + 227,1351,1645,2453,2193,1421,2887, 812,2121, 634, 95,2435, 201,2312,4665,1646, # 3952 +1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968 + 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984 +1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000 +3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016 +1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032 +2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048 +2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064 +1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080 +1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096 +2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112 + 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128 +2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144 +1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160 +1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176 +1279,2136,1697,2335, 204, 721,2097,3838, 90,6186,2085,2505, 191,3967, 124,2148, # 4192 +1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208 +3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224 +2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240 +2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256 + 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272 +3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288 +3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304 +1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320 +2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336 +1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352 +2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512 +) +# fmt: on diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py new file mode 100644 index 00000000..c1296999 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py @@ -0,0 +1,2382 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# The frequency data itself is the same as euc-kr. +# This is just a mapping table to euc-kr. + +JOHAB_TO_EUCKR_ORDER_TABLE = { + 0x8861: 0, + 0x8862: 1, + 0x8865: 2, + 0x8868: 3, + 0x8869: 4, + 0x886A: 5, + 0x886B: 6, + 0x8871: 7, + 0x8873: 8, + 0x8874: 9, + 0x8875: 10, + 0x8876: 11, + 0x8877: 12, + 0x8878: 13, + 0x8879: 14, + 0x887B: 15, + 0x887C: 16, + 0x887D: 17, + 0x8881: 18, + 0x8882: 19, + 0x8885: 20, + 0x8889: 21, + 0x8891: 22, + 0x8893: 23, + 0x8895: 24, + 0x8896: 25, + 0x8897: 26, + 0x88A1: 27, + 0x88A2: 28, + 0x88A5: 29, + 0x88A9: 30, + 0x88B5: 31, + 0x88B7: 32, + 0x88C1: 33, + 0x88C5: 34, + 0x88C9: 35, + 0x88E1: 36, + 0x88E2: 37, + 0x88E5: 38, + 0x88E8: 39, + 0x88E9: 40, + 0x88EB: 41, + 0x88F1: 42, + 0x88F3: 43, + 0x88F5: 44, + 0x88F6: 45, + 0x88F7: 46, + 0x88F8: 47, + 0x88FB: 48, + 0x88FC: 49, + 0x88FD: 50, + 0x8941: 51, + 0x8945: 52, + 0x8949: 53, + 0x8951: 54, + 0x8953: 55, + 0x8955: 56, + 0x8956: 57, + 0x8957: 58, + 0x8961: 59, + 0x8962: 60, + 0x8963: 61, + 0x8965: 62, + 0x8968: 63, + 0x8969: 64, + 0x8971: 65, + 0x8973: 66, + 0x8975: 67, + 0x8976: 68, + 0x8977: 69, + 0x897B: 70, + 0x8981: 71, + 0x8985: 72, + 0x8989: 73, + 0x8993: 74, + 0x8995: 75, + 0x89A1: 76, + 0x89A2: 77, + 0x89A5: 78, + 0x89A8: 79, + 0x89A9: 80, + 0x89AB: 81, + 0x89AD: 82, + 0x89B0: 83, + 0x89B1: 84, + 0x89B3: 85, + 0x89B5: 86, + 0x89B7: 87, + 0x89B8: 88, + 0x89C1: 89, + 0x89C2: 90, + 0x89C5: 91, + 0x89C9: 92, + 0x89CB: 93, + 0x89D1: 94, + 0x89D3: 95, + 0x89D5: 96, + 0x89D7: 97, + 0x89E1: 98, + 0x89E5: 99, + 0x89E9: 100, + 0x89F3: 101, + 0x89F6: 102, + 0x89F7: 103, + 0x8A41: 104, + 0x8A42: 105, + 0x8A45: 106, + 0x8A49: 107, + 0x8A51: 108, + 0x8A53: 109, + 0x8A55: 110, + 0x8A57: 111, + 0x8A61: 112, + 0x8A65: 113, + 0x8A69: 114, + 0x8A73: 115, + 0x8A75: 116, + 0x8A81: 117, + 0x8A82: 118, + 0x8A85: 119, + 0x8A88: 120, + 0x8A89: 121, + 0x8A8A: 122, + 0x8A8B: 123, + 0x8A90: 124, + 0x8A91: 125, + 0x8A93: 126, + 0x8A95: 127, + 0x8A97: 128, + 0x8A98: 129, + 0x8AA1: 130, + 0x8AA2: 131, + 0x8AA5: 132, + 0x8AA9: 133, + 0x8AB6: 134, + 0x8AB7: 135, + 0x8AC1: 136, + 0x8AD5: 137, + 0x8AE1: 138, + 0x8AE2: 139, + 0x8AE5: 140, + 0x8AE9: 141, + 0x8AF1: 142, + 0x8AF3: 143, + 0x8AF5: 144, + 0x8B41: 145, + 0x8B45: 146, + 0x8B49: 147, + 0x8B61: 148, + 0x8B62: 149, + 0x8B65: 150, + 0x8B68: 151, + 0x8B69: 152, + 0x8B6A: 153, + 0x8B71: 154, + 0x8B73: 155, + 0x8B75: 156, + 0x8B77: 157, + 0x8B81: 158, + 0x8BA1: 159, + 0x8BA2: 160, + 0x8BA5: 161, + 0x8BA8: 162, + 0x8BA9: 163, + 0x8BAB: 164, + 0x8BB1: 165, + 0x8BB3: 166, + 0x8BB5: 167, + 0x8BB7: 168, + 0x8BB8: 169, + 0x8BBC: 170, + 0x8C61: 171, + 0x8C62: 172, + 0x8C63: 173, + 0x8C65: 174, + 0x8C69: 175, + 0x8C6B: 176, + 0x8C71: 177, + 0x8C73: 178, + 0x8C75: 179, + 0x8C76: 180, + 0x8C77: 181, + 0x8C7B: 182, + 0x8C81: 183, + 0x8C82: 184, + 0x8C85: 185, + 0x8C89: 186, + 0x8C91: 187, + 0x8C93: 188, + 0x8C95: 189, + 0x8C96: 190, + 0x8C97: 191, + 0x8CA1: 192, + 0x8CA2: 193, + 0x8CA9: 194, + 0x8CE1: 195, + 0x8CE2: 196, + 0x8CE3: 197, + 0x8CE5: 198, + 0x8CE9: 199, + 0x8CF1: 200, + 0x8CF3: 201, + 0x8CF5: 202, + 0x8CF6: 203, + 0x8CF7: 204, + 0x8D41: 205, + 0x8D42: 206, + 0x8D45: 207, + 0x8D51: 208, + 0x8D55: 209, + 0x8D57: 210, + 0x8D61: 211, + 0x8D65: 212, + 0x8D69: 213, + 0x8D75: 214, + 0x8D76: 215, + 0x8D7B: 216, + 0x8D81: 217, + 0x8DA1: 218, + 0x8DA2: 219, + 0x8DA5: 220, + 0x8DA7: 221, + 0x8DA9: 222, + 0x8DB1: 223, + 0x8DB3: 224, + 0x8DB5: 225, + 0x8DB7: 226, + 0x8DB8: 227, + 0x8DB9: 228, + 0x8DC1: 229, + 0x8DC2: 230, + 0x8DC9: 231, + 0x8DD6: 232, + 0x8DD7: 233, + 0x8DE1: 234, + 0x8DE2: 235, + 0x8DF7: 236, + 0x8E41: 237, + 0x8E45: 238, + 0x8E49: 239, + 0x8E51: 240, + 0x8E53: 241, + 0x8E57: 242, + 0x8E61: 243, + 0x8E81: 244, + 0x8E82: 245, + 0x8E85: 246, + 0x8E89: 247, + 0x8E90: 248, + 0x8E91: 249, + 0x8E93: 250, + 0x8E95: 251, + 0x8E97: 252, + 0x8E98: 253, + 0x8EA1: 254, + 0x8EA9: 255, + 0x8EB6: 256, + 0x8EB7: 257, + 0x8EC1: 258, + 0x8EC2: 259, + 0x8EC5: 260, + 0x8EC9: 261, + 0x8ED1: 262, + 0x8ED3: 263, + 0x8ED6: 264, + 0x8EE1: 265, + 0x8EE5: 266, + 0x8EE9: 267, + 0x8EF1: 268, + 0x8EF3: 269, + 0x8F41: 270, + 0x8F61: 271, + 0x8F62: 272, + 0x8F65: 273, + 0x8F67: 274, + 0x8F69: 275, + 0x8F6B: 276, + 0x8F70: 277, + 0x8F71: 278, + 0x8F73: 279, + 0x8F75: 280, + 0x8F77: 281, + 0x8F7B: 282, + 0x8FA1: 283, + 0x8FA2: 284, + 0x8FA5: 285, + 0x8FA9: 286, + 0x8FB1: 287, + 0x8FB3: 288, + 0x8FB5: 289, + 0x8FB7: 290, + 0x9061: 291, + 0x9062: 292, + 0x9063: 293, + 0x9065: 294, + 0x9068: 295, + 0x9069: 296, + 0x906A: 297, + 0x906B: 298, + 0x9071: 299, + 0x9073: 300, + 0x9075: 301, + 0x9076: 302, + 0x9077: 303, + 0x9078: 304, + 0x9079: 305, + 0x907B: 306, + 0x907D: 307, + 0x9081: 308, + 0x9082: 309, + 0x9085: 310, + 0x9089: 311, + 0x9091: 312, + 0x9093: 313, + 0x9095: 314, + 0x9096: 315, + 0x9097: 316, + 0x90A1: 317, + 0x90A2: 318, + 0x90A5: 319, + 0x90A9: 320, + 0x90B1: 321, + 0x90B7: 322, + 0x90E1: 323, + 0x90E2: 324, + 0x90E4: 325, + 0x90E5: 326, + 0x90E9: 327, + 0x90EB: 328, + 0x90EC: 329, + 0x90F1: 330, + 0x90F3: 331, + 0x90F5: 332, + 0x90F6: 333, + 0x90F7: 334, + 0x90FD: 335, + 0x9141: 336, + 0x9142: 337, + 0x9145: 338, + 0x9149: 339, + 0x9151: 340, + 0x9153: 341, + 0x9155: 342, + 0x9156: 343, + 0x9157: 344, + 0x9161: 345, + 0x9162: 346, + 0x9165: 347, + 0x9169: 348, + 0x9171: 349, + 0x9173: 350, + 0x9176: 351, + 0x9177: 352, + 0x917A: 353, + 0x9181: 354, + 0x9185: 355, + 0x91A1: 356, + 0x91A2: 357, + 0x91A5: 358, + 0x91A9: 359, + 0x91AB: 360, + 0x91B1: 361, + 0x91B3: 362, + 0x91B5: 363, + 0x91B7: 364, + 0x91BC: 365, + 0x91BD: 366, + 0x91C1: 367, + 0x91C5: 368, + 0x91C9: 369, + 0x91D6: 370, + 0x9241: 371, + 0x9245: 372, + 0x9249: 373, + 0x9251: 374, + 0x9253: 375, + 0x9255: 376, + 0x9261: 377, + 0x9262: 378, + 0x9265: 379, + 0x9269: 380, + 0x9273: 381, + 0x9275: 382, + 0x9277: 383, + 0x9281: 384, + 0x9282: 385, + 0x9285: 386, + 0x9288: 387, + 0x9289: 388, + 0x9291: 389, + 0x9293: 390, + 0x9295: 391, + 0x9297: 392, + 0x92A1: 393, + 0x92B6: 394, + 0x92C1: 395, + 0x92E1: 396, + 0x92E5: 397, + 0x92E9: 398, + 0x92F1: 399, + 0x92F3: 400, + 0x9341: 401, + 0x9342: 402, + 0x9349: 403, + 0x9351: 404, + 0x9353: 405, + 0x9357: 406, + 0x9361: 407, + 0x9362: 408, + 0x9365: 409, + 0x9369: 410, + 0x936A: 411, + 0x936B: 412, + 0x9371: 413, + 0x9373: 414, + 0x9375: 415, + 0x9377: 416, + 0x9378: 417, + 0x937C: 418, + 0x9381: 419, + 0x9385: 420, + 0x9389: 421, + 0x93A1: 422, + 0x93A2: 423, + 0x93A5: 424, + 0x93A9: 425, + 0x93AB: 426, + 0x93B1: 427, + 0x93B3: 428, + 0x93B5: 429, + 0x93B7: 430, + 0x93BC: 431, + 0x9461: 432, + 0x9462: 433, + 0x9463: 434, + 0x9465: 435, + 0x9468: 436, + 0x9469: 437, + 0x946A: 438, + 0x946B: 439, + 0x946C: 440, + 0x9470: 441, + 0x9471: 442, + 0x9473: 443, + 0x9475: 444, + 0x9476: 445, + 0x9477: 446, + 0x9478: 447, + 0x9479: 448, + 0x947D: 449, + 0x9481: 450, + 0x9482: 451, + 0x9485: 452, + 0x9489: 453, + 0x9491: 454, + 0x9493: 455, + 0x9495: 456, + 0x9496: 457, + 0x9497: 458, + 0x94A1: 459, + 0x94E1: 460, + 0x94E2: 461, + 0x94E3: 462, + 0x94E5: 463, + 0x94E8: 464, + 0x94E9: 465, + 0x94EB: 466, + 0x94EC: 467, + 0x94F1: 468, + 0x94F3: 469, + 0x94F5: 470, + 0x94F7: 471, + 0x94F9: 472, + 0x94FC: 473, + 0x9541: 474, + 0x9542: 475, + 0x9545: 476, + 0x9549: 477, + 0x9551: 478, + 0x9553: 479, + 0x9555: 480, + 0x9556: 481, + 0x9557: 482, + 0x9561: 483, + 0x9565: 484, + 0x9569: 485, + 0x9576: 486, + 0x9577: 487, + 0x9581: 488, + 0x9585: 489, + 0x95A1: 490, + 0x95A2: 491, + 0x95A5: 492, + 0x95A8: 493, + 0x95A9: 494, + 0x95AB: 495, + 0x95AD: 496, + 0x95B1: 497, + 0x95B3: 498, + 0x95B5: 499, + 0x95B7: 500, + 0x95B9: 501, + 0x95BB: 502, + 0x95C1: 503, + 0x95C5: 504, + 0x95C9: 505, + 0x95E1: 506, + 0x95F6: 507, + 0x9641: 508, + 0x9645: 509, + 0x9649: 510, + 0x9651: 511, + 0x9653: 512, + 0x9655: 513, + 0x9661: 514, + 0x9681: 515, + 0x9682: 516, + 0x9685: 517, + 0x9689: 518, + 0x9691: 519, + 0x9693: 520, + 0x9695: 521, + 0x9697: 522, + 0x96A1: 523, + 0x96B6: 524, + 0x96C1: 525, + 0x96D7: 526, + 0x96E1: 527, + 0x96E5: 528, + 0x96E9: 529, + 0x96F3: 530, + 0x96F5: 531, + 0x96F7: 532, + 0x9741: 533, + 0x9745: 534, + 0x9749: 535, + 0x9751: 536, + 0x9757: 537, + 0x9761: 538, + 0x9762: 539, + 0x9765: 540, + 0x9768: 541, + 0x9769: 542, + 0x976B: 543, + 0x9771: 544, + 0x9773: 545, + 0x9775: 546, + 0x9777: 547, + 0x9781: 548, + 0x97A1: 549, + 0x97A2: 550, + 0x97A5: 551, + 0x97A8: 552, + 0x97A9: 553, + 0x97B1: 554, + 0x97B3: 555, + 0x97B5: 556, + 0x97B6: 557, + 0x97B7: 558, + 0x97B8: 559, + 0x9861: 560, + 0x9862: 561, + 0x9865: 562, + 0x9869: 563, + 0x9871: 564, + 0x9873: 565, + 0x9875: 566, + 0x9876: 567, + 0x9877: 568, + 0x987D: 569, + 0x9881: 570, + 0x9882: 571, + 0x9885: 572, + 0x9889: 573, + 0x9891: 574, + 0x9893: 575, + 0x9895: 576, + 0x9896: 577, + 0x9897: 578, + 0x98E1: 579, + 0x98E2: 580, + 0x98E5: 581, + 0x98E9: 582, + 0x98EB: 583, + 0x98EC: 584, + 0x98F1: 585, + 0x98F3: 586, + 0x98F5: 587, + 0x98F6: 588, + 0x98F7: 589, + 0x98FD: 590, + 0x9941: 591, + 0x9942: 592, + 0x9945: 593, + 0x9949: 594, + 0x9951: 595, + 0x9953: 596, + 0x9955: 597, + 0x9956: 598, + 0x9957: 599, + 0x9961: 600, + 0x9976: 601, + 0x99A1: 602, + 0x99A2: 603, + 0x99A5: 604, + 0x99A9: 605, + 0x99B7: 606, + 0x99C1: 607, + 0x99C9: 608, + 0x99E1: 609, + 0x9A41: 610, + 0x9A45: 611, + 0x9A81: 612, + 0x9A82: 613, + 0x9A85: 614, + 0x9A89: 615, + 0x9A90: 616, + 0x9A91: 617, + 0x9A97: 618, + 0x9AC1: 619, + 0x9AE1: 620, + 0x9AE5: 621, + 0x9AE9: 622, + 0x9AF1: 623, + 0x9AF3: 624, + 0x9AF7: 625, + 0x9B61: 626, + 0x9B62: 627, + 0x9B65: 628, + 0x9B68: 629, + 0x9B69: 630, + 0x9B71: 631, + 0x9B73: 632, + 0x9B75: 633, + 0x9B81: 634, + 0x9B85: 635, + 0x9B89: 636, + 0x9B91: 637, + 0x9B93: 638, + 0x9BA1: 639, + 0x9BA5: 640, + 0x9BA9: 641, + 0x9BB1: 642, + 0x9BB3: 643, + 0x9BB5: 644, + 0x9BB7: 645, + 0x9C61: 646, + 0x9C62: 647, + 0x9C65: 648, + 0x9C69: 649, + 0x9C71: 650, + 0x9C73: 651, + 0x9C75: 652, + 0x9C76: 653, + 0x9C77: 654, + 0x9C78: 655, + 0x9C7C: 656, + 0x9C7D: 657, + 0x9C81: 658, + 0x9C82: 659, + 0x9C85: 660, + 0x9C89: 661, + 0x9C91: 662, + 0x9C93: 663, + 0x9C95: 664, + 0x9C96: 665, + 0x9C97: 666, + 0x9CA1: 667, + 0x9CA2: 668, + 0x9CA5: 669, + 0x9CB5: 670, + 0x9CB7: 671, + 0x9CE1: 672, + 0x9CE2: 673, + 0x9CE5: 674, + 0x9CE9: 675, + 0x9CF1: 676, + 0x9CF3: 677, + 0x9CF5: 678, + 0x9CF6: 679, + 0x9CF7: 680, + 0x9CFD: 681, + 0x9D41: 682, + 0x9D42: 683, + 0x9D45: 684, + 0x9D49: 685, + 0x9D51: 686, + 0x9D53: 687, + 0x9D55: 688, + 0x9D57: 689, + 0x9D61: 690, + 0x9D62: 691, + 0x9D65: 692, + 0x9D69: 693, + 0x9D71: 694, + 0x9D73: 695, + 0x9D75: 696, + 0x9D76: 697, + 0x9D77: 698, + 0x9D81: 699, + 0x9D85: 700, + 0x9D93: 701, + 0x9D95: 702, + 0x9DA1: 703, + 0x9DA2: 704, + 0x9DA5: 705, + 0x9DA9: 706, + 0x9DB1: 707, + 0x9DB3: 708, + 0x9DB5: 709, + 0x9DB7: 710, + 0x9DC1: 711, + 0x9DC5: 712, + 0x9DD7: 713, + 0x9DF6: 714, + 0x9E41: 715, + 0x9E45: 716, + 0x9E49: 717, + 0x9E51: 718, + 0x9E53: 719, + 0x9E55: 720, + 0x9E57: 721, + 0x9E61: 722, + 0x9E65: 723, + 0x9E69: 724, + 0x9E73: 725, + 0x9E75: 726, + 0x9E77: 727, + 0x9E81: 728, + 0x9E82: 729, + 0x9E85: 730, + 0x9E89: 731, + 0x9E91: 732, + 0x9E93: 733, + 0x9E95: 734, + 0x9E97: 735, + 0x9EA1: 736, + 0x9EB6: 737, + 0x9EC1: 738, + 0x9EE1: 739, + 0x9EE2: 740, + 0x9EE5: 741, + 0x9EE9: 742, + 0x9EF1: 743, + 0x9EF5: 744, + 0x9EF7: 745, + 0x9F41: 746, + 0x9F42: 747, + 0x9F45: 748, + 0x9F49: 749, + 0x9F51: 750, + 0x9F53: 751, + 0x9F55: 752, + 0x9F57: 753, + 0x9F61: 754, + 0x9F62: 755, + 0x9F65: 756, + 0x9F69: 757, + 0x9F71: 758, + 0x9F73: 759, + 0x9F75: 760, + 0x9F77: 761, + 0x9F78: 762, + 0x9F7B: 763, + 0x9F7C: 764, + 0x9FA1: 765, + 0x9FA2: 766, + 0x9FA5: 767, + 0x9FA9: 768, + 0x9FB1: 769, + 0x9FB3: 770, + 0x9FB5: 771, + 0x9FB7: 772, + 0xA061: 773, + 0xA062: 774, + 0xA065: 775, + 0xA067: 776, + 0xA068: 777, + 0xA069: 778, + 0xA06A: 779, + 0xA06B: 780, + 0xA071: 781, + 0xA073: 782, + 0xA075: 783, + 0xA077: 784, + 0xA078: 785, + 0xA07B: 786, + 0xA07D: 787, + 0xA081: 788, + 0xA082: 789, + 0xA085: 790, + 0xA089: 791, + 0xA091: 792, + 0xA093: 793, + 0xA095: 794, + 0xA096: 795, + 0xA097: 796, + 0xA098: 797, + 0xA0A1: 798, + 0xA0A2: 799, + 0xA0A9: 800, + 0xA0B7: 801, + 0xA0E1: 802, + 0xA0E2: 803, + 0xA0E5: 804, + 0xA0E9: 805, + 0xA0EB: 806, + 0xA0F1: 807, + 0xA0F3: 808, + 0xA0F5: 809, + 0xA0F7: 810, + 0xA0F8: 811, + 0xA0FD: 812, + 0xA141: 813, + 0xA142: 814, + 0xA145: 815, + 0xA149: 816, + 0xA151: 817, + 0xA153: 818, + 0xA155: 819, + 0xA156: 820, + 0xA157: 821, + 0xA161: 822, + 0xA162: 823, + 0xA165: 824, + 0xA169: 825, + 0xA175: 826, + 0xA176: 827, + 0xA177: 828, + 0xA179: 829, + 0xA181: 830, + 0xA1A1: 831, + 0xA1A2: 832, + 0xA1A4: 833, + 0xA1A5: 834, + 0xA1A9: 835, + 0xA1AB: 836, + 0xA1B1: 837, + 0xA1B3: 838, + 0xA1B5: 839, + 0xA1B7: 840, + 0xA1C1: 841, + 0xA1C5: 842, + 0xA1D6: 843, + 0xA1D7: 844, + 0xA241: 845, + 0xA245: 846, + 0xA249: 847, + 0xA253: 848, + 0xA255: 849, + 0xA257: 850, + 0xA261: 851, + 0xA265: 852, + 0xA269: 853, + 0xA273: 854, + 0xA275: 855, + 0xA281: 856, + 0xA282: 857, + 0xA283: 858, + 0xA285: 859, + 0xA288: 860, + 0xA289: 861, + 0xA28A: 862, + 0xA28B: 863, + 0xA291: 864, + 0xA293: 865, + 0xA295: 866, + 0xA297: 867, + 0xA29B: 868, + 0xA29D: 869, + 0xA2A1: 870, + 0xA2A5: 871, + 0xA2A9: 872, + 0xA2B3: 873, + 0xA2B5: 874, + 0xA2C1: 875, + 0xA2E1: 876, + 0xA2E5: 877, + 0xA2E9: 878, + 0xA341: 879, + 0xA345: 880, + 0xA349: 881, + 0xA351: 882, + 0xA355: 883, + 0xA361: 884, + 0xA365: 885, + 0xA369: 886, + 0xA371: 887, + 0xA375: 888, + 0xA3A1: 889, + 0xA3A2: 890, + 0xA3A5: 891, + 0xA3A8: 892, + 0xA3A9: 893, + 0xA3AB: 894, + 0xA3B1: 895, + 0xA3B3: 896, + 0xA3B5: 897, + 0xA3B6: 898, + 0xA3B7: 899, + 0xA3B9: 900, + 0xA3BB: 901, + 0xA461: 902, + 0xA462: 903, + 0xA463: 904, + 0xA464: 905, + 0xA465: 906, + 0xA468: 907, + 0xA469: 908, + 0xA46A: 909, + 0xA46B: 910, + 0xA46C: 911, + 0xA471: 912, + 0xA473: 913, + 0xA475: 914, + 0xA477: 915, + 0xA47B: 916, + 0xA481: 917, + 0xA482: 918, + 0xA485: 919, + 0xA489: 920, + 0xA491: 921, + 0xA493: 922, + 0xA495: 923, + 0xA496: 924, + 0xA497: 925, + 0xA49B: 926, + 0xA4A1: 927, + 0xA4A2: 928, + 0xA4A5: 929, + 0xA4B3: 930, + 0xA4E1: 931, + 0xA4E2: 932, + 0xA4E5: 933, + 0xA4E8: 934, + 0xA4E9: 935, + 0xA4EB: 936, + 0xA4F1: 937, + 0xA4F3: 938, + 0xA4F5: 939, + 0xA4F7: 940, + 0xA4F8: 941, + 0xA541: 942, + 0xA542: 943, + 0xA545: 944, + 0xA548: 945, + 0xA549: 946, + 0xA551: 947, + 0xA553: 948, + 0xA555: 949, + 0xA556: 950, + 0xA557: 951, + 0xA561: 952, + 0xA562: 953, + 0xA565: 954, + 0xA569: 955, + 0xA573: 956, + 0xA575: 957, + 0xA576: 958, + 0xA577: 959, + 0xA57B: 960, + 0xA581: 961, + 0xA585: 962, + 0xA5A1: 963, + 0xA5A2: 964, + 0xA5A3: 965, + 0xA5A5: 966, + 0xA5A9: 967, + 0xA5B1: 968, + 0xA5B3: 969, + 0xA5B5: 970, + 0xA5B7: 971, + 0xA5C1: 972, + 0xA5C5: 973, + 0xA5D6: 974, + 0xA5E1: 975, + 0xA5F6: 976, + 0xA641: 977, + 0xA642: 978, + 0xA645: 979, + 0xA649: 980, + 0xA651: 981, + 0xA653: 982, + 0xA661: 983, + 0xA665: 984, + 0xA681: 985, + 0xA682: 986, + 0xA685: 987, + 0xA688: 988, + 0xA689: 989, + 0xA68A: 990, + 0xA68B: 991, + 0xA691: 992, + 0xA693: 993, + 0xA695: 994, + 0xA697: 995, + 0xA69B: 996, + 0xA69C: 997, + 0xA6A1: 998, + 0xA6A9: 999, + 0xA6B6: 1000, + 0xA6C1: 1001, + 0xA6E1: 1002, + 0xA6E2: 1003, + 0xA6E5: 1004, + 0xA6E9: 1005, + 0xA6F7: 1006, + 0xA741: 1007, + 0xA745: 1008, + 0xA749: 1009, + 0xA751: 1010, + 0xA755: 1011, + 0xA757: 1012, + 0xA761: 1013, + 0xA762: 1014, + 0xA765: 1015, + 0xA769: 1016, + 0xA771: 1017, + 0xA773: 1018, + 0xA775: 1019, + 0xA7A1: 1020, + 0xA7A2: 1021, + 0xA7A5: 1022, + 0xA7A9: 1023, + 0xA7AB: 1024, + 0xA7B1: 1025, + 0xA7B3: 1026, + 0xA7B5: 1027, + 0xA7B7: 1028, + 0xA7B8: 1029, + 0xA7B9: 1030, + 0xA861: 1031, + 0xA862: 1032, + 0xA865: 1033, + 0xA869: 1034, + 0xA86B: 1035, + 0xA871: 1036, + 0xA873: 1037, + 0xA875: 1038, + 0xA876: 1039, + 0xA877: 1040, + 0xA87D: 1041, + 0xA881: 1042, + 0xA882: 1043, + 0xA885: 1044, + 0xA889: 1045, + 0xA891: 1046, + 0xA893: 1047, + 0xA895: 1048, + 0xA896: 1049, + 0xA897: 1050, + 0xA8A1: 1051, + 0xA8A2: 1052, + 0xA8B1: 1053, + 0xA8E1: 1054, + 0xA8E2: 1055, + 0xA8E5: 1056, + 0xA8E8: 1057, + 0xA8E9: 1058, + 0xA8F1: 1059, + 0xA8F5: 1060, + 0xA8F6: 1061, + 0xA8F7: 1062, + 0xA941: 1063, + 0xA957: 1064, + 0xA961: 1065, + 0xA962: 1066, + 0xA971: 1067, + 0xA973: 1068, + 0xA975: 1069, + 0xA976: 1070, + 0xA977: 1071, + 0xA9A1: 1072, + 0xA9A2: 1073, + 0xA9A5: 1074, + 0xA9A9: 1075, + 0xA9B1: 1076, + 0xA9B3: 1077, + 0xA9B7: 1078, + 0xAA41: 1079, + 0xAA61: 1080, + 0xAA77: 1081, + 0xAA81: 1082, + 0xAA82: 1083, + 0xAA85: 1084, + 0xAA89: 1085, + 0xAA91: 1086, + 0xAA95: 1087, + 0xAA97: 1088, + 0xAB41: 1089, + 0xAB57: 1090, + 0xAB61: 1091, + 0xAB65: 1092, + 0xAB69: 1093, + 0xAB71: 1094, + 0xAB73: 1095, + 0xABA1: 1096, + 0xABA2: 1097, + 0xABA5: 1098, + 0xABA9: 1099, + 0xABB1: 1100, + 0xABB3: 1101, + 0xABB5: 1102, + 0xABB7: 1103, + 0xAC61: 1104, + 0xAC62: 1105, + 0xAC64: 1106, + 0xAC65: 1107, + 0xAC68: 1108, + 0xAC69: 1109, + 0xAC6A: 1110, + 0xAC6B: 1111, + 0xAC71: 1112, + 0xAC73: 1113, + 0xAC75: 1114, + 0xAC76: 1115, + 0xAC77: 1116, + 0xAC7B: 1117, + 0xAC81: 1118, + 0xAC82: 1119, + 0xAC85: 1120, + 0xAC89: 1121, + 0xAC91: 1122, + 0xAC93: 1123, + 0xAC95: 1124, + 0xAC96: 1125, + 0xAC97: 1126, + 0xACA1: 1127, + 0xACA2: 1128, + 0xACA5: 1129, + 0xACA9: 1130, + 0xACB1: 1131, + 0xACB3: 1132, + 0xACB5: 1133, + 0xACB7: 1134, + 0xACC1: 1135, + 0xACC5: 1136, + 0xACC9: 1137, + 0xACD1: 1138, + 0xACD7: 1139, + 0xACE1: 1140, + 0xACE2: 1141, + 0xACE3: 1142, + 0xACE4: 1143, + 0xACE5: 1144, + 0xACE8: 1145, + 0xACE9: 1146, + 0xACEB: 1147, + 0xACEC: 1148, + 0xACF1: 1149, + 0xACF3: 1150, + 0xACF5: 1151, + 0xACF6: 1152, + 0xACF7: 1153, + 0xACFC: 1154, + 0xAD41: 1155, + 0xAD42: 1156, + 0xAD45: 1157, + 0xAD49: 1158, + 0xAD51: 1159, + 0xAD53: 1160, + 0xAD55: 1161, + 0xAD56: 1162, + 0xAD57: 1163, + 0xAD61: 1164, + 0xAD62: 1165, + 0xAD65: 1166, + 0xAD69: 1167, + 0xAD71: 1168, + 0xAD73: 1169, + 0xAD75: 1170, + 0xAD76: 1171, + 0xAD77: 1172, + 0xAD81: 1173, + 0xAD85: 1174, + 0xAD89: 1175, + 0xAD97: 1176, + 0xADA1: 1177, + 0xADA2: 1178, + 0xADA3: 1179, + 0xADA5: 1180, + 0xADA9: 1181, + 0xADAB: 1182, + 0xADB1: 1183, + 0xADB3: 1184, + 0xADB5: 1185, + 0xADB7: 1186, + 0xADBB: 1187, + 0xADC1: 1188, + 0xADC2: 1189, + 0xADC5: 1190, + 0xADC9: 1191, + 0xADD7: 1192, + 0xADE1: 1193, + 0xADE5: 1194, + 0xADE9: 1195, + 0xADF1: 1196, + 0xADF5: 1197, + 0xADF6: 1198, + 0xAE41: 1199, + 0xAE45: 1200, + 0xAE49: 1201, + 0xAE51: 1202, + 0xAE53: 1203, + 0xAE55: 1204, + 0xAE61: 1205, + 0xAE62: 1206, + 0xAE65: 1207, + 0xAE69: 1208, + 0xAE71: 1209, + 0xAE73: 1210, + 0xAE75: 1211, + 0xAE77: 1212, + 0xAE81: 1213, + 0xAE82: 1214, + 0xAE85: 1215, + 0xAE88: 1216, + 0xAE89: 1217, + 0xAE91: 1218, + 0xAE93: 1219, + 0xAE95: 1220, + 0xAE97: 1221, + 0xAE99: 1222, + 0xAE9B: 1223, + 0xAE9C: 1224, + 0xAEA1: 1225, + 0xAEB6: 1226, + 0xAEC1: 1227, + 0xAEC2: 1228, + 0xAEC5: 1229, + 0xAEC9: 1230, + 0xAED1: 1231, + 0xAED7: 1232, + 0xAEE1: 1233, + 0xAEE2: 1234, + 0xAEE5: 1235, + 0xAEE9: 1236, + 0xAEF1: 1237, + 0xAEF3: 1238, + 0xAEF5: 1239, + 0xAEF7: 1240, + 0xAF41: 1241, + 0xAF42: 1242, + 0xAF49: 1243, + 0xAF51: 1244, + 0xAF55: 1245, + 0xAF57: 1246, + 0xAF61: 1247, + 0xAF62: 1248, + 0xAF65: 1249, + 0xAF69: 1250, + 0xAF6A: 1251, + 0xAF71: 1252, + 0xAF73: 1253, + 0xAF75: 1254, + 0xAF77: 1255, + 0xAFA1: 1256, + 0xAFA2: 1257, + 0xAFA5: 1258, + 0xAFA8: 1259, + 0xAFA9: 1260, + 0xAFB0: 1261, + 0xAFB1: 1262, + 0xAFB3: 1263, + 0xAFB5: 1264, + 0xAFB7: 1265, + 0xAFBC: 1266, + 0xB061: 1267, + 0xB062: 1268, + 0xB064: 1269, + 0xB065: 1270, + 0xB069: 1271, + 0xB071: 1272, + 0xB073: 1273, + 0xB076: 1274, + 0xB077: 1275, + 0xB07D: 1276, + 0xB081: 1277, + 0xB082: 1278, + 0xB085: 1279, + 0xB089: 1280, + 0xB091: 1281, + 0xB093: 1282, + 0xB096: 1283, + 0xB097: 1284, + 0xB0B7: 1285, + 0xB0E1: 1286, + 0xB0E2: 1287, + 0xB0E5: 1288, + 0xB0E9: 1289, + 0xB0EB: 1290, + 0xB0F1: 1291, + 0xB0F3: 1292, + 0xB0F6: 1293, + 0xB0F7: 1294, + 0xB141: 1295, + 0xB145: 1296, + 0xB149: 1297, + 0xB185: 1298, + 0xB1A1: 1299, + 0xB1A2: 1300, + 0xB1A5: 1301, + 0xB1A8: 1302, + 0xB1A9: 1303, + 0xB1AB: 1304, + 0xB1B1: 1305, + 0xB1B3: 1306, + 0xB1B7: 1307, + 0xB1C1: 1308, + 0xB1C2: 1309, + 0xB1C5: 1310, + 0xB1D6: 1311, + 0xB1E1: 1312, + 0xB1F6: 1313, + 0xB241: 1314, + 0xB245: 1315, + 0xB249: 1316, + 0xB251: 1317, + 0xB253: 1318, + 0xB261: 1319, + 0xB281: 1320, + 0xB282: 1321, + 0xB285: 1322, + 0xB289: 1323, + 0xB291: 1324, + 0xB293: 1325, + 0xB297: 1326, + 0xB2A1: 1327, + 0xB2B6: 1328, + 0xB2C1: 1329, + 0xB2E1: 1330, + 0xB2E5: 1331, + 0xB357: 1332, + 0xB361: 1333, + 0xB362: 1334, + 0xB365: 1335, + 0xB369: 1336, + 0xB36B: 1337, + 0xB370: 1338, + 0xB371: 1339, + 0xB373: 1340, + 0xB381: 1341, + 0xB385: 1342, + 0xB389: 1343, + 0xB391: 1344, + 0xB3A1: 1345, + 0xB3A2: 1346, + 0xB3A5: 1347, + 0xB3A9: 1348, + 0xB3B1: 1349, + 0xB3B3: 1350, + 0xB3B5: 1351, + 0xB3B7: 1352, + 0xB461: 1353, + 0xB462: 1354, + 0xB465: 1355, + 0xB466: 1356, + 0xB467: 1357, + 0xB469: 1358, + 0xB46A: 1359, + 0xB46B: 1360, + 0xB470: 1361, + 0xB471: 1362, + 0xB473: 1363, + 0xB475: 1364, + 0xB476: 1365, + 0xB477: 1366, + 0xB47B: 1367, + 0xB47C: 1368, + 0xB481: 1369, + 0xB482: 1370, + 0xB485: 1371, + 0xB489: 1372, + 0xB491: 1373, + 0xB493: 1374, + 0xB495: 1375, + 0xB496: 1376, + 0xB497: 1377, + 0xB4A1: 1378, + 0xB4A2: 1379, + 0xB4A5: 1380, + 0xB4A9: 1381, + 0xB4AC: 1382, + 0xB4B1: 1383, + 0xB4B3: 1384, + 0xB4B5: 1385, + 0xB4B7: 1386, + 0xB4BB: 1387, + 0xB4BD: 1388, + 0xB4C1: 1389, + 0xB4C5: 1390, + 0xB4C9: 1391, + 0xB4D3: 1392, + 0xB4E1: 1393, + 0xB4E2: 1394, + 0xB4E5: 1395, + 0xB4E6: 1396, + 0xB4E8: 1397, + 0xB4E9: 1398, + 0xB4EA: 1399, + 0xB4EB: 1400, + 0xB4F1: 1401, + 0xB4F3: 1402, + 0xB4F4: 1403, + 0xB4F5: 1404, + 0xB4F6: 1405, + 0xB4F7: 1406, + 0xB4F8: 1407, + 0xB4FA: 1408, + 0xB4FC: 1409, + 0xB541: 1410, + 0xB542: 1411, + 0xB545: 1412, + 0xB549: 1413, + 0xB551: 1414, + 0xB553: 1415, + 0xB555: 1416, + 0xB557: 1417, + 0xB561: 1418, + 0xB562: 1419, + 0xB563: 1420, + 0xB565: 1421, + 0xB569: 1422, + 0xB56B: 1423, + 0xB56C: 1424, + 0xB571: 1425, + 0xB573: 1426, + 0xB574: 1427, + 0xB575: 1428, + 0xB576: 1429, + 0xB577: 1430, + 0xB57B: 1431, + 0xB57C: 1432, + 0xB57D: 1433, + 0xB581: 1434, + 0xB585: 1435, + 0xB589: 1436, + 0xB591: 1437, + 0xB593: 1438, + 0xB595: 1439, + 0xB596: 1440, + 0xB5A1: 1441, + 0xB5A2: 1442, + 0xB5A5: 1443, + 0xB5A9: 1444, + 0xB5AA: 1445, + 0xB5AB: 1446, + 0xB5AD: 1447, + 0xB5B0: 1448, + 0xB5B1: 1449, + 0xB5B3: 1450, + 0xB5B5: 1451, + 0xB5B7: 1452, + 0xB5B9: 1453, + 0xB5C1: 1454, + 0xB5C2: 1455, + 0xB5C5: 1456, + 0xB5C9: 1457, + 0xB5D1: 1458, + 0xB5D3: 1459, + 0xB5D5: 1460, + 0xB5D6: 1461, + 0xB5D7: 1462, + 0xB5E1: 1463, + 0xB5E2: 1464, + 0xB5E5: 1465, + 0xB5F1: 1466, + 0xB5F5: 1467, + 0xB5F7: 1468, + 0xB641: 1469, + 0xB642: 1470, + 0xB645: 1471, + 0xB649: 1472, + 0xB651: 1473, + 0xB653: 1474, + 0xB655: 1475, + 0xB657: 1476, + 0xB661: 1477, + 0xB662: 1478, + 0xB665: 1479, + 0xB669: 1480, + 0xB671: 1481, + 0xB673: 1482, + 0xB675: 1483, + 0xB677: 1484, + 0xB681: 1485, + 0xB682: 1486, + 0xB685: 1487, + 0xB689: 1488, + 0xB68A: 1489, + 0xB68B: 1490, + 0xB691: 1491, + 0xB693: 1492, + 0xB695: 1493, + 0xB697: 1494, + 0xB6A1: 1495, + 0xB6A2: 1496, + 0xB6A5: 1497, + 0xB6A9: 1498, + 0xB6B1: 1499, + 0xB6B3: 1500, + 0xB6B6: 1501, + 0xB6B7: 1502, + 0xB6C1: 1503, + 0xB6C2: 1504, + 0xB6C5: 1505, + 0xB6C9: 1506, + 0xB6D1: 1507, + 0xB6D3: 1508, + 0xB6D7: 1509, + 0xB6E1: 1510, + 0xB6E2: 1511, + 0xB6E5: 1512, + 0xB6E9: 1513, + 0xB6F1: 1514, + 0xB6F3: 1515, + 0xB6F5: 1516, + 0xB6F7: 1517, + 0xB741: 1518, + 0xB742: 1519, + 0xB745: 1520, + 0xB749: 1521, + 0xB751: 1522, + 0xB753: 1523, + 0xB755: 1524, + 0xB757: 1525, + 0xB759: 1526, + 0xB761: 1527, + 0xB762: 1528, + 0xB765: 1529, + 0xB769: 1530, + 0xB76F: 1531, + 0xB771: 1532, + 0xB773: 1533, + 0xB775: 1534, + 0xB777: 1535, + 0xB778: 1536, + 0xB779: 1537, + 0xB77A: 1538, + 0xB77B: 1539, + 0xB77C: 1540, + 0xB77D: 1541, + 0xB781: 1542, + 0xB785: 1543, + 0xB789: 1544, + 0xB791: 1545, + 0xB795: 1546, + 0xB7A1: 1547, + 0xB7A2: 1548, + 0xB7A5: 1549, + 0xB7A9: 1550, + 0xB7AA: 1551, + 0xB7AB: 1552, + 0xB7B0: 1553, + 0xB7B1: 1554, + 0xB7B3: 1555, + 0xB7B5: 1556, + 0xB7B6: 1557, + 0xB7B7: 1558, + 0xB7B8: 1559, + 0xB7BC: 1560, + 0xB861: 1561, + 0xB862: 1562, + 0xB865: 1563, + 0xB867: 1564, + 0xB868: 1565, + 0xB869: 1566, + 0xB86B: 1567, + 0xB871: 1568, + 0xB873: 1569, + 0xB875: 1570, + 0xB876: 1571, + 0xB877: 1572, + 0xB878: 1573, + 0xB881: 1574, + 0xB882: 1575, + 0xB885: 1576, + 0xB889: 1577, + 0xB891: 1578, + 0xB893: 1579, + 0xB895: 1580, + 0xB896: 1581, + 0xB897: 1582, + 0xB8A1: 1583, + 0xB8A2: 1584, + 0xB8A5: 1585, + 0xB8A7: 1586, + 0xB8A9: 1587, + 0xB8B1: 1588, + 0xB8B7: 1589, + 0xB8C1: 1590, + 0xB8C5: 1591, + 0xB8C9: 1592, + 0xB8E1: 1593, + 0xB8E2: 1594, + 0xB8E5: 1595, + 0xB8E9: 1596, + 0xB8EB: 1597, + 0xB8F1: 1598, + 0xB8F3: 1599, + 0xB8F5: 1600, + 0xB8F7: 1601, + 0xB8F8: 1602, + 0xB941: 1603, + 0xB942: 1604, + 0xB945: 1605, + 0xB949: 1606, + 0xB951: 1607, + 0xB953: 1608, + 0xB955: 1609, + 0xB957: 1610, + 0xB961: 1611, + 0xB965: 1612, + 0xB969: 1613, + 0xB971: 1614, + 0xB973: 1615, + 0xB976: 1616, + 0xB977: 1617, + 0xB981: 1618, + 0xB9A1: 1619, + 0xB9A2: 1620, + 0xB9A5: 1621, + 0xB9A9: 1622, + 0xB9AB: 1623, + 0xB9B1: 1624, + 0xB9B3: 1625, + 0xB9B5: 1626, + 0xB9B7: 1627, + 0xB9B8: 1628, + 0xB9B9: 1629, + 0xB9BD: 1630, + 0xB9C1: 1631, + 0xB9C2: 1632, + 0xB9C9: 1633, + 0xB9D3: 1634, + 0xB9D5: 1635, + 0xB9D7: 1636, + 0xB9E1: 1637, + 0xB9F6: 1638, + 0xB9F7: 1639, + 0xBA41: 1640, + 0xBA45: 1641, + 0xBA49: 1642, + 0xBA51: 1643, + 0xBA53: 1644, + 0xBA55: 1645, + 0xBA57: 1646, + 0xBA61: 1647, + 0xBA62: 1648, + 0xBA65: 1649, + 0xBA77: 1650, + 0xBA81: 1651, + 0xBA82: 1652, + 0xBA85: 1653, + 0xBA89: 1654, + 0xBA8A: 1655, + 0xBA8B: 1656, + 0xBA91: 1657, + 0xBA93: 1658, + 0xBA95: 1659, + 0xBA97: 1660, + 0xBAA1: 1661, + 0xBAB6: 1662, + 0xBAC1: 1663, + 0xBAE1: 1664, + 0xBAE2: 1665, + 0xBAE5: 1666, + 0xBAE9: 1667, + 0xBAF1: 1668, + 0xBAF3: 1669, + 0xBAF5: 1670, + 0xBB41: 1671, + 0xBB45: 1672, + 0xBB49: 1673, + 0xBB51: 1674, + 0xBB61: 1675, + 0xBB62: 1676, + 0xBB65: 1677, + 0xBB69: 1678, + 0xBB71: 1679, + 0xBB73: 1680, + 0xBB75: 1681, + 0xBB77: 1682, + 0xBBA1: 1683, + 0xBBA2: 1684, + 0xBBA5: 1685, + 0xBBA8: 1686, + 0xBBA9: 1687, + 0xBBAB: 1688, + 0xBBB1: 1689, + 0xBBB3: 1690, + 0xBBB5: 1691, + 0xBBB7: 1692, + 0xBBB8: 1693, + 0xBBBB: 1694, + 0xBBBC: 1695, + 0xBC61: 1696, + 0xBC62: 1697, + 0xBC65: 1698, + 0xBC67: 1699, + 0xBC69: 1700, + 0xBC6C: 1701, + 0xBC71: 1702, + 0xBC73: 1703, + 0xBC75: 1704, + 0xBC76: 1705, + 0xBC77: 1706, + 0xBC81: 1707, + 0xBC82: 1708, + 0xBC85: 1709, + 0xBC89: 1710, + 0xBC91: 1711, + 0xBC93: 1712, + 0xBC95: 1713, + 0xBC96: 1714, + 0xBC97: 1715, + 0xBCA1: 1716, + 0xBCA5: 1717, + 0xBCB7: 1718, + 0xBCE1: 1719, + 0xBCE2: 1720, + 0xBCE5: 1721, + 0xBCE9: 1722, + 0xBCF1: 1723, + 0xBCF3: 1724, + 0xBCF5: 1725, + 0xBCF6: 1726, + 0xBCF7: 1727, + 0xBD41: 1728, + 0xBD57: 1729, + 0xBD61: 1730, + 0xBD76: 1731, + 0xBDA1: 1732, + 0xBDA2: 1733, + 0xBDA5: 1734, + 0xBDA9: 1735, + 0xBDB1: 1736, + 0xBDB3: 1737, + 0xBDB5: 1738, + 0xBDB7: 1739, + 0xBDB9: 1740, + 0xBDC1: 1741, + 0xBDC2: 1742, + 0xBDC9: 1743, + 0xBDD6: 1744, + 0xBDE1: 1745, + 0xBDF6: 1746, + 0xBE41: 1747, + 0xBE45: 1748, + 0xBE49: 1749, + 0xBE51: 1750, + 0xBE53: 1751, + 0xBE77: 1752, + 0xBE81: 1753, + 0xBE82: 1754, + 0xBE85: 1755, + 0xBE89: 1756, + 0xBE91: 1757, + 0xBE93: 1758, + 0xBE97: 1759, + 0xBEA1: 1760, + 0xBEB6: 1761, + 0xBEB7: 1762, + 0xBEE1: 1763, + 0xBF41: 1764, + 0xBF61: 1765, + 0xBF71: 1766, + 0xBF75: 1767, + 0xBF77: 1768, + 0xBFA1: 1769, + 0xBFA2: 1770, + 0xBFA5: 1771, + 0xBFA9: 1772, + 0xBFB1: 1773, + 0xBFB3: 1774, + 0xBFB7: 1775, + 0xBFB8: 1776, + 0xBFBD: 1777, + 0xC061: 1778, + 0xC062: 1779, + 0xC065: 1780, + 0xC067: 1781, + 0xC069: 1782, + 0xC071: 1783, + 0xC073: 1784, + 0xC075: 1785, + 0xC076: 1786, + 0xC077: 1787, + 0xC078: 1788, + 0xC081: 1789, + 0xC082: 1790, + 0xC085: 1791, + 0xC089: 1792, + 0xC091: 1793, + 0xC093: 1794, + 0xC095: 1795, + 0xC096: 1796, + 0xC097: 1797, + 0xC0A1: 1798, + 0xC0A5: 1799, + 0xC0A7: 1800, + 0xC0A9: 1801, + 0xC0B1: 1802, + 0xC0B7: 1803, + 0xC0E1: 1804, + 0xC0E2: 1805, + 0xC0E5: 1806, + 0xC0E9: 1807, + 0xC0F1: 1808, + 0xC0F3: 1809, + 0xC0F5: 1810, + 0xC0F6: 1811, + 0xC0F7: 1812, + 0xC141: 1813, + 0xC142: 1814, + 0xC145: 1815, + 0xC149: 1816, + 0xC151: 1817, + 0xC153: 1818, + 0xC155: 1819, + 0xC157: 1820, + 0xC161: 1821, + 0xC165: 1822, + 0xC176: 1823, + 0xC181: 1824, + 0xC185: 1825, + 0xC197: 1826, + 0xC1A1: 1827, + 0xC1A2: 1828, + 0xC1A5: 1829, + 0xC1A9: 1830, + 0xC1B1: 1831, + 0xC1B3: 1832, + 0xC1B5: 1833, + 0xC1B7: 1834, + 0xC1C1: 1835, + 0xC1C5: 1836, + 0xC1C9: 1837, + 0xC1D7: 1838, + 0xC241: 1839, + 0xC245: 1840, + 0xC249: 1841, + 0xC251: 1842, + 0xC253: 1843, + 0xC255: 1844, + 0xC257: 1845, + 0xC261: 1846, + 0xC271: 1847, + 0xC281: 1848, + 0xC282: 1849, + 0xC285: 1850, + 0xC289: 1851, + 0xC291: 1852, + 0xC293: 1853, + 0xC295: 1854, + 0xC297: 1855, + 0xC2A1: 1856, + 0xC2B6: 1857, + 0xC2C1: 1858, + 0xC2C5: 1859, + 0xC2E1: 1860, + 0xC2E5: 1861, + 0xC2E9: 1862, + 0xC2F1: 1863, + 0xC2F3: 1864, + 0xC2F5: 1865, + 0xC2F7: 1866, + 0xC341: 1867, + 0xC345: 1868, + 0xC349: 1869, + 0xC351: 1870, + 0xC357: 1871, + 0xC361: 1872, + 0xC362: 1873, + 0xC365: 1874, + 0xC369: 1875, + 0xC371: 1876, + 0xC373: 1877, + 0xC375: 1878, + 0xC377: 1879, + 0xC3A1: 1880, + 0xC3A2: 1881, + 0xC3A5: 1882, + 0xC3A8: 1883, + 0xC3A9: 1884, + 0xC3AA: 1885, + 0xC3B1: 1886, + 0xC3B3: 1887, + 0xC3B5: 1888, + 0xC3B7: 1889, + 0xC461: 1890, + 0xC462: 1891, + 0xC465: 1892, + 0xC469: 1893, + 0xC471: 1894, + 0xC473: 1895, + 0xC475: 1896, + 0xC477: 1897, + 0xC481: 1898, + 0xC482: 1899, + 0xC485: 1900, + 0xC489: 1901, + 0xC491: 1902, + 0xC493: 1903, + 0xC495: 1904, + 0xC496: 1905, + 0xC497: 1906, + 0xC4A1: 1907, + 0xC4A2: 1908, + 0xC4B7: 1909, + 0xC4E1: 1910, + 0xC4E2: 1911, + 0xC4E5: 1912, + 0xC4E8: 1913, + 0xC4E9: 1914, + 0xC4F1: 1915, + 0xC4F3: 1916, + 0xC4F5: 1917, + 0xC4F6: 1918, + 0xC4F7: 1919, + 0xC541: 1920, + 0xC542: 1921, + 0xC545: 1922, + 0xC549: 1923, + 0xC551: 1924, + 0xC553: 1925, + 0xC555: 1926, + 0xC557: 1927, + 0xC561: 1928, + 0xC565: 1929, + 0xC569: 1930, + 0xC571: 1931, + 0xC573: 1932, + 0xC575: 1933, + 0xC576: 1934, + 0xC577: 1935, + 0xC581: 1936, + 0xC5A1: 1937, + 0xC5A2: 1938, + 0xC5A5: 1939, + 0xC5A9: 1940, + 0xC5B1: 1941, + 0xC5B3: 1942, + 0xC5B5: 1943, + 0xC5B7: 1944, + 0xC5C1: 1945, + 0xC5C2: 1946, + 0xC5C5: 1947, + 0xC5C9: 1948, + 0xC5D1: 1949, + 0xC5D7: 1950, + 0xC5E1: 1951, + 0xC5F7: 1952, + 0xC641: 1953, + 0xC649: 1954, + 0xC661: 1955, + 0xC681: 1956, + 0xC682: 1957, + 0xC685: 1958, + 0xC689: 1959, + 0xC691: 1960, + 0xC693: 1961, + 0xC695: 1962, + 0xC697: 1963, + 0xC6A1: 1964, + 0xC6A5: 1965, + 0xC6A9: 1966, + 0xC6B7: 1967, + 0xC6C1: 1968, + 0xC6D7: 1969, + 0xC6E1: 1970, + 0xC6E2: 1971, + 0xC6E5: 1972, + 0xC6E9: 1973, + 0xC6F1: 1974, + 0xC6F3: 1975, + 0xC6F5: 1976, + 0xC6F7: 1977, + 0xC741: 1978, + 0xC745: 1979, + 0xC749: 1980, + 0xC751: 1981, + 0xC761: 1982, + 0xC762: 1983, + 0xC765: 1984, + 0xC769: 1985, + 0xC771: 1986, + 0xC773: 1987, + 0xC777: 1988, + 0xC7A1: 1989, + 0xC7A2: 1990, + 0xC7A5: 1991, + 0xC7A9: 1992, + 0xC7B1: 1993, + 0xC7B3: 1994, + 0xC7B5: 1995, + 0xC7B7: 1996, + 0xC861: 1997, + 0xC862: 1998, + 0xC865: 1999, + 0xC869: 2000, + 0xC86A: 2001, + 0xC871: 2002, + 0xC873: 2003, + 0xC875: 2004, + 0xC876: 2005, + 0xC877: 2006, + 0xC881: 2007, + 0xC882: 2008, + 0xC885: 2009, + 0xC889: 2010, + 0xC891: 2011, + 0xC893: 2012, + 0xC895: 2013, + 0xC896: 2014, + 0xC897: 2015, + 0xC8A1: 2016, + 0xC8B7: 2017, + 0xC8E1: 2018, + 0xC8E2: 2019, + 0xC8E5: 2020, + 0xC8E9: 2021, + 0xC8EB: 2022, + 0xC8F1: 2023, + 0xC8F3: 2024, + 0xC8F5: 2025, + 0xC8F6: 2026, + 0xC8F7: 2027, + 0xC941: 2028, + 0xC942: 2029, + 0xC945: 2030, + 0xC949: 2031, + 0xC951: 2032, + 0xC953: 2033, + 0xC955: 2034, + 0xC957: 2035, + 0xC961: 2036, + 0xC965: 2037, + 0xC976: 2038, + 0xC981: 2039, + 0xC985: 2040, + 0xC9A1: 2041, + 0xC9A2: 2042, + 0xC9A5: 2043, + 0xC9A9: 2044, + 0xC9B1: 2045, + 0xC9B3: 2046, + 0xC9B5: 2047, + 0xC9B7: 2048, + 0xC9BC: 2049, + 0xC9C1: 2050, + 0xC9C5: 2051, + 0xC9E1: 2052, + 0xCA41: 2053, + 0xCA45: 2054, + 0xCA55: 2055, + 0xCA57: 2056, + 0xCA61: 2057, + 0xCA81: 2058, + 0xCA82: 2059, + 0xCA85: 2060, + 0xCA89: 2061, + 0xCA91: 2062, + 0xCA93: 2063, + 0xCA95: 2064, + 0xCA97: 2065, + 0xCAA1: 2066, + 0xCAB6: 2067, + 0xCAC1: 2068, + 0xCAE1: 2069, + 0xCAE2: 2070, + 0xCAE5: 2071, + 0xCAE9: 2072, + 0xCAF1: 2073, + 0xCAF3: 2074, + 0xCAF7: 2075, + 0xCB41: 2076, + 0xCB45: 2077, + 0xCB49: 2078, + 0xCB51: 2079, + 0xCB57: 2080, + 0xCB61: 2081, + 0xCB62: 2082, + 0xCB65: 2083, + 0xCB68: 2084, + 0xCB69: 2085, + 0xCB6B: 2086, + 0xCB71: 2087, + 0xCB73: 2088, + 0xCB75: 2089, + 0xCB81: 2090, + 0xCB85: 2091, + 0xCB89: 2092, + 0xCB91: 2093, + 0xCB93: 2094, + 0xCBA1: 2095, + 0xCBA2: 2096, + 0xCBA5: 2097, + 0xCBA9: 2098, + 0xCBB1: 2099, + 0xCBB3: 2100, + 0xCBB5: 2101, + 0xCBB7: 2102, + 0xCC61: 2103, + 0xCC62: 2104, + 0xCC63: 2105, + 0xCC65: 2106, + 0xCC69: 2107, + 0xCC6B: 2108, + 0xCC71: 2109, + 0xCC73: 2110, + 0xCC75: 2111, + 0xCC76: 2112, + 0xCC77: 2113, + 0xCC7B: 2114, + 0xCC81: 2115, + 0xCC82: 2116, + 0xCC85: 2117, + 0xCC89: 2118, + 0xCC91: 2119, + 0xCC93: 2120, + 0xCC95: 2121, + 0xCC96: 2122, + 0xCC97: 2123, + 0xCCA1: 2124, + 0xCCA2: 2125, + 0xCCE1: 2126, + 0xCCE2: 2127, + 0xCCE5: 2128, + 0xCCE9: 2129, + 0xCCF1: 2130, + 0xCCF3: 2131, + 0xCCF5: 2132, + 0xCCF6: 2133, + 0xCCF7: 2134, + 0xCD41: 2135, + 0xCD42: 2136, + 0xCD45: 2137, + 0xCD49: 2138, + 0xCD51: 2139, + 0xCD53: 2140, + 0xCD55: 2141, + 0xCD57: 2142, + 0xCD61: 2143, + 0xCD65: 2144, + 0xCD69: 2145, + 0xCD71: 2146, + 0xCD73: 2147, + 0xCD76: 2148, + 0xCD77: 2149, + 0xCD81: 2150, + 0xCD89: 2151, + 0xCD93: 2152, + 0xCD95: 2153, + 0xCDA1: 2154, + 0xCDA2: 2155, + 0xCDA5: 2156, + 0xCDA9: 2157, + 0xCDB1: 2158, + 0xCDB3: 2159, + 0xCDB5: 2160, + 0xCDB7: 2161, + 0xCDC1: 2162, + 0xCDD7: 2163, + 0xCE41: 2164, + 0xCE45: 2165, + 0xCE61: 2166, + 0xCE65: 2167, + 0xCE69: 2168, + 0xCE73: 2169, + 0xCE75: 2170, + 0xCE81: 2171, + 0xCE82: 2172, + 0xCE85: 2173, + 0xCE88: 2174, + 0xCE89: 2175, + 0xCE8B: 2176, + 0xCE91: 2177, + 0xCE93: 2178, + 0xCE95: 2179, + 0xCE97: 2180, + 0xCEA1: 2181, + 0xCEB7: 2182, + 0xCEE1: 2183, + 0xCEE5: 2184, + 0xCEE9: 2185, + 0xCEF1: 2186, + 0xCEF5: 2187, + 0xCF41: 2188, + 0xCF45: 2189, + 0xCF49: 2190, + 0xCF51: 2191, + 0xCF55: 2192, + 0xCF57: 2193, + 0xCF61: 2194, + 0xCF65: 2195, + 0xCF69: 2196, + 0xCF71: 2197, + 0xCF73: 2198, + 0xCF75: 2199, + 0xCFA1: 2200, + 0xCFA2: 2201, + 0xCFA5: 2202, + 0xCFA9: 2203, + 0xCFB1: 2204, + 0xCFB3: 2205, + 0xCFB5: 2206, + 0xCFB7: 2207, + 0xD061: 2208, + 0xD062: 2209, + 0xD065: 2210, + 0xD069: 2211, + 0xD06E: 2212, + 0xD071: 2213, + 0xD073: 2214, + 0xD075: 2215, + 0xD077: 2216, + 0xD081: 2217, + 0xD082: 2218, + 0xD085: 2219, + 0xD089: 2220, + 0xD091: 2221, + 0xD093: 2222, + 0xD095: 2223, + 0xD096: 2224, + 0xD097: 2225, + 0xD0A1: 2226, + 0xD0B7: 2227, + 0xD0E1: 2228, + 0xD0E2: 2229, + 0xD0E5: 2230, + 0xD0E9: 2231, + 0xD0EB: 2232, + 0xD0F1: 2233, + 0xD0F3: 2234, + 0xD0F5: 2235, + 0xD0F7: 2236, + 0xD141: 2237, + 0xD142: 2238, + 0xD145: 2239, + 0xD149: 2240, + 0xD151: 2241, + 0xD153: 2242, + 0xD155: 2243, + 0xD157: 2244, + 0xD161: 2245, + 0xD162: 2246, + 0xD165: 2247, + 0xD169: 2248, + 0xD171: 2249, + 0xD173: 2250, + 0xD175: 2251, + 0xD176: 2252, + 0xD177: 2253, + 0xD181: 2254, + 0xD185: 2255, + 0xD189: 2256, + 0xD193: 2257, + 0xD1A1: 2258, + 0xD1A2: 2259, + 0xD1A5: 2260, + 0xD1A9: 2261, + 0xD1AE: 2262, + 0xD1B1: 2263, + 0xD1B3: 2264, + 0xD1B5: 2265, + 0xD1B7: 2266, + 0xD1BB: 2267, + 0xD1C1: 2268, + 0xD1C2: 2269, + 0xD1C5: 2270, + 0xD1C9: 2271, + 0xD1D5: 2272, + 0xD1D7: 2273, + 0xD1E1: 2274, + 0xD1E2: 2275, + 0xD1E5: 2276, + 0xD1F5: 2277, + 0xD1F7: 2278, + 0xD241: 2279, + 0xD242: 2280, + 0xD245: 2281, + 0xD249: 2282, + 0xD253: 2283, + 0xD255: 2284, + 0xD257: 2285, + 0xD261: 2286, + 0xD265: 2287, + 0xD269: 2288, + 0xD273: 2289, + 0xD275: 2290, + 0xD281: 2291, + 0xD282: 2292, + 0xD285: 2293, + 0xD289: 2294, + 0xD28E: 2295, + 0xD291: 2296, + 0xD295: 2297, + 0xD297: 2298, + 0xD2A1: 2299, + 0xD2A5: 2300, + 0xD2A9: 2301, + 0xD2B1: 2302, + 0xD2B7: 2303, + 0xD2C1: 2304, + 0xD2C2: 2305, + 0xD2C5: 2306, + 0xD2C9: 2307, + 0xD2D7: 2308, + 0xD2E1: 2309, + 0xD2E2: 2310, + 0xD2E5: 2311, + 0xD2E9: 2312, + 0xD2F1: 2313, + 0xD2F3: 2314, + 0xD2F5: 2315, + 0xD2F7: 2316, + 0xD341: 2317, + 0xD342: 2318, + 0xD345: 2319, + 0xD349: 2320, + 0xD351: 2321, + 0xD355: 2322, + 0xD357: 2323, + 0xD361: 2324, + 0xD362: 2325, + 0xD365: 2326, + 0xD367: 2327, + 0xD368: 2328, + 0xD369: 2329, + 0xD36A: 2330, + 0xD371: 2331, + 0xD373: 2332, + 0xD375: 2333, + 0xD377: 2334, + 0xD37B: 2335, + 0xD381: 2336, + 0xD385: 2337, + 0xD389: 2338, + 0xD391: 2339, + 0xD393: 2340, + 0xD397: 2341, + 0xD3A1: 2342, + 0xD3A2: 2343, + 0xD3A5: 2344, + 0xD3A9: 2345, + 0xD3B1: 2346, + 0xD3B3: 2347, + 0xD3B5: 2348, + 0xD3B7: 2349, +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py new file mode 100644 index 00000000..d7364ba6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import JOHABDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import JOHAB_SM_MODEL + + +class JOHABProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(JOHAB_SM_MODEL) + self.distribution_analyzer = JOHABDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Johab" + + @property + def language(self) -> str: + return "Korean" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 00000000..2f53bdda --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py @@ -0,0 +1,238 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Tuple, Union + +# This is hiragana 2-char sequence table, the number in each cell represents its frequency category +# fmt: off +jp2_char_context = ( + (0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1), + (2, 4, 0, 4, 0, 3, 0, 4, 0, 3, 4, 4, 4, 2, 4, 3, 3, 4, 3, 2, 3, 3, 4, 2, 3, 3, 3, 2, 4, 1, 4, 3, 3, 1, 5, 4, 3, 4, 3, 4, 3, 5, 3, 0, 3, 5, 4, 2, 0, 3, 1, 0, 3, 3, 0, 3, 3, 0, 1, 1, 0, 4, 3, 0, 3, 3, 0, 4, 0, 2, 0, 3, 5, 5, 5, 5, 4, 0, 4, 1, 0, 3, 4), + (0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 4, 4, 3, 5, 3, 5, 1, 5, 3, 4, 3, 4, 4, 3, 4, 3, 3, 4, 3, 5, 4, 4, 3, 5, 5, 3, 5, 5, 5, 3, 5, 5, 3, 4, 5, 5, 3, 1, 3, 2, 0, 3, 4, 0, 4, 2, 0, 4, 2, 1, 5, 3, 2, 3, 5, 0, 4, 0, 2, 0, 5, 4, 4, 5, 4, 5, 0, 4, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 5, 4, 3, 3, 3, 3, 4, 3, 5, 4, 4, 3, 5, 4, 4, 3, 4, 3, 4, 4, 4, 4, 5, 3, 4, 4, 3, 4, 5, 5, 4, 5, 5, 1, 4, 5, 4, 3, 0, 3, 3, 1, 3, 3, 0, 4, 4, 0, 3, 3, 1, 5, 3, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 0, 4, 1, 1, 3, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 4, 0, 3, 0, 3, 0, 4, 0, 3, 4, 4, 3, 2, 2, 1, 2, 1, 3, 1, 3, 3, 3, 3, 3, 4, 3, 1, 3, 3, 5, 3, 3, 0, 4, 3, 0, 5, 4, 3, 3, 5, 4, 4, 3, 4, 4, 5, 0, 1, 2, 0, 1, 2, 0, 2, 2, 0, 1, 0, 0, 5, 2, 2, 1, 4, 0, 3, 0, 1, 0, 4, 4, 3, 5, 4, 3, 0, 2, 1, 0, 4, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 5, 0, 4, 0, 2, 1, 4, 4, 2, 4, 1, 4, 2, 4, 2, 4, 3, 3, 3, 4, 3, 3, 3, 3, 1, 4, 2, 3, 3, 3, 1, 4, 4, 1, 1, 1, 4, 3, 3, 2, 0, 2, 4, 3, 2, 0, 3, 3, 0, 3, 1, 1, 0, 0, 0, 3, 3, 0, 4, 2, 2, 3, 4, 0, 4, 0, 3, 0, 4, 4, 5, 3, 4, 4, 0, 3, 0, 0, 1, 4), + (1, 4, 0, 4, 0, 4, 0, 4, 0, 3, 5, 4, 4, 3, 4, 3, 5, 4, 3, 3, 4, 3, 5, 4, 4, 4, 4, 3, 4, 2, 4, 3, 3, 1, 5, 4, 3, 2, 4, 5, 4, 5, 5, 4, 4, 5, 4, 4, 0, 3, 2, 2, 3, 3, 0, 4, 3, 1, 3, 2, 1, 4, 3, 3, 4, 5, 0, 3, 0, 2, 0, 4, 5, 5, 4, 5, 4, 0, 4, 0, 0, 5, 4), + (0, 5, 0, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 3, 4, 0, 4, 4, 4, 3, 4, 3, 4, 3, 3, 1, 4, 2, 4, 3, 4, 0, 5, 4, 1, 4, 5, 4, 4, 5, 3, 2, 4, 3, 4, 3, 2, 4, 1, 3, 3, 3, 2, 3, 2, 0, 4, 3, 3, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 4, 3, 0, 4, 1, 0, 1, 3), + (0, 3, 1, 4, 0, 3, 0, 2, 0, 3, 4, 4, 3, 1, 4, 2, 3, 3, 4, 3, 4, 3, 4, 3, 4, 4, 3, 2, 3, 1, 5, 4, 4, 1, 4, 4, 3, 5, 4, 4, 3, 5, 5, 4, 3, 4, 4, 3, 1, 2, 3, 1, 2, 2, 0, 3, 2, 0, 3, 1, 0, 5, 3, 3, 3, 4, 3, 3, 3, 3, 4, 4, 4, 4, 5, 4, 2, 0, 3, 3, 2, 4, 3), + (0, 2, 0, 3, 0, 1, 0, 1, 0, 0, 3, 2, 0, 0, 2, 0, 1, 0, 2, 1, 3, 3, 3, 1, 2, 3, 1, 0, 1, 0, 4, 2, 1, 1, 3, 3, 0, 4, 3, 3, 1, 4, 3, 3, 0, 3, 3, 2, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 4, 1, 0, 2, 3, 2, 2, 2, 1, 3, 3, 3, 4, 4, 3, 2, 0, 3, 1, 0, 3, 3), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 4, 4, 4, 3, 3, 3, 3, 3, 3, 4, 3, 4, 2, 4, 3, 4, 3, 3, 2, 4, 3, 4, 5, 4, 1, 4, 5, 3, 5, 4, 5, 3, 5, 4, 0, 3, 5, 5, 3, 1, 3, 3, 2, 2, 3, 0, 3, 4, 1, 3, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 5, 3, 0, 4, 1, 0, 3, 4), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 2, 2, 1, 0, 1, 0, 0, 0, 3, 0, 3, 0, 3, 0, 1, 3, 1, 0, 3, 1, 3, 3, 3, 1, 3, 3, 3, 0, 1, 3, 1, 3, 4, 0, 0, 3, 1, 1, 0, 3, 2, 0, 0, 0, 0, 1, 3, 0, 1, 0, 0, 3, 3, 2, 0, 3, 0, 0, 0, 0, 0, 3, 4, 3, 4, 3, 3, 0, 3, 0, 0, 2, 3), + (2, 3, 0, 3, 0, 2, 0, 1, 0, 3, 3, 4, 3, 1, 3, 1, 1, 1, 3, 1, 4, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 4, 3, 1, 4, 3, 2, 5, 5, 4, 4, 4, 4, 3, 3, 4, 4, 4, 0, 2, 1, 1, 3, 2, 0, 1, 2, 0, 0, 1, 0, 4, 1, 3, 3, 3, 0, 3, 0, 1, 0, 4, 4, 4, 5, 5, 3, 0, 2, 0, 0, 4, 4), + (0, 2, 0, 1, 0, 3, 1, 3, 0, 2, 3, 3, 3, 0, 3, 1, 0, 0, 3, 0, 3, 2, 3, 1, 3, 2, 1, 1, 0, 0, 4, 2, 1, 0, 2, 3, 1, 4, 3, 2, 0, 4, 4, 3, 1, 3, 1, 3, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 1, 1, 1, 2, 0, 3, 0, 0, 0, 3, 4, 2, 4, 3, 2, 0, 1, 0, 0, 3, 3), + (0, 1, 0, 4, 0, 5, 0, 4, 0, 2, 4, 4, 2, 3, 3, 2, 3, 3, 5, 3, 3, 3, 4, 3, 4, 2, 3, 0, 4, 3, 3, 3, 4, 1, 4, 3, 2, 1, 5, 5, 3, 4, 5, 1, 3, 5, 4, 2, 0, 3, 3, 0, 1, 3, 0, 4, 2, 0, 1, 3, 1, 4, 3, 3, 3, 3, 0, 3, 0, 1, 0, 3, 4, 4, 4, 5, 5, 0, 3, 0, 1, 4, 5), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 3, 1, 3, 0, 4, 0, 1, 1, 3, 0, 3, 4, 3, 2, 3, 1, 0, 3, 3, 2, 3, 1, 3, 0, 2, 3, 0, 2, 1, 4, 1, 2, 2, 0, 0, 3, 3, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 2, 2, 0, 3, 2, 1, 3, 3, 0, 2, 0, 2, 0, 0, 3, 3, 1, 2, 4, 0, 3, 0, 2, 2, 3), + (2, 4, 0, 5, 0, 4, 0, 4, 0, 2, 4, 4, 4, 3, 4, 3, 3, 3, 1, 2, 4, 3, 4, 3, 4, 4, 5, 0, 3, 3, 3, 3, 2, 0, 4, 3, 1, 4, 3, 4, 1, 4, 4, 3, 3, 4, 4, 3, 1, 2, 3, 0, 4, 2, 0, 4, 1, 0, 3, 3, 0, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 3, 5, 3, 4, 5, 2, 0, 3, 0, 0, 4, 5), + (0, 3, 0, 4, 0, 1, 0, 1, 0, 1, 3, 2, 2, 1, 3, 0, 3, 0, 2, 0, 2, 0, 3, 0, 2, 0, 0, 0, 1, 0, 1, 1, 0, 0, 3, 1, 0, 0, 0, 4, 0, 3, 1, 0, 2, 1, 3, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 4, 2, 2, 3, 1, 0, 3, 0, 0, 0, 1, 4, 4, 4, 3, 0, 0, 4, 0, 0, 1, 4), + (1, 4, 1, 5, 0, 3, 0, 3, 0, 4, 5, 4, 4, 3, 5, 3, 3, 4, 4, 3, 4, 1, 3, 3, 3, 3, 2, 1, 4, 1, 5, 4, 3, 1, 4, 4, 3, 5, 4, 4, 3, 5, 4, 3, 3, 4, 4, 4, 0, 3, 3, 1, 2, 3, 0, 3, 1, 0, 3, 3, 0, 5, 4, 4, 4, 4, 4, 4, 3, 3, 5, 4, 4, 3, 3, 5, 4, 0, 3, 2, 0, 4, 4), + (0, 2, 0, 3, 0, 1, 0, 0, 0, 1, 3, 3, 3, 2, 4, 1, 3, 0, 3, 1, 3, 0, 2, 2, 1, 1, 0, 0, 2, 0, 4, 3, 1, 0, 4, 3, 0, 4, 4, 4, 1, 4, 3, 1, 1, 3, 3, 1, 0, 2, 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0, 4, 3, 2, 4, 3, 5, 4, 3, 3, 3, 4, 3, 3, 4, 3, 3, 0, 2, 1, 0, 3, 3), + (0, 2, 0, 4, 0, 3, 0, 2, 0, 2, 5, 5, 3, 4, 4, 4, 4, 1, 4, 3, 3, 0, 4, 3, 4, 3, 1, 3, 3, 2, 4, 3, 0, 3, 4, 3, 0, 3, 4, 4, 2, 4, 4, 0, 4, 5, 3, 3, 2, 2, 1, 1, 1, 2, 0, 1, 5, 0, 3, 3, 2, 4, 3, 3, 3, 4, 0, 3, 0, 2, 0, 4, 4, 3, 5, 5, 0, 0, 3, 0, 2, 3, 3), + (0, 3, 0, 4, 0, 3, 0, 1, 0, 3, 4, 3, 3, 1, 3, 3, 3, 0, 3, 1, 3, 0, 4, 3, 3, 1, 1, 0, 3, 0, 3, 3, 0, 0, 4, 4, 0, 1, 5, 4, 3, 3, 5, 0, 3, 3, 4, 3, 0, 2, 0, 1, 1, 1, 0, 1, 3, 0, 1, 2, 1, 3, 3, 2, 3, 3, 0, 3, 0, 1, 0, 1, 3, 3, 4, 4, 1, 0, 1, 2, 2, 1, 3), + (0, 1, 0, 4, 0, 4, 0, 3, 0, 1, 3, 3, 3, 2, 3, 1, 1, 0, 3, 0, 3, 3, 4, 3, 2, 4, 2, 0, 1, 0, 4, 3, 2, 0, 4, 3, 0, 5, 3, 3, 2, 4, 4, 4, 3, 3, 3, 4, 0, 1, 3, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 4, 2, 3, 3, 3, 0, 3, 0, 0, 0, 4, 4, 4, 5, 3, 2, 0, 3, 3, 0, 3, 5), + (0, 2, 0, 3, 0, 0, 0, 3, 0, 1, 3, 0, 2, 0, 0, 0, 1, 0, 3, 1, 1, 3, 3, 0, 0, 3, 0, 0, 3, 0, 2, 3, 1, 0, 3, 1, 0, 3, 3, 2, 0, 4, 2, 2, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 2, 0, 1, 0, 1, 0, 0, 0, 1, 3, 1, 2, 0, 0, 0, 1, 0, 0, 1, 4), + (0, 3, 0, 3, 0, 5, 0, 1, 0, 2, 4, 3, 1, 3, 3, 2, 1, 1, 5, 2, 1, 0, 5, 1, 2, 0, 0, 0, 3, 3, 2, 2, 3, 2, 4, 3, 0, 0, 3, 3, 1, 3, 3, 0, 2, 5, 3, 4, 0, 3, 3, 0, 1, 2, 0, 2, 2, 0, 3, 2, 0, 2, 2, 3, 3, 3, 0, 2, 0, 1, 0, 3, 4, 4, 2, 5, 4, 0, 3, 0, 0, 3, 5), + (0, 3, 0, 3, 0, 3, 0, 1, 0, 3, 3, 3, 3, 0, 3, 0, 2, 0, 2, 1, 1, 0, 2, 0, 1, 0, 0, 0, 2, 1, 0, 0, 1, 0, 3, 2, 0, 0, 3, 3, 1, 2, 3, 1, 0, 3, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 3, 1, 2, 3, 0, 3, 0, 1, 0, 3, 2, 1, 0, 4, 3, 0, 1, 1, 0, 3, 3), + (0, 4, 0, 5, 0, 3, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 4, 3, 5, 3, 3, 2, 5, 3, 4, 4, 4, 3, 4, 3, 4, 5, 5, 3, 4, 4, 3, 4, 4, 5, 4, 4, 4, 3, 4, 5, 5, 4, 2, 3, 4, 2, 3, 4, 0, 3, 3, 1, 4, 3, 2, 4, 3, 3, 5, 5, 0, 3, 0, 3, 0, 5, 5, 5, 5, 4, 4, 0, 4, 0, 1, 4, 4), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 5, 4, 4, 2, 3, 2, 5, 1, 3, 2, 5, 1, 4, 2, 3, 2, 3, 3, 4, 3, 3, 3, 3, 2, 5, 4, 1, 3, 3, 5, 3, 4, 4, 0, 4, 4, 3, 1, 1, 3, 1, 0, 2, 3, 0, 2, 3, 0, 3, 0, 0, 4, 3, 1, 3, 4, 0, 3, 0, 2, 0, 4, 4, 4, 3, 4, 5, 0, 4, 0, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 1, 2, 0, 3, 4, 4, 3, 3, 3, 0, 2, 2, 4, 3, 3, 1, 3, 3, 3, 1, 1, 0, 3, 1, 4, 3, 2, 3, 4, 4, 2, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 3, 1, 3, 3, 1, 3, 3, 0, 4, 1, 0, 2, 2, 1, 4, 3, 2, 3, 3, 5, 4, 3, 3, 5, 4, 4, 3, 3, 0, 4, 0, 3, 2, 2, 4, 4), + (0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 2, 1, 3, 0, 0, 0, 0, 0, 2, 0, 1, 2, 1, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 1, 0, 1, 1, 3, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 0, 3, 4, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1), + (0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 4, 1, 4, 0, 3, 0, 4, 0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 1, 5, 1, 4, 0, 0, 3, 0, 5, 0, 5, 2, 0, 1, 0, 0, 0, 2, 1, 4, 0, 1, 3, 0, 0, 3, 0, 0, 3, 1, 1, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0), + (1, 4, 0, 5, 0, 3, 0, 2, 0, 3, 5, 4, 4, 3, 4, 3, 5, 3, 4, 3, 3, 0, 4, 3, 3, 3, 3, 3, 3, 2, 4, 4, 3, 1, 3, 4, 4, 5, 4, 4, 3, 4, 4, 1, 3, 5, 4, 3, 3, 3, 1, 2, 2, 3, 3, 1, 3, 1, 3, 3, 3, 5, 3, 3, 4, 5, 0, 3, 0, 3, 0, 3, 4, 3, 4, 4, 3, 0, 3, 0, 2, 4, 3), + (0, 1, 0, 4, 0, 0, 0, 0, 0, 1, 4, 0, 4, 1, 4, 2, 4, 0, 3, 0, 1, 0, 1, 0, 0, 0, 0, 0, 2, 0, 3, 1, 1, 1, 0, 3, 0, 0, 0, 1, 2, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 3, 2, 0, 2, 2, 0, 1, 0, 0, 0, 2, 3, 2, 3, 3, 0, 0, 0, 0, 2, 1, 0), + (0, 5, 1, 5, 0, 3, 0, 3, 0, 5, 4, 4, 5, 1, 5, 3, 3, 0, 4, 3, 4, 3, 5, 3, 4, 3, 3, 2, 4, 3, 4, 3, 3, 0, 3, 3, 1, 4, 4, 3, 4, 4, 4, 3, 4, 5, 5, 3, 2, 3, 1, 1, 3, 3, 1, 3, 1, 1, 3, 3, 2, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 5, 3, 3, 0, 3, 4, 0, 4, 3), + (0, 5, 0, 5, 0, 3, 0, 2, 0, 4, 4, 3, 5, 2, 4, 3, 3, 3, 4, 4, 4, 3, 5, 3, 5, 3, 3, 1, 4, 0, 4, 3, 3, 0, 3, 3, 0, 4, 4, 4, 4, 5, 4, 3, 3, 5, 5, 3, 2, 3, 1, 2, 3, 2, 0, 1, 0, 0, 3, 2, 2, 4, 4, 3, 1, 5, 0, 4, 0, 3, 0, 4, 3, 1, 3, 2, 1, 0, 3, 3, 0, 3, 3), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 5, 5, 3, 4, 3, 3, 2, 5, 4, 4, 3, 5, 3, 5, 3, 4, 0, 4, 3, 4, 4, 3, 2, 4, 4, 3, 4, 5, 4, 4, 5, 5, 0, 3, 5, 5, 4, 1, 3, 3, 2, 3, 3, 1, 3, 1, 0, 4, 3, 1, 4, 4, 3, 4, 5, 0, 4, 0, 2, 0, 4, 3, 4, 4, 3, 3, 0, 4, 0, 0, 5, 5), + (0, 4, 0, 4, 0, 5, 0, 1, 1, 3, 3, 4, 4, 3, 4, 1, 3, 0, 5, 1, 3, 0, 3, 1, 3, 1, 1, 0, 3, 0, 3, 3, 4, 0, 4, 3, 0, 4, 4, 4, 3, 4, 4, 0, 3, 5, 4, 1, 0, 3, 0, 0, 2, 3, 0, 3, 1, 0, 3, 1, 0, 3, 2, 1, 3, 5, 0, 3, 0, 1, 0, 3, 2, 3, 3, 4, 4, 0, 2, 2, 0, 4, 4), + (2, 4, 0, 5, 0, 4, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 5, 3, 5, 3, 5, 2, 5, 3, 4, 3, 3, 4, 3, 4, 5, 3, 2, 1, 5, 4, 3, 2, 3, 4, 5, 3, 4, 1, 2, 5, 4, 3, 0, 3, 3, 0, 3, 2, 0, 2, 3, 0, 4, 1, 0, 3, 4, 3, 3, 5, 0, 3, 0, 1, 0, 4, 5, 5, 5, 4, 3, 0, 4, 2, 0, 3, 5), + (0, 5, 0, 4, 0, 4, 0, 2, 0, 5, 4, 3, 4, 3, 4, 3, 3, 3, 4, 3, 4, 2, 5, 3, 5, 3, 4, 1, 4, 3, 4, 4, 4, 0, 3, 5, 0, 4, 4, 4, 4, 5, 3, 1, 3, 4, 5, 3, 3, 3, 3, 3, 3, 3, 0, 2, 2, 0, 3, 3, 2, 4, 3, 3, 3, 5, 3, 4, 1, 3, 3, 5, 3, 2, 0, 0, 0, 0, 4, 3, 1, 3, 3), + (0, 1, 0, 3, 0, 3, 0, 1, 0, 1, 3, 3, 3, 2, 3, 3, 3, 0, 3, 0, 0, 0, 3, 1, 3, 0, 0, 0, 2, 2, 2, 3, 0, 0, 3, 2, 0, 1, 2, 4, 1, 3, 3, 0, 0, 3, 3, 3, 0, 1, 0, 0, 2, 1, 0, 0, 3, 0, 3, 1, 0, 3, 0, 0, 1, 3, 0, 2, 0, 1, 0, 3, 3, 1, 3, 3, 0, 0, 1, 1, 0, 3, 3), + (0, 2, 0, 3, 0, 2, 1, 4, 0, 2, 2, 3, 1, 1, 3, 1, 1, 0, 2, 0, 3, 1, 2, 3, 1, 3, 0, 0, 1, 0, 4, 3, 2, 3, 3, 3, 1, 4, 2, 3, 3, 3, 3, 1, 0, 3, 1, 4, 0, 1, 1, 0, 1, 2, 0, 1, 1, 0, 1, 1, 0, 3, 1, 3, 2, 2, 0, 1, 0, 0, 0, 2, 3, 3, 3, 1, 0, 0, 0, 0, 0, 2, 3), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 5, 5, 3, 3, 4, 3, 3, 1, 5, 4, 4, 2, 4, 4, 4, 3, 4, 2, 4, 3, 5, 5, 4, 3, 3, 4, 3, 3, 5, 5, 4, 5, 5, 1, 3, 4, 5, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 1, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 5, 3, 3, 1, 4, 3, 0, 4, 0, 1, 5, 3), + (0, 5, 0, 5, 0, 4, 0, 2, 0, 4, 4, 3, 4, 3, 3, 3, 3, 3, 5, 4, 4, 4, 4, 4, 4, 5, 3, 3, 5, 2, 4, 4, 4, 3, 4, 4, 3, 3, 4, 4, 5, 5, 3, 3, 4, 3, 4, 3, 3, 4, 3, 3, 3, 3, 1, 2, 2, 1, 4, 3, 3, 5, 4, 4, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 4, 4, 1, 0, 4, 2, 0, 2, 4), + (0, 4, 0, 4, 0, 3, 0, 1, 0, 3, 5, 2, 3, 0, 3, 0, 2, 1, 4, 2, 3, 3, 4, 1, 4, 3, 3, 2, 4, 1, 3, 3, 3, 0, 3, 3, 0, 0, 3, 3, 3, 5, 3, 3, 3, 3, 3, 2, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 3, 1, 2, 2, 3, 0, 3, 0, 2, 0, 4, 4, 3, 3, 4, 1, 0, 3, 0, 0, 2, 4), + (0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 0, 0, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 3, 1, 3, 0, 3, 2, 0, 0, 0, 1, 0, 3, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 0, 2, 0, 0, 0, 0, 0, 0, 2), + (0, 2, 1, 3, 0, 2, 0, 2, 0, 3, 3, 3, 3, 1, 3, 1, 3, 3, 3, 3, 3, 3, 4, 2, 2, 1, 2, 1, 4, 0, 4, 3, 1, 3, 3, 3, 2, 4, 3, 5, 4, 3, 3, 3, 3, 3, 3, 3, 0, 1, 3, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 4, 2, 0, 2, 3, 0, 3, 3, 0, 3, 3, 4, 2, 3, 1, 4, 0, 1, 2, 0, 2, 3), + (0, 3, 0, 3, 0, 1, 0, 3, 0, 2, 3, 3, 3, 0, 3, 1, 2, 0, 3, 3, 2, 3, 3, 2, 3, 2, 3, 1, 3, 0, 4, 3, 2, 0, 3, 3, 1, 4, 3, 3, 2, 3, 4, 3, 1, 3, 3, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 4, 1, 1, 0, 3, 0, 3, 1, 0, 2, 3, 3, 3, 3, 3, 1, 0, 0, 2, 0, 3, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 3, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 3, 1, 3, 0, 3, 0, 2, 3, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 1, 3, 0, 2, 3, 1, 1, 4, 3, 3, 2, 3, 3, 1, 2, 2, 4, 1, 3, 3, 0, 1, 4, 2, 3, 0, 1, 3, 0, 3, 0, 0, 1, 3, 0, 2, 0, 0, 3, 3, 2, 1, 3, 0, 3, 0, 2, 0, 3, 4, 4, 4, 3, 1, 0, 3, 0, 0, 3, 3), + (0, 2, 0, 1, 0, 2, 0, 0, 0, 1, 3, 2, 2, 1, 3, 0, 1, 1, 3, 0, 3, 2, 3, 1, 2, 0, 2, 0, 1, 1, 3, 3, 3, 0, 3, 3, 1, 1, 2, 3, 2, 3, 3, 1, 2, 3, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 2, 1, 2, 1, 3, 0, 3, 0, 0, 0, 3, 4, 4, 4, 3, 2, 0, 2, 0, 0, 2, 4), + (0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 3, 3, 3, 2, 3, 2, 2, 2, 0, 3, 1, 3, 3, 3, 2, 3, 3, 0, 0, 3, 0, 3, 2, 2, 0, 2, 3, 1, 4, 3, 4, 3, 3, 2, 3, 1, 5, 4, 4, 0, 3, 1, 2, 1, 3, 0, 3, 1, 1, 2, 0, 2, 3, 1, 3, 1, 3, 0, 3, 0, 1, 0, 3, 3, 4, 4, 2, 1, 0, 2, 1, 0, 2, 4), + (0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 4, 2, 5, 1, 4, 0, 2, 0, 2, 1, 3, 1, 4, 0, 2, 1, 0, 0, 2, 1, 4, 1, 1, 0, 3, 3, 0, 5, 1, 3, 2, 3, 3, 1, 0, 3, 2, 3, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 1, 0, 3, 0, 2, 0, 1, 0, 3, 3, 3, 4, 3, 3, 0, 0, 0, 0, 2, 3), + (0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 3), + (0, 1, 0, 3, 0, 4, 0, 3, 0, 2, 4, 3, 1, 0, 3, 2, 2, 1, 3, 1, 2, 2, 3, 1, 1, 1, 2, 1, 3, 0, 1, 2, 0, 1, 3, 2, 1, 3, 0, 5, 5, 1, 0, 0, 1, 3, 2, 1, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 3, 4, 0, 1, 1, 1, 3, 2, 0, 2, 0, 1, 0, 2, 3, 3, 1, 2, 3, 0, 1, 0, 1, 0, 4), + (0, 0, 0, 1, 0, 3, 0, 3, 0, 2, 2, 1, 0, 0, 4, 0, 3, 0, 3, 1, 3, 0, 3, 0, 3, 0, 1, 0, 3, 0, 3, 1, 3, 0, 3, 3, 0, 0, 1, 2, 1, 1, 1, 0, 1, 2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 2, 0, 0, 2, 0, 0, 0, 0, 2, 3, 3, 3, 3, 0, 0, 0, 0, 1, 4), + (0, 0, 0, 3, 0, 3, 0, 0, 0, 0, 3, 1, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 2, 0, 2, 3, 0, 0, 2, 2, 3, 1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 2, 0, 0, 0, 0, 2, 3), + (2, 4, 0, 5, 0, 5, 0, 4, 0, 3, 4, 3, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 4, 5, 5, 5, 2, 3, 0, 5, 5, 4, 1, 5, 4, 3, 1, 5, 4, 3, 4, 4, 3, 3, 4, 3, 3, 0, 3, 2, 0, 2, 3, 0, 3, 0, 0, 3, 3, 0, 5, 3, 2, 3, 3, 0, 3, 0, 3, 0, 3, 4, 5, 4, 5, 3, 0, 4, 3, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 0, 3, 0, 3, 3, 4, 3, 2, 3, 2, 3, 0, 4, 3, 3, 3, 3, 3, 3, 3, 3, 0, 3, 2, 4, 3, 3, 1, 3, 4, 3, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 1, 0, 2, 0, 0, 1, 1, 0, 2, 0, 0, 3, 1, 0, 5, 3, 2, 1, 3, 0, 3, 0, 1, 2, 4, 3, 2, 4, 3, 3, 0, 3, 2, 0, 4, 4), + (0, 3, 0, 3, 0, 1, 0, 0, 0, 1, 4, 3, 3, 2, 3, 1, 3, 1, 4, 2, 3, 2, 4, 2, 3, 4, 3, 0, 2, 2, 3, 3, 3, 0, 3, 3, 3, 0, 3, 4, 1, 3, 3, 0, 3, 4, 3, 3, 0, 1, 1, 0, 1, 0, 0, 0, 4, 0, 3, 0, 0, 3, 1, 2, 1, 3, 0, 4, 0, 1, 0, 4, 3, 3, 4, 3, 3, 0, 2, 0, 0, 3, 3), + (0, 3, 0, 4, 0, 1, 0, 3, 0, 3, 4, 3, 3, 0, 3, 3, 3, 1, 3, 1, 3, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 3, 3, 1, 3, 3, 2, 5, 4, 3, 3, 4, 5, 3, 2, 5, 3, 4, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 1, 1, 0, 4, 2, 2, 1, 3, 0, 3, 0, 2, 0, 4, 4, 3, 5, 3, 2, 0, 1, 1, 0, 3, 4), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 4, 3, 3, 2, 3, 3, 3, 1, 4, 3, 4, 1, 5, 3, 4, 3, 4, 0, 4, 2, 4, 3, 4, 1, 5, 4, 0, 4, 4, 4, 4, 5, 4, 1, 3, 5, 4, 2, 1, 4, 1, 1, 3, 2, 0, 3, 1, 0, 3, 2, 1, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 3, 3, 3, 0, 4, 2, 0, 3, 4), + (1, 4, 0, 4, 0, 3, 0, 1, 0, 3, 3, 3, 1, 1, 3, 3, 2, 2, 3, 3, 1, 0, 3, 2, 2, 1, 2, 0, 3, 1, 2, 1, 2, 0, 3, 2, 0, 2, 2, 3, 3, 4, 3, 0, 3, 3, 1, 2, 0, 1, 1, 3, 1, 2, 0, 0, 3, 0, 1, 1, 0, 3, 2, 2, 3, 3, 0, 3, 0, 0, 0, 2, 3, 3, 4, 3, 3, 0, 1, 0, 0, 1, 4), + (0, 4, 0, 4, 0, 4, 0, 0, 0, 3, 4, 4, 3, 1, 4, 2, 3, 2, 3, 3, 3, 1, 4, 3, 4, 0, 3, 0, 4, 2, 3, 3, 2, 2, 5, 4, 2, 1, 3, 4, 3, 4, 3, 1, 3, 3, 4, 2, 0, 2, 1, 0, 3, 3, 0, 0, 2, 0, 3, 1, 0, 4, 4, 3, 4, 3, 0, 4, 0, 1, 0, 2, 4, 4, 4, 4, 4, 0, 3, 2, 0, 3, 3), + (0, 0, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 2, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2), + (0, 2, 0, 3, 0, 4, 0, 4, 0, 1, 3, 3, 3, 0, 4, 0, 2, 1, 2, 1, 1, 1, 2, 0, 3, 1, 1, 0, 1, 0, 3, 1, 0, 0, 3, 3, 2, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 2, 0, 2, 2, 0, 3, 1, 0, 0, 1, 0, 1, 1, 0, 1, 2, 0, 3, 0, 0, 0, 0, 1, 0, 0, 3, 3, 4, 3, 1, 0, 1, 0, 3, 0, 2), + (0, 0, 0, 3, 0, 5, 0, 0, 0, 0, 1, 0, 2, 0, 3, 1, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 4, 0, 0, 0, 2, 3, 0, 1, 4, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 5, 0, 5, 0, 1, 0, 2, 4, 3, 3, 2, 5, 1, 3, 2, 3, 3, 3, 0, 4, 1, 2, 0, 3, 0, 4, 0, 2, 2, 1, 1, 5, 3, 0, 0, 1, 4, 2, 3, 2, 0, 3, 3, 3, 2, 0, 2, 4, 1, 1, 2, 0, 1, 1, 0, 3, 1, 0, 1, 3, 1, 2, 3, 0, 2, 0, 0, 0, 1, 3, 5, 4, 4, 4, 0, 3, 0, 0, 1, 3), + (0, 4, 0, 5, 0, 4, 0, 4, 0, 4, 5, 4, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 3, 4, 5, 4, 2, 4, 2, 3, 4, 3, 1, 4, 4, 1, 3, 5, 4, 4, 5, 5, 4, 4, 5, 5, 5, 2, 3, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 4, 4, 4, 0, 3, 0, 4, 0, 3, 3, 4, 4, 5, 0, 0, 4, 3, 0, 4, 5), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 4, 4, 4, 3, 3, 2, 4, 3, 4, 3, 4, 3, 5, 3, 4, 3, 2, 1, 4, 2, 4, 4, 3, 1, 3, 4, 2, 4, 5, 5, 3, 4, 5, 4, 1, 5, 4, 3, 0, 3, 2, 2, 3, 2, 1, 3, 1, 0, 3, 3, 3, 5, 3, 3, 3, 5, 4, 4, 2, 3, 3, 4, 3, 3, 3, 2, 1, 0, 3, 2, 1, 4, 3), + (0, 4, 0, 5, 0, 4, 0, 3, 0, 3, 5, 5, 3, 2, 4, 3, 4, 0, 5, 4, 4, 1, 4, 4, 4, 3, 3, 3, 4, 3, 5, 5, 2, 3, 3, 4, 1, 2, 5, 5, 3, 5, 5, 2, 3, 5, 5, 4, 0, 3, 2, 0, 3, 3, 1, 1, 5, 1, 4, 1, 0, 4, 3, 2, 3, 5, 0, 4, 0, 3, 0, 5, 4, 3, 4, 3, 0, 0, 4, 1, 0, 4, 4), + (1, 3, 0, 4, 0, 2, 0, 2, 0, 2, 5, 5, 3, 3, 3, 3, 3, 0, 4, 2, 3, 4, 4, 4, 3, 4, 0, 0, 3, 4, 5, 4, 3, 3, 3, 3, 2, 5, 5, 4, 5, 5, 5, 4, 3, 5, 5, 5, 1, 3, 1, 0, 1, 0, 0, 3, 2, 0, 4, 2, 0, 5, 2, 3, 2, 4, 1, 3, 0, 3, 0, 4, 5, 4, 5, 4, 3, 0, 4, 2, 0, 5, 4), + (0, 3, 0, 4, 0, 5, 0, 3, 0, 3, 4, 4, 3, 2, 3, 2, 3, 3, 3, 3, 3, 2, 4, 3, 3, 2, 2, 0, 3, 3, 3, 3, 3, 1, 3, 3, 3, 0, 4, 4, 3, 4, 4, 1, 1, 4, 4, 2, 0, 3, 1, 0, 1, 1, 0, 4, 1, 0, 2, 3, 1, 3, 3, 1, 3, 4, 0, 3, 0, 1, 0, 3, 1, 3, 0, 0, 1, 0, 2, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 1, 5, 4, 3, 3, 3, 1, 4, 2, 1, 2, 3, 4, 4, 2, 4, 4, 5, 0, 3, 1, 4, 3, 4, 0, 4, 3, 3, 3, 2, 3, 2, 5, 3, 4, 3, 2, 2, 3, 0, 0, 3, 0, 2, 1, 0, 1, 2, 0, 0, 0, 0, 2, 1, 1, 3, 1, 0, 2, 0, 4, 0, 3, 4, 4, 4, 5, 2, 0, 2, 0, 0, 1, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 4, 2, 1, 1, 0, 1, 0, 3, 2, 0, 0, 3, 1, 1, 1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 4, 0, 4, 2, 1, 0, 0, 0, 0, 0, 1), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 2, 0, 2, 1, 0, 0, 1, 2, 1, 0, 1, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 4, 0, 4, 0, 3, 0, 4, 4, 3, 4, 2, 4, 3, 2, 0, 4, 4, 4, 3, 5, 3, 5, 3, 3, 2, 4, 2, 4, 3, 4, 3, 1, 4, 0, 2, 3, 4, 4, 4, 3, 3, 3, 4, 4, 4, 3, 4, 1, 3, 4, 3, 2, 1, 2, 1, 3, 3, 3, 4, 4, 3, 3, 5, 0, 4, 0, 3, 0, 4, 3, 3, 3, 2, 1, 0, 3, 0, 0, 3, 3), + (0, 4, 0, 3, 0, 3, 0, 3, 0, 3, 5, 5, 3, 3, 3, 3, 4, 3, 4, 3, 3, 3, 4, 4, 4, 3, 3, 3, 3, 4, 3, 5, 3, 3, 1, 3, 2, 4, 5, 5, 5, 5, 4, 3, 4, 5, 5, 3, 2, 2, 3, 3, 3, 3, 2, 3, 3, 1, 2, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 4, 3, 2, 2, 1, 2, 0, 3, 0, 0, 4, 1), +) +# fmt: on + + +class JapaneseContextAnalysis: + NUM_OF_CATEGORY = 6 + DONT_KNOW = -1 + ENOUGH_REL_THRESHOLD = 100 + MAX_REL_THRESHOLD = 1000 + MINIMUM_DATA_THRESHOLD = 4 + + def __init__(self) -> None: + self._total_rel = 0 + self._rel_sample: List[int] = [] + self._need_to_skip_char_num = 0 + self._last_char_order = -1 + self._done = False + self.reset() + + def reset(self) -> None: + self._total_rel = 0 # total sequence received + # category counters, each integer counts sequence in its category + self._rel_sample = [0] * self.NUM_OF_CATEGORY + # if last byte in current buffer is not the last byte of a character, + # we need to know how many bytes to skip in next buffer + self._need_to_skip_char_num = 0 + self._last_char_order = -1 # The order of previous char + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + + def feed(self, byte_str: Union[bytes, bytearray], num_bytes: int) -> None: + if self._done: + return + + # The buffer we got is byte oriented, and a character may span in more than one + # buffers. In case the last one or two byte in last buffer is not + # complete, we record how many byte needed to complete that character + # and skip these bytes here. We can choose to record those bytes as + # well and analyse the character once it is complete, but since a + # character will not make much difference, by simply skipping + # this character will simply our logic and improve performance. + i = self._need_to_skip_char_num + while i < num_bytes: + order, char_len = self.get_order(byte_str[i : i + 2]) + i += char_len + if i > num_bytes: + self._need_to_skip_char_num = i - num_bytes + self._last_char_order = -1 + else: + if (order != -1) and (self._last_char_order != -1): + self._total_rel += 1 + if self._total_rel > self.MAX_REL_THRESHOLD: + self._done = True + break + self._rel_sample[ + jp2_char_context[self._last_char_order][order] + ] += 1 + self._last_char_order = order + + def got_enough_data(self) -> bool: + return self._total_rel > self.ENOUGH_REL_THRESHOLD + + def get_confidence(self) -> float: + # This is just one way to calculate confidence. It works well for me. + if self._total_rel > self.MINIMUM_DATA_THRESHOLD: + return (self._total_rel - self._rel_sample[0]) / self._total_rel + return self.DONT_KNOW + + def get_order(self, _: Union[bytes, bytearray]) -> Tuple[int, int]: + return -1, 1 + + +class SJISContextAnalysis(JapaneseContextAnalysis): + def __init__(self) -> None: + super().__init__() + self._charset_name = "SHIFT_JIS" + + @property + def charset_name(self) -> str: + return self._charset_name + + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (0x81 <= first_char <= 0x9F) or (0xE0 <= first_char <= 0xFC): + char_len = 2 + if (first_char == 0x87) or (0xFA <= first_char <= 0xFC): + self._charset_name = "CP932" + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 202) and (0x9F <= second_char <= 0xF1): + return second_char - 0x9F, char_len + + return -1, char_len + + +class EUCJPContextAnalysis(JapaneseContextAnalysis): + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (first_char == 0x8E) or (0xA1 <= first_char <= 0xFE): + char_len = 2 + elif first_char == 0x8F: + char_len = 3 + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 0xA4) and (0xA1 <= second_char <= 0xF3): + return second_char - 0xA1, char_len + + return -1, char_len diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 00000000..99466821 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +BULGARIAN_LANG_MODEL = { + 63: { # 'e' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 45: { # '\xad' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 31: { # 'А' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 2, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 0, # 'и' + 26: 2, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 32: { # 'Б' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 2, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 35: { # 'В' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 2, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 43: { # 'Г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 37: { # 'Д' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 2, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 44: { # 'Е' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 2, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 0, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 55: { # 'Ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 47: { # 'З' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 40: { # 'И' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 2, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 3, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 59: { # 'Й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 33: { # 'К' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 46: { # 'Л' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 38: { # 'М' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 36: { # 'Н' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 41: { # 'О' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 30: { # 'П' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 2, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 39: { # 'Р' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 28: { # 'С' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 3, # 'А' + 32: 2, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 34: { # 'Т' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 51: { # 'У' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 48: { # 'Ф' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 49: { # 'Х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 53: { # 'Ц' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 50: { # 'Ч' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 54: { # 'Ш' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 57: { # 'Щ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 61: { # 'Ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 60: { # 'Ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 2, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 56: { # 'Я' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 1: { # 'а' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 18: { # 'б' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 3, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 9: { # 'в' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 20: { # 'г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 11: { # 'д' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 3: { # 'е' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 23: { # 'ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 15: { # 'з' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 2: { # 'и' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 26: { # 'й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 12: { # 'к' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 10: { # 'л' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 3, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 14: { # 'м' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 6: { # 'н' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 2, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 4: { # 'о' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 13: { # 'п' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 7: { # 'р' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 3, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 8: { # 'с' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 5: { # 'т' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 19: { # 'у' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 2, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 29: { # 'ф' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 2, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 25: { # 'х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 22: { # 'ц' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 21: { # 'ч' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 27: { # 'ш' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 24: { # 'щ' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 17: { # 'ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 52: { # 'ь' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 42: { # 'ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 16: { # 'я' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 1, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 3, # 'х' + 22: 2, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 58: { # 'є' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 62: { # '№' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_5_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 194, # '\x80' + 129: 195, # '\x81' + 130: 196, # '\x82' + 131: 197, # '\x83' + 132: 198, # '\x84' + 133: 199, # '\x85' + 134: 200, # '\x86' + 135: 201, # '\x87' + 136: 202, # '\x88' + 137: 203, # '\x89' + 138: 204, # '\x8a' + 139: 205, # '\x8b' + 140: 206, # '\x8c' + 141: 207, # '\x8d' + 142: 208, # '\x8e' + 143: 209, # '\x8f' + 144: 210, # '\x90' + 145: 211, # '\x91' + 146: 212, # '\x92' + 147: 213, # '\x93' + 148: 214, # '\x94' + 149: 215, # '\x95' + 150: 216, # '\x96' + 151: 217, # '\x97' + 152: 218, # '\x98' + 153: 219, # '\x99' + 154: 220, # '\x9a' + 155: 221, # '\x9b' + 156: 222, # '\x9c' + 157: 223, # '\x9d' + 158: 224, # '\x9e' + 159: 225, # '\x9f' + 160: 81, # '\xa0' + 161: 226, # 'Ё' + 162: 227, # 'Ђ' + 163: 228, # 'Ѓ' + 164: 229, # 'Є' + 165: 230, # 'Ѕ' + 166: 105, # 'І' + 167: 231, # 'Ї' + 168: 232, # 'Ј' + 169: 233, # 'Љ' + 170: 234, # 'Њ' + 171: 235, # 'Ћ' + 172: 236, # 'Ќ' + 173: 45, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 31, # 'А' + 177: 32, # 'Б' + 178: 35, # 'В' + 179: 43, # 'Г' + 180: 37, # 'Д' + 181: 44, # 'Е' + 182: 55, # 'Ж' + 183: 47, # 'З' + 184: 40, # 'И' + 185: 59, # 'Й' + 186: 33, # 'К' + 187: 46, # 'Л' + 188: 38, # 'М' + 189: 36, # 'Н' + 190: 41, # 'О' + 191: 30, # 'П' + 192: 39, # 'Р' + 193: 28, # 'С' + 194: 34, # 'Т' + 195: 51, # 'У' + 196: 48, # 'Ф' + 197: 49, # 'Х' + 198: 53, # 'Ц' + 199: 50, # 'Ч' + 200: 54, # 'Ш' + 201: 57, # 'Щ' + 202: 61, # 'Ъ' + 203: 239, # 'Ы' + 204: 67, # 'Ь' + 205: 240, # 'Э' + 206: 60, # 'Ю' + 207: 56, # 'Я' + 208: 1, # 'а' + 209: 18, # 'б' + 210: 9, # 'в' + 211: 20, # 'г' + 212: 11, # 'д' + 213: 3, # 'е' + 214: 23, # 'ж' + 215: 15, # 'з' + 216: 2, # 'и' + 217: 26, # 'й' + 218: 12, # 'к' + 219: 10, # 'л' + 220: 14, # 'м' + 221: 6, # 'н' + 222: 4, # 'о' + 223: 13, # 'п' + 224: 7, # 'р' + 225: 8, # 'с' + 226: 5, # 'т' + 227: 19, # 'у' + 228: 29, # 'ф' + 229: 25, # 'х' + 230: 22, # 'ц' + 231: 21, # 'ч' + 232: 27, # 'ш' + 233: 24, # 'щ' + 234: 17, # 'ъ' + 235: 75, # 'ы' + 236: 52, # 'ь' + 237: 241, # 'э' + 238: 42, # 'ю' + 239: 16, # 'я' + 240: 62, # '№' + 241: 242, # 'ё' + 242: 243, # 'ђ' + 243: 244, # 'ѓ' + 244: 58, # 'є' + 245: 245, # 'ѕ' + 246: 98, # 'і' + 247: 246, # 'ї' + 248: 247, # 'ј' + 249: 248, # 'љ' + 250: 249, # 'њ' + 251: 250, # 'ћ' + 252: 251, # 'ќ' + 253: 91, # '§' + 254: 252, # 'ў' + 255: 253, # 'џ' +} + +ISO_8859_5_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Bulgarian", + char_to_order_map=ISO_8859_5_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) + +WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 206, # 'Ђ' + 129: 207, # 'Ѓ' + 130: 208, # '‚' + 131: 209, # 'ѓ' + 132: 210, # '„' + 133: 211, # '…' + 134: 212, # '†' + 135: 213, # '‡' + 136: 120, # '€' + 137: 214, # '‰' + 138: 215, # 'Љ' + 139: 216, # '‹' + 140: 217, # 'Њ' + 141: 218, # 'Ќ' + 142: 219, # 'Ћ' + 143: 220, # 'Џ' + 144: 221, # 'ђ' + 145: 78, # '‘' + 146: 64, # '’' + 147: 83, # '“' + 148: 121, # '”' + 149: 98, # '•' + 150: 117, # '–' + 151: 105, # '—' + 152: 222, # None + 153: 223, # '™' + 154: 224, # 'љ' + 155: 225, # '›' + 156: 226, # 'њ' + 157: 227, # 'ќ' + 158: 228, # 'ћ' + 159: 229, # 'џ' + 160: 88, # '\xa0' + 161: 230, # 'Ў' + 162: 231, # 'ў' + 163: 232, # 'Ј' + 164: 233, # '¤' + 165: 122, # 'Ґ' + 166: 89, # '¦' + 167: 106, # '§' + 168: 234, # 'Ё' + 169: 235, # '©' + 170: 236, # 'Є' + 171: 237, # '«' + 172: 238, # '¬' + 173: 45, # '\xad' + 174: 239, # '®' + 175: 240, # 'Ї' + 176: 73, # '°' + 177: 80, # '±' + 178: 118, # 'І' + 179: 114, # 'і' + 180: 241, # 'ґ' + 181: 242, # 'µ' + 182: 243, # '¶' + 183: 244, # '·' + 184: 245, # 'ё' + 185: 62, # '№' + 186: 58, # 'є' + 187: 246, # '»' + 188: 247, # 'ј' + 189: 248, # 'Ѕ' + 190: 249, # 'ѕ' + 191: 250, # 'ї' + 192: 31, # 'А' + 193: 32, # 'Б' + 194: 35, # 'В' + 195: 43, # 'Г' + 196: 37, # 'Д' + 197: 44, # 'Е' + 198: 55, # 'Ж' + 199: 47, # 'З' + 200: 40, # 'И' + 201: 59, # 'Й' + 202: 33, # 'К' + 203: 46, # 'Л' + 204: 38, # 'М' + 205: 36, # 'Н' + 206: 41, # 'О' + 207: 30, # 'П' + 208: 39, # 'Р' + 209: 28, # 'С' + 210: 34, # 'Т' + 211: 51, # 'У' + 212: 48, # 'Ф' + 213: 49, # 'Х' + 214: 53, # 'Ц' + 215: 50, # 'Ч' + 216: 54, # 'Ш' + 217: 57, # 'Щ' + 218: 61, # 'Ъ' + 219: 251, # 'Ы' + 220: 67, # 'Ь' + 221: 252, # 'Э' + 222: 60, # 'Ю' + 223: 56, # 'Я' + 224: 1, # 'а' + 225: 18, # 'б' + 226: 9, # 'в' + 227: 20, # 'г' + 228: 11, # 'д' + 229: 3, # 'е' + 230: 23, # 'ж' + 231: 15, # 'з' + 232: 2, # 'и' + 233: 26, # 'й' + 234: 12, # 'к' + 235: 10, # 'л' + 236: 14, # 'м' + 237: 6, # 'н' + 238: 4, # 'о' + 239: 13, # 'п' + 240: 7, # 'р' + 241: 8, # 'с' + 242: 5, # 'т' + 243: 19, # 'у' + 244: 29, # 'ф' + 245: 25, # 'х' + 246: 22, # 'ц' + 247: 21, # 'ч' + 248: 27, # 'ш' + 249: 24, # 'щ' + 250: 17, # 'ъ' + 251: 75, # 'ы' + 252: 52, # 'ь' + 253: 253, # 'э' + 254: 42, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Bulgarian", + char_to_order_map=WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 00000000..cfb8639e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py @@ -0,0 +1,4397 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +GREEK_LANG_MODEL = { + 60: { # 'e' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 55: { # 'o' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 58: { # 't' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 1, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 36: { # '·' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 61: { # 'Ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 1, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 1, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 46: { # 'Έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 1, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 54: { # 'Ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 31: { # 'Α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 2, # 'Β' + 43: 2, # 'Γ' + 41: 1, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 51: { # 'Β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 1, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 43: { # 'Γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 1, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 41: { # 'Δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 34: { # 'Ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 0, # 'ώ' + }, + 40: { # 'Η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 52: { # 'Θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 1, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 47: { # 'Ι' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 1, # 'Β' + 43: 1, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 1, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 44: { # 'Κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 1, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 53: { # 'Λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 1, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 38: { # 'Μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 2, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 2, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 49: { # 'Ν' + 60: 2, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 59: { # 'Ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 39: { # 'Ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 1, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 2, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 35: { # 'Π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 1, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 48: { # 'Ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 37: { # 'Σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 2, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 33: { # 'Τ' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 2, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 45: { # 'Υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 2, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 1, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 56: { # 'Φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 1, # 'ώ' + }, + 50: { # 'Χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 1, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 57: { # 'Ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 17: { # 'ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 18: { # 'έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 22: { # 'ή' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 15: { # 'ί' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 1: { # 'α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 3, # 'ζ' + 13: 1, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 29: { # 'β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 20: { # 'γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 21: { # 'δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 3: { # 'ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 32: { # 'ζ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 13: { # 'η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 25: { # 'θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 5: { # 'ι' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 11: { # 'κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 16: { # 'λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 1, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 10: { # 'μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 3, # 'φ' + 23: 0, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 6: { # 'ν' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 30: { # 'ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 1, # 'ώ' + }, + 4: { # 'ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 9: { # 'π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 8: { # 'ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 14: { # 'ς' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 7: { # 'σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 2: { # 'τ' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 12: { # 'υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 28: { # 'φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 1, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 23: { # 'χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 42: { # 'ψ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 24: { # 'ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 1, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 19: { # 'ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 1, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 26: { # 'ύ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 27: { # 'ώ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 1, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 1, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1253_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '€' + 129: 255, # None + 130: 255, # '‚' + 131: 255, # 'ƒ' + 132: 255, # '„' + 133: 255, # '…' + 134: 255, # '†' + 135: 255, # '‡' + 136: 255, # None + 137: 255, # '‰' + 138: 255, # None + 139: 255, # '‹' + 140: 255, # None + 141: 255, # None + 142: 255, # None + 143: 255, # None + 144: 255, # None + 145: 255, # '‘' + 146: 255, # '’' + 147: 255, # '“' + 148: 255, # '”' + 149: 255, # '•' + 150: 255, # '–' + 151: 255, # '—' + 152: 255, # None + 153: 255, # '™' + 154: 255, # None + 155: 255, # '›' + 156: 255, # None + 157: 255, # None + 158: 255, # None + 159: 255, # None + 160: 253, # '\xa0' + 161: 233, # '΅' + 162: 61, # 'Ά' + 163: 253, # '£' + 164: 253, # '¤' + 165: 253, # '¥' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # None + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # '®' + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 253, # 'µ' + 182: 253, # '¶' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +WINDOWS_1253_GREEK_MODEL = SingleByteCharSetModel( + charset_name="windows-1253", + language="Greek", + char_to_order_map=WINDOWS_1253_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) + +ISO_8859_7_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '\x80' + 129: 255, # '\x81' + 130: 255, # '\x82' + 131: 255, # '\x83' + 132: 255, # '\x84' + 133: 255, # '\x85' + 134: 255, # '\x86' + 135: 255, # '\x87' + 136: 255, # '\x88' + 137: 255, # '\x89' + 138: 255, # '\x8a' + 139: 255, # '\x8b' + 140: 255, # '\x8c' + 141: 255, # '\x8d' + 142: 255, # '\x8e' + 143: 255, # '\x8f' + 144: 255, # '\x90' + 145: 255, # '\x91' + 146: 255, # '\x92' + 147: 255, # '\x93' + 148: 255, # '\x94' + 149: 255, # '\x95' + 150: 255, # '\x96' + 151: 255, # '\x97' + 152: 255, # '\x98' + 153: 255, # '\x99' + 154: 255, # '\x9a' + 155: 255, # '\x9b' + 156: 255, # '\x9c' + 157: 255, # '\x9d' + 158: 255, # '\x9e' + 159: 255, # '\x9f' + 160: 253, # '\xa0' + 161: 233, # '‘' + 162: 90, # '’' + 163: 253, # '£' + 164: 253, # '€' + 165: 253, # '₯' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # 'ͺ' + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # None + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 248, # '΅' + 182: 61, # 'Ά' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +ISO_8859_7_GREEK_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-7", + language="Greek", + char_to_order_map=ISO_8859_7_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 00000000..56d29758 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HEBREW_LANG_MODEL = { + 50: { # 'a' + 50: 0, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 0, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 60: { # 'c' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 61: { # 'd' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 42: { # 'e' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 2, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 53: { # 'i' + 50: 1, # 'a' + 60: 2, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 0, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 56: { # 'l' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 2, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 54: { # 'n' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 49: { # 'o' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 51: { # 'r' + 50: 2, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 43: { # 's' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 2, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 44: { # 't' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 63: { # 'u' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 34: { # '\xa0' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 2, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 55: { # '´' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 48: { # '¼' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 39: { # '½' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 57: { # '¾' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 30: { # 'ְ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 59: { # 'ֱ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 41: { # 'ֲ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 33: { # 'ִ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 37: { # 'ֵ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 1, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 36: { # 'ֶ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 2, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 31: { # 'ַ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 29: { # 'ָ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 35: { # 'ֹ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 62: { # 'ֻ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 28: { # 'ּ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 3, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 3, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 2, # 'ׁ' + 45: 1, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 1, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 38: { # 'ׁ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 45: { # 'ׂ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 9: { # 'א' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 2, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 8: { # 'ב' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 1, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 20: { # 'ג' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 16: { # 'ד' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 3: { # 'ה' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 2: { # 'ו' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 3, # 'ֹ' + 62: 0, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 24: { # 'ז' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 1, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 14: { # 'ח' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 1, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 22: { # 'ט' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 1, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 2, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 1: { # 'י' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 25: { # 'ך' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 15: { # 'כ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 4: { # 'ל' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 11: { # 'ם' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 6: { # 'מ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 23: { # 'ן' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 12: { # 'נ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 19: { # 'ס' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 2, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 13: { # 'ע' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 1, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 26: { # 'ף' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 18: { # 'פ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 27: { # 'ץ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 21: { # 'צ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 1, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 0, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 17: { # 'ק' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 7: { # 'ר' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 10: { # 'ש' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 3, # 'ׁ' + 45: 2, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 5: { # 'ת' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 1, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 32: { # '–' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 52: { # '’' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 47: { # '“' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 46: { # '”' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 58: { # '†' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 2, # '†' + 40: 0, # '…' + }, + 40: { # '…' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1255_HEBREW_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 69, # 'A' + 66: 91, # 'B' + 67: 79, # 'C' + 68: 80, # 'D' + 69: 92, # 'E' + 70: 89, # 'F' + 71: 97, # 'G' + 72: 90, # 'H' + 73: 68, # 'I' + 74: 111, # 'J' + 75: 112, # 'K' + 76: 82, # 'L' + 77: 73, # 'M' + 78: 95, # 'N' + 79: 85, # 'O' + 80: 78, # 'P' + 81: 121, # 'Q' + 82: 86, # 'R' + 83: 71, # 'S' + 84: 67, # 'T' + 85: 102, # 'U' + 86: 107, # 'V' + 87: 84, # 'W' + 88: 114, # 'X' + 89: 103, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 50, # 'a' + 98: 74, # 'b' + 99: 60, # 'c' + 100: 61, # 'd' + 101: 42, # 'e' + 102: 76, # 'f' + 103: 70, # 'g' + 104: 64, # 'h' + 105: 53, # 'i' + 106: 105, # 'j' + 107: 93, # 'k' + 108: 56, # 'l' + 109: 65, # 'm' + 110: 54, # 'n' + 111: 49, # 'o' + 112: 66, # 'p' + 113: 110, # 'q' + 114: 51, # 'r' + 115: 43, # 's' + 116: 44, # 't' + 117: 63, # 'u' + 118: 81, # 'v' + 119: 77, # 'w' + 120: 98, # 'x' + 121: 75, # 'y' + 122: 108, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 124, # '€' + 129: 202, # None + 130: 203, # '‚' + 131: 204, # 'ƒ' + 132: 205, # '„' + 133: 40, # '…' + 134: 58, # '†' + 135: 206, # '‡' + 136: 207, # 'ˆ' + 137: 208, # '‰' + 138: 209, # None + 139: 210, # '‹' + 140: 211, # None + 141: 212, # None + 142: 213, # None + 143: 214, # None + 144: 215, # None + 145: 83, # '‘' + 146: 52, # '’' + 147: 47, # '“' + 148: 46, # '”' + 149: 72, # '•' + 150: 32, # '–' + 151: 94, # '—' + 152: 216, # '˜' + 153: 113, # '™' + 154: 217, # None + 155: 109, # '›' + 156: 218, # None + 157: 219, # None + 158: 220, # None + 159: 221, # None + 160: 34, # '\xa0' + 161: 116, # '¡' + 162: 222, # '¢' + 163: 118, # '£' + 164: 100, # '₪' + 165: 223, # '¥' + 166: 224, # '¦' + 167: 117, # '§' + 168: 119, # '¨' + 169: 104, # '©' + 170: 125, # '×' + 171: 225, # '«' + 172: 226, # '¬' + 173: 87, # '\xad' + 174: 99, # '®' + 175: 227, # '¯' + 176: 106, # '°' + 177: 122, # '±' + 178: 123, # '²' + 179: 228, # '³' + 180: 55, # '´' + 181: 229, # 'µ' + 182: 230, # '¶' + 183: 101, # '·' + 184: 231, # '¸' + 185: 232, # '¹' + 186: 120, # '÷' + 187: 233, # '»' + 188: 48, # '¼' + 189: 39, # '½' + 190: 57, # '¾' + 191: 234, # '¿' + 192: 30, # 'ְ' + 193: 59, # 'ֱ' + 194: 41, # 'ֲ' + 195: 88, # 'ֳ' + 196: 33, # 'ִ' + 197: 37, # 'ֵ' + 198: 36, # 'ֶ' + 199: 31, # 'ַ' + 200: 29, # 'ָ' + 201: 35, # 'ֹ' + 202: 235, # None + 203: 62, # 'ֻ' + 204: 28, # 'ּ' + 205: 236, # 'ֽ' + 206: 126, # '־' + 207: 237, # 'ֿ' + 208: 238, # '׀' + 209: 38, # 'ׁ' + 210: 45, # 'ׂ' + 211: 239, # '׃' + 212: 240, # 'װ' + 213: 241, # 'ױ' + 214: 242, # 'ײ' + 215: 243, # '׳' + 216: 127, # '״' + 217: 244, # None + 218: 245, # None + 219: 246, # None + 220: 247, # None + 221: 248, # None + 222: 249, # None + 223: 250, # None + 224: 9, # 'א' + 225: 8, # 'ב' + 226: 20, # 'ג' + 227: 16, # 'ד' + 228: 3, # 'ה' + 229: 2, # 'ו' + 230: 24, # 'ז' + 231: 14, # 'ח' + 232: 22, # 'ט' + 233: 1, # 'י' + 234: 25, # 'ך' + 235: 15, # 'כ' + 236: 4, # 'ל' + 237: 11, # 'ם' + 238: 6, # 'מ' + 239: 23, # 'ן' + 240: 12, # 'נ' + 241: 19, # 'ס' + 242: 13, # 'ע' + 243: 26, # 'ף' + 244: 18, # 'פ' + 245: 27, # 'ץ' + 246: 21, # 'צ' + 247: 17, # 'ק' + 248: 7, # 'ר' + 249: 10, # 'ש' + 250: 5, # 'ת' + 251: 251, # None + 252: 252, # None + 253: 128, # '\u200e' + 254: 96, # '\u200f' + 255: 253, # None +} + +WINDOWS_1255_HEBREW_MODEL = SingleByteCharSetModel( + charset_name="windows-1255", + language="Hebrew", + char_to_order_map=WINDOWS_1255_HEBREW_CHAR_TO_ORDER, + language_model=HEBREW_LANG_MODEL, + typical_positive_ratio=0.984004, + keep_ascii_letters=False, + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", +) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 00000000..09a0d326 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HUNGARIAN_LANG_MODEL = { + 28: { # 'A' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 2, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 40: { # 'B' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 3, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 54: { # 'C' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 3, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 45: { # 'D' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 32: { # 'E' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 50: { # 'F' + 28: 1, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 0, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 49: { # 'G' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 38: { # 'H' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 39: { # 'I' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 53: { # 'J' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 36: { # 'K' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 2, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 41: { # 'L' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 34: { # 'M' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 35: { # 'N' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 47: { # 'O' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 46: { # 'P' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 43: { # 'R' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 2, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 2, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 33: { # 'S' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 3, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 37: { # 'T' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 57: { # 'U' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 48: { # 'V' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 55: { # 'Y' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 52: { # 'Z' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 2: { # 'a' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 18: { # 'b' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 26: { # 'c' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 17: { # 'd' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 1: { # 'e' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 2, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 27: { # 'f' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 3, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 12: { # 'g' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 20: { # 'h' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 9: { # 'i' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 1, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 22: { # 'j' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 7: { # 'k' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 3, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 6: { # 'l' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 3, # 'ő' + 56: 1, # 'ű' + }, + 13: { # 'm' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 4: { # 'n' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 1, # 'x' + 16: 3, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 8: { # 'o' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 23: { # 'p' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 10: { # 'r' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 2, # 'ű' + }, + 5: { # 's' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 3: { # 't' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 3, # 'ő' + 56: 2, # 'ű' + }, + 21: { # 'u' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 19: { # 'v' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 62: { # 'x' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 16: { # 'y' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 11: { # 'z' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 51: { # 'Á' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 44: { # 'É' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 61: { # 'Í' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 58: { # 'Ó' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 2, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 59: { # 'Ö' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 60: { # 'Ú' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 2, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 63: { # 'Ü' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 14: { # 'á' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 15: { # 'é' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 30: { # 'í' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 25: { # 'ó' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 24: { # 'ö' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 31: { # 'ú' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 3, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 29: { # 'ü' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 42: { # 'ő' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 56: { # 'ű' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 72, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 161, # '€' + 129: 162, # None + 130: 163, # '‚' + 131: 164, # None + 132: 165, # '„' + 133: 166, # '…' + 134: 167, # '†' + 135: 168, # '‡' + 136: 169, # None + 137: 170, # '‰' + 138: 171, # 'Š' + 139: 172, # '‹' + 140: 173, # 'Ś' + 141: 174, # 'Ť' + 142: 175, # 'Ž' + 143: 176, # 'Ź' + 144: 177, # None + 145: 178, # '‘' + 146: 179, # '’' + 147: 180, # '“' + 148: 78, # '”' + 149: 181, # '•' + 150: 69, # '–' + 151: 182, # '—' + 152: 183, # None + 153: 184, # '™' + 154: 185, # 'š' + 155: 186, # '›' + 156: 187, # 'ś' + 157: 188, # 'ť' + 158: 189, # 'ž' + 159: 190, # 'ź' + 160: 191, # '\xa0' + 161: 192, # 'ˇ' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ą' + 166: 197, # '¦' + 167: 76, # '§' + 168: 198, # '¨' + 169: 199, # '©' + 170: 200, # 'Ş' + 171: 201, # '«' + 172: 202, # '¬' + 173: 203, # '\xad' + 174: 204, # '®' + 175: 205, # 'Ż' + 176: 81, # '°' + 177: 206, # '±' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'µ' + 182: 211, # '¶' + 183: 212, # '·' + 184: 213, # '¸' + 185: 214, # 'ą' + 186: 215, # 'ş' + 187: 216, # '»' + 188: 217, # 'Ľ' + 189: 218, # '˝' + 190: 219, # 'ľ' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 83, # 'Â' + 195: 222, # 'Ă' + 196: 80, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 70, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 84, # 'ŕ' + 225: 14, # 'á' + 226: 75, # 'â' + 227: 242, # 'ă' + 228: 71, # 'ä' + 229: 82, # 'ĺ' + 230: 243, # 'ć' + 231: 73, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 85, # 'ę' + 235: 79, # 'ë' + 236: 86, # 'ě' + 237: 30, # 'í' + 238: 77, # 'î' + 239: 87, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 74, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +WINDOWS_1250_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1250", + language="Hungarian", + char_to_order_map=WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) + +ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 71, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 159, # '\x80' + 129: 160, # '\x81' + 130: 161, # '\x82' + 131: 162, # '\x83' + 132: 163, # '\x84' + 133: 164, # '\x85' + 134: 165, # '\x86' + 135: 166, # '\x87' + 136: 167, # '\x88' + 137: 168, # '\x89' + 138: 169, # '\x8a' + 139: 170, # '\x8b' + 140: 171, # '\x8c' + 141: 172, # '\x8d' + 142: 173, # '\x8e' + 143: 174, # '\x8f' + 144: 175, # '\x90' + 145: 176, # '\x91' + 146: 177, # '\x92' + 147: 178, # '\x93' + 148: 179, # '\x94' + 149: 180, # '\x95' + 150: 181, # '\x96' + 151: 182, # '\x97' + 152: 183, # '\x98' + 153: 184, # '\x99' + 154: 185, # '\x9a' + 155: 186, # '\x9b' + 156: 187, # '\x9c' + 157: 188, # '\x9d' + 158: 189, # '\x9e' + 159: 190, # '\x9f' + 160: 191, # '\xa0' + 161: 192, # 'Ą' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ľ' + 166: 197, # 'Ś' + 167: 75, # '§' + 168: 198, # '¨' + 169: 199, # 'Š' + 170: 200, # 'Ş' + 171: 201, # 'Ť' + 172: 202, # 'Ź' + 173: 203, # '\xad' + 174: 204, # 'Ž' + 175: 205, # 'Ż' + 176: 79, # '°' + 177: 206, # 'ą' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'ľ' + 182: 211, # 'ś' + 183: 212, # 'ˇ' + 184: 213, # '¸' + 185: 214, # 'š' + 186: 215, # 'ş' + 187: 216, # 'ť' + 188: 217, # 'ź' + 189: 218, # '˝' + 190: 219, # 'ž' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 81, # 'Â' + 195: 222, # 'Ă' + 196: 78, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 69, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 82, # 'ŕ' + 225: 14, # 'á' + 226: 74, # 'â' + 227: 242, # 'ă' + 228: 70, # 'ä' + 229: 80, # 'ĺ' + 230: 243, # 'ć' + 231: 72, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 83, # 'ę' + 235: 77, # 'ë' + 236: 84, # 'ě' + 237: 30, # 'í' + 238: 76, # 'î' + 239: 85, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 73, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +ISO_8859_2_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-2", + language="Hungarian", + char_to_order_map=ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 00000000..39a53889 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py @@ -0,0 +1,5725 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +RUSSIAN_LANG_MODEL = { + 37: { # 'А' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 44: { # 'Б' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 33: { # 'В' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 46: { # 'Г' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 41: { # 'Д' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 3, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 48: { # 'Е' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 56: { # 'Ж' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 0, # 'я' + }, + 51: { # 'З' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 42: { # 'И' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 60: { # 'Й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 36: { # 'К' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 49: { # 'Л' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 38: { # 'М' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 31: { # 'Н' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 34: { # 'О' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 2, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 2, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 35: { # 'П' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 1, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 45: { # 'Р' + 37: 2, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 32: { # 'С' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 2, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 40: { # 'Т' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 52: { # 'У' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 53: { # 'Ф' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 55: { # 'Х' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 58: { # 'Ц' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 50: { # 'Ч' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 57: { # 'Ш' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 63: { # 'Щ' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 62: { # 'Ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 61: { # 'Ь' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 47: { # 'Э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 59: { # 'Ю' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 43: { # 'Я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 3: { # 'а' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 21: { # 'б' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 10: { # 'в' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 19: { # 'г' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 13: { # 'д' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 2: { # 'е' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 24: { # 'ж' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 20: { # 'з' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 4: { # 'и' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 23: { # 'й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 11: { # 'к' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 8: { # 'л' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 12: { # 'м' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 5: { # 'н' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 1: { # 'о' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 15: { # 'п' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 9: { # 'р' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 7: { # 'с' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 6: { # 'т' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 14: { # 'у' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 2, # 'я' + }, + 39: { # 'ф' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 26: { # 'х' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 28: { # 'ц' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 22: { # 'ч' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 25: { # 'ш' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 29: { # 'щ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 2, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 54: { # 'ъ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 18: { # 'ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 1, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 17: { # 'ь' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 0, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 30: { # 'э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 27: { # 'ю' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 16: { # 'я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 2, # 'я' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +IBM866_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 3, # 'а' + 161: 21, # 'б' + 162: 10, # 'в' + 163: 19, # 'г' + 164: 13, # 'д' + 165: 2, # 'е' + 166: 24, # 'ж' + 167: 20, # 'з' + 168: 4, # 'и' + 169: 23, # 'й' + 170: 11, # 'к' + 171: 8, # 'л' + 172: 12, # 'м' + 173: 5, # 'н' + 174: 1, # 'о' + 175: 15, # 'п' + 176: 191, # '░' + 177: 192, # '▒' + 178: 193, # '▓' + 179: 194, # '│' + 180: 195, # '┤' + 181: 196, # '╡' + 182: 197, # '╢' + 183: 198, # '╖' + 184: 199, # '╕' + 185: 200, # '╣' + 186: 201, # '║' + 187: 202, # '╗' + 188: 203, # '╝' + 189: 204, # '╜' + 190: 205, # '╛' + 191: 206, # '┐' + 192: 207, # '└' + 193: 208, # '┴' + 194: 209, # '┬' + 195: 210, # '├' + 196: 211, # '─' + 197: 212, # '┼' + 198: 213, # '╞' + 199: 214, # '╟' + 200: 215, # '╚' + 201: 216, # '╔' + 202: 217, # '╩' + 203: 218, # '╦' + 204: 219, # '╠' + 205: 220, # '═' + 206: 221, # '╬' + 207: 222, # '╧' + 208: 223, # '╨' + 209: 224, # '╤' + 210: 225, # '╥' + 211: 226, # '╙' + 212: 227, # '╘' + 213: 228, # '╒' + 214: 229, # '╓' + 215: 230, # '╫' + 216: 231, # '╪' + 217: 232, # '┘' + 218: 233, # '┌' + 219: 234, # '█' + 220: 235, # '▄' + 221: 236, # '▌' + 222: 237, # '▐' + 223: 238, # '▀' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # 'Ё' + 241: 68, # 'ё' + 242: 240, # 'Є' + 243: 241, # 'є' + 244: 242, # 'Ї' + 245: 243, # 'ї' + 246: 244, # 'Ў' + 247: 245, # 'ў' + 248: 246, # '°' + 249: 247, # '∙' + 250: 248, # '·' + 251: 249, # '√' + 252: 250, # '№' + 253: 251, # '¤' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM866_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM866", + language="Russian", + char_to_order_map=IBM866_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'Ђ' + 129: 192, # 'Ѓ' + 130: 193, # '‚' + 131: 194, # 'ѓ' + 132: 195, # '„' + 133: 196, # '…' + 134: 197, # '†' + 135: 198, # '‡' + 136: 199, # '€' + 137: 200, # '‰' + 138: 201, # 'Љ' + 139: 202, # '‹' + 140: 203, # 'Њ' + 141: 204, # 'Ќ' + 142: 205, # 'Ћ' + 143: 206, # 'Џ' + 144: 207, # 'ђ' + 145: 208, # '‘' + 146: 209, # '’' + 147: 210, # '“' + 148: 211, # '”' + 149: 212, # '•' + 150: 213, # '–' + 151: 214, # '—' + 152: 215, # None + 153: 216, # '™' + 154: 217, # 'љ' + 155: 218, # '›' + 156: 219, # 'њ' + 157: 220, # 'ќ' + 158: 221, # 'ћ' + 159: 222, # 'џ' + 160: 223, # '\xa0' + 161: 224, # 'Ў' + 162: 225, # 'ў' + 163: 226, # 'Ј' + 164: 227, # '¤' + 165: 228, # 'Ґ' + 166: 229, # '¦' + 167: 230, # '§' + 168: 231, # 'Ё' + 169: 232, # '©' + 170: 233, # 'Є' + 171: 234, # '«' + 172: 235, # '¬' + 173: 236, # '\xad' + 174: 237, # '®' + 175: 238, # 'Ї' + 176: 239, # '°' + 177: 240, # '±' + 178: 241, # 'І' + 179: 242, # 'і' + 180: 243, # 'ґ' + 181: 244, # 'µ' + 182: 245, # '¶' + 183: 246, # '·' + 184: 68, # 'ё' + 185: 247, # '№' + 186: 248, # 'є' + 187: 249, # '»' + 188: 250, # 'ј' + 189: 251, # 'Ѕ' + 190: 252, # 'ѕ' + 191: 253, # 'ї' + 192: 37, # 'А' + 193: 44, # 'Б' + 194: 33, # 'В' + 195: 46, # 'Г' + 196: 41, # 'Д' + 197: 48, # 'Е' + 198: 56, # 'Ж' + 199: 51, # 'З' + 200: 42, # 'И' + 201: 60, # 'Й' + 202: 36, # 'К' + 203: 49, # 'Л' + 204: 38, # 'М' + 205: 31, # 'Н' + 206: 34, # 'О' + 207: 35, # 'П' + 208: 45, # 'Р' + 209: 32, # 'С' + 210: 40, # 'Т' + 211: 52, # 'У' + 212: 53, # 'Ф' + 213: 55, # 'Х' + 214: 58, # 'Ц' + 215: 50, # 'Ч' + 216: 57, # 'Ш' + 217: 63, # 'Щ' + 218: 70, # 'Ъ' + 219: 62, # 'Ы' + 220: 61, # 'Ь' + 221: 47, # 'Э' + 222: 59, # 'Ю' + 223: 43, # 'Я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Russian", + char_to_order_map=WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +IBM855_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'ђ' + 129: 192, # 'Ђ' + 130: 193, # 'ѓ' + 131: 194, # 'Ѓ' + 132: 68, # 'ё' + 133: 195, # 'Ё' + 134: 196, # 'є' + 135: 197, # 'Є' + 136: 198, # 'ѕ' + 137: 199, # 'Ѕ' + 138: 200, # 'і' + 139: 201, # 'І' + 140: 202, # 'ї' + 141: 203, # 'Ї' + 142: 204, # 'ј' + 143: 205, # 'Ј' + 144: 206, # 'љ' + 145: 207, # 'Љ' + 146: 208, # 'њ' + 147: 209, # 'Њ' + 148: 210, # 'ћ' + 149: 211, # 'Ћ' + 150: 212, # 'ќ' + 151: 213, # 'Ќ' + 152: 214, # 'ў' + 153: 215, # 'Ў' + 154: 216, # 'џ' + 155: 217, # 'Џ' + 156: 27, # 'ю' + 157: 59, # 'Ю' + 158: 54, # 'ъ' + 159: 70, # 'Ъ' + 160: 3, # 'а' + 161: 37, # 'А' + 162: 21, # 'б' + 163: 44, # 'Б' + 164: 28, # 'ц' + 165: 58, # 'Ц' + 166: 13, # 'д' + 167: 41, # 'Д' + 168: 2, # 'е' + 169: 48, # 'Е' + 170: 39, # 'ф' + 171: 53, # 'Ф' + 172: 19, # 'г' + 173: 46, # 'Г' + 174: 218, # '«' + 175: 219, # '»' + 176: 220, # '░' + 177: 221, # '▒' + 178: 222, # '▓' + 179: 223, # '│' + 180: 224, # '┤' + 181: 26, # 'х' + 182: 55, # 'Х' + 183: 4, # 'и' + 184: 42, # 'И' + 185: 225, # '╣' + 186: 226, # '║' + 187: 227, # '╗' + 188: 228, # '╝' + 189: 23, # 'й' + 190: 60, # 'Й' + 191: 229, # '┐' + 192: 230, # '└' + 193: 231, # '┴' + 194: 232, # '┬' + 195: 233, # '├' + 196: 234, # '─' + 197: 235, # '┼' + 198: 11, # 'к' + 199: 36, # 'К' + 200: 236, # '╚' + 201: 237, # '╔' + 202: 238, # '╩' + 203: 239, # '╦' + 204: 240, # '╠' + 205: 241, # '═' + 206: 242, # '╬' + 207: 243, # '¤' + 208: 8, # 'л' + 209: 49, # 'Л' + 210: 12, # 'м' + 211: 38, # 'М' + 212: 5, # 'н' + 213: 31, # 'Н' + 214: 1, # 'о' + 215: 34, # 'О' + 216: 15, # 'п' + 217: 244, # '┘' + 218: 245, # '┌' + 219: 246, # '█' + 220: 247, # '▄' + 221: 35, # 'П' + 222: 16, # 'я' + 223: 248, # '▀' + 224: 43, # 'Я' + 225: 9, # 'р' + 226: 45, # 'Р' + 227: 7, # 'с' + 228: 32, # 'С' + 229: 6, # 'т' + 230: 40, # 'Т' + 231: 14, # 'у' + 232: 52, # 'У' + 233: 24, # 'ж' + 234: 56, # 'Ж' + 235: 10, # 'в' + 236: 33, # 'В' + 237: 17, # 'ь' + 238: 61, # 'Ь' + 239: 249, # '№' + 240: 250, # '\xad' + 241: 18, # 'ы' + 242: 62, # 'Ы' + 243: 20, # 'з' + 244: 51, # 'З' + 245: 25, # 'ш' + 246: 57, # 'Ш' + 247: 30, # 'э' + 248: 47, # 'Э' + 249: 29, # 'щ' + 250: 63, # 'Щ' + 251: 22, # 'ч' + 252: 50, # 'Ч' + 253: 251, # '§' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM855_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM855", + language="Russian", + char_to_order_map=IBM855_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +KOI8_R_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '─' + 129: 192, # '│' + 130: 193, # '┌' + 131: 194, # '┐' + 132: 195, # '└' + 133: 196, # '┘' + 134: 197, # '├' + 135: 198, # '┤' + 136: 199, # '┬' + 137: 200, # '┴' + 138: 201, # '┼' + 139: 202, # '▀' + 140: 203, # '▄' + 141: 204, # '█' + 142: 205, # '▌' + 143: 206, # '▐' + 144: 207, # '░' + 145: 208, # '▒' + 146: 209, # '▓' + 147: 210, # '⌠' + 148: 211, # '■' + 149: 212, # '∙' + 150: 213, # '√' + 151: 214, # '≈' + 152: 215, # '≤' + 153: 216, # '≥' + 154: 217, # '\xa0' + 155: 218, # '⌡' + 156: 219, # '°' + 157: 220, # '²' + 158: 221, # '·' + 159: 222, # '÷' + 160: 223, # '═' + 161: 224, # '║' + 162: 225, # '╒' + 163: 68, # 'ё' + 164: 226, # '╓' + 165: 227, # '╔' + 166: 228, # '╕' + 167: 229, # '╖' + 168: 230, # '╗' + 169: 231, # '╘' + 170: 232, # '╙' + 171: 233, # '╚' + 172: 234, # '╛' + 173: 235, # '╜' + 174: 236, # '╝' + 175: 237, # '╞' + 176: 238, # '╟' + 177: 239, # '╠' + 178: 240, # '╡' + 179: 241, # 'Ё' + 180: 242, # '╢' + 181: 243, # '╣' + 182: 244, # '╤' + 183: 245, # '╥' + 184: 246, # '╦' + 185: 247, # '╧' + 186: 248, # '╨' + 187: 249, # '╩' + 188: 250, # '╪' + 189: 251, # '╫' + 190: 252, # '╬' + 191: 253, # '©' + 192: 27, # 'ю' + 193: 3, # 'а' + 194: 21, # 'б' + 195: 28, # 'ц' + 196: 13, # 'д' + 197: 2, # 'е' + 198: 39, # 'ф' + 199: 19, # 'г' + 200: 26, # 'х' + 201: 4, # 'и' + 202: 23, # 'й' + 203: 11, # 'к' + 204: 8, # 'л' + 205: 12, # 'м' + 206: 5, # 'н' + 207: 1, # 'о' + 208: 15, # 'п' + 209: 16, # 'я' + 210: 9, # 'р' + 211: 7, # 'с' + 212: 6, # 'т' + 213: 14, # 'у' + 214: 24, # 'ж' + 215: 10, # 'в' + 216: 17, # 'ь' + 217: 18, # 'ы' + 218: 20, # 'з' + 219: 25, # 'ш' + 220: 30, # 'э' + 221: 29, # 'щ' + 222: 22, # 'ч' + 223: 54, # 'ъ' + 224: 59, # 'Ю' + 225: 37, # 'А' + 226: 44, # 'Б' + 227: 58, # 'Ц' + 228: 41, # 'Д' + 229: 48, # 'Е' + 230: 53, # 'Ф' + 231: 46, # 'Г' + 232: 55, # 'Х' + 233: 42, # 'И' + 234: 60, # 'Й' + 235: 36, # 'К' + 236: 49, # 'Л' + 237: 38, # 'М' + 238: 31, # 'Н' + 239: 34, # 'О' + 240: 35, # 'П' + 241: 43, # 'Я' + 242: 45, # 'Р' + 243: 32, # 'С' + 244: 40, # 'Т' + 245: 52, # 'У' + 246: 56, # 'Ж' + 247: 33, # 'В' + 248: 61, # 'Ь' + 249: 62, # 'Ы' + 250: 51, # 'З' + 251: 57, # 'Ш' + 252: 47, # 'Э' + 253: 63, # 'Щ' + 254: 50, # 'Ч' + 255: 70, # 'Ъ' +} + +KOI8_R_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="KOI8-R", + language="Russian", + char_to_order_map=KOI8_R_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 191, # '†' + 161: 192, # '°' + 162: 193, # 'Ґ' + 163: 194, # '£' + 164: 195, # '§' + 165: 196, # '•' + 166: 197, # '¶' + 167: 198, # 'І' + 168: 199, # '®' + 169: 200, # '©' + 170: 201, # '™' + 171: 202, # 'Ђ' + 172: 203, # 'ђ' + 173: 204, # '≠' + 174: 205, # 'Ѓ' + 175: 206, # 'ѓ' + 176: 207, # '∞' + 177: 208, # '±' + 178: 209, # '≤' + 179: 210, # '≥' + 180: 211, # 'і' + 181: 212, # 'µ' + 182: 213, # 'ґ' + 183: 214, # 'Ј' + 184: 215, # 'Є' + 185: 216, # 'є' + 186: 217, # 'Ї' + 187: 218, # 'ї' + 188: 219, # 'Љ' + 189: 220, # 'љ' + 190: 221, # 'Њ' + 191: 222, # 'њ' + 192: 223, # 'ј' + 193: 224, # 'Ѕ' + 194: 225, # '¬' + 195: 226, # '√' + 196: 227, # 'ƒ' + 197: 228, # '≈' + 198: 229, # '∆' + 199: 230, # '«' + 200: 231, # '»' + 201: 232, # '…' + 202: 233, # '\xa0' + 203: 234, # 'Ћ' + 204: 235, # 'ћ' + 205: 236, # 'Ќ' + 206: 237, # 'ќ' + 207: 238, # 'ѕ' + 208: 239, # '–' + 209: 240, # '—' + 210: 241, # '“' + 211: 242, # '”' + 212: 243, # '‘' + 213: 244, # '’' + 214: 245, # '÷' + 215: 246, # '„' + 216: 247, # 'Ў' + 217: 248, # 'ў' + 218: 249, # 'Џ' + 219: 250, # 'џ' + 220: 251, # '№' + 221: 252, # 'Ё' + 222: 68, # 'ё' + 223: 16, # 'я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 255, # '€' +} + +MACCYRILLIC_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="MacCyrillic", + language="Russian", + char_to_order_map=MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +ISO_8859_5_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '\x80' + 129: 192, # '\x81' + 130: 193, # '\x82' + 131: 194, # '\x83' + 132: 195, # '\x84' + 133: 196, # '\x85' + 134: 197, # '\x86' + 135: 198, # '\x87' + 136: 199, # '\x88' + 137: 200, # '\x89' + 138: 201, # '\x8a' + 139: 202, # '\x8b' + 140: 203, # '\x8c' + 141: 204, # '\x8d' + 142: 205, # '\x8e' + 143: 206, # '\x8f' + 144: 207, # '\x90' + 145: 208, # '\x91' + 146: 209, # '\x92' + 147: 210, # '\x93' + 148: 211, # '\x94' + 149: 212, # '\x95' + 150: 213, # '\x96' + 151: 214, # '\x97' + 152: 215, # '\x98' + 153: 216, # '\x99' + 154: 217, # '\x9a' + 155: 218, # '\x9b' + 156: 219, # '\x9c' + 157: 220, # '\x9d' + 158: 221, # '\x9e' + 159: 222, # '\x9f' + 160: 223, # '\xa0' + 161: 224, # 'Ё' + 162: 225, # 'Ђ' + 163: 226, # 'Ѓ' + 164: 227, # 'Є' + 165: 228, # 'Ѕ' + 166: 229, # 'І' + 167: 230, # 'Ї' + 168: 231, # 'Ј' + 169: 232, # 'Љ' + 170: 233, # 'Њ' + 171: 234, # 'Ћ' + 172: 235, # 'Ќ' + 173: 236, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 37, # 'А' + 177: 44, # 'Б' + 178: 33, # 'В' + 179: 46, # 'Г' + 180: 41, # 'Д' + 181: 48, # 'Е' + 182: 56, # 'Ж' + 183: 51, # 'З' + 184: 42, # 'И' + 185: 60, # 'Й' + 186: 36, # 'К' + 187: 49, # 'Л' + 188: 38, # 'М' + 189: 31, # 'Н' + 190: 34, # 'О' + 191: 35, # 'П' + 192: 45, # 'Р' + 193: 32, # 'С' + 194: 40, # 'Т' + 195: 52, # 'У' + 196: 53, # 'Ф' + 197: 55, # 'Х' + 198: 58, # 'Ц' + 199: 50, # 'Ч' + 200: 57, # 'Ш' + 201: 63, # 'Щ' + 202: 70, # 'Ъ' + 203: 62, # 'Ы' + 204: 61, # 'Ь' + 205: 47, # 'Э' + 206: 59, # 'Ю' + 207: 43, # 'Я' + 208: 3, # 'а' + 209: 21, # 'б' + 210: 10, # 'в' + 211: 19, # 'г' + 212: 13, # 'д' + 213: 2, # 'е' + 214: 24, # 'ж' + 215: 20, # 'з' + 216: 4, # 'и' + 217: 23, # 'й' + 218: 11, # 'к' + 219: 8, # 'л' + 220: 12, # 'м' + 221: 5, # 'н' + 222: 1, # 'о' + 223: 15, # 'п' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # '№' + 241: 68, # 'ё' + 242: 240, # 'ђ' + 243: 241, # 'ѓ' + 244: 242, # 'є' + 245: 243, # 'ѕ' + 246: 244, # 'і' + 247: 245, # 'ї' + 248: 246, # 'ј' + 249: 247, # 'љ' + 250: 248, # 'њ' + 251: 249, # 'ћ' + 252: 250, # 'ќ' + 253: 251, # '§' + 254: 252, # 'ў' + 255: 255, # 'џ' +} + +ISO_8859_5_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Russian", + char_to_order_map=ISO_8859_5_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 00000000..489cad93 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +THAI_LANG_MODEL = { + 5: { # 'ก' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 3, # 'ฎ' + 57: 2, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 1, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 30: { # 'ข' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 2, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 24: { # 'ค' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 3, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 8: { # 'ง' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 1, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 2, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 3, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 26: { # 'จ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 52: { # 'ฉ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 34: { # 'ช' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 1, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 51: { # 'ซ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 47: { # 'ญ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 58: { # 'ฎ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 57: { # 'ฏ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 49: { # 'ฐ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 53: { # 'ฑ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 55: { # 'ฒ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 43: { # 'ณ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 3, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 3, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 20: { # 'ด' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 2, # '็' + 6: 1, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 19: { # 'ต' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 2, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 44: { # 'ถ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 14: { # 'ท' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 3, # 'ศ' + 46: 1, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 48: { # 'ธ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 2, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 3: { # 'น' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 1, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 3, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 3, # 'โ' + 29: 3, # 'ใ' + 33: 3, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 17: { # 'บ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 25: { # 'ป' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 1, # 'ฎ' + 57: 3, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 1, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 2, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 39: { # 'ผ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 0, # 'ุ' + 35: 3, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 62: { # 'ฝ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 2, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 31: { # 'พ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 3, # 'ื' + 32: 1, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 0, # '่' + 7: 1, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 54: { # 'ฟ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 45: { # 'ภ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 9: { # 'ม' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 2, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 16: { # 'ย' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 2: { # 'ร' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 3, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 3, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 3, # 'เ' + 28: 3, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 61: { # 'ฤ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 2, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 15: { # 'ล' + 5: 2, # 'ก' + 30: 3, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 2, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 12: { # 'ว' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 42: { # 'ศ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 3, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 46: { # 'ษ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 2, # 'ฎ' + 57: 1, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 18: { # 'ส' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 3, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 21: { # 'ห' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 4: { # 'อ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 63: { # 'ฯ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 22: { # 'ะ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 10: { # 'ั' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 3, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 1: { # 'า' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 1, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 2, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 36: { # 'ำ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 23: { # 'ิ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 3, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 13: { # 'ี' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 40: { # 'ึ' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 27: { # 'ื' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 32: { # 'ุ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 1, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 35: { # 'ู' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 11: { # 'เ' + 5: 3, # 'ก' + 30: 3, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 3, # 'ฉ' + 34: 3, # 'ช' + 51: 2, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 3, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 28: { # 'แ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 3, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 41: { # 'โ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 29: { # 'ใ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 33: { # 'ไ' + 5: 1, # 'ก' + 30: 2, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 50: { # 'ๆ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 37: { # '็' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 6: { # '่' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 7: { # '้' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 38: { # '์' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 56: { # '๑' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 1, # '๕' + }, + 59: { # '๒' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 1, # '๑' + 59: 1, # '๒' + 60: 3, # '๕' + }, + 60: { # '๕' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 0, # '๕' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +TIS_620_THAI_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 182, # 'A' + 66: 106, # 'B' + 67: 107, # 'C' + 68: 100, # 'D' + 69: 183, # 'E' + 70: 184, # 'F' + 71: 185, # 'G' + 72: 101, # 'H' + 73: 94, # 'I' + 74: 186, # 'J' + 75: 187, # 'K' + 76: 108, # 'L' + 77: 109, # 'M' + 78: 110, # 'N' + 79: 111, # 'O' + 80: 188, # 'P' + 81: 189, # 'Q' + 82: 190, # 'R' + 83: 89, # 'S' + 84: 95, # 'T' + 85: 112, # 'U' + 86: 113, # 'V' + 87: 191, # 'W' + 88: 192, # 'X' + 89: 193, # 'Y' + 90: 194, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 64, # 'a' + 98: 72, # 'b' + 99: 73, # 'c' + 100: 114, # 'd' + 101: 74, # 'e' + 102: 115, # 'f' + 103: 116, # 'g' + 104: 102, # 'h' + 105: 81, # 'i' + 106: 201, # 'j' + 107: 117, # 'k' + 108: 90, # 'l' + 109: 103, # 'm' + 110: 78, # 'n' + 111: 82, # 'o' + 112: 96, # 'p' + 113: 202, # 'q' + 114: 91, # 'r' + 115: 79, # 's' + 116: 84, # 't' + 117: 104, # 'u' + 118: 105, # 'v' + 119: 97, # 'w' + 120: 98, # 'x' + 121: 92, # 'y' + 122: 203, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 209, # '\x80' + 129: 210, # '\x81' + 130: 211, # '\x82' + 131: 212, # '\x83' + 132: 213, # '\x84' + 133: 88, # '\x85' + 134: 214, # '\x86' + 135: 215, # '\x87' + 136: 216, # '\x88' + 137: 217, # '\x89' + 138: 218, # '\x8a' + 139: 219, # '\x8b' + 140: 220, # '\x8c' + 141: 118, # '\x8d' + 142: 221, # '\x8e' + 143: 222, # '\x8f' + 144: 223, # '\x90' + 145: 224, # '\x91' + 146: 99, # '\x92' + 147: 85, # '\x93' + 148: 83, # '\x94' + 149: 225, # '\x95' + 150: 226, # '\x96' + 151: 227, # '\x97' + 152: 228, # '\x98' + 153: 229, # '\x99' + 154: 230, # '\x9a' + 155: 231, # '\x9b' + 156: 232, # '\x9c' + 157: 233, # '\x9d' + 158: 234, # '\x9e' + 159: 235, # '\x9f' + 160: 236, # None + 161: 5, # 'ก' + 162: 30, # 'ข' + 163: 237, # 'ฃ' + 164: 24, # 'ค' + 165: 238, # 'ฅ' + 166: 75, # 'ฆ' + 167: 8, # 'ง' + 168: 26, # 'จ' + 169: 52, # 'ฉ' + 170: 34, # 'ช' + 171: 51, # 'ซ' + 172: 119, # 'ฌ' + 173: 47, # 'ญ' + 174: 58, # 'ฎ' + 175: 57, # 'ฏ' + 176: 49, # 'ฐ' + 177: 53, # 'ฑ' + 178: 55, # 'ฒ' + 179: 43, # 'ณ' + 180: 20, # 'ด' + 181: 19, # 'ต' + 182: 44, # 'ถ' + 183: 14, # 'ท' + 184: 48, # 'ธ' + 185: 3, # 'น' + 186: 17, # 'บ' + 187: 25, # 'ป' + 188: 39, # 'ผ' + 189: 62, # 'ฝ' + 190: 31, # 'พ' + 191: 54, # 'ฟ' + 192: 45, # 'ภ' + 193: 9, # 'ม' + 194: 16, # 'ย' + 195: 2, # 'ร' + 196: 61, # 'ฤ' + 197: 15, # 'ล' + 198: 239, # 'ฦ' + 199: 12, # 'ว' + 200: 42, # 'ศ' + 201: 46, # 'ษ' + 202: 18, # 'ส' + 203: 21, # 'ห' + 204: 76, # 'ฬ' + 205: 4, # 'อ' + 206: 66, # 'ฮ' + 207: 63, # 'ฯ' + 208: 22, # 'ะ' + 209: 10, # 'ั' + 210: 1, # 'า' + 211: 36, # 'ำ' + 212: 23, # 'ิ' + 213: 13, # 'ี' + 214: 40, # 'ึ' + 215: 27, # 'ื' + 216: 32, # 'ุ' + 217: 35, # 'ู' + 218: 86, # 'ฺ' + 219: 240, # None + 220: 241, # None + 221: 242, # None + 222: 243, # None + 223: 244, # '฿' + 224: 11, # 'เ' + 225: 28, # 'แ' + 226: 41, # 'โ' + 227: 29, # 'ใ' + 228: 33, # 'ไ' + 229: 245, # 'ๅ' + 230: 50, # 'ๆ' + 231: 37, # '็' + 232: 6, # '่' + 233: 7, # '้' + 234: 67, # '๊' + 235: 77, # '๋' + 236: 38, # '์' + 237: 93, # 'ํ' + 238: 246, # '๎' + 239: 247, # '๏' + 240: 68, # '๐' + 241: 56, # '๑' + 242: 59, # '๒' + 243: 65, # '๓' + 244: 69, # '๔' + 245: 60, # '๕' + 246: 70, # '๖' + 247: 80, # '๗' + 248: 71, # '๘' + 249: 87, # '๙' + 250: 248, # '๚' + 251: 249, # '๛' + 252: 250, # None + 253: 251, # None + 254: 252, # None + 255: 253, # None +} + +TIS_620_THAI_MODEL = SingleByteCharSetModel( + charset_name="TIS-620", + language="Thai", + char_to_order_map=TIS_620_THAI_CHAR_TO_ORDER, + language_model=THAI_LANG_MODEL, + typical_positive_ratio=0.926386, + keep_ascii_letters=False, + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", +) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 00000000..291857c2 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +TURKISH_LANG_MODEL = { + 23: { # 'A' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 37: { # 'B' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 47: { # 'C' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 39: { # 'D' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 29: { # 'E' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 52: { # 'F' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 36: { # 'G' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 45: { # 'H' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 2, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 2, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 53: { # 'I' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 60: { # 'J' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 16: { # 'K' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 49: { # 'L' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 2, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 20: { # 'M' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 46: { # 'N' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 42: { # 'O' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 48: { # 'P' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 44: { # 'R' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 35: { # 'S' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 31: { # 'T' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 51: { # 'U' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 38: { # 'V' + 23: 1, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 62: { # 'W' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 43: { # 'Y' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 56: { # 'Z' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 1: { # 'a' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 21: { # 'b' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 28: { # 'c' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 3, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 1, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 12: { # 'd' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 2: { # 'e' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 18: { # 'f' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 1, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 27: { # 'g' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 25: { # 'h' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 3: { # 'i' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 24: { # 'j' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 10: { # 'k' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 5: { # 'l' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 13: { # 'm' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 4: { # 'n' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 15: { # 'o' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 2, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 2, # 'ş' + }, + 26: { # 'p' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 7: { # 'r' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 8: { # 's' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 9: { # 't' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 14: { # 'u' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 32: { # 'v' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 57: { # 'w' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 1, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 58: { # 'x' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 11: { # 'y' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 22: { # 'z' + 23: 2, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 2, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 3, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 2, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 63: { # '·' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 54: { # 'Ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 50: { # 'Ö' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 55: { # 'Ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 59: { # 'â' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 33: { # 'ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 61: { # 'î' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 34: { # 'ö' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 3, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 17: { # 'ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 30: { # 'ğ' + 23: 0, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 41: { # 'İ' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 6: { # 'ı' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 40: { # 'Ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 2, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 3, # 'f' + 27: 0, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 1, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 19: { # 'ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_9_TURKISH_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 255, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 255, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 255, # ' ' + 33: 255, # '!' + 34: 255, # '"' + 35: 255, # '#' + 36: 255, # '$' + 37: 255, # '%' + 38: 255, # '&' + 39: 255, # "'" + 40: 255, # '(' + 41: 255, # ')' + 42: 255, # '*' + 43: 255, # '+' + 44: 255, # ',' + 45: 255, # '-' + 46: 255, # '.' + 47: 255, # '/' + 48: 255, # '0' + 49: 255, # '1' + 50: 255, # '2' + 51: 255, # '3' + 52: 255, # '4' + 53: 255, # '5' + 54: 255, # '6' + 55: 255, # '7' + 56: 255, # '8' + 57: 255, # '9' + 58: 255, # ':' + 59: 255, # ';' + 60: 255, # '<' + 61: 255, # '=' + 62: 255, # '>' + 63: 255, # '?' + 64: 255, # '@' + 65: 23, # 'A' + 66: 37, # 'B' + 67: 47, # 'C' + 68: 39, # 'D' + 69: 29, # 'E' + 70: 52, # 'F' + 71: 36, # 'G' + 72: 45, # 'H' + 73: 53, # 'I' + 74: 60, # 'J' + 75: 16, # 'K' + 76: 49, # 'L' + 77: 20, # 'M' + 78: 46, # 'N' + 79: 42, # 'O' + 80: 48, # 'P' + 81: 69, # 'Q' + 82: 44, # 'R' + 83: 35, # 'S' + 84: 31, # 'T' + 85: 51, # 'U' + 86: 38, # 'V' + 87: 62, # 'W' + 88: 65, # 'X' + 89: 43, # 'Y' + 90: 56, # 'Z' + 91: 255, # '[' + 92: 255, # '\\' + 93: 255, # ']' + 94: 255, # '^' + 95: 255, # '_' + 96: 255, # '`' + 97: 1, # 'a' + 98: 21, # 'b' + 99: 28, # 'c' + 100: 12, # 'd' + 101: 2, # 'e' + 102: 18, # 'f' + 103: 27, # 'g' + 104: 25, # 'h' + 105: 3, # 'i' + 106: 24, # 'j' + 107: 10, # 'k' + 108: 5, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 15, # 'o' + 112: 26, # 'p' + 113: 64, # 'q' + 114: 7, # 'r' + 115: 8, # 's' + 116: 9, # 't' + 117: 14, # 'u' + 118: 32, # 'v' + 119: 57, # 'w' + 120: 58, # 'x' + 121: 11, # 'y' + 122: 22, # 'z' + 123: 255, # '{' + 124: 255, # '|' + 125: 255, # '}' + 126: 255, # '~' + 127: 255, # '\x7f' + 128: 180, # '\x80' + 129: 179, # '\x81' + 130: 178, # '\x82' + 131: 177, # '\x83' + 132: 176, # '\x84' + 133: 175, # '\x85' + 134: 174, # '\x86' + 135: 173, # '\x87' + 136: 172, # '\x88' + 137: 171, # '\x89' + 138: 170, # '\x8a' + 139: 169, # '\x8b' + 140: 168, # '\x8c' + 141: 167, # '\x8d' + 142: 166, # '\x8e' + 143: 165, # '\x8f' + 144: 164, # '\x90' + 145: 163, # '\x91' + 146: 162, # '\x92' + 147: 161, # '\x93' + 148: 160, # '\x94' + 149: 159, # '\x95' + 150: 101, # '\x96' + 151: 158, # '\x97' + 152: 157, # '\x98' + 153: 156, # '\x99' + 154: 155, # '\x9a' + 155: 154, # '\x9b' + 156: 153, # '\x9c' + 157: 152, # '\x9d' + 158: 151, # '\x9e' + 159: 106, # '\x9f' + 160: 150, # '\xa0' + 161: 149, # '¡' + 162: 148, # '¢' + 163: 147, # '£' + 164: 146, # '¤' + 165: 145, # '¥' + 166: 144, # '¦' + 167: 100, # '§' + 168: 143, # '¨' + 169: 142, # '©' + 170: 141, # 'ª' + 171: 140, # '«' + 172: 139, # '¬' + 173: 138, # '\xad' + 174: 137, # '®' + 175: 136, # '¯' + 176: 94, # '°' + 177: 80, # '±' + 178: 93, # '²' + 179: 135, # '³' + 180: 105, # '´' + 181: 134, # 'µ' + 182: 133, # '¶' + 183: 63, # '·' + 184: 132, # '¸' + 185: 131, # '¹' + 186: 130, # 'º' + 187: 129, # '»' + 188: 128, # '¼' + 189: 127, # '½' + 190: 126, # '¾' + 191: 125, # '¿' + 192: 124, # 'À' + 193: 104, # 'Á' + 194: 73, # 'Â' + 195: 99, # 'Ã' + 196: 79, # 'Ä' + 197: 85, # 'Å' + 198: 123, # 'Æ' + 199: 54, # 'Ç' + 200: 122, # 'È' + 201: 98, # 'É' + 202: 92, # 'Ê' + 203: 121, # 'Ë' + 204: 120, # 'Ì' + 205: 91, # 'Í' + 206: 103, # 'Î' + 207: 119, # 'Ï' + 208: 68, # 'Ğ' + 209: 118, # 'Ñ' + 210: 117, # 'Ò' + 211: 97, # 'Ó' + 212: 116, # 'Ô' + 213: 115, # 'Õ' + 214: 50, # 'Ö' + 215: 90, # '×' + 216: 114, # 'Ø' + 217: 113, # 'Ù' + 218: 112, # 'Ú' + 219: 111, # 'Û' + 220: 55, # 'Ü' + 221: 41, # 'İ' + 222: 40, # 'Ş' + 223: 86, # 'ß' + 224: 89, # 'à' + 225: 70, # 'á' + 226: 59, # 'â' + 227: 78, # 'ã' + 228: 71, # 'ä' + 229: 82, # 'å' + 230: 88, # 'æ' + 231: 33, # 'ç' + 232: 77, # 'è' + 233: 66, # 'é' + 234: 84, # 'ê' + 235: 83, # 'ë' + 236: 110, # 'ì' + 237: 75, # 'í' + 238: 61, # 'î' + 239: 96, # 'ï' + 240: 30, # 'ğ' + 241: 67, # 'ñ' + 242: 109, # 'ò' + 243: 74, # 'ó' + 244: 87, # 'ô' + 245: 102, # 'õ' + 246: 34, # 'ö' + 247: 95, # '÷' + 248: 81, # 'ø' + 249: 108, # 'ù' + 250: 76, # 'ú' + 251: 72, # 'û' + 252: 17, # 'ü' + 253: 6, # 'ı' + 254: 19, # 'ş' + 255: 107, # 'ÿ' +} + +ISO_8859_9_TURKISH_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-9", + language="Turkish", + char_to_order_map=ISO_8859_9_TURKISH_CHAR_TO_ORDER, + language_model=TURKISH_LANG_MODEL, + typical_positive_ratio=0.97029, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVYZabcdefghijklmnoprstuvyzÂÇÎÖÛÜâçîöûüĞğİıŞş", +) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 00000000..59a01d91 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +CLASS_NUM = 8 # total classes + +# fmt: off +Latin1_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87 + OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F + UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97 + OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF + ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF + ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7 + ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF + ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7 + ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +Latin1ClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO + 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, # ASO +) +# fmt: on + + +class Latin1Prober(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + super().reset() + + @property + def charset_name(self) -> str: + return "ISO-8859-1" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = Latin1_CharToClass[c] + freq = Latin1ClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of latin1 so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py new file mode 100644 index 00000000..1425d10e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This code was modified from latin1prober.py by Rob Speer . +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Rob Speer - adapt to MacRoman encoding +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +ODD = 8 # character that is unlikely to appear +CLASS_NUM = 9 # total classes + +# The change from Latin1 is that we explicitly look for extended characters +# that are infrequently-occurring symbols, and consider them to always be +# improbable. This should let MacRoman get out of the way of more likely +# encodings in most situations. + +# fmt: off +MacRoman_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + ACV, ACV, ACO, ACV, ACO, ACV, ACV, ASV, # 80 - 87 + ASV, ASV, ASV, ASV, ASV, ASO, ASV, ASV, # 88 - 8F + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASV, # 90 - 97 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ASO, # A0 - A7 + OTH, OTH, ODD, ODD, OTH, OTH, ACV, ACV, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, ASV, ASV, # B8 - BF + OTH, OTH, ODD, OTH, ODD, OTH, OTH, OTH, # C0 - C7 + OTH, OTH, OTH, ACV, ACV, ACV, ACV, ASV, # C8 - CF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ODD, # D0 - D7 + ASV, ACV, ODD, OTH, OTH, OTH, OTH, OTH, # D8 - DF + OTH, OTH, OTH, OTH, OTH, ACV, ACV, ACV, # E0 - E7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # E8 - EF + ODD, ACV, ACV, ACV, ACV, ASV, ODD, ODD, # F0 - F7 + ODD, ODD, ODD, ODD, ODD, ODD, ODD, ODD, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +MacRomanClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO ODD + 0, 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, 1, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, 1, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, 1, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, 1, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, 1, # ASO + 0, 1, 1, 1, 1, 1, 1, 1, 1, # ODD +) +# fmt: on + + +class MacRomanProber(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + + # express the prior that MacRoman is a somewhat rare encoding; + # this can be done by starting out in a slightly improbable state + # that must be overcome + self._freq_counter[2] = 10 + + super().reset() + + @property + def charset_name(self) -> str: + return "MacRoman" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = MacRoman_CharToClass[c] + freq = MacRomanClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of MacRoman so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 00000000..666307e8 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py @@ -0,0 +1,95 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .chardistribution import CharDistributionAnalysis +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState + + +class MultiByteCharSetProber(CharSetProber): + """ + MultiByteCharSetProber + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.distribution_analyzer: Optional[CharDistributionAnalysis] = None + self.coding_sm: Optional[CodingStateMachine] = None + self._last_char = bytearray(b"\0\0") + + def reset(self) -> None: + super().reset() + if self.coding_sm: + self.coding_sm.reset() + if self.distribution_analyzer: + self.distribution_analyzer.reset() + self._last_char = bytearray(b"\0\0") + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.distribution_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + return self.distribution_analyzer.get_confidence() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 00000000..6cb9cc7b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py @@ -0,0 +1,57 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .big5prober import Big5Prober +from .charsetgroupprober import CharSetGroupProber +from .cp949prober import CP949Prober +from .enums import LanguageFilter +from .eucjpprober import EUCJPProber +from .euckrprober import EUCKRProber +from .euctwprober import EUCTWProber +from .gb2312prober import GB2312Prober +from .johabprober import JOHABProber +from .sjisprober import SJISProber +from .utf8prober import UTF8Prober + + +class MBCSGroupProber(CharSetGroupProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.probers = [ + UTF8Prober(), + SJISProber(), + EUCJPProber(), + GB2312Prober(), + EUCKRProber(), + CP949Prober(), + Big5Prober(), + EUCTWProber(), + JOHABProber(), + ] + self.reset() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 00000000..7bbe97e6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py @@ -0,0 +1,661 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# BIG5 + +# fmt: off +BIG5_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 4, 4, 4, 4, 4, 4, 4, 4, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 4, 3, 3, 3, 3, 3, 3, 3, # a0 - a7 + 3, 3, 3, 3, 3, 3, 3, 3, # a8 - af + 3, 3, 3, 3, 3, 3, 3, 3, # b0 - b7 + 3, 3, 3, 3, 3, 3, 3, 3, # b8 - bf + 3, 3, 3, 3, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +BIG5_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,#08-0f + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START#10-17 +) +# fmt: on + +BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) + +BIG5_SM_MODEL: CodingStateMachineDict = { + "class_table": BIG5_CLS, + "class_factor": 5, + "state_table": BIG5_ST, + "char_len_table": BIG5_CHAR_LEN_TABLE, + "name": "Big5", +} + +# CP949 +# fmt: off +CP949_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, # 00 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, # 10 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 3f + 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 4f + 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 50 - 5f + 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, # 60 - 6f + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 70 - 7f + 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 80 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 9f + 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, # a0 - af + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, # b0 - bf + 7, 7, 7, 7, 7, 7, 9, 2, 2, 3, 2, 2, 2, 2, 2, 2, # c0 - cf + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # d0 - df + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # e0 - ef + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, # f0 - ff +) + +CP949_ST = ( +#cls= 0 1 2 3 4 5 6 7 8 9 # previous state = + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START, 4, 5,MachineState.ERROR, 6, # MachineState.START + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, # MachineState.ERROR + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 3 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 4 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 5 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 6 +) +# fmt: on + +CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) + +CP949_SM_MODEL: CodingStateMachineDict = { + "class_table": CP949_CLS, + "class_factor": 10, + "state_table": CP949_ST, + "char_len_table": CP949_CHAR_LEN_TABLE, + "name": "CP949", +} + +# EUC-JP +# fmt: off +EUCJP_CLS = ( + 4, 4, 4, 4, 4, 4, 4, 4, # 00 - 07 + 4, 4, 4, 4, 4, 4, 5, 5, # 08 - 0f + 4, 4, 4, 4, 4, 4, 4, 4, # 10 - 17 + 4, 4, 4, 5, 4, 4, 4, 4, # 18 - 1f + 4, 4, 4, 4, 4, 4, 4, 4, # 20 - 27 + 4, 4, 4, 4, 4, 4, 4, 4, # 28 - 2f + 4, 4, 4, 4, 4, 4, 4, 4, # 30 - 37 + 4, 4, 4, 4, 4, 4, 4, 4, # 38 - 3f + 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 47 + 4, 4, 4, 4, 4, 4, 4, 4, # 48 - 4f + 4, 4, 4, 4, 4, 4, 4, 4, # 50 - 57 + 4, 4, 4, 4, 4, 4, 4, 4, # 58 - 5f + 4, 4, 4, 4, 4, 4, 4, 4, # 60 - 67 + 4, 4, 4, 4, 4, 4, 4, 4, # 68 - 6f + 4, 4, 4, 4, 4, 4, 4, 4, # 70 - 77 + 4, 4, 4, 4, 4, 4, 4, 4, # 78 - 7f + 5, 5, 5, 5, 5, 5, 5, 5, # 80 - 87 + 5, 5, 5, 5, 5, 5, 1, 3, # 88 - 8f + 5, 5, 5, 5, 5, 5, 5, 5, # 90 - 97 + 5, 5, 5, 5, 5, 5, 5, 5, # 98 - 9f + 5, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 0, 5 # f8 - ff +) + +EUCJP_ST = ( + 3, 4, 3, 5,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 3,MachineState.ERROR,#18-1f + 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START#20-27 +) +# fmt: on + +EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) + +EUCJP_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCJP_CLS, + "class_factor": 6, + "state_table": EUCJP_ST, + "char_len_table": EUCJP_CHAR_LEN_TABLE, + "name": "EUC-JP", +} + +# EUC-KR +# fmt: off +EUCKR_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 3, 3, 3, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 3, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 0 # f8 - ff +) + +EUCKR_ST = ( + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #08-0f +) +# fmt: on + +EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) + +EUCKR_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCKR_CLS, + "class_factor": 4, + "state_table": EUCKR_ST, + "char_len_table": EUCKR_CHAR_LEN_TABLE, + "name": "EUC-KR", +} + +# JOHAB +# fmt: off +JOHAB_CLS = ( + 4,4,4,4,4,4,4,4, # 00 - 07 + 4,4,4,4,4,4,0,0, # 08 - 0f + 4,4,4,4,4,4,4,4, # 10 - 17 + 4,4,4,0,4,4,4,4, # 18 - 1f + 4,4,4,4,4,4,4,4, # 20 - 27 + 4,4,4,4,4,4,4,4, # 28 - 2f + 4,3,3,3,3,3,3,3, # 30 - 37 + 3,3,3,3,3,3,3,3, # 38 - 3f + 3,1,1,1,1,1,1,1, # 40 - 47 + 1,1,1,1,1,1,1,1, # 48 - 4f + 1,1,1,1,1,1,1,1, # 50 - 57 + 1,1,1,1,1,1,1,1, # 58 - 5f + 1,1,1,1,1,1,1,1, # 60 - 67 + 1,1,1,1,1,1,1,1, # 68 - 6f + 1,1,1,1,1,1,1,1, # 70 - 77 + 1,1,1,1,1,1,1,2, # 78 - 7f + 6,6,6,6,8,8,8,8, # 80 - 87 + 8,8,8,8,8,8,8,8, # 88 - 8f + 8,7,7,7,7,7,7,7, # 90 - 97 + 7,7,7,7,7,7,7,7, # 98 - 9f + 7,7,7,7,7,7,7,7, # a0 - a7 + 7,7,7,7,7,7,7,7, # a8 - af + 7,7,7,7,7,7,7,7, # b0 - b7 + 7,7,7,7,7,7,7,7, # b8 - bf + 7,7,7,7,7,7,7,7, # c0 - c7 + 7,7,7,7,7,7,7,7, # c8 - cf + 7,7,7,7,5,5,5,5, # d0 - d7 + 5,9,9,9,9,9,9,5, # d8 - df + 9,9,9,9,9,9,9,9, # e0 - e7 + 9,9,9,9,9,9,9,9, # e8 - ef + 9,9,9,9,9,9,9,9, # f0 - f7 + 9,9,5,5,5,5,5,0 # f8 - ff +) + +JOHAB_ST = ( +# cls = 0 1 2 3 4 5 6 7 8 9 + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,3 ,3 ,4 , # MachineState.START + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR , # MachineState.ERROR + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START , # 3 + MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START , # 4 +) +# fmt: on + +JOHAB_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 0, 0, 2, 2, 2) + +JOHAB_SM_MODEL: CodingStateMachineDict = { + "class_table": JOHAB_CLS, + "class_factor": 10, + "state_table": JOHAB_ST, + "char_len_table": JOHAB_CHAR_LEN_TABLE, + "name": "Johab", +} + +# EUC-TW +# fmt: off +EUCTW_CLS = ( + 2, 2, 2, 2, 2, 2, 2, 2, # 00 - 07 + 2, 2, 2, 2, 2, 2, 0, 0, # 08 - 0f + 2, 2, 2, 2, 2, 2, 2, 2, # 10 - 17 + 2, 2, 2, 0, 2, 2, 2, 2, # 18 - 1f + 2, 2, 2, 2, 2, 2, 2, 2, # 20 - 27 + 2, 2, 2, 2, 2, 2, 2, 2, # 28 - 2f + 2, 2, 2, 2, 2, 2, 2, 2, # 30 - 37 + 2, 2, 2, 2, 2, 2, 2, 2, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 2, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 6, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 3, 4, 4, 4, 4, 4, 4, # a0 - a7 + 5, 5, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 3, 1, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +EUCTW_ST = ( + MachineState.ERROR,MachineState.ERROR,MachineState.START, 3, 3, 3, 4,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.START,MachineState.ERROR,#10-17 + MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,#20-27 + MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) + +EUCTW_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCTW_CLS, + "class_factor": 7, + "state_table": EUCTW_ST, + "char_len_table": EUCTW_CHAR_LEN_TABLE, + "name": "x-euc-tw", +} + +# GB2312 +# fmt: off +GB2312_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 3, 3, 3, 3, 3, 3, 3, 3, # 30 - 37 + 3, 3, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 4, # 78 - 7f + 5, 6, 6, 6, 6, 6, 6, 6, # 80 - 87 + 6, 6, 6, 6, 6, 6, 6, 6, # 88 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 97 + 6, 6, 6, 6, 6, 6, 6, 6, # 98 - 9f + 6, 6, 6, 6, 6, 6, 6, 6, # a0 - a7 + 6, 6, 6, 6, 6, 6, 6, 6, # a8 - af + 6, 6, 6, 6, 6, 6, 6, 6, # b0 - b7 + 6, 6, 6, 6, 6, 6, 6, 6, # b8 - bf + 6, 6, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 6, 6, 6, 6, 6, 6, 6, 6, # e0 - e7 + 6, 6, 6, 6, 6, 6, 6, 6, # e8 - ef + 6, 6, 6, 6, 6, 6, 6, 6, # f0 - f7 + 6, 6, 6, 6, 6, 6, 6, 0 # f8 - ff +) + +GB2312_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, 3,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,#10-17 + 4,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ERROR,MachineState.ERROR, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#20-27 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +# To be accurate, the length of class 6 can be either 2 or 4. +# But it is not necessary to discriminate between the two since +# it is used for frequency analysis only, and we are validating +# each code range there as well. So it is safe to set it to be +# 2 here. +GB2312_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 1, 2) + +GB2312_SM_MODEL: CodingStateMachineDict = { + "class_table": GB2312_CLS, + "class_factor": 7, + "state_table": GB2312_ST, + "char_len_table": GB2312_CHAR_LEN_TABLE, + "name": "GB2312", +} + +# Shift_JIS +# fmt: off +SJIS_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 3, 3, 3, 3, 3, 2, 2, 3, # 80 - 87 + 3, 3, 3, 3, 3, 3, 3, 3, # 88 - 8f + 3, 3, 3, 3, 3, 3, 3, 3, # 90 - 97 + 3, 3, 3, 3, 3, 3, 3, 3, # 98 - 9f + #0xa0 is illegal in sjis encoding, but some pages does + #contain such byte. We need to be more error forgiven. + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 4, 4, 4, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 0, 0, 0, # f8 - ff +) + +SJIS_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START #10-17 +) +# fmt: on + +SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) + +SJIS_SM_MODEL: CodingStateMachineDict = { + "class_table": SJIS_CLS, + "class_factor": 6, + "state_table": SJIS_ST, + "char_len_table": SJIS_CHAR_LEN_TABLE, + "name": "Shift_JIS", +} + +# UCS2-BE +# fmt: off +UCS2BE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2BE_ST = ( + 5, 7, 7,MachineState.ERROR, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,#10-17 + 6, 6, 6, 6, 6,MachineState.ITS_ME, 6, 6,#18-1f + 6, 6, 6, 6, 5, 7, 7,MachineState.ERROR,#20-27 + 5, 8, 6, 6,MachineState.ERROR, 6, 6, 6,#28-2f + 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) + +UCS2BE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2BE_CLS, + "class_factor": 6, + "state_table": UCS2BE_ST, + "char_len_table": UCS2BE_CHAR_LEN_TABLE, + "name": "UTF-16BE", +} + +# UCS2-LE +# fmt: off +UCS2LE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2LE_ST = ( + 6, 6, 7, 6, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 5, 5, 5,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#10-17 + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR, 6, 6,#18-1f + 7, 6, 8, 8, 5, 5, 5,MachineState.ERROR,#20-27 + 5, 5, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5,#28-2f + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) + +UCS2LE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2LE_CLS, + "class_factor": 6, + "state_table": UCS2LE_ST, + "char_len_table": UCS2LE_CHAR_LEN_TABLE, + "name": "UTF-16LE", +} + +# UTF-8 +# fmt: off +UTF8_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as a legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 2, 2, 2, 2, 3, 3, 3, 3, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 5, 5, 5, 5, 5, 5, 5, 5, # a0 - a7 + 5, 5, 5, 5, 5, 5, 5, 5, # a8 - af + 5, 5, 5, 5, 5, 5, 5, 5, # b0 - b7 + 5, 5, 5, 5, 5, 5, 5, 5, # b8 - bf + 0, 0, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 7, 8, 8, 8, 8, 8, 8, 8, # e0 - e7 + 8, 8, 8, 8, 8, 9, 8, 8, # e8 - ef + 10, 11, 11, 11, 11, 11, 11, 11, # f0 - f7 + 12, 13, 13, 13, 14, 15, 0, 0 # f8 - ff +) + +UTF8_ST = ( + MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12, 10,#00-07 + 9, 11, 8, 7, 6, 5, 4, 3,#08-0f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#20-27 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#28-2f + MachineState.ERROR,MachineState.ERROR, 5, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#30-37 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#38-3f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#40-47 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#48-4f + MachineState.ERROR,MachineState.ERROR, 7, 7, 7, 7,MachineState.ERROR,MachineState.ERROR,#50-57 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#58-5f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 7, 7,MachineState.ERROR,MachineState.ERROR,#60-67 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#68-6f + MachineState.ERROR,MachineState.ERROR, 9, 9, 9, 9,MachineState.ERROR,MachineState.ERROR,#70-77 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#78-7f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 9,MachineState.ERROR,MachineState.ERROR,#80-87 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#88-8f + MachineState.ERROR,MachineState.ERROR, 12, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,#90-97 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#98-9f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12,MachineState.ERROR,MachineState.ERROR,#a0-a7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#a8-af + MachineState.ERROR,MachineState.ERROR, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b0-b7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b8-bf + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,#c0-c7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR #c8-cf +) +# fmt: on + +UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) + +UTF8_SM_MODEL: CodingStateMachineDict = { + "class_table": UTF8_CLS, + "class_factor": 16, + "state_table": UTF8_ST, + "char_len_table": UTF8_CHAR_LEN_TABLE, + "name": "UTF-8", +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fbc39ae3dd07cfe5779579feedbb8fbf7291459f GIT binary patch literal 226 zcmZ8bOA5j;5N-T`2p+^mJE&U`L~*ApH?Bf#M-yzCkc>)~u04Qf@GKs~6G(SmnY#4B zoA+jTFz+=O^rL`za+i(1oAHmT6E2UajD~FUj9e>hRg=uc!UEOskc zo9vupyfr5GptQ|VV?l9hu3nUoT(G!6uJ&L{lBSp>qcM0z7+aB^#1TDMWr2rSW*nqa nxC{w2lE?%J;9M1oI8SU@_on*yYv#J45exK<`Lr2ht{vPL#P2^v literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a1662e88bef41375998617a3e6e0377f678f869 GIT binary patch literal 9781 zcma)Bd2ka~ns3RHEE{aFA%M+$PoRSyK8ivB%6{ zW55P;7<2gGGWUH$T3nf}ma?hcD!H|pDYd({YI|z;kKO-F!qm+2*M9G{B+G`(j$FJx z-uJ%q_kHi{$G@hfrBd))oVUN~Z*wT>Kk-BCH!gbf(-#(sIzb_-j6x=4cAILBVR+`Z-(A&dk zCJ~xR=pB>=`q02zsp7McxQ=2V){Tr_VOkNJdRJ}QXovH%qhqghC37NQS{Z$1J! zi_ou!(R@s3K1PeuF+OhHk5`?e1?8QZ2uf={{lG@ zDaibnh>6daBj;=L2(e_o0@hces@LXSXdBT0$FLe^<1r-M-KZvRg9mwETkS(%#r5Y9 z|JuBO#5iJW(e~HozeaULyLyoRTh#E{{0{WH`1;?Yov+O|qNcchyHN9M^SjX=v=_1g zTi*h+tucfW>-M4jM0y*{9zX|QTYU%}CiCque*|^BHh&Zy1L?;B-6v3I;wN-|n5F;=&Q|=W7+Rb<>MW&MFX_03UU0z3fMUJlVBGyd{9OLr1Je9N) z9_b1%hv!mD;EkJIQYWxWs~E0?6*h3*a+c%sXnLtvbOR68;6)Y)RV+sfRj`JqT^_gt zMxr2cY+h<=X_bpNc*C`v!ScNZNlYucCZ=r#=dB^DMJGr_tU&uX?>5#c98!E?&^=>wSXD>tWnZqaGOJsOZB_&2Y093NK5QnV|TZk*O>x zg&O=rBT*7-VXav}hb-|sD=xS2lx)n9+2r`Feb`J2GFPOxP!&*?o72kdD226Fn9+!4 zOIb<_^|h%iwS>w^)9h=b!C+dFC~8=sn0TnLcPm6U2}nFdBw~DODhU?Z;F)wfl3|+j}fss&1&&oBNOc#}` zr{~RHkUNuhRnR^!&%4Uq>~wl|;yeM57vo^Ni)W`3hFHtQA3zI?q8SgNqn&_Hx3`jJ zcp96{3pB^_UJhc77Znl>2elchCGc?&AQaMDs#pR);0}!G#U)FNis&djXuc{2R+q== z7NIf`d}7G6=#5GmS-~eNksz$x>vbnM3!{{01>T52?1|pa(%Tu2Knq@)7kxgk35-Ux zlVcfyrAb~w+9ZmIEiI%WMgr}vpoiMaxP4VjIV%hbVw@QNv22S)`aSSvlr)bns-VA& z>;5I};@@cSm!+J@emR}4^NNs|?mF7Tf|o#b2EnDu3lYP9ji$BXUa&b)`OE zhVh&@3S(kV!dtPs25W5P@T&((F6cWVPHBUuxK?#kPEv9G`|Cu&J%V~Cp12!+g;oz_bxD-6#E}X-{IP5(wbu;4@+2tJPhkkySx;@g+f|Y_5-SR^z0}_qlxe4j@BbE*}FCw#EF|j+q}zd_K=t$7O;-^%=4KB`@Zi zDe#)FgW+#Gsh62lN_uN@*goNp_H1?RgceI%iaLRYOPZSXE?m-MPa{ShTC{Ib|ETfm z=m{s+g-7SK+y86gw03)cM%KS){z7@X=!eYJ%E;CIg-bfkXOg>;FW4^dR|?MW_<^4L z#|iVkw-A=}j26qE>~H@B!YOAISoog8;3bLC4L9&XWZITEiz(oT%*`0w@su#$;&EFX z{DbdeiL@-9QZXRzfW+Ds{X`n12QF_&n;r@!HJD(uoU*`vZ7r@hPp5~djxgyWdpk$TXAt|adC0Z2yPlYYN-wfbXSn6V8cj<<13MI8@g-BV4K$oDq_q*(GZ}H z;68xEKp;8Cy^m+oqLsnPy4_&1iTHrWu>P2YiNl)#8Pef~KLo?ynyDA&OsjohI`z&J z_1#~o*^|_1)A7xWIWI^}2dPy{X<(Z>x9IyXrmlzWP9Ys6JA^Q6<%{ zK31QoPt|AYbM@Q)o&AmdP5rz2oBMb7@9E#$-_qaOzpsCPe_Q{7{)7F8`VaTFi*I8w zm;0O5hy9Jf_Ns$C+*L32?^Ex?zpFX6|EG+nE@9maC-N@FqnXRu9LuXg6X(84G;yY8 zD_XLyVBS1!#5%^gw2pJR-7crt1S%+pm3HNb(xDtxjwy}Gapi=vN9j_!l^*4!a!NU^ zoKemyy~;V|ymC;vpj=cgDVLQi%5~+2a#Ojb+*a-=ca?j}edU4jFx;*@QoacvSNzIj z<%#lCd8Ry9z76jTH-?+SyTYf#&EehQJ>k9Kmhk>?TlhfuVEE9#JQXKnH9CON6XkjM zG%UIkKIFh_;ASUqcm~|=XemoXcO}Ca##ZJear0prR{(=y+}ye1*Te0>)^z@iHG{TX zRjz?G!)(EpDALbZGH6F@cpq2-c8Kp_;io|5y~Gl*g4h5S+yM)u@E)+iy0o5kR%vEu zeQ5$5XAObl3=x+$xi@eia7exy=#g&*Tjcw}u3&HQqWm~`TYeUNE;k0+0te;RK(~A# zxL587b_UM|FUZ}&Tk@&kGZE+JDmPQ>k#FKU#dsLawv6$>my>2j%n+Q+tRE3ii(38;9(6i9<(6@a%`x^Up^)>Z1_wDZ6)3>*;rLQ$~BXl!#D|EZBt?xkJ z!BBhXNT?%pG;}O@RO>>~O!Pr7Y*61%&S`FL3cDXm#MhnzieS*KgQZ588!{F#|75IbtiT zT-#!n3SzDN&_ETqoOij|Dgof<@)&roaEW;LmUrXTkOj{Gq5wh2mgk8&FBhOr){2^K z1;=`D3RZC9bXXVckk88J6*MTlULO_YmqyVyODb&^%wd@8((Fq)FC&l$RdM3SpdCikfxuoAXa`g!csbY$ zey$Hb$9QTB>{%8#446s?Q1C2-s4VzQ8?_P_7RIP6E+?aBvNSB!YXeW#6$f{d+{WUg z!W*N)JD^IO2jSPZRR_Lt2cFh=f_q4%z#0(wBL1o@2{cxVH6WSMQlY%FD4M}F)j5{I zEtM+-Qtl%d#0D4=nuJ}@Cg5##H*Bmeq)ligjl#Z!R-p}=h1m9b2%3d>ixBQm9+DQ} z7;K20xJd|i;Wi=MozN(pgjON8!JY}XkVXmGgD1e|9&Qfau&pi=1)S3!w>Dyx*IR+$ zPzFM-**19baiM1Rxf4RV2ZuC@x?m%?bk};h0~gHh(oI{omIeL6Cq_v3;*dsR9BcxA zHhbm!xc2r4;`X}w;N##^5r4Z3R>l&6gY#QQWw1%Uza11v#idfL6j}J`bG6FI>mjgF5wiR z)}?k`I-*M*x^z^Rj_J~IT{@vlox0SeOWnHEqe~}s>69*=)}=GLbXJ#ob?KZgo!6xc zx^z*OF6q)`UAm%6S9R%{E?w898@hB;mu~6OZC$#fOLukYo-WAsSzfbq?*Zpm}|A6j4sQVA; z{=>SzUH2c+{T;ghsO~?e`;Y7X6S}`s_jl?3Zr$G_P5@sMUEl@S4e~)RP!@D))RId@ zuA0;~frI^PJ&XB}`ofRJzSBR=|f1xYE_ShR81v zSK(a1MXB70I}iC9?2@FvlOKH7>-&o11@XH(wO`jQ#^nl{0_Z;EeX!+{_E0|h-PsMF zY%D3=^xf^vpKc{}Y-!b>pWJqQBL4YFyVK#Rgom7Tt^%ZRE<9A@p#~2=JaBjr@KB2f z{F%tr<6#FLevb$IDa`GLp*Y9R<-!$CSOwUtD~$tK8~jfWejvvs_zcB3VMtlKxOnBJ z#VePWT&0YI2XdBW|Ij#wS;XxJQha*C{~N3vNHUpBFU(exyBU1jEmP4v9hJ0Y`&5;!%(2wSWpiO z(p$e))5aOx(0?(MHts1Br>M3N0Ea>C0qVH6h6kciEm5;SP_m}K z9AyWEy$1Eime>3hrFI(5B_3OBAs*WZ#DCvoC4}%rxdo2$60o{R&tRhv7-b)0dyz?v z27nrI9Is`-bhVoOtIkQF+GspGWHABy20#Q!2@LcXqp9?9ao7?Zyw~{-;2_=hBAtT6 zf09o_YzOgkm8^LnVAN0n29TFx&u1+Fw-fFeS+QUzBn5;qPsz#$nhdN#f(1XClQUD{ zbTac((DK(x*2ga=rh^@m;;N{b348#H)0M1T65<3tL)2ZPW=~VHatwb=h|4k(8FD{r z4Msj#4CbbdiD7dNCfaIIv*##Tb3sU2qOu@F%lJse(ZHGWy1NJ7rN&HFGA64TpGD2h S9Y4nQ<2pMAKw}E2dH)AfEFBjB literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py new file mode 100644 index 00000000..eb40c5f0 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py @@ -0,0 +1,352 @@ +""" +Metadata about languages used by our model training code for our +SingleByteCharSetProbers. Could be used for other things in the future. + +This code is based on the language metadata from the uchardet project. +""" + +from string import ascii_letters +from typing import List, Optional + +# TODO: Add Ukrainian (KOI8-U) + + +class Language: + """Metadata about a language useful for training models + + :ivar name: The human name for the language, in English. + :type name: str + :ivar iso_code: 2-letter ISO 639-1 if possible, 3-letter ISO code otherwise, + or use another catalog as a last resort. + :type iso_code: str + :ivar use_ascii: Whether or not ASCII letters should be included in trained + models. + :type use_ascii: bool + :ivar charsets: The charsets we want to support and create data for. + :type charsets: list of str + :ivar alphabet: The characters in the language's alphabet. If `use_ascii` is + `True`, you only need to add those not in the ASCII set. + :type alphabet: str + :ivar wiki_start_pages: The Wikipedia pages to start from if we're crawling + Wikipedia for training data. + :type wiki_start_pages: list of str + """ + + def __init__( + self, + name: Optional[str] = None, + iso_code: Optional[str] = None, + use_ascii: bool = True, + charsets: Optional[List[str]] = None, + alphabet: Optional[str] = None, + wiki_start_pages: Optional[List[str]] = None, + ) -> None: + super().__init__() + self.name = name + self.iso_code = iso_code + self.use_ascii = use_ascii + self.charsets = charsets + if self.use_ascii: + if alphabet: + alphabet += ascii_letters + else: + alphabet = ascii_letters + elif not alphabet: + raise ValueError("Must supply alphabet if use_ascii is False") + self.alphabet = "".join(sorted(set(alphabet))) if alphabet else None + self.wiki_start_pages = wiki_start_pages + + def __repr__(self) -> str: + param_str = ", ".join( + f"{k}={v!r}" for k, v in self.__dict__.items() if not k.startswith("_") + ) + return f"{self.__class__.__name__}({param_str})" + + +LANGUAGES = { + "Arabic": Language( + name="Arabic", + iso_code="ar", + use_ascii=False, + # We only support encodings that use isolated + # forms, because the current recommendation is + # that the rendering system handles presentation + # forms. This means we purposefully skip IBM864. + charsets=["ISO-8859-6", "WINDOWS-1256", "CP720", "CP864"], + alphabet="ءآأؤإئابةتثجحخدذرزسشصضطظعغػؼؽؾؿـفقكلمنهوىيًٌٍَُِّ", + wiki_start_pages=["الصفحة_الرئيسية"], + ), + "Belarusian": Language( + name="Belarusian", + iso_code="be", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM866", "MacCyrillic"], + alphabet="АБВГДЕЁЖЗІЙКЛМНОПРСТУЎФХЦЧШЫЬЭЮЯабвгдеёжзійклмнопрстуўфхцчшыьэюяʼ", + wiki_start_pages=["Галоўная_старонка"], + ), + "Bulgarian": Language( + name="Bulgarian", + iso_code="bg", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM855"], + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", + wiki_start_pages=["Начална_страница"], + ), + "Czech": Language( + name="Czech", + iso_code="cz", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áčďéěíňóřšťúůýžÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ", + wiki_start_pages=["Hlavní_strana"], + ), + "Danish": Language( + name="Danish", + iso_code="da", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="æøåÆØÅ", + wiki_start_pages=["Forside"], + ), + "German": Language( + name="German", + iso_code="de", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="äöüßẞÄÖÜ", + wiki_start_pages=["Wikipedia:Hauptseite"], + ), + "Greek": Language( + name="Greek", + iso_code="el", + use_ascii=False, + charsets=["ISO-8859-7", "WINDOWS-1253"], + alphabet="αβγδεζηθικλμνξοπρσςτυφχψωάέήίόύώΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΣΤΥΦΧΨΩΆΈΉΊΌΎΏ", + wiki_start_pages=["Πύλη:Κύρια"], + ), + "English": Language( + name="English", + iso_code="en", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Main_Page"], + ), + "Esperanto": Language( + name="Esperanto", + iso_code="eo", + # Q, W, X, and Y not used at all + use_ascii=False, + charsets=["ISO-8859-3"], + alphabet="abcĉdefgĝhĥijĵklmnoprsŝtuŭvzABCĈDEFGĜHĤIJĴKLMNOPRSŜTUŬVZ", + wiki_start_pages=["Vikipedio:Ĉefpaĝo"], + ), + "Spanish": Language( + name="Spanish", + iso_code="es", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ñáéíóúüÑÁÉÍÓÚÜ", + wiki_start_pages=["Wikipedia:Portada"], + ), + "Estonian": Language( + name="Estonian", + iso_code="et", + use_ascii=False, + charsets=["ISO-8859-4", "ISO-8859-13", "WINDOWS-1257"], + # C, F, Š, Q, W, X, Y, Z, Ž are only for + # loanwords + alphabet="ABDEGHIJKLMNOPRSTUVÕÄÖÜabdeghijklmnoprstuvõäöü", + wiki_start_pages=["Esileht"], + ), + "Finnish": Language( + name="Finnish", + iso_code="fi", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÅÄÖŠŽåäöšž", + wiki_start_pages=["Wikipedia:Etusivu"], + ), + "French": Language( + name="French", + iso_code="fr", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="œàâçèéîïùûêŒÀÂÇÈÉÎÏÙÛÊ", + wiki_start_pages=["Wikipédia:Accueil_principal", "Bœuf (animal)"], + ), + "Hebrew": Language( + name="Hebrew", + iso_code="he", + use_ascii=False, + charsets=["ISO-8859-8", "WINDOWS-1255"], + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", + wiki_start_pages=["עמוד_ראשי"], + ), + "Croatian": Language( + name="Croatian", + iso_code="hr", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčćdđefghijklmnoprsštuvzžABCČĆDĐEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stranica"], + ), + "Hungarian": Language( + name="Hungarian", + iso_code="hu", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcdefghijklmnoprstuvzáéíóöőúüűABCDEFGHIJKLMNOPRSTUVZÁÉÍÓÖŐÚÜŰ", + wiki_start_pages=["Kezdőlap"], + ), + "Italian": Language( + name="Italian", + iso_code="it", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÀÈÉÌÒÓÙàèéìòóù", + wiki_start_pages=["Pagina_principale"], + ), + "Lithuanian": Language( + name="Lithuanian", + iso_code="lt", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, and X not used at all + alphabet="AĄBCČDEĘĖFGHIĮYJKLMNOPRSŠTUŲŪVZŽaąbcčdeęėfghiįyjklmnoprsštuųūvzž", + wiki_start_pages=["Pagrindinis_puslapis"], + ), + "Latvian": Language( + name="Latvian", + iso_code="lv", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, X, Y are only for loanwords + alphabet="AĀBCČDEĒFGĢHIĪJKĶLĻMNŅOPRSŠTUŪVZŽaābcčdeēfgģhiījkķlļmnņoprsštuūvzž", + wiki_start_pages=["Sākumlapa"], + ), + "Macedonian": Language( + name="Macedonian", + iso_code="mk", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + alphabet="АБВГДЃЕЖЗЅИЈКЛЉМНЊОПРСТЌУФХЦЧЏШабвгдѓежзѕијклљмнњопрстќуфхцчџш", + wiki_start_pages=["Главна_страница"], + ), + "Dutch": Language( + name="Dutch", + iso_code="nl", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Hoofdpagina"], + ), + "Polish": Language( + name="Polish", + iso_code="pl", + # Q and X are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSŚTUWYZŹŻaąbcćdeęfghijklłmnńoóprsśtuwyzźż", + wiki_start_pages=["Wikipedia:Strona_główna"], + ), + "Portuguese": Language( + name="Portuguese", + iso_code="pt", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÁÂÃÀÇÉÊÍÓÔÕÚáâãàçéêíóôõú", + wiki_start_pages=["Wikipédia:Página_principal"], + ), + "Romanian": Language( + name="Romanian", + iso_code="ro", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="ăâîșțĂÂÎȘȚ", + wiki_start_pages=["Pagina_principală"], + ), + "Russian": Language( + name="Russian", + iso_code="ru", + use_ascii=False, + charsets=[ + "ISO-8859-5", + "WINDOWS-1251", + "KOI8-R", + "MacCyrillic", + "IBM866", + "IBM855", + ], + alphabet="абвгдеёжзийклмнопрстуфхцчшщъыьэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ", + wiki_start_pages=["Заглавная_страница"], + ), + "Slovak": Language( + name="Slovak", + iso_code="sk", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áäčďéíĺľňóôŕšťúýžÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ", + wiki_start_pages=["Hlavná_stránka"], + ), + "Slovene": Language( + name="Slovene", + iso_code="sl", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčdefghijklmnoprsštuvzžABCČDEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stran"], + ), + # Serbian can be written in both Latin and Cyrillic, but there's no + # simple way to get the Latin alphabet pages from Wikipedia through + # the API, so for now we just support Cyrillic. + "Serbian": Language( + name="Serbian", + iso_code="sr", + alphabet="АБВГДЂЕЖЗИЈКЛЉМНЊОПРСТЋУФХЦЧЏШабвгдђежзијклљмнњопрстћуфхцчџш", + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + wiki_start_pages=["Главна_страна"], + ), + "Thai": Language( + name="Thai", + iso_code="th", + use_ascii=False, + charsets=["ISO-8859-11", "TIS-620", "CP874"], + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", + wiki_start_pages=["หน้าหลัก"], + ), + "Turkish": Language( + name="Turkish", + iso_code="tr", + # Q, W, and X are not used by Turkish + use_ascii=False, + charsets=["ISO-8859-3", "ISO-8859-9", "WINDOWS-1254"], + alphabet="abcçdefgğhıijklmnoöprsştuüvyzâîûABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZÂÎÛ", + wiki_start_pages=["Ana_Sayfa"], + ), + "Vietnamese": Language( + name="Vietnamese", + iso_code="vi", + use_ascii=False, + # Windows-1258 is the only common 8-bit + # Vietnamese encoding supported by Python. + # From Wikipedia: + # For systems that lack support for Unicode, + # dozens of 8-bit Vietnamese code pages are + # available.[1] The most common are VISCII + # (TCVN 5712:1993), VPS, and Windows-1258.[3] + # Where ASCII is required, such as when + # ensuring readability in plain text e-mail, + # Vietnamese letters are often encoded + # according to Vietnamese Quoted-Readable + # (VIQR) or VSCII Mnemonic (VSCII-MNEM),[4] + # though usage of either variable-width + # scheme has declined dramatically following + # the adoption of Unicode on the World Wide + # Web. + charsets=["WINDOWS-1258"], + alphabet="aăâbcdđeêghiklmnoôơpqrstuưvxyAĂÂBCDĐEÊGHIKLMNOÔƠPQRSTUƯVXY", + wiki_start_pages=["Chữ_Quốc_ngữ"], + ), +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py new file mode 100644 index 00000000..7d36e64c --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py @@ -0,0 +1,16 @@ +from typing import TYPE_CHECKING, Optional + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class ResultDict(TypedDict): + encoding: Optional[str] + confidence: float + language: Optional[str] + +else: + ResultDict = dict diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100644 index 00000000..0ffbcdd2 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Dict, List, NamedTuple, Optional, Union + +from .charsetprober import CharSetProber +from .enums import CharacterCategory, ProbingState, SequenceLikelihood + + +class SingleByteCharSetModel(NamedTuple): + charset_name: str + language: str + char_to_order_map: Dict[int, int] + language_model: Dict[int, Dict[int, int]] + typical_positive_ratio: float + keep_ascii_letters: bool + alphabet: str + + +class SingleByteCharSetProber(CharSetProber): + SAMPLE_SIZE = 64 + SB_ENOUGH_REL_THRESHOLD = 1024 # 0.25 * SAMPLE_SIZE^2 + POSITIVE_SHORTCUT_THRESHOLD = 0.95 + NEGATIVE_SHORTCUT_THRESHOLD = 0.05 + + def __init__( + self, + model: SingleByteCharSetModel, + is_reversed: bool = False, + name_prober: Optional[CharSetProber] = None, + ) -> None: + super().__init__() + self._model = model + # TRUE if we need to reverse every pair in the model lookup + self._reversed = is_reversed + # Optional auxiliary prober for name decision + self._name_prober = name_prober + self._last_order = 255 + self._seq_counters: List[int] = [] + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + self._freq_char = 0 + self.reset() + + def reset(self) -> None: + super().reset() + # char order of last character + self._last_order = 255 + self._seq_counters = [0] * SequenceLikelihood.get_num_categories() + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + # characters that fall in our sampling range + self._freq_char = 0 + + @property + def charset_name(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.charset_name + return self._model.charset_name + + @property + def language(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.language + return self._model.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # TODO: Make filter_international_words keep things in self.alphabet + if not self._model.keep_ascii_letters: + byte_str = self.filter_international_words(byte_str) + else: + byte_str = self.remove_xml_tags(byte_str) + if not byte_str: + return self.state + char_to_order_map = self._model.char_to_order_map + language_model = self._model.language_model + for char in byte_str: + order = char_to_order_map.get(char, CharacterCategory.UNDEFINED) + # XXX: This was SYMBOL_CAT_ORDER before, with a value of 250, but + # CharacterCategory.SYMBOL is actually 253, so we use CONTROL + # to make it closer to the original intent. The only difference + # is whether or not we count digits and control characters for + # _total_char purposes. + if order < CharacterCategory.CONTROL: + self._total_char += 1 + if order < self.SAMPLE_SIZE: + self._freq_char += 1 + if self._last_order < self.SAMPLE_SIZE: + self._total_seqs += 1 + if not self._reversed: + lm_cat = language_model[self._last_order][order] + else: + lm_cat = language_model[order][self._last_order] + self._seq_counters[lm_cat] += 1 + self._last_order = order + + charset_name = self._model.charset_name + if self.state == ProbingState.DETECTING: + if self._total_seqs > self.SB_ENOUGH_REL_THRESHOLD: + confidence = self.get_confidence() + if confidence > self.POSITIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, we have a winner", charset_name, confidence + ) + self._state = ProbingState.FOUND_IT + elif confidence < self.NEGATIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, below negative shortcut threshold %s", + charset_name, + confidence, + self.NEGATIVE_SHORTCUT_THRESHOLD, + ) + self._state = ProbingState.NOT_ME + + return self.state + + def get_confidence(self) -> float: + r = 0.01 + if self._total_seqs > 0: + r = ( + ( + self._seq_counters[SequenceLikelihood.POSITIVE] + + 0.25 * self._seq_counters[SequenceLikelihood.LIKELY] + ) + / self._total_seqs + / self._model.typical_positive_ratio + ) + # The more control characters (proportionnaly to the size + # of the text), the less confident we become in the current + # charset. + r = r * (self._total_char - self._control_char) / self._total_char + r = r * self._freq_char / self._total_char + if r >= 1.0: + r = 0.99 + return r diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 00000000..890ae846 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py @@ -0,0 +1,88 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetgroupprober import CharSetGroupProber +from .hebrewprober import HebrewProber +from .langbulgarianmodel import ISO_8859_5_BULGARIAN_MODEL, WINDOWS_1251_BULGARIAN_MODEL +from .langgreekmodel import ISO_8859_7_GREEK_MODEL, WINDOWS_1253_GREEK_MODEL +from .langhebrewmodel import WINDOWS_1255_HEBREW_MODEL + +# from .langhungarianmodel import (ISO_8859_2_HUNGARIAN_MODEL, +# WINDOWS_1250_HUNGARIAN_MODEL) +from .langrussianmodel import ( + IBM855_RUSSIAN_MODEL, + IBM866_RUSSIAN_MODEL, + ISO_8859_5_RUSSIAN_MODEL, + KOI8_R_RUSSIAN_MODEL, + MACCYRILLIC_RUSSIAN_MODEL, + WINDOWS_1251_RUSSIAN_MODEL, +) +from .langthaimodel import TIS_620_THAI_MODEL +from .langturkishmodel import ISO_8859_9_TURKISH_MODEL +from .sbcharsetprober import SingleByteCharSetProber + + +class SBCSGroupProber(CharSetGroupProber): + def __init__(self) -> None: + super().__init__() + hebrew_prober = HebrewProber() + logical_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=False, name_prober=hebrew_prober + ) + # TODO: See if using ISO-8859-8 Hebrew model works better here, since + # it's actually the visual one + visual_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=True, name_prober=hebrew_prober + ) + hebrew_prober.set_model_probers(logical_hebrew_prober, visual_hebrew_prober) + # TODO: ORDER MATTERS HERE. I changed the order vs what was in master + # and several tests failed that did not before. Some thought + # should be put into the ordering, and we should consider making + # order not matter here, because that is very counter-intuitive. + self.probers = [ + SingleByteCharSetProber(WINDOWS_1251_RUSSIAN_MODEL), + SingleByteCharSetProber(KOI8_R_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_5_RUSSIAN_MODEL), + SingleByteCharSetProber(MACCYRILLIC_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM866_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM855_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_7_GREEK_MODEL), + SingleByteCharSetProber(WINDOWS_1253_GREEK_MODEL), + SingleByteCharSetProber(ISO_8859_5_BULGARIAN_MODEL), + SingleByteCharSetProber(WINDOWS_1251_BULGARIAN_MODEL), + # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) + # after we retrain model. + # SingleByteCharSetProber(ISO_8859_2_HUNGARIAN_MODEL), + # SingleByteCharSetProber(WINDOWS_1250_HUNGARIAN_MODEL), + SingleByteCharSetProber(TIS_620_THAI_MODEL), + SingleByteCharSetProber(ISO_8859_9_TURKISH_MODEL), + hebrew_prober, + logical_hebrew_prober, + visual_hebrew_prober, + ] + self.reset() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 00000000..91df0779 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py @@ -0,0 +1,105 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import SJISDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import SJISContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import SJIS_SM_MODEL + + +class SJISProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) + self.distribution_analyzer = SJISDistributionAnalysis() + self.context_analyzer = SJISContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return self.context_analyzer.charset_name + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed( + self._last_char[2 - char_len :], char_len + ) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed( + byte_str[i + 1 - char_len : i + 3 - char_len], char_len + ) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 00000000..30c441dc --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py @@ -0,0 +1,362 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +""" +Module containing the UniversalDetector detector class, which is the primary +class a user of ``chardet`` should use. + +:author: Mark Pilgrim (initial port to Python) +:author: Shy Shalom (original C code) +:author: Dan Blanchard (major refactoring for 3.0) +:author: Ian Cordasco +""" + + +import codecs +import logging +import re +from typing import List, Optional, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState, LanguageFilter, ProbingState +from .escprober import EscCharSetProber +from .latin1prober import Latin1Prober +from .macromanprober import MacRomanProber +from .mbcsgroupprober import MBCSGroupProber +from .resultdict import ResultDict +from .sbcsgroupprober import SBCSGroupProber +from .utf1632prober import UTF1632Prober + + +class UniversalDetector: + """ + The ``UniversalDetector`` class underlies the ``chardet.detect`` function + and coordinates all of the different charset probers. + + To get a ``dict`` containing an encoding and its confidence, you can simply + run: + + .. code:: + + u = UniversalDetector() + u.feed(some_bytes) + u.close() + detected = u.result + + """ + + MINIMUM_THRESHOLD = 0.20 + HIGH_BYTE_DETECTOR = re.compile(b"[\x80-\xFF]") + ESC_DETECTOR = re.compile(b"(\033|~{)") + WIN_BYTE_DETECTOR = re.compile(b"[\x80-\x9F]") + ISO_WIN_MAP = { + "iso-8859-1": "Windows-1252", + "iso-8859-2": "Windows-1250", + "iso-8859-5": "Windows-1251", + "iso-8859-6": "Windows-1256", + "iso-8859-7": "Windows-1253", + "iso-8859-8": "Windows-1255", + "iso-8859-9": "Windows-1254", + "iso-8859-13": "Windows-1257", + } + # Based on https://encoding.spec.whatwg.org/#names-and-labels + # but altered to match Python names for encodings and remove mappings + # that break tests. + LEGACY_MAP = { + "ascii": "Windows-1252", + "iso-8859-1": "Windows-1252", + "tis-620": "ISO-8859-11", + "iso-8859-9": "Windows-1254", + "gb2312": "GB18030", + "euc-kr": "CP949", + "utf-16le": "UTF-16", + } + + def __init__( + self, + lang_filter: LanguageFilter = LanguageFilter.ALL, + should_rename_legacy: bool = False, + ) -> None: + self._esc_charset_prober: Optional[EscCharSetProber] = None + self._utf1632_prober: Optional[UTF1632Prober] = None + self._charset_probers: List[CharSetProber] = [] + self.result: ResultDict = { + "encoding": None, + "confidence": 0.0, + "language": None, + } + self.done = False + self._got_data = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + self._has_win_bytes = False + self.should_rename_legacy = should_rename_legacy + self.reset() + + @property + def input_state(self) -> int: + return self._input_state + + @property + def has_win_bytes(self) -> bool: + return self._has_win_bytes + + @property + def charset_probers(self) -> List[CharSetProber]: + return self._charset_probers + + def reset(self) -> None: + """ + Reset the UniversalDetector and all of its probers back to their + initial states. This is called by ``__init__``, so you only need to + call this directly in between analyses of different documents. + """ + self.result = {"encoding": None, "confidence": 0.0, "language": None} + self.done = False + self._got_data = False + self._has_win_bytes = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + if self._esc_charset_prober: + self._esc_charset_prober.reset() + if self._utf1632_prober: + self._utf1632_prober.reset() + for prober in self._charset_probers: + prober.reset() + + def feed(self, byte_str: Union[bytes, bytearray]) -> None: + """ + Takes a chunk of a document and feeds it through all of the relevant + charset probers. + + After calling ``feed``, you can check the value of the ``done`` + attribute to see if you need to continue feeding the + ``UniversalDetector`` more data, or if it has made a prediction + (in the ``result`` attribute). + + .. note:: + You should always call ``close`` when you're done feeding in your + document if ``done`` is not already ``True``. + """ + if self.done: + return + + if not byte_str: + return + + if not isinstance(byte_str, bytearray): + byte_str = bytearray(byte_str) + + # First check for known BOMs, since these are guaranteed to be correct + if not self._got_data: + # If the data starts with BOM, we know it is UTF + if byte_str.startswith(codecs.BOM_UTF8): + # EF BB BF UTF-8 with BOM + self.result = { + "encoding": "UTF-8-SIG", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE)): + # FF FE 00 00 UTF-32, little-endian BOM + # 00 00 FE FF UTF-32, big-endian BOM + self.result = {"encoding": "UTF-32", "confidence": 1.0, "language": ""} + elif byte_str.startswith(b"\xFE\xFF\x00\x00"): + # FE FF 00 00 UCS-4, unusual octet order BOM (3412) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-3412", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith(b"\x00\x00\xFF\xFE"): + # 00 00 FF FE UCS-4, unusual octet order BOM (2143) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-2143", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_LE, codecs.BOM_BE)): + # FF FE UTF-16, little endian BOM + # FE FF UTF-16, big endian BOM + self.result = {"encoding": "UTF-16", "confidence": 1.0, "language": ""} + + self._got_data = True + if self.result["encoding"] is not None: + self.done = True + return + + # If none of those matched and we've only see ASCII so far, check + # for high bytes and escape sequences + if self._input_state == InputState.PURE_ASCII: + if self.HIGH_BYTE_DETECTOR.search(byte_str): + self._input_state = InputState.HIGH_BYTE + elif ( + self._input_state == InputState.PURE_ASCII + and self.ESC_DETECTOR.search(self._last_char + byte_str) + ): + self._input_state = InputState.ESC_ASCII + + self._last_char = byte_str[-1:] + + # next we will look to see if it is appears to be either a UTF-16 or + # UTF-32 encoding + if not self._utf1632_prober: + self._utf1632_prober = UTF1632Prober() + + if self._utf1632_prober.state == ProbingState.DETECTING: + if self._utf1632_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._utf1632_prober.charset_name, + "confidence": self._utf1632_prober.get_confidence(), + "language": "", + } + self.done = True + return + + # If we've seen escape sequences, use the EscCharSetProber, which + # uses a simple state machine to check for known escape sequences in + # HZ and ISO-2022 encodings, since those are the only encodings that + # use such sequences. + if self._input_state == InputState.ESC_ASCII: + if not self._esc_charset_prober: + self._esc_charset_prober = EscCharSetProber(self.lang_filter) + if self._esc_charset_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._esc_charset_prober.charset_name, + "confidence": self._esc_charset_prober.get_confidence(), + "language": self._esc_charset_prober.language, + } + self.done = True + # If we've seen high bytes (i.e., those with values greater than 127), + # we need to do more complicated checks using all our multi-byte and + # single-byte probers that are left. The single-byte probers + # use character bigram distributions to determine the encoding, whereas + # the multi-byte probers use a combination of character unigram and + # bigram distributions. + elif self._input_state == InputState.HIGH_BYTE: + if not self._charset_probers: + self._charset_probers = [MBCSGroupProber(self.lang_filter)] + # If we're checking non-CJK encodings, use single-byte prober + if self.lang_filter & LanguageFilter.NON_CJK: + self._charset_probers.append(SBCSGroupProber()) + self._charset_probers.append(Latin1Prober()) + self._charset_probers.append(MacRomanProber()) + for prober in self._charset_probers: + if prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": prober.charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + self.done = True + break + if self.WIN_BYTE_DETECTOR.search(byte_str): + self._has_win_bytes = True + + def close(self) -> ResultDict: + """ + Stop analyzing the current document and come up with a final + prediction. + + :returns: The ``result`` attribute, a ``dict`` with the keys + `encoding`, `confidence`, and `language`. + """ + # Don't bother with checks if we're already done + if self.done: + return self.result + self.done = True + + if not self._got_data: + self.logger.debug("no data received!") + + # Default to ASCII if it is all we've seen so far + elif self._input_state == InputState.PURE_ASCII: + self.result = {"encoding": "ascii", "confidence": 1.0, "language": ""} + + # If we have seen non-ASCII, return the best that met MINIMUM_THRESHOLD + elif self._input_state == InputState.HIGH_BYTE: + prober_confidence = None + max_prober_confidence = 0.0 + max_prober = None + for prober in self._charset_probers: + if not prober: + continue + prober_confidence = prober.get_confidence() + if prober_confidence > max_prober_confidence: + max_prober_confidence = prober_confidence + max_prober = prober + if max_prober and (max_prober_confidence > self.MINIMUM_THRESHOLD): + charset_name = max_prober.charset_name + assert charset_name is not None + lower_charset_name = charset_name.lower() + confidence = max_prober.get_confidence() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859"): + if self._has_win_bytes: + charset_name = self.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if self.should_rename_legacy: + charset_name = self.LEGACY_MAP.get( + (charset_name or "").lower(), charset_name + ) + self.result = { + "encoding": charset_name, + "confidence": confidence, + "language": max_prober.language, + } + + # Log all prober confidences if none met MINIMUM_THRESHOLD + if self.logger.getEffectiveLevel() <= logging.DEBUG: + if self.result["encoding"] is None: + self.logger.debug("no probers hit minimum threshold") + for group_prober in self._charset_probers: + if not group_prober: + continue + if isinstance(group_prober, CharSetGroupProber): + for prober in group_prober.probers: + self.logger.debug( + "%s %s confidence = %s", + prober.charset_name, + prober.language, + prober.get_confidence(), + ) + else: + self.logger.debug( + "%s %s confidence = %s", + group_prober.charset_name, + group_prober.language, + group_prober.get_confidence(), + ) + return self.result diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py new file mode 100644 index 00000000..6bdec63d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py @@ -0,0 +1,225 @@ +######################## BEGIN LICENSE BLOCK ######################## +# +# Contributor(s): +# Jason Zavaglia +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + + +class UTF1632Prober(CharSetProber): + """ + This class simply looks for occurrences of zero bytes, and infers + whether the file is UTF16 or UTF32 (low-endian or big-endian) + For instance, files looking like ( \0 \0 \0 [nonzero] )+ + have a good probability to be UTF32BE. Files looking like ( \0 [nonzero] )+ + may be guessed to be UTF16BE, and inversely for little-endian varieties. + """ + + # how many logical characters to scan before feeling confident of prediction + MIN_CHARS_FOR_DETECTION = 20 + # a fixed constant ratio of expected zeros or non-zeros in modulo-position. + EXPECTED_RATIO = 0.94 + + def __init__(self) -> None: + super().__init__() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.quad = [0, 0, 0, 0] + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.reset() + + def reset(self) -> None: + super().reset() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.quad = [0, 0, 0, 0] + + @property + def charset_name(self) -> str: + if self.is_likely_utf32be(): + return "utf-32be" + if self.is_likely_utf32le(): + return "utf-32le" + if self.is_likely_utf16be(): + return "utf-16be" + if self.is_likely_utf16le(): + return "utf-16le" + # default to something valid + return "utf-16" + + @property + def language(self) -> str: + return "" + + def approx_32bit_chars(self) -> float: + return max(1.0, self.position / 4.0) + + def approx_16bit_chars(self) -> float: + return max(1.0, self.position / 2.0) + + def is_likely_utf32be(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.zeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.nonzeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32be + ) + + def is_likely_utf32le(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.nonzeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32le + ) + + def is_likely_utf16be(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[1] + self.nonzeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[0] + self.zeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16be + ) + + def is_likely_utf16le(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[0] + self.nonzeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[1] + self.zeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16le + ) + + def validate_utf32_characters(self, quad: List[int]) -> None: + """ + Validate if the quad of bytes is valid UTF-32. + + UTF-32 is valid in the range 0x00000000 - 0x0010FFFF + excluding 0x0000D800 - 0x0000DFFF + + https://en.wikipedia.org/wiki/UTF-32 + """ + if ( + quad[0] != 0 + or quad[1] > 0x10 + or (quad[0] == 0 and quad[1] == 0 and 0xD8 <= quad[2] <= 0xDF) + ): + self.invalid_utf32be = True + if ( + quad[3] != 0 + or quad[2] > 0x10 + or (quad[3] == 0 and quad[2] == 0 and 0xD8 <= quad[1] <= 0xDF) + ): + self.invalid_utf32le = True + + def validate_utf16_characters(self, pair: List[int]) -> None: + """ + Validate if the pair of bytes is valid UTF-16. + + UTF-16 is valid in the range 0x0000 - 0xFFFF excluding 0xD800 - 0xFFFF + with an exception for surrogate pairs, which must be in the range + 0xD800-0xDBFF followed by 0xDC00-0xDFFF + + https://en.wikipedia.org/wiki/UTF-16 + """ + if not self.first_half_surrogate_pair_detected_16be: + if 0xD8 <= pair[0] <= 0xDB: + self.first_half_surrogate_pair_detected_16be = True + elif 0xDC <= pair[0] <= 0xDF: + self.invalid_utf16be = True + else: + if 0xDC <= pair[0] <= 0xDF: + self.first_half_surrogate_pair_detected_16be = False + else: + self.invalid_utf16be = True + + if not self.first_half_surrogate_pair_detected_16le: + if 0xD8 <= pair[1] <= 0xDB: + self.first_half_surrogate_pair_detected_16le = True + elif 0xDC <= pair[1] <= 0xDF: + self.invalid_utf16le = True + else: + if 0xDC <= pair[1] <= 0xDF: + self.first_half_surrogate_pair_detected_16le = False + else: + self.invalid_utf16le = True + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + mod4 = self.position % 4 + self.quad[mod4] = c + if mod4 == 3: + self.validate_utf32_characters(self.quad) + self.validate_utf16_characters(self.quad[0:2]) + self.validate_utf16_characters(self.quad[2:4]) + if c == 0: + self.zeros_at_mod[mod4] += 1 + else: + self.nonzeros_at_mod[mod4] += 1 + self.position += 1 + return self.state + + @property + def state(self) -> ProbingState: + if self._state in {ProbingState.NOT_ME, ProbingState.FOUND_IT}: + # terminal, decided states + return self._state + if self.get_confidence() > 0.80: + self._state = ProbingState.FOUND_IT + elif self.position > 4 * 1024: + # if we get to 4kb into the file, and we can't conclude it's UTF, + # let's give up + self._state = ProbingState.NOT_ME + return self._state + + def get_confidence(self) -> float: + return ( + 0.85 + if ( + self.is_likely_utf16le() + or self.is_likely_utf16be() + or self.is_likely_utf32le() + or self.is_likely_utf32be() + ) + else 0.00 + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 00000000..d96354d9 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py @@ -0,0 +1,82 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .mbcssm import UTF8_SM_MODEL + + +class UTF8Prober(CharSetProber): + ONE_CHAR_PROB = 0.5 + + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) + self._num_mb_chars = 0 + self.reset() + + def reset(self) -> None: + super().reset() + self.coding_sm.reset() + self._num_mb_chars = 0 + + @property + def charset_name(self) -> str: + return "utf-8" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + coding_state = self.coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + if self.coding_sm.get_current_charlen() >= 2: + self._num_mb_chars += 1 + + if self.state == ProbingState.DETECTING: + if self.get_confidence() > self.SHORTCUT_THRESHOLD: + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + unlike = 0.99 + if self._num_mb_chars < 6: + unlike *= self.ONE_CHAR_PROB**self._num_mb_chars + return 1.0 - unlike + return unlike diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 00000000..c5e9d85c --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py @@ -0,0 +1,9 @@ +""" +This module exists only to simplify retrieving the version number of chardet +from within setuptools and from chardet subpackages. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +__version__ = "5.1.0" +VERSION = __version__.split(".") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 00000000..383101cd --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py @@ -0,0 +1,7 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from .initialise import init, deinit, reinit, colorama_text, just_fix_windows_console +from .ansi import Fore, Back, Style, Cursor +from .ansitowin32 import AnsiToWin32 + +__version__ = '0.4.6' + diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ef5e465bcf34d8d7f471251fa5fe52af2b16d31 GIT binary patch literal 518 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 O_u=&IH*N+vSN{acjzMPt literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0c3712b29173997e28b6b88932847b207fa5d66 GIT binary patch literal 16447 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 z zi+P$utof2l4W~xC9g`3*Stok6Y8t_0Z=cO;IyILpS~8r9>80kZB@nG!6~n2!rCF!q zI=1OWd>JoRs}OVEa;ZtYC^21=mUP?plE)||*1I)ozD9^cZlG>0rmaGcs zTG4GdJ)EI5=a3RLUFwnn&@c+s{RxmJdeFbGd7{P0W(4gUZWdapbh7~bzz`ogFuEqC zHziq4JXDh#YI8)>0n$WmrGHJywAF!+PTWzm8|wJFI(|=maZ^OrHMwFEH4HQM$cgyesPhh`c%=So_X#rb_(c`p7~wYH${M)Qpr$uZeFMw za7;hYQoPx@&ZQn*N};a0(zC-Z8t@&WJ9c1i&dWFM5I&+FrJ-YTN9Z%b>cyde>$Y?_ z;DZ|k$0z8qWq9 zNl%1fFZQ->*L=8oqPy&R5#M)k6VYlaLY!?6#G4(QGxFPIf2s^i@20nos zSWfbydW|~VJ$MSJbjBpqlVPn@^(6Kkml;473O7qnV#p<+1urNBtz7&mnSLsd`|YUo(7&U zGw~m6KjU^n--{R~zvVHQI|kJ~1SCX%D$A~=;|f^ka;(PzfMi&hlKgnja|h5p(qed! zP!=Ni>Fpo%h{f2#T1Me2OVISPpxD+}ZL(&C+sa)`6h^a>oPu&p7LHIn$GQvFYbS_HR z`*~{B)+xlNGGTYXQRf4V9npVXzLLFePVizCvmS)>fCtFB>=^=J4K3DOT7r=NbU-IB zfYfoQZXHMy0a#S+y~ax8O8vHyX{pJ-DkDJKN@`6x^y$pnbFVy5lK{H@16NP}w)pGf zt-(J`|LLu}eJ7i5w3NOLC4C!EmpaIesBh%I$~+j!u1o3v#18Y1d8penKu$pN1NZ?m z^GgF+5MMsU?_&&s+dv-+tH5<5Om8@ZlqvM)-SHr0`kh$EK7Iu5b;ua(09Pu3mjp+6 zy3X1i7nul>3`ic9C}BF5pt{Uo{T)4SqKA@tVGJ^aE8n^eX@VfiefL$CDO^?`Uy58- z|LG2bCRf#g9VFZ4by51r!YIK;HvkQc*ege9F4JSd67 zd+<)ymw|@Lc!~?HfP#$Rg8(L;v%iPtnt<=cs z%!e}`u;%E;m-zjxZCjaI+n8fIov4YnALJ1 zd&$n)vR;Aom~i_f?6tU_PlbXf>JQ31|NbHQK8P@Uxo-o3@QCr3C~+V4-AA#%p|P#V zAWm#e3V32Wmd5+Hz9->BTgenYv^j}{_y!(c$HQL>GVa?Jk+6T0aa(&OJhqjL;Qp@% M5k7biW%)_}4OW1<9{>OV literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..868bb2d62774dc5ae3019d8a35177b98b4823b86 GIT binary patch literal 8152 zcma)ATWlLwdY&O?h9mJNQg_*ssJo~O>DaFAZ0y9kT3SnDR#Mh$wkb<-MiOOSlrtmC zQm9>R;0L)|)E2U+qy-j|fC92>7fGJF1qu}C!=gnVN|r7tPqTo421WCxm0Wb2m-Ig~ zoFQcotqjOB=klNb{Fm?i=RfnM)mluz)8qNYY)chE{3mXxk11O@en}I=2Eh@2f+PJT zXYd<}2+qh+5u@J-Z#rU(Qhtgg3p8z{=vR)H0})bZTgU#ZUxEM?|xs#RtTeC3Jt&*eC%HJ~_c{qrhq z?(MJ9Umtoe<*3ve$We2u95tuPaYf~qd;4n($YF&wYfoLX_S7}6=GIbc{`vxI7DK-d z3V6U5ctv+i^Aye3pDJzrsnT9oWz4<(4F#mt^_0Gp-&2EzQ#EKfRfGPVmEr&S?z`{8FQNE`0v*4>dXBkC z$vP6ALP4}N5)X1bf(~{u921x3dBIId^wbjKr=_9^5iNwo1;k5CC=i+rBFXf=Z+L8S zU_6ww7eO%D#_^v)WrN@eIARFD0gf6YXW*%6180;=il^r+`4g2ojMFe;(;Z>(%o*Cx zawbr&Xo+9R85;VQh=u(r9MwKk6E?~ zE9sp1dd@09spGr?lqKJLb*C<6+3URpETTuLW07g|GT3f{a2v*!8{1pBt~dVNZZpEp zm&n@^`4eP?D#FSmJMJ`2#^)t!gr62ArZ+B%@u)0nr#_4f0^9Wg%d?Ylkb9gTAf5x#pe9*+p#aCAPxNBNl89f~gs!6mQfE+4z= zjfAJX^Go7vJa)nJ)_E_$neUzthVBGsc)>d#p7#cTjEf_0C?1KUU^M83?Qr3|XMRaC z1p=^10)gem!u!aRrE!6z!mpuNCH6}%@0XNqnAgo4)^+Qqxc%|g$J;AgEBnrhjI%A} zY|A*^DX07K#Z2e*ROj_fXK$*rR~~FkIUAv}(Y@ZCaW&o|zW zAT=f=>K0U`;)&6ok&(doK;I;=nhx_3P6(hHAb3KcGw?#yxG<|lB~*kyDDD$4*oFgZ z`J;uTrFP$1zf+#HwC!7KHix!Hw?>nej(uz8W>u!TD^=Z@2vO$Pi5PAx2{H%~79+#g4A!2QmI;o~SPqRU2#UQE|0wQ5h zM<<9UAi|`T^ z5~jkENmvMlctH@bC@z;vwiDPLFc+K;2OzkL2q)JO_zP`NtP)?@-D!L08ugX4d*9;x z<-lh1r#Fv{WNE{i>1%uGqZ_|iNwQ~UqlAE7d$0zwJ^mCb`S#$*`$WzXqPEdhJ@dx2 zP^peh8~O>=o@$>Q5Kg!Pv%CQRW1ObnBuH33L3{}N9$cWgC83%9ugDFOB>uud5lh71 z8W%~_3e()AYzMbNGI-8OwleO2kMOSC|7=Ldby}MkOXF1Q+NIVpb2=98daRFut z7?=M|{9%5v3Fo;n7+aF8*tZiRH>5a@nV9VN zeK0BE_rUl#Y6kKg#^GSha~-~EAovSjD6s3C$|7HtHT-pJy3GCT+CNmJJFh28dtQPE z`^aO0Ea@W;39_h*=_*gEQV{|up!j~Ub<#hY?7ZFU}wp&#uvu|HZkNNoG<{+vh!6<4YHt$N07BXxm_y@OhngU+6w#y9Q{t}+4h+EoKD*>CD}`gQdkM~!S0fkN`U)MC`JAy zY?=hAcW`s$9RRjqhf!>lR~}^)kxO}zumB&!GNd#GxX5Fw0apMn=vEF;qLv`3aMVkV zR;YyWo~{N7N-uF*hEySB2xuEYo~@%H%+^V!va>bFhz`{-d7Fk7OSN7)VN~^lNM;;E z*b(30)!oI&1uultD}*N?jAL{W7dVMQIB!DuQ-uPk>O4T5%%0thf+%)gO{bY4H@6^& zl0$j(TtFK#2uQ&k-u`%hsXMGH2fLH((Ew2X9R9*46o9+Zs?GLfY10~eU@m?5g9ks@ zbo}{yo3q<KA6m z*N)C-gK5WwjN@v`adoYC-%^{g)c>2Me&_t&rQJ&@i~HX#_4%EbcQ2E+Uptuy zADa+{T^t zJD*0=_GU;>9Mv0j>vcO!+R+A~y`pX-wjSI0QM#gS&HS~~1F(D4zuCIe@~r&v$7%OF zIET5mW;(FfWbCe#-IZirZ-B^eVe!);q8ABsi3Ye)i@JIj#uLzZBV`^m7!ku*egGP@ z42>LEm{*~JA+Q{Dy=HIi^l5j^X1(6!!YQLC@8aF%f_r&9hA-JL7>^@P$vwMVts#sK z;g;fMmsZEHnuM3TJ&BWZZ^?#{w9{_~q@&vigjNw1tm z_3C6%*pYIS!5`Z7A*5yoq~yqp;gex8!ry|sC@tceav4<;c6%-q%T(wmz zN$jqj^0d7z$+jt&)=o1R*3vp0t@8!aJLT2z24PJLesFuyLR=2r>M6EjNEn2&94htB zWR>eDIJdBX7_U64K}>Q?Qeb1xyYj%rn^%Gm6OzA$N$jm~YyhD+LO%pvPmBs!D7aek zO3cA7(2g=&E?JaW1z_-R;4fT(0-LY$;ZGm@G;OcP*Pe!*)@LoBQ%^h7&P!{i7xs#; zoK+j%b#L0)l(aPM+e;rVKUjuSOR=ui_#R1%PP3+ zizGgI<;Wu0v=A!qG08j}osT0?*>Kq9vf<^}1kQ#{2cN~>MfYF;2Oi;{z}tsLk|YmV zqS(61>=#*9nS++jB++W5I?=Y9PuWemRTivUJzoY8^*Fw;5r>QFk zma>Pw2fo#TmsAOD+qwOcfY)I&QGRB_x9-c7olBLSTOB=MOCH)D*ba?`I%akBIaPDW z5VbAazAYbaRUb6A?|FB`0_7|)@S<;baI}d4N7X$szsdf;v^TKD{ zPrBu1+d+NH_RqF{mZ=|1)ek1Av)P&Zz`**z3iI4B@9cA`1?IJ%+gsUPk((RJ~&YfrAp&GrKNW~DC3O|yaRqz$U-w(VQ? zOx2ZC)s-Yw4svDKsuWuV=57Q5%AZqpVDAR^o^=;gfoAPN#o3McdOTBcF;#JK)tA-e zgz&V{#jN_CQ)j^n^=;eHttf7t(Vv+W8EmIJ>4>7}+9QjBh7TGn;kkHB&~(|6%|Ks1 zW=rUP@~D}m8;;6Yx|cjEBkA@dhNf$dZAQBJ4~I8sqNsAyoHR8b5k|6c-|AQ$d{GDP jKl8%b@X5_X6Lfwn;4rh+c(aB0vc-P$vhmAHB$WRT0G}Z0 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8deb0a3ebea9d785b1007f095ad016a9b91500e0 GIT binary patch literal 9114 zcmd^FZ)_XKmER?IS4)Z#B~h{{>rdoZYD~)#>%VdA#J2uWvSOKvB{_-cIy{=YiYZg1 zI=iwhmbyBD(W7(CB?fY^1r(4!6sQCjjeB>%wLps&{Z!z-Xis*jE_{a^t~fy73`++T z{&erna+egdiG9Hx?!yhpH~-$u&b;^LH*aS5pQ@_d420gEzrOsh%?$JJm@xxiNNj!x zi93vokr;_hGBa$1Wf{pSaY^S47vWgO!3;4Hf0K~}nZNHeT15m}S^=eENofTwbwR1S zq*RnDZ!!_ryk|EfJ31I5K>rRXVJDd%9=^t0cTO_b*g(|=b{$~#s`q6znpUPR$5K*K zj+K*iA%xRdG&HSb+BjufuNF5Hz5Qo& zu5aXgNau&fLZPtE^-uPOb>~=UK(9F4I}{2}^y~?@Ag+K|l8JCl?8M8PNTt^>^ z?)80=xs|y)u=M8Qo6B{JqnfvCS^fNbE8qLY#BVPA@`4sTt$Bx6#bHAjr4vJR#{cF` zARr7DrU+{f><;oqfHFr0tk$YAw+Y}@Eg{%VyrkA4d|B|lqDf3C*oQjprFK-@t|2w6`7DO2AN6cyEntbNGzE|3>eU%vUU20zc?5(Va4j%Y1M zR-2D#o+DqWLJK?KNtO!7AoJf^h|IJddO5Zmy&*0qIS9QQ+a8sVvjF1Ml`v$31F_+w@LMD7L=kO0cAM!MEN zN0c;qD-GxIL^`Fj@9OMiz_42qMjmmtP^aLNP1Dsq=&qSnnR-*wrKRZqDz5f0TJ3hZnr4gEN6nVX zcDv2$KI+0yeH10zY)aOqG7h~d=&K-B_*N^ML7-K>ueRcEY2vr;U0uHZNId%GO%72G zCB69vAaFtjY6M%Ea#<(ffyrVoQw}i4IyG9XOqMfOzyhD;ZIQx34KqkqKx{aDyP{kh~29n5ZAl zUf0?AqUH!HQm-{Sk|j%B3eFeS2nOSjSQR%EYOrP+Om%K6o`F`%c_6S->@bM>HyxU< zD*S=_MA4_#=|RElRdwk6>-zx+?EHsn-A<6 z`nBV>=@)HtLBO--l|5iVb@nY6Dzbc5$UyrAG4%$XLMeAsiAC3xj}1?$aCKYQKcNQ! z+P(yBo!_7>4{Z@QizJLVmm8lEAAuaLSRez>y5Hf3K+>u>%WZf68GMdlgX4yQdh$Q!q_g-ayrP*7YpHakJOHlE1H z#@eQ<{4Hpq^ZlcvV*~om!9+4yxN;huQ)lPY{>w2Ei^C1HO`YYB82$@I3RmGY1Gl|$ z5h-*ou3Sp!-ng7hDsW#ERp@<|?lTH5$#|ZL8fc)qr$~ARPO)hs>D2~Q$LC!uU7vTabZa|b&3V5tZlRWD7H5{Fd{4jD)1U7NY4B?c{hrI8zNnqPm_HrW z;MW#i6`SE`_UZnQUR!T!%{TREO+C3c*IW0k2K%(uzFXn-s@hM_eKh&FscorwvH9M) zWp=G;FLHeQYwGsh3ezp_Pw12F(ZoH=J0AERq<%a7P&`*!R{xJ}KW|&x-}~DWtK%0R zitiOh@+VJi-m@2ug3Cu99C_q9_Jn6V#yxVp)W@*U@dy7G=xAccF?%$lC})E_cGzX# zgB>TuA|ds$g+;w3tI`Jh;QrPgYi)4LT)kh3&o+3zAf$#Yg!tbY%L_^o#`0oVDP;No zF|6Fy7hoP=j(H>sD?8vRcVW=2Cx~n0FOX0_CWa{rc$YARUL%FAf^S14EI5S(9eyGs zxr`(M=0m>;%sdj``EQl z`W;MNL^6#eiDVW@*=xU7unb8H{FSpnZZc0fH}8MyXZbhTr-G9|%Wk@zynoZ};(IoC zP{KjVBk+fx)(B8hBl53p)(iYw>}E|He|+;4+sH@R%>yjoY0MG(-}ctTI`~9jn|z)# z{6T#QFmljUSumX)g`H4%b{>@-$*F>_VC!m`QDM}L}={na2OJA zjg9t)#>a=lLj*OdyC&vmW#bbDr|y`N3~-a6YWqb-y_||&O3KlzaGgQYaamCksrSh| z@ckX~E&_qYQsMcl><8J^ism05&hI{??LPEy_mOpP{S&T=Z+KkWc9*QxzMK;tqc62v z^X|SkxaRH3adeHfXkyE{rw*>8KRcZF9oOLJIljd^UG6P6Q`4}m0YKqro%y_Ez9&w`bNtU+aIUZaY;v{orKb$bH~bME?1cCkeKr1*-e8}f`JLa}x7Yc*01Gq> zUo8kT%GEe22(@x}W;RV!Dh=JZZqtSIrD-{?8s8AK!z}5_qZ2P%m(Rr4jV~BZkiP^z z(7kb3g)y+~6OLoM|Ap)LPY=V^ZwVq>le@abK(w{P$-abXh_>A04z@ElwZ&k(ndEBO phCe^K$TOnvDdS+fw;U|r{lp2WX9}9}hr&VT@5K|&U$ZBi{{?-`p??4X literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py new file mode 100644 index 00000000..11ec695f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py @@ -0,0 +1,102 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +''' +This module generates ANSI character codes to printing colors to terminals. +See: http://en.wikipedia.org/wiki/ANSI_escape_code +''' + +CSI = '\033[' +OSC = '\033]' +BEL = '\a' + + +def code_to_chars(code): + return CSI + str(code) + 'm' + +def set_title(title): + return OSC + '2;' + title + BEL + +def clear_screen(mode=2): + return CSI + str(mode) + 'J' + +def clear_line(mode=2): + return CSI + str(mode) + 'K' + + +class AnsiCodes(object): + def __init__(self): + # the subclasses declare class attributes which are numbers. + # Upon instantiation we define instance attributes, which are the same + # as the class attributes but wrapped with the ANSI escape sequence + for name in dir(self): + if not name.startswith('_'): + value = getattr(self, name) + setattr(self, name, code_to_chars(value)) + + +class AnsiCursor(object): + def UP(self, n=1): + return CSI + str(n) + 'A' + def DOWN(self, n=1): + return CSI + str(n) + 'B' + def FORWARD(self, n=1): + return CSI + str(n) + 'C' + def BACK(self, n=1): + return CSI + str(n) + 'D' + def POS(self, x=1, y=1): + return CSI + str(y) + ';' + str(x) + 'H' + + +class AnsiFore(AnsiCodes): + BLACK = 30 + RED = 31 + GREEN = 32 + YELLOW = 33 + BLUE = 34 + MAGENTA = 35 + CYAN = 36 + WHITE = 37 + RESET = 39 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 90 + LIGHTRED_EX = 91 + LIGHTGREEN_EX = 92 + LIGHTYELLOW_EX = 93 + LIGHTBLUE_EX = 94 + LIGHTMAGENTA_EX = 95 + LIGHTCYAN_EX = 96 + LIGHTWHITE_EX = 97 + + +class AnsiBack(AnsiCodes): + BLACK = 40 + RED = 41 + GREEN = 42 + YELLOW = 43 + BLUE = 44 + MAGENTA = 45 + CYAN = 46 + WHITE = 47 + RESET = 49 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 100 + LIGHTRED_EX = 101 + LIGHTGREEN_EX = 102 + LIGHTYELLOW_EX = 103 + LIGHTBLUE_EX = 104 + LIGHTMAGENTA_EX = 105 + LIGHTCYAN_EX = 106 + LIGHTWHITE_EX = 107 + + +class AnsiStyle(AnsiCodes): + BRIGHT = 1 + DIM = 2 + NORMAL = 22 + RESET_ALL = 0 + +Fore = AnsiFore() +Back = AnsiBack() +Style = AnsiStyle() +Cursor = AnsiCursor() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py new file mode 100644 index 00000000..abf209e6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py @@ -0,0 +1,277 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import re +import sys +import os + +from .ansi import AnsiFore, AnsiBack, AnsiStyle, Style, BEL +from .winterm import enable_vt_processing, WinTerm, WinColor, WinStyle +from .win32 import windll, winapi_test + + +winterm = None +if windll is not None: + winterm = WinTerm() + + +class StreamWrapper(object): + ''' + Wraps a stream (such as stdout), acting as a transparent proxy for all + attribute access apart from method 'write()', which is delegated to our + Converter instance. + ''' + def __init__(self, wrapped, converter): + # double-underscore everything to prevent clashes with names of + # attributes on the wrapped stream object. + self.__wrapped = wrapped + self.__convertor = converter + + def __getattr__(self, name): + return getattr(self.__wrapped, name) + + def __enter__(self, *args, **kwargs): + # special method lookup bypasses __getattr__/__getattribute__, see + # https://stackoverflow.com/questions/12632894/why-doesnt-getattr-work-with-exit + # thus, contextlib magic methods are not proxied via __getattr__ + return self.__wrapped.__enter__(*args, **kwargs) + + def __exit__(self, *args, **kwargs): + return self.__wrapped.__exit__(*args, **kwargs) + + def __setstate__(self, state): + self.__dict__ = state + + def __getstate__(self): + return self.__dict__ + + def write(self, text): + self.__convertor.write(text) + + def isatty(self): + stream = self.__wrapped + if 'PYCHARM_HOSTED' in os.environ: + if stream is not None and (stream is sys.__stdout__ or stream is sys.__stderr__): + return True + try: + stream_isatty = stream.isatty + except AttributeError: + return False + else: + return stream_isatty() + + @property + def closed(self): + stream = self.__wrapped + try: + return stream.closed + # AttributeError in the case that the stream doesn't support being closed + # ValueError for the case that the stream has already been detached when atexit runs + except (AttributeError, ValueError): + return True + + +class AnsiToWin32(object): + ''' + Implements a 'write()' method which, on Windows, will strip ANSI character + sequences from the text, and if outputting to a tty, will convert them into + win32 function calls. + ''' + ANSI_CSI_RE = re.compile('\001?\033\\[((?:\\d|;)*)([a-zA-Z])\002?') # Control Sequence Introducer + ANSI_OSC_RE = re.compile('\001?\033\\]([^\a]*)(\a)\002?') # Operating System Command + + def __init__(self, wrapped, convert=None, strip=None, autoreset=False): + # The wrapped stream (normally sys.stdout or sys.stderr) + self.wrapped = wrapped + + # should we reset colors to defaults after every .write() + self.autoreset = autoreset + + # create the proxy wrapping our output stream + self.stream = StreamWrapper(wrapped, self) + + on_windows = os.name == 'nt' + # We test if the WinAPI works, because even if we are on Windows + # we may be using a terminal that doesn't support the WinAPI + # (e.g. Cygwin Terminal). In this case it's up to the terminal + # to support the ANSI codes. + conversion_supported = on_windows and winapi_test() + try: + fd = wrapped.fileno() + except Exception: + fd = -1 + system_has_native_ansi = not on_windows or enable_vt_processing(fd) + have_tty = not self.stream.closed and self.stream.isatty() + need_conversion = conversion_supported and not system_has_native_ansi + + # should we strip ANSI sequences from our output? + if strip is None: + strip = need_conversion or not have_tty + self.strip = strip + + # should we should convert ANSI sequences into win32 calls? + if convert is None: + convert = need_conversion and have_tty + self.convert = convert + + # dict of ansi codes to win32 functions and parameters + self.win32_calls = self.get_win32_calls() + + # are we wrapping stderr? + self.on_stderr = self.wrapped is sys.stderr + + def should_wrap(self): + ''' + True if this class is actually needed. If false, then the output + stream will not be affected, nor will win32 calls be issued, so + wrapping stdout is not actually required. This will generally be + False on non-Windows platforms, unless optional functionality like + autoreset has been requested using kwargs to init() + ''' + return self.convert or self.strip or self.autoreset + + def get_win32_calls(self): + if self.convert and winterm: + return { + AnsiStyle.RESET_ALL: (winterm.reset_all, ), + AnsiStyle.BRIGHT: (winterm.style, WinStyle.BRIGHT), + AnsiStyle.DIM: (winterm.style, WinStyle.NORMAL), + AnsiStyle.NORMAL: (winterm.style, WinStyle.NORMAL), + AnsiFore.BLACK: (winterm.fore, WinColor.BLACK), + AnsiFore.RED: (winterm.fore, WinColor.RED), + AnsiFore.GREEN: (winterm.fore, WinColor.GREEN), + AnsiFore.YELLOW: (winterm.fore, WinColor.YELLOW), + AnsiFore.BLUE: (winterm.fore, WinColor.BLUE), + AnsiFore.MAGENTA: (winterm.fore, WinColor.MAGENTA), + AnsiFore.CYAN: (winterm.fore, WinColor.CYAN), + AnsiFore.WHITE: (winterm.fore, WinColor.GREY), + AnsiFore.RESET: (winterm.fore, ), + AnsiFore.LIGHTBLACK_EX: (winterm.fore, WinColor.BLACK, True), + AnsiFore.LIGHTRED_EX: (winterm.fore, WinColor.RED, True), + AnsiFore.LIGHTGREEN_EX: (winterm.fore, WinColor.GREEN, True), + AnsiFore.LIGHTYELLOW_EX: (winterm.fore, WinColor.YELLOW, True), + AnsiFore.LIGHTBLUE_EX: (winterm.fore, WinColor.BLUE, True), + AnsiFore.LIGHTMAGENTA_EX: (winterm.fore, WinColor.MAGENTA, True), + AnsiFore.LIGHTCYAN_EX: (winterm.fore, WinColor.CYAN, True), + AnsiFore.LIGHTWHITE_EX: (winterm.fore, WinColor.GREY, True), + AnsiBack.BLACK: (winterm.back, WinColor.BLACK), + AnsiBack.RED: (winterm.back, WinColor.RED), + AnsiBack.GREEN: (winterm.back, WinColor.GREEN), + AnsiBack.YELLOW: (winterm.back, WinColor.YELLOW), + AnsiBack.BLUE: (winterm.back, WinColor.BLUE), + AnsiBack.MAGENTA: (winterm.back, WinColor.MAGENTA), + AnsiBack.CYAN: (winterm.back, WinColor.CYAN), + AnsiBack.WHITE: (winterm.back, WinColor.GREY), + AnsiBack.RESET: (winterm.back, ), + AnsiBack.LIGHTBLACK_EX: (winterm.back, WinColor.BLACK, True), + AnsiBack.LIGHTRED_EX: (winterm.back, WinColor.RED, True), + AnsiBack.LIGHTGREEN_EX: (winterm.back, WinColor.GREEN, True), + AnsiBack.LIGHTYELLOW_EX: (winterm.back, WinColor.YELLOW, True), + AnsiBack.LIGHTBLUE_EX: (winterm.back, WinColor.BLUE, True), + AnsiBack.LIGHTMAGENTA_EX: (winterm.back, WinColor.MAGENTA, True), + AnsiBack.LIGHTCYAN_EX: (winterm.back, WinColor.CYAN, True), + AnsiBack.LIGHTWHITE_EX: (winterm.back, WinColor.GREY, True), + } + return dict() + + def write(self, text): + if self.strip or self.convert: + self.write_and_convert(text) + else: + self.wrapped.write(text) + self.wrapped.flush() + if self.autoreset: + self.reset_all() + + + def reset_all(self): + if self.convert: + self.call_win32('m', (0,)) + elif not self.strip and not self.stream.closed: + self.wrapped.write(Style.RESET_ALL) + + + def write_and_convert(self, text): + ''' + Write the given text to our wrapped stream, stripping any ANSI + sequences from the text, and optionally converting them into win32 + calls. + ''' + cursor = 0 + text = self.convert_osc(text) + for match in self.ANSI_CSI_RE.finditer(text): + start, end = match.span() + self.write_plain_text(text, cursor, start) + self.convert_ansi(*match.groups()) + cursor = end + self.write_plain_text(text, cursor, len(text)) + + + def write_plain_text(self, text, start, end): + if start < end: + self.wrapped.write(text[start:end]) + self.wrapped.flush() + + + def convert_ansi(self, paramstring, command): + if self.convert: + params = self.extract_params(command, paramstring) + self.call_win32(command, params) + + + def extract_params(self, command, paramstring): + if command in 'Hf': + params = tuple(int(p) if len(p) != 0 else 1 for p in paramstring.split(';')) + while len(params) < 2: + # defaults: + params = params + (1,) + else: + params = tuple(int(p) for p in paramstring.split(';') if len(p) != 0) + if len(params) == 0: + # defaults: + if command in 'JKm': + params = (0,) + elif command in 'ABCD': + params = (1,) + + return params + + + def call_win32(self, command, params): + if command == 'm': + for param in params: + if param in self.win32_calls: + func_args = self.win32_calls[param] + func = func_args[0] + args = func_args[1:] + kwargs = dict(on_stderr=self.on_stderr) + func(*args, **kwargs) + elif command in 'J': + winterm.erase_screen(params[0], on_stderr=self.on_stderr) + elif command in 'K': + winterm.erase_line(params[0], on_stderr=self.on_stderr) + elif command in 'Hf': # cursor position - absolute + winterm.set_cursor_position(params, on_stderr=self.on_stderr) + elif command in 'ABCD': # cursor position - relative + n = params[0] + # A - up, B - down, C - forward, D - back + x, y = {'A': (0, -n), 'B': (0, n), 'C': (n, 0), 'D': (-n, 0)}[command] + winterm.cursor_adjust(x, y, on_stderr=self.on_stderr) + + + def convert_osc(self, text): + for match in self.ANSI_OSC_RE.finditer(text): + start, end = match.span() + text = text[:start] + text[end:] + paramstring, command = match.groups() + if command == BEL: + if paramstring.count(";") == 1: + params = paramstring.split(";") + # 0 - change title and icon (we will only change title) + # 1 - change icon (we don't support this) + # 2 - change title + if params[0] in '02': + winterm.set_title(params[1]) + return text + + + def flush(self): + self.wrapped.flush() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py new file mode 100644 index 00000000..d5fd4b71 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py @@ -0,0 +1,121 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import atexit +import contextlib +import sys + +from .ansitowin32 import AnsiToWin32 + + +def _wipe_internal_state_for_tests(): + global orig_stdout, orig_stderr + orig_stdout = None + orig_stderr = None + + global wrapped_stdout, wrapped_stderr + wrapped_stdout = None + wrapped_stderr = None + + global atexit_done + atexit_done = False + + global fixed_windows_console + fixed_windows_console = False + + try: + # no-op if it wasn't registered + atexit.unregister(reset_all) + except AttributeError: + # python 2: no atexit.unregister. Oh well, we did our best. + pass + + +def reset_all(): + if AnsiToWin32 is not None: # Issue #74: objects might become None at exit + AnsiToWin32(orig_stdout).reset_all() + + +def init(autoreset=False, convert=None, strip=None, wrap=True): + + if not wrap and any([autoreset, convert, strip]): + raise ValueError('wrap=False conflicts with any other arg=True') + + global wrapped_stdout, wrapped_stderr + global orig_stdout, orig_stderr + + orig_stdout = sys.stdout + orig_stderr = sys.stderr + + if sys.stdout is None: + wrapped_stdout = None + else: + sys.stdout = wrapped_stdout = \ + wrap_stream(orig_stdout, convert, strip, autoreset, wrap) + if sys.stderr is None: + wrapped_stderr = None + else: + sys.stderr = wrapped_stderr = \ + wrap_stream(orig_stderr, convert, strip, autoreset, wrap) + + global atexit_done + if not atexit_done: + atexit.register(reset_all) + atexit_done = True + + +def deinit(): + if orig_stdout is not None: + sys.stdout = orig_stdout + if orig_stderr is not None: + sys.stderr = orig_stderr + + +def just_fix_windows_console(): + global fixed_windows_console + + if sys.platform != "win32": + return + if fixed_windows_console: + return + if wrapped_stdout is not None or wrapped_stderr is not None: + # Someone already ran init() and it did stuff, so we won't second-guess them + return + + # On newer versions of Windows, AnsiToWin32.__init__ will implicitly enable the + # native ANSI support in the console as a side-effect. We only need to actually + # replace sys.stdout/stderr if we're in the old-style conversion mode. + new_stdout = AnsiToWin32(sys.stdout, convert=None, strip=None, autoreset=False) + if new_stdout.convert: + sys.stdout = new_stdout + new_stderr = AnsiToWin32(sys.stderr, convert=None, strip=None, autoreset=False) + if new_stderr.convert: + sys.stderr = new_stderr + + fixed_windows_console = True + +@contextlib.contextmanager +def colorama_text(*args, **kwargs): + init(*args, **kwargs) + try: + yield + finally: + deinit() + + +def reinit(): + if wrapped_stdout is not None: + sys.stdout = wrapped_stdout + if wrapped_stderr is not None: + sys.stderr = wrapped_stderr + + +def wrap_stream(stream, convert, strip, autoreset, wrap): + if wrap: + wrapper = AnsiToWin32(stream, + convert=convert, strip=strip, autoreset=autoreset) + if wrapper.should_wrap(): + stream = wrapper.stream + return stream + + +# Use this for initial setup as well, to reduce code duplication +_wipe_internal_state_for_tests() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py new file mode 100644 index 00000000..8c5661e9 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py @@ -0,0 +1 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ca7ed3891ca741e4eefa141ac7222723154421a GIT binary patch literal 224 zcmZ8bI|>3Z5Z(9z5%wS!yMx+_Ac~D>Wn&fMI=aDRCnRxYD-YlSJcDQP7@k1vtjt>a zV0a%Mym`cNHwu`f*L)H9S(|^nTOqkcRn%jvdt@8Iz3a~B0y$}fy^ubK8M>n<1JlhM zmb5!5Ox8rofz(E!#=<8Vot>y4EwLy;$t{@5=Tr>S{s5fxm>7{A#Q_}{X@G~?jx1!P m$O6RJM*6ojw(al_3+HO_YBI)bGpH|qyFT*( literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b351898b7d55b2b0f16f88ce36c4b7c4b69a0d3 GIT binary patch literal 5493 zcmeHL&rcgi6rT0&ngs(1Av74%mNZFQC%^`9LrkKy4mgAc9ElL6F$c?GH^Jcby0c4C z)2iZ-N~xNvM}!n9RH{@W`Umt6=&dKWpror-t&~HR8-kp2>U%T(jg!j9R_x)ud2i-> zGqW?h-<$clsi}d$6YBkH_K=5=r)cCKIakY{bbCnpu7K3Xpjoy;A~hb-!-2mI|tJ70=6xyUHd+;@pqr@Pig?vFO> z`!r?#T|%hhBD%PqYc7zCkP-a#&(MzeU5+xPTlR3=(jCc&CsNN`;P;D;bUr>a??@L+ zsyp%(JCoG?g5wFLti+UgEs+}NpUDMeO2`>I$Dyzc6Nm~LiMll5E{Teo3#6opAZ1Mg z>DFYBbs4w6&QVxM7{W|G28O~Hi4)oR5yUe2jLenRf)5`%H&rM}+(XEmJ6|g5^&Hk# z^1gMPBs@Ybk=e3yTwcB^a)vw-B7V2i9Jef;+7Z(Zf4mS+I+C49>yBt;EXQrxnz>-p zdWgpiozh2wBUyU#riFv8@0l{qq@^Z| zbW%6;l-)C9-m&5twfDB3x~(P?H`H{-o;6bgy?y`iAJ+0yN+>BZ*!I`uNU8AfNF0R z*MNVmqH{2{h8ply*hTZyfbXc%e`5{!&MNq(8t`va!8g}{@2Y~|R|Ed7D){|1;Ez_p zw-oUi;y(~slzr0!Ck>|hxa#L>fU5vk?{RgCt3j@UOa(bS$l*Z_4{~^r!-E_i{#hojczC>OMUGt?W;o@N^hyJT07s0Z*^`%=__sLUGc7dxS^<}zRs1-)x`~^ztmT) zU9~>)z8qciQ9t&c$a+t#!MIPC#C+`aXTAP482PC(Z}qm_S#S3mj6PV__ITENd=17w zSmy1?dVAJj20Sy!kD+>7-rJ^fdXHE4cy-s0agSGvyzr9aQ86#v1~@SWI57q|F$Op>1~{(AsVIXBq-94H1}z5KKc1rXdK^5QS;vSNb{( zl41%^F^{2dqUb_#7zO4Q^au*f66i4$Z=-kz1)TE<^`pQOI6Z-)8$}O_UKEvQ9L9Ti z%6}>El~<||QaV-t=$a(QwhH14?1Ph!rv zYcIEA4##e(N;Y$6SrS)K8^+yy4n%1d*Y*&zsj;$*t?l9Ntc&|Hn@S&BqljN|lvpek zH}qJ{X^6!Pb~yv(##jt5eRvJU;~Dj#z;B86p};$oM}&o8R}U2K6bTb}7`CwWU9v4n z@|o>Mmwb4;p;ZoUcelzzJKdt(&v6LB0pR^zEauV@pb|Ec;&8RY z|1p@rQ}%{E=(No{c&o?mqS!47#XOg?+Yvn0@o^1eX$S@0b+7@yP|ot{o}=%B53jAP zQ4m|AAP7%M!=L2H-{feP9Q}hF`>VO-o4GINmOM}Lh3D?GLjS!_o)b`8p9@54ytnv^ R=>1JnzPPX@5~+iA^bhE^jo$zO literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b1e891625601715c50f57980b2a0971ee16ba0b GIT binary patch literal 18129 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 RTt_3^P!-t5Om3wC{x8N&z4QP8 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bace77e6aa35b9096e28e297fd7936ad6e71e193 GIT binary patch literal 11774 zcmd5iTWl0pmbbdP+SM=91_QRoHth$5HgVutLZ93+x^;G zWxzc~>yen(;fFsPGx7+nR(sB^ zs;=&K**s=e$+djC>ORiB_ndRj>(+1meh-1t6aL`rdkuvA5ns$A7!OPT3lCF7A`+J( zQT%nJxU?hcNb^xX?Tk7(;>KD&C8S+ZSGp=%#SzIV2`Nw78}+hhSIU?6NB!yQXmxsB zbRE=HNn$FHu8G#9*GJcLL?*-A%!#evXf4!tSnuXjbd!U;LnQYlB6(!T=e%AY-OOse zQ0ptHt&{5||HyVisOTUv|G9yLBV*hc*G6QqolsmQ?!ayB;1s!%I8QF{r^tCORQ(7? z4TN}29F!IHKwObEXF8tDXdY!GnR_pjk`*Q7(1cuEO`O%7{n^CGBL@r#ahm^xO67R^ zB#q~CG6fXQWG1O)*2**VPk zZg$mwhyCU6_-0Z|;y%aiK#?4minY-yiN8dmqT~eVmIQzv!0(k@pW`B-us7f}j4{Tu z8n@)JY9!#8IZx$p)Mty&S2Ehaa&*)$Rl{1UrF8(;NdbTXsRm$;v>xDkhI2#N8f(or zX`>Ck4QzzfXOq<@TFcrt7suC?v~3)#4>f4wVPH7QO@6a7ri2w$%8shRq!P?z)nGiR zs$&U*Tn5buL6Kf+2QWp($#7{a>tZnm#F$KT10ZLCxT45Z9muM>s7ceD=2Ya=kb=X5 zPyab`Hk+0sL-C|~Hqt9ABWgAmIdG~k(w~(^Q*zf}Hk(o+$#gCyr{#>=l>nKHk43`g zwUu_a4%-(BZjYVSD-vLdz6U zi_|fNha;*XY=o#z9FHYts0pYO^_sF)Q{4eQ=>}+@c2OVvXx=PMo`ExnJkxmKpXM@N ziY+pwtP+0dMi`?LoNmV9qAJH}Z}xm9UsK$$Syc}mmNo&HAos;>v*Pyq8-rK)D<1aq z3lGKivYq3RW|DCn_Pm;8SbHBX?j6P%MK#p|sB=?sa;wN#38o^&Oguolq6(3UDwtui zQ6uU)b6g2dyVaotuwtqUi8r5K2)EsOSK@YBxW`CH7|7QdXHz+w9ZgBW({k`UQ`-`2 z0saP8wyZxLmx9JPy*JI9bvVMP3%NC~enJl`a7JkpY?C%4XhaZ1umynT(R&TjQPAy4 zC7A*JpGnBnjXf&G%ddAfPJDh-QO3&ZaT?_;fC(}$`sT#Cf>?KR!$%DtHr)F0-R>XF ziv6osUtM>3-A&J}U7zm$WcTfhGj%_l_XVHuoV)db=(B746Sl1sT|8b)bZ@}JcT;ph z1o(k`W4Q>RiY^fYY%LLk^45?`6HOMc%HK*BQq+9;`U=KbS{&UXr4s<--Btf(|MkSw z@U`JvJMKpMXT<^FTt($Qae&c3-()J|aI&a|!&C-+8;hq>PlLtgcm@=D7W|N1-C=<7 zT#{+)1k74is^D!2kL?sVPt%Tp!D+BP8W$^3cu&Q>sd)Od6yH~(@XV?mI388=&j?%L z(~#{Fy~lfM=D=oO$M2`e+v*reOdj%b~BryUj|FpmZk!reure0&0p% z_5!?=nio)*hN*d-fQdnAX2mi)V5*B|#B41!)!<{oU#Ze*BRgTa=N%k51vt@|>mDZ% zS94_4X`WUCB8sY(z5-y{LD68)2ml3F9SrJrW)s?56e3gw%CXEz-KorPDGHW-2lTEL zB*X-HB9iLb$=(lsvPc~6mixZImA-jjV9wWE@HNl+g3AKbE@KmGf4YP^_R9BO<-ZW# ztXi8r^fl=ELj2i<1HQxjq2GrEmT?DIM z4J%DtvmFTsvPB7hWlic?9T{)%+<>>`-!S>k2QfyLzl3bFfUQhJkeAaCmQyxtlTIaarlV~2-uV7_Gy zUg=#>1e7BHkV~6yIA{D#i$rjDFg8JC;IEnUH5GhKHxnNXe>gnr3o#W{RwOs zjeM%0AAhCC-P6o}*(~(DQe}Sz#-UdkGgndflH)dS5%sU9@AC1e5BHkE&T_ zsp%U~wSvOiObYjy{XpaEioYk7Iu65Mdxg_#5*I0YY-p%d8JjA5#|px(-uY-bQ4Ir&`g&5n z=WAp{T}@@iINRWO*GAh)GEgI@`=;eiR=VT1ISp^@H=LvBIQJbxQcjmifp&8`f=J1Y3O z#v<~&USj3Pah*s+Bf6?Di1jx+3fl(miN|zDd|T1Y1@9Vs>=UwjKu`7!$`{lgRi(+( zqpF*sVI=gJgxW5L&W^TfyXb1iQcTHc&#+I^>I*0+zT z8Em?7YOd+^LeuMC#0yPt+^H!v?YVQb&~)gl_F3Pt=jycV#wnKx!bJv66TA2A8vfTc z!rKj12}5zfVoN0TEvPM5GNvJ2EuylbtnZNY>T;{g-^)s`$fS1_OxCWS6{d3C?! zDRZt^r{^UxdDp`90_W9NdR`x)0joH)kMO8HLiO192;F5m2mnkM3!MKBp35S%&1FaN zz}a}_jEw1re9-*S>N5R*pGcU@h}EAl(|n+Q zF0j22*#22fA+Y1Ko;HdW=@?93Siz88`zq@m7$vXp6=qCm#s|I!@*rHZ2L7+{Zz0>%afp`w_|1p+5- zxM@4A)#}A!G?}>M-|)hQYKWec7!Gq=~T@-ap1-nkNQ(!aF2* z_Qhgo8ub>+j$bj;t+|p)9B#X49jt=3Ai$g!%YafmuXHzp{RrMha1g;^1pNr!MQ{p1 z41tWG!u_nlIt1(CUulBFd5Qc%SU1T}d9Hcp0xg9=%S@o{?$&)X!u~~vLkKSM#Pt@p zfRB$wUTAsjaS5%D0}kOBwq_pY~NM%eMS;JNGVn*Jvk#U8(3c;nEFaCp%HBM`$8 zPRE0=bHN3*i=K+Xg~2iOwWD<^mAb zi+ProF!;2tjxm^s@^}Fpb;6~mAn|zdYnlVR{xwfe)HUV`RcZA{;Eua5dBKR9iaxKR zmc=yaE3jjairW6zTh~S}eW6Fc2iR9c(ykagl=kMMJeVS?C@N;&S+VepvCkhaauVN5Cb_@=PeT6HsiL}J zMRLCH9OB>{h~@}%Yhe!<999%-j}EX-*4x^9yXYusw^{Q={;x&F@e;@OvXizvlM^

    )4hih4y^dq1TZN_yIG{oA3;UrLo1lnwl%fR%4UUdBsh&xQl0%&&IZ#`zKs z+DMBvzA_k? z*?E%IwM>sOWkd|U8dg?%n4m?tajs-;-rl#gFiTG8vG&}YrTt<>jmN%i z=wn%pK^7~8M2d~zn5MFjd7w#r@ljbFrJ2|{%%o|qp(G?XvK6U*@Ko_z0vZHR=Aep0 z@evunlF1)j%W^5IZL5|0Gts<{6Z``Jmg;C|{`XCjuKD2BN!NA%d{_6RYs!DkKO5+n z?+RPbO>Nit>z;@8O=X>TS{*7o|5E?NCgkWFq?k@ElO2=^Ja6op^OxKdxy+r=4L9>S zff9I^q*o4Zm!IEdyQ{VLJb_cBfaI{lhu-R|doS<3@q^!aTOax$E42-> zQdj#g_up*$sN=(qTO+f+?uwdwzV63PzrTHDhWXn4zpw3B68KH) z7fDOao&}L?te-l1?dbLXuWK8xAAuxV+qO?TKIxb|dcSq6@le}2TN|FQt()q<)_<~q8@~AQY+cWb zAYD1l1DLpMfg9_u_gRaxUFF9+ZY#gaPv>Ek2Evk>kyoWe`Py>OXM*|Mvpz5 zu*nEvx~9ixguRQ7H-tSHwfvAh>Fz2H#b^@0r;Wuz4TfBgLJAzEjG`||(Q{?tq~t?Y<*B&b9MOg@Pv2Xe0btI&2i!PFFYam`{W4!HplJxSbRe8cj1VGIDPNuf5+E< x?G%6Bx4;u;!=D#M1R`#DOgNk%Sa1e$=9Z@lu6k1J=_Frv`g`{BU+&=m{vY873o-xz literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1495ed3d63e892adc7ec6cdf11bc01b55c87d403 GIT binary patch literal 4930 zcmd^D-EZ606~7coiIS*Tv4hNxY1e5!T*bAh*iEvf!3z0nO@}7KVxYD5Ah0GID-k7) zq~pm*i($xs6fV#WLy-dUgNp{}3W%HlPbBK@X;adMFjr!>OrzA4Un0a1d_-e6>JMi~kts5<@M9cbiur6|Rx_X( z0o4yupb--+3bCLax=6Q$__qLo=SP9~11QZvxCi|nbF(85mK)*ZCbLoBquVpYf_!kA z>*ow%$baGqGNvgcAfm}Ja+;XTl8+&C;1exBW9P^cV|2k2W1JyEXNMHi)C_CZSk&mj z8+h{TKASVO?7KD#c$gSvLqkS4E*B84G(_ogPvfBCuJHgYF(*L)Y6rfva{V^@P!K=r z`k-r7SnIhPsR$<@MGmdZJt0hRT?#~XIgm{GC-3g$r_4&w;U26FivW=IPnVS4y5gP#k@gTIO24gfAyp|>RTuJ*1Cm-|jtgb@##1VB?2rIIMEzP)y}JP@ylGNO|}bP|Y8 zV%Hb|Z=E6e2h4Ozkmm_(3)76YYl5padN*y{{@IDrzA$nOhvKm?&zuWZ;E^H!1s%{}c?(Q4~mmiDC zKK9f8WQ6}x0PR79PaY0F=nkOX$0uL>zk(Invk6u_cZWZRKx=_@upL&X>hh3{?SpLV z(&Om*#~?gb^}tO4xaZ2f^eWq*PMbKDst7R9>j=1Qp;t^7nwIZF4bdqrG1VH03B_T( z)}VH;25GfJow09fHdeddDCO?^8w>Ak+FWvQf9v+t2LjgC8kAsRg+kljKH4eaS>q0r zailY4d^p(I-daBiP2q;GY&2qy1|z)_kZFx!5Y6N-b%;RCi@)LhY~)MoH9Ay^4&Ceh?eWhBE73%g<^IbX@$%8{ zRifv?c&F>vUH63heH;Ddp)-}}*;)X6)zD#$g-2`=5H%kRx6rmrXX>gqziXa{ovnxy zrjr_;JMO~XwU8uFG?031XOPs+(!ny^Uc#z_<>P_$?5Kzr6Ue+y8T zU)m>aTUI8(x%oQ~O?f-bxP{vf?*})+W$Bfw^lC|ZwJJ@Nq=~XLRS~BfMfp$eOB;jb zf$vraUMmf}Rvnlr4a}4WUayE38(!EiLhGTjG+vd?m!$JmDOr+|Wofb^PCd_>T96A) zGd0NcY32!)^`dd|%v6y5W00Tf4qS?bY$2V_DY}+U+o5z?r{4-d7t`sVE-G1P#*pwZ zUqk_)U5IfC#V86H#c2@h#K2IYm9cRcH55plCc<%xY;znxvMq9aVq0YSvF#8GLlBAW z5YM06Il%MNjN<}-h`Yj%HtBRMY9Oe#u$aqO2%mwWYj9`_EAZ{c$}i!!8~Sm?!052~ zMJtmv+o_$>I1Li|KN;QQ7`i%x!rT0=aKSl*?;A*ecmbOiKy0xL!+cFbUy)<~B(Ho$ uX8%TJxBU#0_{JY&rkP*$enYU|dYd7fczgM;Y~SBG;g>U8Ea8q&@BacEvz5#M literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d96122d37a4e777798eb1e713a0a0a98ccbcb81 GIT binary patch literal 2514 zcmds3&ujT@u53*PYoA z76mCqMirtGaB2E4L}{hodg&$SUO@B^ZKzbKRBCTVMoJU)(D!E7juWDaUOU#ldGpPi zAMcwt^ZZkHcZxtM`4aR7X1n?XHe?moMki zf8yvI4SLG1<5}0es^J*Z76U}R=&_13{qcojIa)zfG-@<^L0KdgDN&P@B$L)jN%p0j z93)|&WmG38r^+qk)&%HK6PSX5KFvwR$tAKxgBZ8$%N%X9oAcU?TeY;yM#Y=aPFwt{ z=hn1SQ)jgEt~qO4Ba^OcbFEUX*;dtZypggy#|>Z0U$dNRnq9f1)qHQpb&lspk7>N( zStB*0d=)(6TCGykbTBhrrj=dWWk%J|Jd1l=oAoL-&)57QUg3u4`8W2qUC4(>5;n*2 zNEgWJo=g)IQe27!s;)am)zbAKrR!C(L(tQ@{`st7hdnF}woFCQjiL)hyd@Cl2@rMC zl&I1d+FWxh2Op*Jz^S1lpCX1{Gz@3g|5JQ1e zbvV`^I)**lfb^I2 zXKdm0YEN(dWPN-smK56U@ePh~ee3N!-QB@&q4(t++;ZRwPPwDply)az8`>uB-)Whb zw${?yV?wgnE3h!!W|{juh;z?$XFX9{j4jEi;Uy2ckUTx=Za2V&<6Y0T7)>#&W*cQo zzvMGK@BQ%cF%TiEz5R>B4~7@cJ!vVc`}WsQ)hD6~S>AUr1faS-vC+gUa;wl===*=s z%?^TJ_?U!@h7SwqK&Y;>L&(}TUNbFT@fa$OVI#qBg4tm--9~W!K|Ul{D69Ri0iVUF zLW29VApq6w;s!ec6O`d=7ks7g=$Z`>VI-R!munf)fd}a@x1$fJ|I3gF-ka{lPH;j6)E{@@VY!j=I9If zP>AExk&}x79SwRunL2g0@acK|?1hVyADzxA3*$bC z!t55lE{U37o-tUJ1hGlP%RBkKwv4TLvEr%?aq$6%#f zxx%}2Ib9f*e^3eo%8x2&E3pFrt_&!Jq2$V70+C^*a6GZ1B>>N*gH-hY08%W&2n?i( z%kX&;5i4j2vzo{N_;7CVAROJ1DK^y;VZQv3je;?T0QW&OWJ>ApvBZ zMEmZm&k0n|Rf+cBe-HKkhDxNp&!ia5G-c2ls5R08OVHON475gXgdJ{Uha*g(M+Npw J0!<{Se*pX(Y0nvZ#)BDP zm8I26?R_}+&iy&}_@3|l-0MGvLIDD$uj}2Z+hIaJ#}BJ`DvhlVpz(mnL}oH1jy0QM zvTU5qa&a!p$9abMv6stuvfj8i>x=ssBJ;8*6UYYR!K@e;v!Qs1AuJgpviA;=eG2=S zD|3&Bl|!;{^E4q;V2Q##u58MX0#jgKC5mu@&>-+b{{AZeadNk3hP=a#lNl!BU&mD= z5zY`|ilz@FG{xYviB!%AXg5>&Yq^Y~X%W`ouc*nJh9{rUlT+&~EWs7mQ@H^(qf)aq zrWZ1b;e)=ILbJ(=FlJ>R$L|?D4u!-SnZ#KXT4o+Y9~POtL#&?==V8pFc++sOwI%(H z+8$WT*<2pPlbEJ+n5 z*FQZusnFrvq-uy%(Whxnx|PUGD-?gc5lm>BLiNG7rxO{&BTcGQfodWFrt6h7G|)xf z;58*PY522X(4foS9z(z;ZffwTLk-Wq9m^r`42MZ2l1`RKs-<>(bv zp3W$pF;&fI(Ns2{QL;)-?@X#QTA~o`x~1f9MKh_1XuhCNskz>+?w+WY(v{9UNRqgr zXwiHsAC+L5tkS53p(y-dU5i$bB;i+AzF-L07|x~iVm*k9z9ohuR_`GYR+|9wBl7G> z(|c#knQE zhm0o*XW<^_Ilm=N{Jot>*%1I{rYtuWplK-?hJ<`i=T4 zwImLH0ZfJ%+5x}NJtqDZ+=i=zIFOjQGuF;>l9h}>!UbRGs?1`3VMMBaVN@~;MA0Kw zyINb$#*Bpx)qbnBOYGeqL*3W8n1wTjf{Sop=VmaTs#)*4&dlU3xyyALt)ZsK-YPFJ zDc{I?1ZJ%N3(7kBe~KqY(Jo^V(TwI4&yAuFp(t@BN^4+Z$#PV$u|dNRF$E1UlPQ~{ zHwjHerme8r4$KZ4yNc8MGMSw=W{pH~<%dANT!4Ib^!U%t&haZk^I8KMADCjfYHUU$ z_)HM*h3CUC46T=oq$|Q{he5BlL`p4@)s{1*mNQRId?K7HTZ=QCVm@Mq)4xH()mj+c zcE}bgogt+rpfYX&6>`GLp1bCDOxm^<5TsJRL@w!?&AR5L4%;Y@MZV&)(PCo}U)g7) z2o!Z{BFEq{$1|ZqyRj1ixy=)s>CIPVGtLf?SyohroGYw(z#@2kRon6y)c*n0(-(DO(-fNV=d|3@t+Vp$IQ za2LzLw8QY2_o2Pc-H%C(`K(cFsLf!^?jHglZ8zg7r!Htbf%(8f&)u-oc<@Rwu_8qF zcZ7Cc413x4iZ*anu8#1(kTyVA4}mN-#d5o*^Taz@O@aH0OK?uxIc#-0%yi4Sxin_0 zHO1O>l1-6G$E6;EGh23^d&OZd+~i~kw5B&Tli#K>`??)d-Z8UR^CE8eF$_xydP6h3 zW3fx4*JAV}$l?~3!zOBMKE>7@(6Psoz(S)y9HF^=_q*%U#@6>HD?zv%dRK&28&zv! z!>ZU>5<6GLb0zWITDWO7+*S&=J>owM|02BHer74u{iJ6}Jo|-*^9Oe3q&B!-`PzX? zW^ZT?`aF>>j(AUQU~BU*@zyPH55)W8YTc<)-Kmc}%XM8# zXZn{t1Dos-&k%!iFEJZtd-FBo4O)EaJm)KXptX5oFFrzfDzbs*X8nI|t}UJD2~?zm z*5)yX+}6k@3oX+zn1_Wr!+!!KDN;u<$uNXzc!onTQcSlgW*22ug{*-td`c|ed{CQ4 za5$S+;X#s8_?LjkLBj`L7oQo;=LPdMp`6&7O8OqM{63NnB>0x_LU^-`m+#Q)@CnKz z+BlF6j$xS3N#IiwEs^L3&oLdJ@{xZCgy|`f?&n_0FoA{B&k5EWX^!yXT=7p_%b$7S sCzm(iv-O`FGaM0){GBkkvc1H&Bg>8#8iub0;R5+xs4vL> 4) & 7 + self._style = value & (WinStyle.BRIGHT | WinStyle.BRIGHT_BACKGROUND) + + def reset_all(self, on_stderr=None): + self.set_attrs(self._default) + self.set_console(attrs=self._default) + self._light = 0 + + def fore(self, fore=None, light=False, on_stderr=False): + if fore is None: + fore = self._default_fore + self._fore = fore + # Emulate LIGHT_EX with BRIGHT Style + if light: + self._light |= WinStyle.BRIGHT + else: + self._light &= ~WinStyle.BRIGHT + self.set_console(on_stderr=on_stderr) + + def back(self, back=None, light=False, on_stderr=False): + if back is None: + back = self._default_back + self._back = back + # Emulate LIGHT_EX with BRIGHT_BACKGROUND Style + if light: + self._light |= WinStyle.BRIGHT_BACKGROUND + else: + self._light &= ~WinStyle.BRIGHT_BACKGROUND + self.set_console(on_stderr=on_stderr) + + def style(self, style=None, on_stderr=False): + if style is None: + style = self._default_style + self._style = style + self.set_console(on_stderr=on_stderr) + + def set_console(self, attrs=None, on_stderr=False): + if attrs is None: + attrs = self.get_attrs() + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleTextAttribute(handle, attrs) + + def get_position(self, handle): + position = win32.GetConsoleScreenBufferInfo(handle).dwCursorPosition + # Because Windows coordinates are 0-based, + # and win32.SetConsoleCursorPosition expects 1-based. + position.X += 1 + position.Y += 1 + return position + + def set_cursor_position(self, position=None, on_stderr=False): + if position is None: + # I'm not currently tracking the position, so there is no default. + # position = self.get_position() + return + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleCursorPosition(handle, position) + + def cursor_adjust(self, x, y, on_stderr=False): + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + position = self.get_position(handle) + adjusted_position = (position.Y + y, position.X + x) + win32.SetConsoleCursorPosition(handle, adjusted_position, adjust=False) + + def erase_screen(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the screen. + # 1 should clear from the cursor to the beginning of the screen. + # 2 should clear the entire screen, and move cursor to (1,1) + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + # get the number of character cells in the current buffer + cells_in_screen = csbi.dwSize.X * csbi.dwSize.Y + # get number of character cells before current cursor position + cells_before_cursor = csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = cells_in_screen - cells_before_cursor + elif mode == 1: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_before_cursor + elif mode == 2: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_in_screen + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + if mode == 2: + # put the cursor where needed + win32.SetConsoleCursorPosition(handle, (1, 1)) + + def erase_line(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the line. + # 1 should clear from the cursor to the beginning of the line. + # 2 should clear the entire line. + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = csbi.dwSize.X - csbi.dwCursorPosition.X + elif mode == 1: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwCursorPosition.X + elif mode == 2: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwSize.X + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + + def set_title(self, title): + win32.SetConsoleTitle(title) + + +def enable_vt_processing(fd): + if win32.windll is None or not win32.winapi_test(): + return False + + try: + handle = get_osfhandle(fd) + mode = win32.GetConsoleMode(handle) + win32.SetConsoleMode( + handle, + mode | win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING, + ) + + mode = win32.GetConsoleMode(handle) + if mode & win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING: + return True + # Can get TypeError in testsuite where 'fd' is a Mock() + except (OSError, TypeError): + return False diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 00000000..e999438f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.8' + + +class DistlibException(Exception): + pass + + +try: + from logging import NullHandler +except ImportError: # pragma: no cover + + class NullHandler(logging.Handler): + + def handle(self, record): + pass + + def emit(self, record): + pass + + def createLock(self): + self.lock = None + + +logger = logging.getLogger(__name__) +logger.addHandler(NullHandler()) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0962a3faf59b36b38120d81fd039cd89b3509f08 GIT binary patch literal 1295 zcmaJ=&1(};5TCc%Y_dr|t*y1%53!dZ&8ofhAVRTK3pFP%&1G44pUJkH?D}^5vB5(R zJrq=^c!>W(>0cpu^HfAy76ieQx6l-ko}AevrWNrW=FOWoGryU6zxS!PHv_ol^RLP; zB!KU9=q#nJG(VzJ2Ma9bKoKmd$Rv0KR$>P%nM((WmR~WUl26isid>W#NWfvWuam61 z^Yj60N2pv~9q!(AG>nuF+J}xWgOJ?>o}30TO1TkVLHrbA^mO97`=6TR6?nb430sL3 z*krl%4{|BglDG4-`8l)e56~_Nnv|`Mr5Bk6MJZ%CDH>R?{lKxGEpD0I3v9Pq$R(n* zu2+o;*Yzl)>lN2pcS!Hi^%v`g)4JJ*CPAESX=S&z_FYbYR8^qQMRz|IFF60<#6%ukxZa>cO(|u zfnvgvP|C!CVltF-Ns&b-6Df3I5jC1rL>)rdX9bZ)eP4=XpF7VZMR3yalHE61Q5!QdebzPyYD_|U=mfHC{8Uzx i<9nsL`_}yls5X*lJd3CDPMMeBgETfjnfNflQ2qvtz!t6m literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a436db9f8fbf02f689d5b92ac0b508ba09cb3bd GIT binary patch literal 45631 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 DxPmSE literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c90a9a683f241669f0f71002bbd91dbb5e33dbf GIT binary patch literal 66053 zcmc${2~?a{ekWS{0#!gkL9tWp6k^eWHmt=+fP^I>w}ss{ZU;(KfxvA3s*pr=(RMq| z1hv%>w37zf-6NFlIYzN_ET=oi%6pU7-jeQQUe2RjD3oi+9ChM%(miv|3>Kazw>p`A zzyJN#Dn2B~>74l_ZhgzW_q*R+{`>!b|C8OGqQTM9@bbBT{%eiqALv3n%)-gWUu!j* zIgL-#t?_Anx?$~zu3M+2bN#TsThD$C-3In+>^8DrQ@4rzn!C;H*V1iazt(Om`%URi zVZW)}sXl|xIBXlSciTtOy3VCUvx$4F*(=15j|7Q40#J4dp+vqy5e zb4FarO(z~<+J;9d}+RPUxvTZ=jb}~<>7W(U@yAAAa5$+Z% z?l$@xy0`lqyLYgsC3xyq)W6eL=_`Fn+r7(I_L8Q%$ybhax32=}o=Lr@D&%^!?NRrx zy?fk)BjdyV5&vk=8yp-PZTJO!i$@#Jm>3=G8}s>lh6jUw&O03F`~`K5M;Fg%9Sj7A z2hX-$?DLOPnYfkn2gWA2K7RlOEoXw<;OIcdX=F_q@CSPWedkbr-1YcqU}AiHj0^gG zPx!e23bt|F80Rs>EvNiJug@Fw#vP~Hx>{OWx>|bLJ5IKBww!8B> z&o?S=j(7w9 zj?qBSJ3Q?7B|OSjzn#@KFwimDKbDY}^|V;&qu$`TP}caQ4=<`0TGucX7#j^ag`0h2 zBO~~b0J|Hvc66TUYB_nb?XkG&v9_b9A8U%4PX?bJsnKUZYML~9OmS1s zQR?f^$rLw^7I%QnF*h3k_lS3V9P`6X{T^_my>9uv?s0r%z#SZOQ&Yq*53p+b#CA}t zboirHx6y!PPBW+pYkF|TAM8rX?bG5Jk)=2WiAc z`}_^=u5*6Q?;Z@eN5{Ak4C17FY}D`WALHD9e3@H0N;EDFQibiE9(~+E-xfE}$Hc7z z{!y$SO#18ExFO&l?hjDY-1javo*NtSH}-o6gXbDs{efqLW8;lSpK5PBHRhWb_Sbif zjSUAHrPW#AH+CW5oosA4?;kzih~?KfJ{deWHoB`}$Iiw8W?}ufx9?f+fIrYUJ~-Zp z**xkS;~J?SDKo9EvzU|(Lf@a;K$#zW}E?Z;H z9QKn}JZ<=9+6MKa`cQ=MWDWx{L|KxKApt}xZ@(^FXsL`r`Gh~ee;GEcQmt%Qk4mF( zblC6Z+`)5xe$Lgo1O8x;Cf#6=Cf8svfU#yH@5YD+{R!h|;Ao=9jeS%JSB`V8f|5!k z{Md2TbiEBp$R_k4%eHq*-7RL1M`$+eos%_*3@XCKKYbWVR8{}Bl-wihyj{1c>V z%VJ7P3#>;*EjlG?3DcESe^6QuVh7-0w<=3d@zconNkOP_VQo0{%L;mxdAuR~Spq-xnO?2K|8scSk?4 zZO|PU_xBC<5Bhy|()$ThONTh5gq=~NV&w}j=06D}+rU6GRocZ(;Jv|f$S)#z_l3dX zVfXOZ*s~0$6A{AU8@W-T7u4S@G(qYDP_X!zfct_UmEjlY7<2?-Ss%?tfxwnKrn4(< z7GRMlC9cPZFhCWz10B;S_dIkjvfAIVlk#2L+XZRd3@_b~D#W8-*c5Ahm8_wZd3D&PENn=<)OSs)F` z3z}GZ)@piLB)x3eQpPt?i5lsgH8B$>1TC-zamF8$8m<**TpJRPfLe^_y~7j!1l*F@ zgQfJ~MsCV9fNBFNNYKdQ@@c~@OTp$olo~jUj9c~L{fVkCLWnV}F0WNadeK?{`8*2V zXw*B*6Jd&VfZ2HnZR8QzVLD5qt>USSp5l8dRJdsv6;J770~JU_nk)5E>Z&C#V#&j# zBdQDZ*Q%u`Vkx?1DcRgz0Vjn zvQ~Zrtu(2>HEfb{(_7O}qjKI0Rfo0bHJtWxm6b?FS}#cl_w%r6NWxU|!yqjec8G7` zqCuy4FGzF>JA%35*?@k^95%OVo~cKhEx`iu{!pQKCjW*_VT(wDOj)=1KCAfVsg!UE zdaquq8PypymoEoP#F~cO;+gy#P8p(^k#vZ2LacMQW-2vE)0Z9LRG;WMiDy<8qd__m}%xZI+YFz4`A^dx_%=X~B4*1Ta7#ZBMV&1um? z;}~b+u9FVVr#{X;v)Citng2~+N!%+t)W0$;u`2u*&S)=x(|{Fx`5z2mPRcbqz};Pd zQ1dB30j=ip-(J)|rMZCnK_a!;QK8|wrtCh;RGQ)ocZ*Nu-|$vz$S(FV#FY?&4i`+N zhtr3MZA?10uAyHS0-fkfc_USx6;DABJ7xcx9pCc*@n;vb7c_kP|5$%P>#>DeQv~Y8 z{nVg;I6>wD>ZcKcjRp`EHT5L@*^;vBjBDa1o=&{3i<|oghy7z`hvFt)!WXi%k4=D* zstiE#XBiPidV0t!Ji2>Us-IPV&p@Z4BabsIO*|h7+!Clsw>OAt>f8|2o%4rhpOXdv@4=-aqUq0(IpN@@ybc)$#QH!BNQUdLY5+A#yZs zpc`@9V4$aO45H6L$Y}5#OgPCAUmUl9NeoX% zZXF*B3|{1`92y%Oji*q3{);4ZiJSX|@pN<`ZuJIwKsWonBOC#AbmG{+0N!Zy`Oi)a zFkUX6HtN5?2*94cVQ(P79i)tDW5Yhh&A3$-x|%O|xlyXzBAf)`20HU(2%K%e?;qs} zKokGlkrS6J}?OCv4@6|3FP7qv4f?1al3SjeW!^RH=?`vFM5m` zs`bb9BY^>K2p542B;s@ve|hHG*)vJgkA0FP-V0T3Lhx$Y0#vmNqy2NuXD?_zP19s# zy*x2(03|xtG25}Bsk0u{PPeXQ7q4bFM6w%}g3;`z>GoK9_Vm|c8M(2HoVnE5)cGT? zq))eel;xanx!U=iPCQu4%9}5}x@}=wG^+}9ZC=rarow(yJ7bJF^XE>?o>(+SomDg1 zk6gJZ(!S8X=v(NFISbcyZpTq=%vG@J@_gv>EcxFYy*~OMzp~Qs$j62CD~;`Ig-z>5 zeMA0oZY@M4y4`PfUhj;#E0?SHZRoZ2&GV;jS8jXl>1$8lD2i4d zo^OwrRDR^HTu(**^)yXU<;O+Ut3{2GqQ)Dh)$I>Qwm%%*ek59SbX}v%Ytg=QeyzIk zrYW}f@TYohO^bH^_+35S|J0<(E4gZ0uq}4qaJ-%KR?bT9zF2PIRm*~9(eYZ&HC)%M z71u3&>CGpuKM~t=D7Itwr$$}L-VM~ccip7PFJ8^7{V=a~Y2wYVUH@9Fa0ja2zU$-M z;?G;>jjm{M^M|?3zr1sp`tuV9jnCaZ)Hc55zxp&^lUsU6W1xP_|E-y$Yv}OK+0MmX zOWHS0*G)IHE6$z&*;$Uxo;x*rYO#FD@n+8ToEwg%)JWN`ceFF7R-H#abRPNDx|OQ< zr@%9qATJ)t=&04cm(}7vo?>{vNl)osEpENPuN>ze6r>$HWd6W&Gz}L&*=xpwpByqC zH>dtoZ^oUUrdT_w%|Fd*v38W1|Ekc0$A493#I3)o*5f=u?nx9M;|DGS&u&R>t58xl z4WlPjsJ4q*&c&pmk|Y4{5Dqn(3^nP(+JG*s<6Z)`mLvjV8I2@-0X5YDYDym@@Wqa> zK1fiE9U>;-3Q>!AQ}H{LuDB3R!;&llxUv!D)Y|-@awiPnqc{i2a@F1|OIq-SnJkye zTjX4mI{F6z|FaUdJJScbJ~1N%x)`(XQ*gVy{$YG3 z@bX>+U;;O8cZb zIsf>ux6kjB>Y+JEnR_Vn80IEvG=$kq+Ni-%dP>uokyVt71X(nR@mQ)R;HSnj?FT)g zuj8eGbR~SCdvs#ttek=Vy`(uA^?A7@%8k{3b`mrleGcdo zsY;O&kbbE%xCzM6Ak`fm8?ASHhsW`O6C-|Zuus`NtS9h7)HW=Cm{gB=B6O_0G@Bs^ z=D)ZZttG9r)ELG034L(iPZax!ucg6#2Ff;nK&nk_f%5mPANpA6D#n5!WNBa^Zxx1- zK6Z<5y>FE@ex`C~b$Z<53%r4Ie!PNplGvRi(02?%uYcd_e5@o5tIt15LQ8&FSueZk zVRBDOJ(b*J+v^rU8C&U3w3jofb`!A*VN zaDdmqnT7Wy$SmU-G~rs0*-YgLVatW>h_f@9_7Z)5Biv40MxXkI0tLWP%laA16yElVg52{fT;|u#hh)M%`bWZVR_8Wzm{qK3Gf130d|fkp`|dtr4}QLSo0Qb07Q_QD}oKN z$o(556(hpqVGI{Xlm<6N2@|W*6pfpB>9c|!*^b)@(r5<>!)d9=oLHH%qaGz)z@|JO zQZ?T}!q_nA1u~qFntzyHmPj;c?FBQ2SWf;cDWB+Z4vxa^;FY2)wzAt`L{b-0S95D3 zxizb~jgj2OXzq?X8oAKAP>3pbf0*u$6}qpUUO2s4xII$1eYJ3Jq;PMva6d{oN@iMP z`Ngk1g4Z}oh^8q0Wq_!}7mt)2Db*%u*J(x4-^LFZ$qrEo$Y(XmLR>3b34R0H?!Q*C z#vs@vVXqol9M(Py#R~+HSz-MY1WsYy84U^Xq0uaDT z@wL*kP9`PuSmVawu?v1q0WnCrs{k8ibV*Vt#=ZzV3Xh3ReD|nvCmG2ALIoWsXZbl^ z5{MuHI(BL@bEZvDyfP4Gl-&j&ooa*_IRJ{Zj^j}?{9w8xxz>lvDi zoN4>I3pv(v_;Y&#uu0FF3GysZb;MO2Nw0>G=W4-1!D^l-lIK~fh~zci&_?oh&X@qD zSY1XmYSmHpp`&auxD!6#%- z+j*KniTO#5PXKx2yAsU+xT6p2zFx*uDR`88s8J4K?W^E+!aAh-?-^c4U38$H`$7!B zq34jxpkVu9Su65P0hcTSP-F3Z=CGv70F6=wvAW7io?vZl1&Cu;VA~j;3mK}dcREAqtRrhAwW41l8RtQ(Lgm8%PVo5qM3(4-JvI8 zvJ*si)7u2XUuvBQ-;}?CZ7+Hb3=FZ@1b#6nRGuy&tzjH8%rNSAHSO;0Rlwf+@P+Kr zR*X*PJ)OJep4Jn}8yrP%4f=R?8emr{aZgw0j$4Fb4TKz>W9~BXs*IEto>Z;{^Ez%u z3t=S7#Z#UjI{{`3%@O_2{Vsca&KvLsgB<6hTYgGrD4`V?H?p!GD{th%0QYax!&ypp zP!6#LzPNTgZW?DMW^v;8zT7)|3~Y4)ys{KMDtI~m|;+toww?&jW}zg&bm7q zhqY|F6_RUb!FJV+Ey)U9TRBl~sM`k&g;XZ}XQ+18)gYs5*v{GiLN*LkuagL0M&3Q9kSIVGZ#n; zN;NiAyc&_5E6FI4@v9bc|UukMo-v@SfGZm z9HHV(Gce)#Hkx@rJw!=Z7$;H@Nv~M!il*0sl1NR5#ZqR`a`B;eoRQ+TXlDDe4GJO9 z7nPCp%EggrdegF{X*15I{w~Mg#-AXO_r+|IJhVw-6JHt3< zG&XS2*X=MFG_w2dFs|voAP=Ys8`Z{D@jj9tn8GGmesK8+VL_g!4t4N+04Dv+K575o1aj_jtg2i}!CPXAbt4uhH01Ni@0)P~JAh>^rZu6K0iMrS(Mz^y0 z#f{>5Tnj*WK0pM4P?4aIq}e2PNRQAE6@8>ywkDc;gQ$^*dTEKE%xZN*o0#Dw@HO2M zOLxuh_{LPsnLTrE_QZ@9gzPd%SXaUPbKjbb6_+d;76x9m-!3Y?`sBisuXcm4&34ag z@!(Z6_}XmuCl1v2%K+(9UaV+wXpoyqZuF3SilDbCjE>`tu{w#;?8#+;3&YGc`*$FyeS?oTr_jBdUK^zuIZ zNe3u8c5HlrpJeBiZi5vpZ?_RCxv-f0W-@UW7g@K(Z|Sz;9t@tPdnvevp|f8>5uR>gH1u3`KvJx|9q%%G*~3|!k3*A8YDoe868O?Q?r9jViofi!#4;mPEP zJP!R4Tj4Ft+|(;&a~fes_RG*rNI$ZWKgbd4tu^f7GRi4%Ho#vc&Jh$AN6!Y^`2z!waUN{;&hOO&Sfu>m2 zGK5ot%}uWx64X9O^%zME@rP8Ea(c)By3=Fh$clppnwRK|$p(HKXL0lJ7=Y>+%wv3m z@Gc6*O|Wj^ya8CZ@Rlyzla$Tw8@n(%JOUMYNJa4D3n#O{*W z@lym?&!Pa3x=oV@3**an!3Y4SRuTg2pWQ!qc=m8Ks{(f{F;~ed7<(6NkT2T+RM}5X zK7LXmfn-1Y&9x%;tB>;r%dWf!SRzvo{7cmOptQ81<5Ev|fy5HXD#DB)d7!r8d&vFx zV<*{SWj5*RLxO&zE`wDQBh9E&lZ|A#w~!&^O6Wp4H;FX^WM_#^Od*xW)TOD_bdr87 zTdH}IM_N!_mAs~xX)ECyc-e?PpeAP-gh>i1D~0Y~ za?02c)(91O$^>1jfLjuW4$fH&(lB1O44=TUL2SgC;IjZOmE1$(+CYNdk8!_A07GO( zLo|eBwZ{O4BYVz1YhTT%ieywx8%bW5_iEl^>uV>!e{$KjV_F+awav6$Iux@xuAIDd za^7+IbS&LDEjT48=QcrlwkBdY*=n3&`%QV+L8BxJ*I;WyYlHGSo4CYX6;a(AI??|0bzwf!T6tNG+N!N2Vk=oRF8SVk_WH9ogFg=c zS$Nr261AO#$zDb$OxU#6PVHtmN^^nDnF^e+IirLexJL&p!sY(gb;9F(VpQ~155U3Y z|3aQ*xW>JMn~AmMTXz43n#t@yrFL@fselE-WhyAL;q@XhbENz4%*561q}tUV12lfjxW?Eo6mp#0ZsZ(ctg@mR2KU8 z)S~y0hi{P*q7q%rR>v~(C_QZyA}=L8Rrd>5!IR>8n$kn5qUu`%_$g82QV&UjG>B*n zLqshl9aBc19%2^FkmRQ#XMoVBmQ))-VmjFomV6+X(!&Ce6ie9nEEr^X&bZJr!;s|7 zB9;NHmi<#qz~3gO3`PothGdihg$5L%K?%~UdD;M@NZ5zyfFVg4Bfm@JO$0@+af`k( zO8segN^|-5L|=lW7U{`X;_`2cPd$dvk5dHciu;Ur(mhD>Ca4P}R)v>%2i!IN6T=Yk z4F^1KuM+3T9Erg4U=8!!jsoSW~ATOZ=$X@<;oRu#=;D`Nd*<3R(VSh=$6&Oc;kxqGOJAKf+;)(17Zh31Y|$N! z#hN|cvR1hB#*S#=?n|ep+h^LKHJx{UgADXZQ;;3Yb6+i5C|aC|=G8-`nvpGPWV29q z9kwRW^nUhfr6!{qW~tU~AKNmobYALQE;#x$;o ze&ZNyQmxy5^{HFq+(w2b*&k&%$;c%89`hc2qu@w}=H2~{qj|dbGFtRUbM)_LYbnjM z9<4OKU!g^s09+;F@N4L*t%yS|gOPd2k$jL8e@Z*5^XXu@N<^FzObVGn{2TDZkX%-y z!4o6X2%ElV1_@^l$)PU<3BT7(PAG^VfO#zV(6jhHyz!D^QOcg1A*1{0%D^++DZDR~ zc0h?66};Cy?I95A#Cpm+n84)2BV?k#fAFG`&!_MP)B*$>NoMx>+waqKYeIFP-7OSe z;qW&O$Fd9OgIAwlcph#Xm)dV54oUlGvHBfvKK1%jHw{0w{hzk?`j^vBEn7})#xT@b z48!m=dl0qrhm2tq_ayi~q2&;~N-}&=84PvF6dCfsYQG8aR&}6IN@e(jQhBVD3N}M2 zmAh1mZ=px$J%A6B;M^HMgKnFcHZnZ{7wry^%`Z9L1Fk{NrvRMHu9>$=CY=QEC?HTk9B5m1kmNT_Ox7 z8(LYuq4)@qAyq(m#fPgy`gVk!GSIu_S6CL~}Y zHecBUBe@Y#y7EBNkWta3Axq|z2;@*U6_CTo9|_YfR}?8)b+2s8fCzDbIV z_8ejWz)Fl)#QX=mmCdubO_T;Q(cX{fJ|hDd@AnQ}en1KFDID6_ zB}w`h(he{c!7=*Gf5a8(UkpYIWT{1E%Z9vlogNn{8b{6x9qR}Xv-^%E-I%{#rZJ^a zz8ccDqyZZnYf!>j{KCoGMms&&Ej`$c2b9@r%ogt9>`so!2);OjJ<%HX2v2YZ98S5l z#=X)#@-XA?G35?kr#0@A?y2Qd)OW{JV$8X7L~FtO?l|qx1r-~NCwXR^eR&@~S~>_D z(6O-{$?sxOB!srnA*_vYTGJ0C{E`(x%qWbRw%arfsNPMe)x;6yA9{wt+Ac=T@-UUc zd?@rTvVuhkK|$(@8W=I$o?v^-d(lc^X=vSw2Q`@fHjX3t11(mu_(T(w5K~z5O^AkM zqy|)y5PpUPL$XqX6b{~O6lR}6;Pqdub7+ynqp7PL1Uo2R@xa^hNN-C7=(tjL5=C1B zyk;R;q;P9Y`*ao_tbh|@h_=lJ(^9=ccpFhv#Vi>J!VsG2?Ilx(-d-7y2;2qTZe~?< zAse%Y;7z+xM2<<8O5Y;Yll*>}*TTF5+TKhOTmT)A>*c zjIthwqi0M67`OKD-pV~a0pjhcIWO>PU=S;sP}!Do5G7^Leej{l2*Os zj9B*Gw5(WK#4s~?g%o^_C--P=h=+vlDo_oma2;$6Rb2^*aC#w2UO#GBZVE9Cr}U#G zvfZGZA0l>P?I9Od+K|`+#V@1j^*UOKl7LT5TrV==O1n%o>uFeD;;ZNwQgNh|gF&eZ z1EjJLZRlTx{mHA^@4>3uWAy$$I#8NG$DkXasm4$;W*0BDGNxoL zl7b{M76)o-G0rHdGAIX}@wcKb`NhqfYB#vsE_x{(DsxHW4g3^Fk?=1Iob&F0qurL3 z@mY56Y@$p68dPA{KK=@~aJ6&y9`V_TZ#PasD{l$d_zHIK*ol0CnK|Ea(C7ygk+K9h z$9K`z@QH-%6rxmgVUYk#hq|APD7cY^A_?4}4J-l|8NiE^2xbJh?IX`YSY+}}Wf*SJ zKD5q#s#P{eQ?HMYrNvJXlDJ3{P65GrnjdP5F2&@fHqZ=WUB%B0G>0G_Onin1`v!xs z{g)=H+8|O5eAQ?K_{>qkA9C!|H?8%J$QA zPn1^ijJLiraBzc`{lU1=8|WJxgyp`8AK18An9B&Y;M>jp88UGMOX4OXM)owt9i)2q z_WOIz?r8$~iRis?6Pz2kL70I0;Ew3?L;Y4oB@EO}+|OBI{>xZR5)c<$kKv#kWVH1C zAi0?59zpUKQ6)I}Dvd33`cN!8Z|>>YrxAo9)iHf&ExS;-%6469|2VtwyI)@Hk7n27 zad!TE*VU&No{nVKOt*jJaLpTDDO`0_L>v`SN7b}x&EZ;gcp?tZQWfM*tB!pU$G)4+ zsN>M8qb=fSduJf(=$tlvlvi>sXF0uQ*;2z01=otUz(q>UDvG|G$8(=hAJ_#n)`v)L zJw4FCe2lv+*5|`KHX|aCA;*89k0gQbXGB%=gmhZw3+?~YU^f=sEiN*8_;*u*KKx0C zh_yCu;+85I>Qs=S1~Nw?!z0Abrnrh0KZ~p=Vh%CFA{iNV+gMyhJBzEB=F4Vr71Nmk zQ3gt-C72au!H*wo#S^65tW>Dbmua1I1kt(hdHr(Q_%}- zy7Q3+6^o*l$f#Og%0#O^fsT@?BSCY^Tu!m(SY49g&=`jW%nM+7T3aIP$l`=zwUFO6 zD(3@{uyDtKqo8;|EyC)XM;$!yLUdnp(SfBQN3aSq5D!E6cKM+j%0o=~|2`Ulf6X6X<94K)oi+{Y?D ze{SBWRZZtSr5pVNkY2Aq_o1SXkRyS;PB0G#xs$w*y+v+XRqXg&xpUQXD|$~SzaJu1 zJ&9D6?ja9|J!Tv#5#J#Hic3^%A>xCXf~Df~u*qk5!>Ax75mMhL#ifFVr%cQltPsz@ z>YWCw2ci;|0m4iGyQk->w;1PwEyj%$gh>ZtVhR0@8dXOK?m~)@@o6S#K9Y=q9YJ!c zW{27w8X~ifq$8|Fq%e_`Hb0>Jj-is;E;P-P&bhZTM(h3DA_XmOorIfogc;R=!5vm$tP`j1$5B z`hAFkW#;1v2RH&o+*6c{Q1UHG9;W0FCFPVbvz%@^OQnQVk1WI$=cTi=l=M+TkcInu zN?eo>pT~llaQ_8oaot#e>!lM|34(V-Oe$D@jUwz6LVR)mogSnx#n&*PIJv?QHKKU` z8MX!h08_zZZ<`V4o5Q|Uba2_QEJ-EuGOr{53?$lDsGg& zUHew;+l_BEMrvDPuKc;sY-sNJ+2`qv7|m)dXcTPbLrvD}4@tBs;T5ocY#*cGwtx^eub z@13J7mg7H@KPP5Ozw*eXM@XAC-?U!N8SlLFl_F};_QleeD|hbv?D`~iuN7eJBn8AAoC z>Kv3YFpZnBGvqp;I@jFywC;Nb3Sh@YQR#KPLR!t%Staf&!^q#lb!f|Z%PYy+Y2FgD z`MTyd#TS3M10Jp6SHg>3uRZnsr!X@zsF$qUc>#&CGYDVM-^M;9Td67W!PH5rUGY6V z!tUzeM2uRwAEJ^?;&ucl2af@1dy#5~VDYiXkD&SuLL69n&}n#H^`P}%`NOX)r|(?0 z?A+XP3$n77U&NbHG2P6%k?;o&yI9!hC`Jr@|Z=_JDCDjP(newg}D<&nDKGM5ruW zjp!AZj8LNYns3rk5QivQ1Oc3A=L8$gPeCYbdI5Kc!+tBE_u?unS zAaMO4f;o;3Fl-vPz_qmR*}%jI_8dV61rkxFz~0*gvq`Eh5GvbZ`O-)5uMC_bIP{lj z1X%nuO;$F%JZ%}PwyKD&YVl&!wjHRz?pn2%MC>Jt@KL&!`h9!U-mtDowLWyCYR!?q zSheEttZP#24=p_dRcN8-4jg+PLgc^toj=-jBk;q0H@_6EKm51F4=-uI6I?ESc;*=DT{lZ9NwzDAQ@b zykpmtv}o_9;y!!rJ>}DTf!+9&x9vw7_3s*rj+7hUEwvsgPIvN&0UC?uBVG5~u?dY*KMa0#`MO}EyI z*nsj%6zn``iqh;Ne`gABA^Ng?ej{%9T~kRfhdplkh4Szm61V9=z%jl~$@z~2xL)Wr z`huI6kHQ(Hjky`NQJ_&}B%K7$6l%L~5U%ntDA-(?@Lpj7^Fg$*g$FNABN4DHPlMXt zhTe&1v_1Lg>BqXxNZUto4)m&^)Mwg!wvYleT(oMd@yjhD*$R2_Z3y^i;*)3u6F)4Z^}IPq7i_eO2|rnMiX+92;*&8~`MS4ByVr3eUtrb&k+7x)0TzQAnR|Dago_ft8D z^N!&-f(h)9V>wb7J^Cl&E^vjId-Rvg)hKX;F7(gR;5|m6e1%S9vRHBF2?j?2Ivb$R zBjAkrs?-#SHXJQ%Vts-6NEk_K1wmwX{2R_kdGd8aOH8wm!!C51Wa!T3A8+X{&p(DH z5^dbsMBNGo6Q~!rAS1KGz|$DF`%Xoe>#4E_4d4#)Dj|0z`#Pe*8<-`@^!aJ~U88t) zkD-e{x3y&J-_16*l$aA7_@oIujYe!`;;shjIH?l|6}`6ry)VrGwlSLkrZ&wc9)hXPNO9tb3R->_IC6IRB5+b_j##bu zD{p}!>UcjFxZJWn8H|e1S|odXf zY0$4pbCvRi%GK$Gg#GfqPLuU8ax;P6RpLDx7#k*CBQvaEG=oS1 z^F+0zNE?82B;;B`WC*D)DyOJgSdn5jW|hFJ|9I9xd_ap^);d7&&+8_|cT3faOEK{m zx!JZQ35I79<3cP%;&+K=7Nj;5+&$4-yox)?%z`Vz9OhEc!JVO95b8+<7$D-qcM5&L z_Zf`NQJ2JGiCD%<)tsfIj}pc{SWfsSSpW_p5CZo-dL+rv;u+%00wUXB5&J8i3X%*Q z3Zowbw3>t-;fbT~;zp=ieW~-DfnbwKqi~s)`&%f1<(|W0a52{4t5MsotylvXWh+?& zy?xtq{lQrMLBwKlY>PNOGsowjg@5nj!KiC{tfV%QTYJ}xOzRpXcl9X!2^oTaVnFV@ zdhy<;DVlT_fJ$yvtY$X?DCF*e;4FPFftkH`tzvO711P#q<#|@%Pwhvt^zZ7@j+l+_ zI`ot}t#qeaOXnU7&fhZ|k7QWivzh5U%Xp+PkrlxAgHnQ^gXF58Gja&o4+`a3;ZE(cRvFa_rgXQ?+tX9On^XxP~b5j9C(z(TwPLbd7> zOD*pr%`Fn1iQzU7dOxQ+l2aYc0UN2c=7HkQ%zgPJhTEF=ONOvsEGW|U8Bjz#B$*P# zFTfSDVV#=nON}Q}5-yN7iS??=&eUX0>Qc7X(Q$MzFC@ZrNr&v;3#pUz>~psnmhB>* z!5cI~65TIV1wu<|gGu%}Qj5(jmW#nQ)~jJi08hwhCXAir!Q6 z;7T1L*q(HV{JYe%)=knmiyE&cn|%ec!bWZfzW%;*0undr&8l-kMN0{Jq9iqhw#+L+>C4BZ4MOhmGHA@4#$ID0;K_fPX-)GS0~vNG`L$vWw9dDfswI5Qf-9S z1E_VB43a3mAQ8<$|EK~2^Hw>OkqixpqL6H=cuNP|VWf5T*ao9Gt9|Q;W8}_SVn`Vz)K-7^cdSYbV$*r?o zFt+G{u|?cKHcfE{r9Ieh0ekoGJwi@(O#I2}GVyisGS3vkZ9U9jkIP0gKs z;iX?j)x@(|xlQP3n>spD&HP7%j~4J6wiivNbIvvEnk$?wobO*e8+CYKwUq9-a^cd2 zE6-ng9^Ooo3zN}w4}y~MfsB{hqlLScEqP)l3P|3%SjGn=&&glSsf*;)Ej<~{*)yF= zzUtW3ZsyeDLo1fXk5V%c0cFjeGxOD`y?h-p^L8zskLAL>F4f*l`!rFcHFM1U3S*aJaWwm#oG_cUaP)V{aWL-#v2vUvb~Xly)&(A zdD!G(u{D|pA+0w1(9&bEN)Ng9-Prl|-naJtaDTM&;Cu>rv+P5+5rhQ+SQeXBvT7pr zw0q3kC2y6yle4np_*y~H)x8UQNwK%obi)}f*ne#~A(z7?4q7VV6#-NHked+Z4(@SMbXO|1X9`3wb zj;~&?K-pzWJ~W2ehgf^>-Az~AzZam{_1^Xt4|Ikf?8T9vybqMuSkY7Z2P74uAmHVIqr zXS<}>QxQ8R3Lfm)TaHUAw3sQ%ufg7S_$RhPOMC2nnRfcwEJel>pMZyLKU)GYl~D0f zroZBqe}r@iwv+iDIRTPFOXTYbIWwJ{0>#2%QL2acD`OV8R1KdUXCnds@Oj#Hm={?P z$5bP1hc@ZVV8mEhG^PoZ z_aG4@6NJd>+||6jOf}Bv`>M%cv6?=*+U@Nlghylq;e6VL$T#R4trmRQrPg705WE0( zzsyLH>Hk1Du<+)z{V_x=RIzYMHG9}O2@F{rbEzVRL0L~zk3msN?w;(XEc0e`1@}*w zf?e$l+1}G0@4A3ZH z3qQn^siPAA57nDUPKf%^6tUO+0d5E7-9-tbVQ60oo(@RmzoCbbB|oRiNTwMVZ&P2W zD@e0hFMeJ!K{fN=5Sj3GybdCfOifPibc%@bljwpZq#vuQU9CDCsX833YT3|aTRXH7 zxZ$_X)Xw{oQT&=KZ|=hEg}Lx-7%I^UW?q9Rr!!xrAnLTi9ZwM)nmx2wv659C%gA5N zD2-&4E;cRY-e|g+ys3?jx0vP6wekf8g4l%*NRJ%NQ7wdzM0gIvRv~gmYO~+ zY>YXJSDlp+XC-2!KXIe$=0nR>$8I@~$Foad3^hL#an;01x2=}$h?MTQQGVmOXzBi& zrIFGD3#QwpmGh>L6{LnCyF*(Mt5hMBgTe08Bm$BMZua zKGe{$X+Sc6Rb%pHb5EfA!xSezY&w8%yWFOZP%fVl(23Pc0wW2gCF^fsuuVoDEVd!^ zLvTN2o3}%~3`_vWIRU0q=(K8{@u-&lMXJXk^@dLo0c!-ZqrE;E+(yX7@nC>X&oSE! zc1oTWfZ@Pf)ugiy(9Tf`PmnHvSb%rPXUDM*69IW1{E`%zpl^Z{onZ{Xe=*7}$?v33 z+~n)WYs`b*XBmP7?jS@mF^XO6u<;h-xe&o^n8AMDTtLQ};5iZVo+79-c^z+CK+etX z8h^t;gZuoTmqG)K;IryUbcjA1z`k9h!GH(0`wSmS?dk&yCt_agn;m&7g*30 zSntScv4rmqNOh6ClDdT(!?s#fsnn(TpuT6l2vErn9cm@R8*yhF1!GMe&hPobzK1nH zicg4Q=p;Wm2=K@eNr*`Ie%VTY=ym~{JL9!|W4H7oTQlQad z%w=9q|4W=**V4YTaMZy(=;WFSfe}uPTcytg-jmU3FBLvOsLVvpJ$(TlNfNuw{hAVn zIP2+**%VoLbK7s=Mm&{Y0el>8h7OI)CO2-NA3iS4abye-H$;px9X#`#ArzGsPpC?r zZ%)ql3E{%`P#rlKo*iCndTsx;{Y&SfIeWqKDlAI3t)#+s$Te3m zTL2!g{HA%u@i5pud&4^|vE00?rUlchmet&Ck=$+3-1-?Kuhb@f*l4f8mLZ7f*uBub zq+j|{w5V}5Wkx^qIO4?2Z-WglOmGDZ*0;1X>TFnb?v6Nj-|*jZ9=Kgrjd=3AzI9?f z71hAsox(QUb>OY+)jTqJx1!`|HUh;Mj~1Kz1fYwr(`Y1QV#61IAvv?EL|K7I^g((D zJJjTHFl|-n7GYzgoz#Pmg{>e!_`?i@Yr{syL3|OuQ7HR5rXC&OT(-e`Kn2l+jVx4+ z34Rqy+eL&bSGRLiq7bwc{vJRfsx|u{wNz?5fgW-V8d(xOL^|rEBdiBsLOW;62$DPn zBpy)C?z5>%|2J`bFi}X-&xTB|#P$ zs>rZJP>?dfo@B59t3|=?3OG*yOun%`2C;eAu0$lw@V7eGOwOu6kv-BX-|Rpy$m&>7 zcM873gG>90^_mFMrXxhu(_NkzS2Mn3FviWqnoJlfT)PwWuk?K)I$>3k zbPn0U9LasbF}PZVu7-0vFIm*H9k~U>95+*ZWFTwatAIh;Hsof(G(t8B+#bXx<78LD z5p?E`;_RL_Wit%+(bHPWw~Z14wsAe=pd4)!$bfR($b^XEmK}|Be>)`T9ao0lkt@Ij1@1o%Mf26rP%GYY|a zGb?w_GwT5tkr~azrXN~s!}Jj`8f)=VStPISmaQH}?bZgkEu=ZGJbmfu`GUp18^>1c z0#{rdO!8(Z~><|7iQ zUPE`ld_*DYL%`hv*-ejJ?F63z1F|L^iTeu45d?+^eI^|c$*9yI0#g>LAXo8T5(KK` zR{}rm1ENz?>&b3}Fd#K_-YXZktznCZh$%AU6gH4$3$)qI=`k5YMURg%CnSI$%wuE| z9F(XG_OLOs-rgI zs9kD$bN}`IQO9l=ZZcow%(CV3Bky$mQ>M`JNOY6EjvD%n-A%l_m+OeOC5{ z6!q^(T4^A#_(S#E)i_SoUcyQdYQjoM_5KP2EFo!GLdcd4Lx{kmOe@8Z^Hy%o3gMzu z8Sx}w^2o0T;mt>xQjQQjRjuGscx2A@U#2I`ZZC9*)s5A?z4gL|&S(K^j%de2!a-Cd zy-30v;>lL6BuOKzyc0OChqkV!qu(t!c@r*AD#!R--63NaG%`cm`)6?BDN=Uu_PW2 z0!~Z<#-f$ul82&YboSenJV9l8ah3o@U&4(0n-&fUQPx+45I{=fzKMVsVXSZoL^g35N zV6x7EGzF3IJ_qau?$5|%3RI>Wz1p#Wu>8^Vx@Ak8QYK(U+DhO{vL#dc`4-gvh#$;?a{HAsYf#21W@!SYhjauB@%Zb1aK0?V=$ zppcpeNJbkOk`X7wLxG92qR0i?Tq%L8s&yM{s#H}cEGcD43sYQ>eH-@>CB5i&&Vw@{ zo(iveV5`_k&&m2AIhINmGipm%je(FyooZLfdV*H&dAygIzahM&usD*m2o*J}6}ux9 zyQ39*Apo%!L~L#-4Ql3FKTfg>*g|O_TPxg3_wd^{r=pr)GU54)M+%NqYTqk1BTXQT zh&)C6G#k7Jlp;i=RwiXc1dDj7eB@IVq88+k%3Ts5pV9E~T=X3IOY*+w)Zy3*q>66D zkSGJsvH*#pLiPUT!*xDQU0RKDFKE^>^5=K2l;psMs6*T_iV3-x{aXID{D^ZK zaU=B%>|npG&g??Hn5i-Y3V`qmTujS)D-l5_fNR)wUNKef=Cm-ZYUm50AJa5xITWbI zja|4}wL0VWI~J{R*Bw)~(Y4;7F=cW7oP7l8%ytG7T`6_X}EOjjP!gFG4;>rhNYvuv3~CUbF;$9@12L zAMU5%HLSWp-jtoUmnU!qt@t>?D~JZ?#LNjIW?mE{1ewrKdmlY^M3R=Nm_=cASAuAhFfEPM#)s%D3TxxjzC?N^3JW6jFYzLZExX`F0(_*hu(@u+ zT57?L)jalL7;)tD=N3ZJsPNxY2E^zCR}H~piqvH31b3yd`_fH~C^FP)MxO*NDHZKT393O@d+@J<{dQ-D(GPV@Yo;x;s z?3E5&v_Ziz-SW*29`f6`a%ANGfs%(QIZVl8lt^SdLWz;+LR@%!WR$lZvNcYX1})Ts*SiHD2ceXue$a}T>Gbwe`IsRV(;Q> zQ`e?$oLk+~9@*1=%XaKG4DVf@hzmQX!_;8CoGCFRzQ{%DJtn<3`m{@?-Qqr#TT{mY$uKxwsk2VtGmXI6$T z6{Guw>XYZOf+zUg>p&~p6Dq^zBAQsjIv7opeK&mAEiYL}jve$YsvaDYkqvxWj4wPM zHhlfe1HO`wM$#c$v2snp67eA{GBd@#gh`G)Y#%BWpUJ->*1Z3$!G1)5fy&rqup1@K zu5mO2MmdC1k`A$6GTH$~mPmoHh3zl|4J&_CKmY}8Cg3af^!WpEPoHE>=H-2Y9y6;m z!Fq}&AR`kp0pji#tVe1N0$)I4@;@L~AsZ#&ujE6@iRX|^udv%4MM&P~CZJB{Mf5o3{AAVS4)l3Po3SHes2m}QP;cMZ zz$i(V*{&+$dnhN%)WmkkRo-S+NeRs%BQug7OR=iCD;UXyMMaBZ7ydSgToj#2p8>Q+ zlnzkh1lt5*U8+J@XQ&Lo$%iSjJ-WEAVS8NLrxc9bvmO}m(?@fMLSIrPDwPDROg&>8 z7`Wny-_XP2EK8)dROMAPnr)lM#8e+v9J|r7_{5U;KXgYbj{S0jSil$49a?!SSLo7z zjhl!+PhpCgOpWv51~*6vsgc-*k=T!%Z7Yr7uh7|pa}h}HUYvoR1{gt1W3(;6tI|7& zpdMv6shmtv3rh4Xm5&J>`qy>F@6eb34DW-V`k7{o_^Vah<&fMt} zpXO<@s}_Ax=e8N`N3L8U>vB1=t~gJ#ikx%%zO_$y08M$tu212{({vl*_olvu&F6FH zPRyP_U?$Tw(=BH;1>f7hupa|+)A8e?KPy_PI2J8{N?pje^rbhSc>Re#=~{L--*P^* z?m^?%Ygt2hI$fa1@WDKt&cOeVaKXpAozhwrTg9k}z{3z7!0(i1ISyb(9q1-KSX>n_ zzX>=YS}XmNfv}o)fgGa-JJ%5}!46V_M-zV!B_tFSqjvCoWITD+Q``PEv!2R-pJx34 z`W2ifZ5M-S&o**f%Pyc`-;23RyKb1H+50dX9nCk7d{oe|#Jzdp`i0jgqXqkCT4Ai` zXog7$&F{Nb`TSR(8a2)Wh+?rNT!s@XWctK9!qZ^0wrzOV@3>l0G~aa{)c??elRr1M zn9c9%^f-Oj%+eHVi%b7*jut8RIP!-qZO3>SSI8ntyI2@ic&nG=Ion__WD{WKSqUEU4jpDCAYMS2gHo^)Ag!R8yG#sGH#RmIK0VK(L2346`Asd6g` zL3sO8Cfhhqc@1b>KldoTfPgkLbK>V}Ixdyi+3kLq7k~7lT&VPc!1+a*i5(z6F%xOR zSne1Kt+}5buvv3qY+6(bi;ijYOf?Kgt{l8{a6ac&s#|Hb)U}dcw&u(s(a+q;*^}g{ z7EZ4P0i`!O8oc_F&%ShVE$>~ZY1l$J@` zBF{gxVz1uR5rPXReUxEoG+JO`jlta&W09ntyP{yoRtHT{mi0 zTn}A3{&8j*A*8xk!%hTfsMtkTI!(A^Z-V&9=8V~#tG3FBt#a|)immZ>YUcFeSUQ6F zm;Hcy?ZUMSuYK*>*KQ1~RAUbTiV)O<_-X`D_Aa%=ic7BcFZ929j=78uM2q*#93!Bz z_h;!jv7FpX$8P5ot>)B3a%!*%<3Db=X#- zL_XB)ZCXZUc>C8iu|3Ui5B_lQ9p_I9-!Bv{&`B9BZ1?My`|W^-!}+pB5@m`Fb(P?8j(5XQA>Qyh(j(#5U%l_9n_;g{ys7PZ(>IV#S zi(p~^0|PLspq5BC3ZGm10}KXeY9<|W)IXH32cwyqlmVBpnBMGldsJZRjNE>7<-M#y zF{n#DX_Of6CU^#dG?#Vgy{M1JFBLREM8u2ga|+$1@Z5U=kCN2qOgkF#s13cU+uc9X zG`@^_K$Zw@cgd~>%MC}PIjx(04FF14i}yx~_eP8NW0zS(qlVXj0RgQYKr8bPeVA1R zT3dvH5S%aiZn?H8o#CFm5xn{Ma@EmW&Q@$XOVO;M{Ump^&6AP_n?a1vnB0Wv(nzcg zV)y|AszM}V@~FTRnMj^uE&vax_r4PaBJ_d>_@Kc>+h=^kq#)}dc*4ZJ4Yt*U;2|nb z0^;<3pbI;Z2ua5SzUFiHk{r}Vl7E;VP`6r7N%oC_8riy0Ritf(XPYoukp7rer8O3@ zEm)w}9?%+6{3ji+(N zm8HXm&2AB5I66;C=ucBb(ofC8NCm+3{u_tAlEqZ_33`=)UkGV49{B&pN#fS43j6@B z7?75he9|E;0_^i~KMojsgh&%l&E!>%6{QBx#kbI4Jm@_VZ;a^gpP{t?<`QENH}(yW z!AI~HxX=ApBysCG|3%**{O^KL;Fi;E4S;&wEK2FYSlv3t2Hy`+Zm2I^Q`&zt!r8Na}Uiv zG=CwQRlSjxbIhJc=qV$65Ze0%x{AErQ>d><#*e<@ z4Z!A`UOBjmm@Qc~%Qj)3tluH*OVTpg%O#YJ9r5agfC9WE7Lv^XSBXNSu zH%23Gp{*>5(N)Ovo}rg8&Xr+*!5{HudjAzlc2V*T%0!cgV`4nwB{w@EGP|iz&FAfw zdl>bA;Fk#@y znira1J%C6$x%pSk3+C0_nn-TV8<}squDjkWyk2<2_x9jhps1ss_Gs?0nHDqw{3S)p zIka$SsdS~FZY{U?YT82Da`mBiv@5wsVg-d%<#N@Ym4dyo!itXt&J3*IlH*pvwivS8 z7wn7AU9VVr?)B=ocHeaTaNly(fm^u;KXIW^clBr^1c>&mE2l1_5oB1BWke`6Rm6<5I#cd11jZZP$}fyem^P&&wVCFcI$oSDg9+^ zw*>rJ`~dv?Z%MmIs#TF*V3d}c?naeD6iY$N_VuuqLvWgJ>*lo3-b{y$!r3<&?zi~x zPo`QXEt8gH1>vNHR}lWO{({zH^`>H)r2J-3JAo2rNi5Z;v?yj8AtqM)JeI^#6|gAw zOWXR&)^j9-`&@>^&?CU7AA4O&?i0)zvQ~7as3pVZ-d=K!qzyq?i+ST?(S1YVOD^`4 z{2Ros5COPcjUYEPA0$R*#!S-Nc()PvX;=($7od>3zXyn$^Ij0b3ow0KZ?8IK#jFJp z*%uq_$u5<=|AhEq&F-_%wfViHQdbI2nn@u;*{Df*I6^gD$+$+>(AeGy&&UTO6>f&m z0yDfeGkIj(A~uNO4s3SuEVM{T$b-Oz(5Jjakql}>)m!3@L>p~4q0qlY6};hf?v^+s z0bRgnorI9Bn;q9}_H7c**p`4Zpc$GEek&X+shBs!a^3NQ5<&R5T38n;tb60JH@|%S z%Wr<=`d4mN{Mhqno_D&U^^ixNnAZ}LV4}J=t=Fx$3U+=}QXQ+R{=WHkRqgjv2n`@K zE?!G;e%rcHW2?Sv5HJ6U3DjR~sc22pzFXyP)gi)dOBsINueDRUF9i=i&>34(%^#S} zI8Q(a=o+4VeG(^1!U)b?650>}#&5*#n_1Bj2I77TgQ(PN@&@1eYNN`Vdmp5MtVU7E z+K_6r@@xNO1dv1p@|4vl}%(72v3yjS8YU0A+(?Rqz7s08i^t4CEoYadg2%T2X*^f`h8} z+~7Fsf^J>j#RooWy}e%F5aO<&1wF)IfO}-S3SpBIKDJ20E69^h=Kl~md5pkoog3To z`G+ZLvao9rANw1Xv**IL%YdD{Pp#Nu<`PF1-F_bhPKQ@KRRe&|{NH+e*(EBi8En9g zN0brqKm%}MV^CAvWEii9^><(bLC0u6W6{bS(N8;_2SbP zp8@_vz*GLy7)nugBy~IW))*_B^yDm_i~xU7m>Zaz^I7>3MPL^iGUVVlaz?ZoVQ(Y8 zB5|IO-3Sdei?hxQ-Y1iWzPDE>NS`S0;Uu(2+V@793khArtm@@{5p;Y^O~$wRf*&u3 z4F{`E91)77L-BRkoJg#X$EAH({?b9qPLIEh1|$@9N@-rruB6=TN?fL})E3-f;%SLf zI}SCbJVaa;0h>xxu3##e6>=yyX;n%F(@zncBvBFcXvOYn!-}OKRtUApiY1TjnfOf` zFUOSHf~@on>^mOD2?^KLH6LN^0X%0)T3O}OkUM#-NN=mm@mn-z73f2zg|Ba%Hmq6-B9?;rlM#z2 zR$E8cc@azAeBFnZYBqeGeJCOwbk4@_2RPYEaU*zCP`;!C{vP^%r3oczzLfO~`NKMz zSMc^Ox!-d&@tADR3NHmM%@OZ+(3vz%0N)vC-3)(fFR~e<>?n8bWGxSQX?8JB8fn;T z87QvZG_Njxk;x?b>?F*h|G&Ab4T|eJ&-d;J`~3wgSYUx=#fMfB0wN*F*wO?WAz1;* zj-A#XkBcxMSuz6Y?jnf|q&RUVAj{FBI`Jy1$H+;>C`!gm(rGo5PLoO8csiXntQK`Q zD|Jd+cRHQ^L5PlP^-rJooO|!yU0pfT)IV|u&feX7?m6e4d(L~_^L{+vI|0H64M zX$b46PS9v9%%J0#8%K^nV1zx6+L?zS24rKNBt3lK^C(C;@mx-v$eCFgiiL_S?XuFi zrkD93byBXpjA0cedjgDfzhHC8 zCKj}-CgrS24!|)o<7`ejn-|1e&dm@7I(g*wLGAD+^#Pj}GdL;0ank0(H980&MC(kW zKg9KY3^X8kq!KDR^1=-YffO+gxH0tAo@R4ESs_E4HS5%7#ulgpy@;4TFwV8}_zw6>Of1&RJ)oe|}`~3(MBeXRS{9p0U=Y ztabCwg_qLS_KbCR%DVeT^)2hZPgy~CqeO-+g3scEsm?_`sWSm=LAIP%owwoMf>p&1 z+s#uFTQ%ZU#gCQ0_EkKUMuV;$=d_Pzvw?OnY>~ic@sTIg$3&QR>k6FsLIQCcTzMH# zBzf-$dSEJfi+Z@aRpdQPX`kkS|_YJgU^1 zzfM!-N2p|4SSc-kt97n*z9C)OyyV*iJf2`E6KqWdTNh2KV8@zZu{F&0&g@HcKz_pP zVms1h5g5~Y{7artu3^&;8kZ{CU`7j6c#>#0&39bh_QUN9vFnedst~!lBO3^k0DXRZ zVR&)i+VON?_so;ovLHvRPnT^%QSz+~$uEM9@e{o`VB3Z5l0MgC? z8Ubtu{5i%2vmt@wtKPWHyCtwOro-%hnvM@Mrp+@@YLJM=0`2Ep6ZvKE6@&VJ+PBTj=utUkW<4Fk9Jmc;{(q^d8^bT!6PUkgkSDn#>3z=IS&R}vfR9~z6r%ZrIV|NRnC z{4J=E*6* z9NzKzM6&DrS5i&8vfg0EyD{b6IN!bOjbuX&gzS1ioO343iE$thE|oPfpY2Qg3G4Ow zE6*>O-?v}4|9Bs46>A>-FL*#a25Z+1Fzvmxf6??8wx8H;bo{LIr=3f|o?HI?cY*JE zKwPy@?RQHBZ~gb4SqP>Zci!;bZ0wX_2ABM;%g#3S%Ql#(s$UwHolPqNw8`MA#j3=O z4w5DF{`V@cRw7#6vUiK}qv>0&RWq`oH7+-UFWh(GP?mQ~!u*DtGll3g^&r!3w%&9q z>y3!$(ggITX33xEZJQN)4^SznG#Rf2%RzV~B9>AWXy~Mo1Tq&qq~0ShLT!lFPb=@b z+)7>!N)KvFhdR^-C90m9R;AORR;YcCaG@5I4Y4mqzX8t=de)*t^8^jrI=Y36B^QCZ zdknEOUvz8MHj1DjLY3)YF*Xcyh6`R3Wa(2D@NmlWHUTM?RN3s%vy&knlWG_=u<`*O z!Z<*ua!>w~I8m&OXhHFTE2g(is6T}I4O7~vY5Gom+EwmDXi#YP$qw`kDd&q0rDv3P zan$e(>Omw?_N-_5IqE$NGs{BM*{6mjQYwP_!$Sd-<=AlmB!nRF1;v#iMu@_3c_lHK zDgbL2mwj_|5ssn_SvGT#!<~5vtF~Y;uT-=Kij9h72T75sO6|@QvBwE4op!BJ_}Sr9 zw+5ATD`hFsItmNpl3IB0aili6B~UF44glkvYMH=daYhF=Z}7M@I6g8U<<$&K-i-D{ zfo03PZ*XD|m}+WM4#oX_V`pRtE4W9DkHnbO%o})f5;!^m@NY~evPhH|K-&*GLTlgqa46%3Vu2Cd9)Y_|g(f#x` z;tz-vi*x*#DELM+0u-EwJYQkpul_*B-<&f5ZIK%l>A#%OwXcTY(tss=o{Opqdr$hLu3gJC4haD=t(>^q<|CZEed`@4p&@ z)Te&2>&Ejpcl0Emo)^Eg??Om#D%|6ll50!m42Ifz{cjmii z7EZrEaed-u)gw16``~crIxMcpyMxHGvthMP@RY5FfL-)vEV=KUgO?9p=}lKemOPOq zYvhxAHX(RG{N!IM`=aEH`wNG&yVUxNKnbOfZtM=&3q<|of5vF}4{@TpNaMWt_$^eh zQKoe;asfxE(ujO1SRM2zuPUBZ=mogSX6!^o-Q9zz9 z(bu0+!a%=vp`mOk=f(!#rVErjNl!sKEveYC`wW zftrlE!Vztx5FgL0O{om64&p)|Hi~0lF6bG5#GX;tYaY+#*OtT2qw4%N!&TP!ox4I}3zD}x}&?$u1Izc4A=$Hb!8G?=UkPegR@ zQej^}K*rI>@8b@z9&oV*6UYy^*h2QCdG9J1hLQuKGXrV|TT2Jtx$Q(fKi8(pXdN=r z^MeHwb-_FGLO46XD}JCDE*G`PjAt}Wxsc<6k|RnjEW}ctCx}?N*L$ULT8K{`Z=9_K*@)c{4FJOl#rN<0|We;&bCqV zCM8$#5*byFxN~Oq8kkFO&dhe|(zhs2J0;(yB+p|_(S1ww8};tj_&`yuL30Z#B@T|_ zb}g7Pn>thY^LGO2GgBT(l}F&5xnXm5Yg=aPp48So^lk5qb)^ih*p;@HnI~2a7FTPw zD#X^-vUF8T!UE>dUrh$~GuREhHIe{Rpu}0XDW&*PE>igQxQ~tN`I`Vs7G3 zzC7PP_Z4i?<@OVAaLGaeURwWWJtzdXgR!LcHGanoeqlq?eHL!~msVf*Uehmk`FboR zAMEWi_LwZcGK!R196cLszw(Pn3zlSz0(sYtp+KsfNm6+S@~Eh!Db!QqXr+Q*)$adP z?E&`wBGaqrf+ljk3hnQuLs-0Yq{0e8g}%k8x9`m_-n2j0Tkv_*7%W9t0BKK*C5m?2 zh$pREo=TdrSX5!5Fkxvqq%X0~#~>#b0DPx0p8MkP;5dw-pqBti25Jf9cG@UW1q7C3 z$S{MEDD?hhRRoD5BUK7vXA(u0LlI-jK~osb_${QH+4{2GC1uoBy%m;BCtrdQF!*An zehQSp_rqr?Iu=C~gPAbgW8{7C{dNxHsVxTpGh}f^Th#$gk+cA@y&|oa5cd(!&xsfj z9j05)8BdL!V$>6`#eYS=GIIAboaKyo`kW~?HZ;bzh@`_A9E^fjQD_?1dzP_~3ySEK z=?SCK-=F{w>WeNQJ2rxD!RkzOq%46u?pioWhg!0&+uxtKHUUBrdIUb*o=*H~>-@-B zo)~8|Z^hx6X_|f_>+ohAH7N(e3#S|#r@Q~z?uIV@;(^%%uOFNdvsTAN`>Z|De!-RX zS7!W8DSy-a>6AYLshSNz4?$9r+t2?okRaZ2%sGc$8f&>_=+Q8vR(1B8(L8BKE8K7fUK{r#BZ1w6y?Q2<);2!Ax86_P~S11>?5 zK0sd-hzyJv3A7#60e}MVoj^SCg8)!m4mssdowFu=Z#oJnoDKJ^*@(iG3Qmt6S))F8 z;Q!uhNI=#Mx(Y%9S(1q%{Gw<~v17;xi&De)#BTyTm9UUCV7(%~sre?2=fo()%Gj@& z`iYRTLxY^BDw?rmo8pJrg4;#$j?WB_!Vr0I7)x2~iLnDNV#Ho*ID(_se4=uw-Cm$rt!gFOk?lBT<8f!B5e+ z+JN66pbFEauOZ2mymA)tDx(s+`j_~n2y6h*HN@Dnr8$ifdT2-;Kt2p9tAHp$CuUD1 zE0-Gfq}_X`_usMkQnuhSoV~yQ=s28ihWq;^>U`-xDPc~P19bKuNOBemsfG^ZzB2vv`=gXh z&~x_D8JmYBYowTv~7q3&l`n5aWtefxM& zlRu(tN2tXiIwLa1-jPJo7LM#s(iQ0_CC4aXGBn2Q5JSSIxkN99y?QPfBMHZS>tiPY z{WmhaSGtX>_ye{xQgHL4c-JY2wf`nG|Eu7-O@F@If}8!>ZVTSqf*t9<3z2^mg8wA! z{@5Uj?O)*U2_*UGNOVwK!UcTYT(%F`U=gjFO3_f8naP~yzG zK%eX9EYBOnUNNzAU0^5c=S(}q$h>o1z{mQi*kcy!Fs9ZqF2%a_FWUQo@&ljFbs%hu zb*tSLp|pA0o%J7m Al>h($ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05ab625ddbc8f8eb8276eeaa1ade158f27d9cf14 GIT binary patch literal 24392 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..75076a4b3fd7e9c43d9fb420d6a0fdf4a6c3762f GIT binary patch literal 60184 zcmce<33MFEc_vu*fvQ3kP=)&{+$a(U0fHBJlORYouU3<~pl+dy$N~rumof_kQ7Wiu zSssHDwGFi7M{v|0f>Q4z=x$F#mgb2Xd#sk!wp!Bc8pQ&Q>RNb~wl(9YIo?B)y>d_M z?RvjI@$b69d$-*wmUMJGSdOdP#hE$F zkbBtE?LjMM&N`Gm?Ctgr`?`I@Io&zKx!t+L{%-$ppgS;}*PS<<-<>~P&|NTG*j+SS z++93e(p@rK+Fd$a)?LQx+lI=AE4nL&gWbX5%I->*XCJB>uI{cLuIa8}*Nμkxd+ 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ee56899fba6d3cc3f5f468f201f538db7c0b8a1 GIT binary patch literal 15151 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 Ad;kCd literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7a29a13fefe1fbfab32c9aaa0a66a2c510fd379 GIT binary patch literal 17351 zcmch8e{dVuedjK)iys6)kOWAIKSV+nB@&`YTCyz5vSL>jP09K}Uo9n$5z8<{EGa-F z!R&&fh=Mhns1vY}E5i1bVB;B5Q_qPWCs$>r)8?+znKa2vZ|3d~!cdR!nm5&5d^4B- z7?Eup-_7(s-?!KW2*Prj`|%_`?7sK*?fdcl@p+&3_CLB@RUE>}-tS)RKfrN6ryD(p zg^SHz6UQxZVJ^&%a$|ge=jqxsY6_UxuQ_05zd}G@zhXdSzm|Z7{aOQ7_G=5+*sncc z51YfnXw{e_;6PpGusG@*a|K*u)q(0UcfieaCQcHfKD{BuU#a#(Ub_p_g-s!ki95}O zEjPKaRdRo5F64Mwstu`jsoqF!V5wC|bw~|HY9mW^BGpxrx{IY&Bh_6}LlaA_L29kk zWYo}%wzh;#db^}1$sRpcY_WbNHAhT=-FD8dja^%y9VK^5?a_X{MDh0oE(^H>#Z>*O zB=?M-R{W*hZ?uQ&ZgPSB5iZaf_TZ`uZL~#SE|$`-kbWTS)!VNB2D-!bcNgw2S>6nBFUST1sY zQFXm6DX~d;NYbi>oEyP{E2?_)ZAAZ?U*MAb?4h`k9W5nUMgAMpABjmTKrkJ7%6QTH3 zRfxtS<1)QmH7jvh6_rVhs7$r1wqP(a9*GBo7;!<7Mu$~_4X!;H92yNNN-(HU&wakx z&!_vY#>S++;ZP)gwXa`NuEk>$eWzX>=(`XLPmW4GmtwI|r7tozF)EEoo(V|vCO5ct$U^a?`?-R@feOWx@&s|2@6LD$?F@k^d2p)U(bQGZ&gj~f;yO0!lLiY56k8yT9{vQTWL0&_WI z8Lz`wHI@~^ZIZ`m6y|oulC;Q&<4t<0BuuQH_arxCOQ+!Q1!nl;M6GVXnAhw@QV$9$ zpCW<*sOEP07T!$1xz_k(w(-e(S96We%{fz+c_HtpO+A~hZ%Pepv~o2KDc4pL*RX5h zmGmnMuccpG?zro}<6pV7*7IDp=eZwSay_U2gEv<{m>O6|p^@~+LM$Cy9?muNq)x9F zto>KgUs-Ov@A0qK)GavDj?C%%H6421v*~A-_aiUAt2He?*wwn^T68U6y(i>$JvlFa z?Dl?I-;~+E+>xvA+~D}ygDZ#f-ui{p>C>4rOM{Dp_r2Y}G9&qcyFTSgT~E1wCF*yd zD>O+zJ<{6WYW`WP*uUTU0YB)sl2@f^2?o`wU~r7NM_fCD!Ea86MztK~)7bRL1Xfg6 z!Ql=`qocv#2fXa1aU^{7J8Za_yJithsX{9M*-h>rO@es%q0=sU|EZx-Y+%Ng6&gam z5ehh&+oY#TKoJiJWS%y`^*i-xd>+VZn?EGYWB$;`o`uG9L0oAeX~LaeJCKM>lkYdl zZTL|I>Zo7yDJ(@kisWtXM04!*r7t)9Issax1`*tPLu*R7<;Z(?rG&TatdoO&LGDGS z+(*&l6p_7@cTq$xM;kQ41u{ja@yFcKO>Wa<5}UL#l(TK53U-FuJd2#tks{crgGR{` z7H)Dnh6`A6FP7ZfaF2C}k#C>20*=}APA2}2S*Mdeh5%rjpnMAO5_$j7I82m|iwv`M z(5FleUG;?&n6hvv9`X%GMx|cB2zc>`!fG3j#eL&3c`P(KI*lsGPQ@dkxD@tXnf6U8 zlI$bkeb9GhGVYUMr;vb*5PP;9iVQGw^oDQhY6Nc`3yl*-+lDtZ12`~b%sd8*WQ55H zEqLJ7x!>5Ua~~G!0SxC8Z?iU$r6Jo*U<<>;aJe=B0I*VMthZ>o3&Vi!ld0EN3qBZn zGKRiL+!woYJrbLwE`;KAuNiF`&2ec8IEX4V-YQ{H;fqJcO02vt&{eQ*06$b5`boOP z^s|7B>>)x%l$og0=epNO`znsWhP_ry#gyd%sZR-|?0_VnCz#{1njS8Z*N=-B^>tZcJ2cA6UI*vk7LccOub zYGX!NA&FW}cxIM+;Pz;9(UEm`EMLmG53Je_{QqdOjY(4^A(gin>oBAyjP+1o>0QyjDJRXXSW9>)OfJ`u1evTpQctPvn`T^X(A9>MrSW2SAq`g> zmO|PAmi9{%FKQ#r-Y|s9jbPYeACk7)VM(9`ye{?uaoX$`)FKSgyLhRxD*a!RI2TQy zZkm)Gb7(iR5-qyyozmOZYh->C-76QwuB^Lj#hY{YuG)GF(`qT3R(Sx=Y4dlEuF7VO zT&GOYIR2Q`xyj`{jkD(;h+Z1?K4bj**b7+MZR4+-m(5kwP(J>ZR!z|gYo;O-CY!_N zfOQ-+4ER6zO0a+Mkl_BTh^xZj=K_wf9kDYERxaQQI}lfg!NmpKVHe_>Fc`Q%ZP<;t z4osCt@`_oM%M@~Zme#jgvrZ7)KQjz+ikU)uqrFeu0ArT-KZ06k}yc9bu<>j5WsK% z%QA}}R5>79i-u-ZE5tt(2bpBi3YM%^_TZIlwSqAqCn+=ENA34%u2MsNjrwS7Q()k} zSrk+VDH^zMyonN5iv@&hE_RpLlF%r*$PWtLB~4IDx(nPN3P&fExaLR= zbD;OTB=ZmHQOz%{yK8Sx%}uSj+q3TWWg+L@w`$wRv~^qO1U$hy_W&2@oB_#_eB9`s zzI=un@-rr=p=rj1g||T<;L$=T(i|XH%uy27vJf@{+Eoxd{T-ki3=xbv%O1vUloqpP zA!+_&4kQj2twebkgbCoGFt|w_?E9SWlc{%pyIK`d^mRFNV_33IfL~TENCj=o1hF_< z+EV%(^r)zjT`t`gvlSZ%QfWdJ!PsH#>_;($28qyU0p(Q%2~}z{*;FpUMplZRyo^Xg zMh)|0?|=2aqdQ;MFn8)fU480QzGnAY&E9Oy-sMxdny!?Xx4CXR=bZDun-P}mi}w4r z$JT2-3ytZkyt zVLY7hmX8Ldl95x0V4CF$0)6}U=YBr}$h&vdws&U-s9q+{1S@HusWLk_Y|=H6XQYL$ zdc8Gv;w;aT{TK4wmQU zprPgT77a9m;z3*G5k%k}01QDHNkj3NJk5{*gJW!5vB+i?{0bE(yQb*`4MR~S1UCJi zvO%WAKSep^HAHM^Z@)SBW@aYm?nwz4=-Y|8M5g1uyIo^}su>Hk;Q(X2=H8Qa?^#A( z=X%qDl_U3d=bD~NTRv?<+KMaJbadX5Z*EHs+&Y&hM&=Q-L;LK^o8XkU!=0+d6`Hh zaPco`EI3tD(o{)kbZk6i3PXc{A_}6ya~HXC-gLUan#u$fLDm@ERt5OAuuk8QV#(cz z6l$w(4ds)#N$e_{c^V0}%KCuH6E%Z@aMjLtE%c;&mc2RGez0uz)|EYZk9Xl{`sh2y zK(ER$1@<1Q)b@S=h9+&6tXgy@=+b zq=#hz_R_#|#Voyl{oHNykZA;n^fI)0#%$uqMCiE+f6JLPr%kuq0!qvn=@)Uwvy>^? zYuvH0B3WmI8QU5KWq<7{4*RNdD`Hb&*{vbe|P%FC;#T`+b2KroX)w=tlG}}8dpjc9{qvq zq{a5v0;0;=Wvr4bOdcexU{6qy5p)^SHOM4iL*5q{&;eu>m&F5YvDI73Py8hc6mT#@ zJX4V)i@(jUqsiwu9?DZ$_O^Lv(;vK(G>!1&f#tV=cS-rm zLUCiB%3p}LSR7v&Zt4Ob)d_cCQN{G3iyLJ>QvIAPXXI%t6&=BI`oj7cv(nV^(T4m*4d<0>*KAL1P-IZ-?}voVt<!L-)XxbSrP>CEMvr#ofKJ3On7 z_Pn=s{&=eY?>V4-xC=z z-{MG`OoC*SH@I=6UkMg05L-Up9$e(&6d2Ni8OI8Wn-$T@w#X1hns6P326_3p8S85D=!=`kw7^!FxRm9a|@T27|uI{p+gWW))YzzNzoo8vpl zKS-`w+p^ZS%=P=${rTNbWo^w5cEjN{KNQU33;e?>UfloCQYHEy?&8IchZbJkOScVl z>wjo5iLDQ9yx9BDB8V^Y51qVt=$96*e$R5<-NrkOcX!{}o%8n1Uf2}sL~RAc+A@S@ z7(usBn=d12+c6+MU}iqmbknBq=FnaaPNxwoWo4|Cjj>X8#!6K&R?5LxDJMHD$_*UZ+i-q!a{etd#!F?wr*d_ns07-Z)mymd!yOr1E9*>pE~O1k1RZserDNr-{Hry zX{md$d#(9kw)tSH|E+VMHt$_)K9+4h_M^sZ^T|~It#j-3Et!6@TDkfz&}mgWJuN{3 zCZi-4L|_(NzGfx@)K(G=o$Dj3lxVBaxf0szALt?Cn%Fuq<=FXBa_{V=8+g6OnnsaS z9>QERH^URBS_z|E$Js<7cjMC{S0a0trE9*}7?Wh_)u2T~uL*RvOjR3ymI zCW2mNp>!c{C&*H%jG0uSqU$!8NdhNIPux(8D1q{_5Ej_TR8Y2PLs?PW>MSwA9h|Ou zbj{*#U-MorZcu_aJu1>E;29H6kVcFXq?W-;zxZc_frN)~O+K7K9F@Yyefwnm*Au5= zG7i5K68%p3HafwSR`YD+Aymti2+lXe<##FXJCsuOBI)T1vK(Vv_Q(iM;)r4C%H#+$ z400C==~_(Si7_B5AJKKVKxq?~l4z_T=EQ^iH)JX~L>k4^Pt5hIw`0}44^)W5t!Zf1 z(FQ7HZs5PVJsBbM@}lki=kE^O8Te?|fqY}jdsmi*7l+d`^TK*f!-6aA%7mAqi_w*i zTuoo<~8U>UVL`<%=ZFIINedg|kI~Q{9 z!>hK#J3D7c!&y98%6L_h09ZsSUlxjsxE)1xrPgosGyG zp-qQcoHnS)*%J<+78Sk?`7OF_f;R>*r4BsW&lbF~>CvSU7#J{ShBq!+h#7Mc{C%rFw_dSR5HT76ylegZma&R+M>8i{j!U7p-wWcF=GLM?i z&YhkA=E78Z3XI_O#p}!8%r*K~_GB9m-goxoov!)Xxd8wM2j{LSzA#t42j_LD-knB` z3=-3Bu(`~rL3)u?9(3f*aJ8n%v<3lVo`SlE{p5QF^z_th|U) zI`&{ToW!%j&Kjd&DoN+IExS6B&ObyA%n8qL1D9VWnH3}vSkm4CAi5Ap2bTHt<+b{r zY<$2NbAvrQ&_eM#i|tfT0caXzWgmv5DpsI}i zb8#9d7K&f8=(Uo+o~?KcQ3@4JcuiUgFV})yG19Hg2BPWu~%c0__}PIj!6Ump}E^ysU7P&=!=cx06BfqW;9$T5;f8G)$!03 zoP@)%YT7D`3MH2v0z!pzIA8A{M3CXig{_tmU$&h=WN#94fEGCi4|a_#=RzRjncv_umP6|PXUK%TWp-A&WW6ecP*X)_!ocR84rl0Yv z2MZrNC|6^XqhTm=;hPL-fpKQK@X3Lp!KEK$7L@z9(%1M^?dd`J5<2I1K?$ynOvWRl zs*~1fn%dyVHd81MQ)fL*BOo*lV!A|X1Vz*&NYlNNZ5>)N$QLOhmBs-$rdxhWU<$@` ziIlGV(3@M+^&sp5vnMibwSAQoZW0&li-zjD*?~_5$C|J!E9}a6?+b0~u9`JhN7mJ` z=IYA2=tQ%tcXnXiwR_FAC+phte#i3lKRcLn_00}^Y;{3Vp+(KDOP!0IO9vMZF2`41 z&NV-tvfOg#TOUh->2CVCwlQOQ2gQoo;_o5DGCYZ|TyaJ~Hd9X+*1Cf$Y`(`vM(|aQ zHUfV|nQRP2^1_OorUV*tW{XsThFm*RO-@cGyr|M=1?N!UfcD zF=(u0?T*rF%|-S_%m7%>^X#0iT1D5IS5UoL?x>_FB_*m)ViO~R4}c_AEdv$u52=+j z?`qWr_Ll4oY z30JMhRiALqPq>=@&b9pmcPz^tdth%)HLls4v-al9v7EhQ)&gK@cg>1h7C+xG|H2kN z1Zvp&I&bEi=8tZ1_}Ox{@dr}LEe=0h&+{VRmvL@!_}Qv?h3C8GzqZBE?^fJ&j^`UP z)mt3>{_=GbC)!iqZ=ap7&I_(Jp(!ggt+pK85Y1lGDp#{n<>c)f*p=-1#P&Fv(0gK4 z@XlXctM_N|UpSEOe3B(ByqA{V%4$8cu7{QezHZ|% zSG#9kT&wYAYkYS+%iqZDIh3n8JnP!D)be$oZCvI#XCt7q*!5p*oftE*>wn@iNxOIc z^;K&J(s}#Gf{n(~{y954^^<+Vsb{#K_6rPXZu7f^ROtCn%E8n-V2TmL*amEmJ;Awk+BX4&s6&AUx<@P!ti+ zQrt`fIqr!}dP8cQRPpmvg6eXWCMa8{a6M zPXGUJvAZA*SvR?^#NBVd*M86c}tr)F{R*qKEl!^+f!aY(W zm1nT(Lue;nqt&b-yiW`l-#;w8jMhROn(%?*G%?H?1TjW&>Mt+tbi^s-8 z6M~HmCW2!Le=s%{XG5_Gl6No^2|_X5cqqmOIj>HzV9c4RAQwo)Il(>=gaTKl;vAMs zaI=C1YP%eS*Qr2aQYaJCgJaW)z{N;Vu;BYtB#;=7b5TJbiuo@GW0wQ>p*5z%N3TR9 z43y2QGOgVBqTSq93- z_~hXp)JU;^JdLo{w|KxUtC)4%svZt$F3Zen^Z3q7ZK7A()t*g5XRjwr97; zcfH+6S2V$I{TOky&~1g54Up|L;$I?V7eNF08W3%)TO;(}3V0pG)PcVoK}+%%uS zdHYB9agPT}NmXJPYlR*M*%!FbWthT=AipJg;0jI>G~{&faxlU~@ZRqU@I$f7@k>F@ z!%T;cjbXq0J>!80AH*&(hkZ||)>r&#pWJ$wET1%6NB9Ogk-CO-#mPGe=+D z*?q9*_0Eo08RP3co!+A@$zL@y-JRWxxFGwO>BM;V0gN$)qPXT@tfUaEW79Ynk20+t z(KtH|tCnX9nOZxlY4`i10a%It_C6B>7u3`f;3h7=y7P6W zAHLATPhafd+B>@WF)lQfc&%q@b|&>&Pw+|*TG-yjw8LLf8LwPP@JcAr(b_RS9UJrV z9bT_#tUv~EUs4+Q!|nR;7jOe2MyIID6!&V13K!>sG`v`qwEelgkfX58#WeBG(yaPJ zl^A{vo^$k^3hGoroz*E-$vQPsoxCAMze}^)lnU;eA8O{P6m=HEH7>QYov2j3$3 zz50>IG?TRYrg_eHF%(*U)s zX(~3gl&c}fvr> z4R9}Gt5_q{YGY0CW)C_>%L%h`B9j_*vDVQFwhTg*Y&C0xd~VhbZ&kr+*70phW`s4t zn(%(;+^3{TA=Y`R1LmY5SUOdUsa!dv9+pZdPq8egW?j&xMrdILw2*;k zB|Mvesn!VQvxE#h9{{SD^pnkgj2VjnSz{7$pj1<{Oq^rJxL_a=WC{z2A(V-aPjh2R z9Oeo{BFGm>E&Nn)EHqwV2Ye5S8ySP`C0{tP`1kM^WMWf5GW>F4N(FB+=}4*Jtw0Wd zd|*y#S%_~)e#n&|aux=|7BQyy&Z=;@uF!l3O+6*2TFl8gx8y7*uCpC?R4MJg!$D z)NpZCn8DzO@}Y#^pL7*%oE|CmMaaYdIoz&Mn-;3JHLZEamal0ckNVEEX5CPeuc(1n zQ{G(%56kD(wYS_i-ODF4)jJ+gboDU()ACQ;AG>c4W_CRb5xa-zjeWhJyz=oYcifqM zr#97;(fW?{^QzjV=dx8DP=ht^uD|Qv|D(E5zlvTGp@6}X?FKl1#f z{e$+^mouG*AY#YSjh>x9nfze#c1xz`h*+Wd^SZ`dU00^AE3Ns|P|ejq560vT1~0h1 z$X5Ly5Ll$1z=3Jt>xE6q{UPvMdBZ}X!o{6S$XhjBObiO?VWX5&d8X(O3xt430_r(U zN)t9K=~9SQ!*(ltb58S=@5l>WDos&9WR&uBiatwuwIhOhVmdS^=tM><=nKM~R}Trn z1m}a|9FP=B(4dCEA4Q{;}fO#hE1Q;};NE1YVp_NVhzD`=~h;teoO?1-bEJzEMF1PWYoOX&_!BNHH%V{&s7 z6M=d}!CI>R3v5MF)!a0abPNW7_OQr)<5R&H)5;Gbxx%oZ0Y1zM`ZH$-I1cnx{m>aP zpo_#OCV*1vX98RdlwGg7Xw9j{rzC+>Bw|LSi~M9T5=mBUSyWQ=6f}l^6>dPrOj>LG zMn&~fXSSkslcF6xE9Lpx`dhs>dzW{;+qdG%)OLTVhUhOb4d{!b=XamGYJYHk&Dr{Z zQbAdJvw}7fpMhm!0KI_dE5+-C6yCZ} zDuI(;@r&OrCPkhttEOb06f}pw1UH~VHs_5uufMqzUblJw&R%=Z>0Ugza4_d=&N!QM zPG839TQz2#eYYp>ItTK#t!u7UP!?RR%gKy$*P3P5rk*OV%Q>1dj;5@mIp^rgIJ#C| zTX*!`b2qKooAS;UDd*Sltw+$3MJfSz@hZieSo%^gjG>xU&8cJk2?>^i*_HTDQJk#7 zCZR%Bjd$QVGW`k5bf@q^%%vf+x|-F_X=5r@H>YLwDf%*fh32$0mC~fNmw@rksZ(kW zbPrftP$s1!^&3h3x|9x9ooNo9ta(ei1=EwT&PbY73IPWz3)I1Cl8Mo?)1e3pLtW8o8#fc;gI%OBQNsC2CIFfV z&|ih>b}^`WL*+=S(*a;5kHuQ^`gpmowrlu1;0GJi7 zvq2b$2p{ibCKHLNKA&%9W~L_;>zEL_W^&NRXPF$cu?bA-lP$FdZfyCARkVcASrPhDW)K@w5Qg>1lb! zVvXtHE zz1}-Nao1d*uW!0O@<>NDG%eS>>;H&fJ(Tqw&D0;g)0C+{o*vn-mETBRPc2=!YirN9 zc4X|Hd#xR7c2B;sd8KcyaUU?r#vwZ2ylZXW$xQP}5W%gr_jQy7RfDC`Ohx<3j!ebA z+uBS;e|iwm7kg#e3PiB7B|Vt8l+Q<&M>Cba)g772{yVlz<(Z7-jF>Q)u{1!)R*|-f zl(3lNAw9w=e)v6zMSKpVXeta5+b_;uIv%K%YECmx$9xH_hg_w2s>JnpO9BUV{<{Q>u}oidtb;Vxcm!v_U&_63` zQwb!A)e&m`PiuLp_UQk~E&oPQ%VjV@>G4xW^XuDWc*mC|0<$hkp5&l9%HCk>*S-O3By4!|NlX~p1lBqF{NzQri1 zUFT4XE670|t(;d9W7r@VXb{H~aZXZq(z+#gvinK7Q8W>IAzS;Hj>ojuTS))_4kbjv z28x#0Ly;SCs3CAjukPHYP<&I%S5y~sm`n=h8h`5{7|c^IdXmYk%6+8-RNdv z>)M}pHT=k%^YmpreYf{zJ;ySxXQ76M6ZC=!swi1%-L-$Cr90PhIMZ_Y_J#G9lgism z>n+DO)pW%G{ZOlJ7^LS-_YIWA3Ej+9_hzblZ=3F%%vPUH4}WehyK(sX;hfo%F?*Kx zubVqbp1qmsy{n_y>Sxl!_iLcwM)i)B;cRtpdU#VuRWiAXwoFCa@=UhEmo|NFvE4X* z{q)knT}#vQrQ5Zcwi9_*^U9$Nbjsph>d#m@($B$Q=gM0%<*m!%)g9ULBWeAnMPqEs zTbwsWu8%DBu3MTn%P5O$e&(*ZVN<2G?$6uZsKYN^S+{qfK;ll9rDxJ*|L~}mvU@4fA^@Ia6VPT8ox=yROvq<(3uI@PZJWoO-xZYvIek_C}wmLNcI z0C;Y{6#fJHd9f^1$Oy5rzNVBdg+LbLQ@FEAm;6XAIV^~%fL8++#2%u|gF#Ry+HnPQ zk@Z&45NoPdu!$tY4+=ZV!+;#Jp|J#@j$9D5YeC0PkHeFoi(VCxlLaktP#}`I1Wwz< zeMe|0RCOhhto!QTQ&Rso^n^zWLR9petvO?B{t=sZRxKW0IGnGlzh${;$yIe`sybKp zWUG9ubf#)|-ch+&w@~*;uWoO=PpR#Vo0QtvD2kh?BuE!d4w;~DK;UVLcUV@nrQ$fm zGCM_fSYo0;HHO%;)Ccs4SEJBP!Eh1uR|1?EB*%yX%mD=KikPCoJX^62;>#fw*h;jJ zW=SbuLKAsp&ey07n*)hS&eoW*H7@J3Ho)T%>zKPfx0HafTr)I_15@0143mNR0fe5k zasd&r06#8?pwHeEs^J(*qJ_R)$#$rDUm-2Pq?^FUTP}UI%X?x}lC`Q=kJ7 z*##xEQmB?Jb zIdjU)9a9W$VOe@qiX>{Ka7vctq(umhRk|8#&XSPjO2BR`9~oqM)S5Dtlqju=%t}+S z^3u7WE?Ke#$1L(ssu|XSG2A4zOnJ&9R+ch|C{e16phW5veS(^&UmpN8$W}CFC`4_$ zN=lhjxNTcDcum=)_RN6<$i4EEdQr*WcBSmnSQ0CaW3D_^9+o9UC9~oh2FR#m&d!=r zcHHQ5c93DIaF>!(3Wa@ANO`90#UmQ~*QNIoSDUhz+6^F)YjG^47W4X)9ehb37Il?5 z`%`)kDB|`@={?sBZ9#Er+r_&RyQQd7PIase>L`#{ntJE{?>iPy?iuMj%9E>mLVd@T zJW?oSpOA?&tWHfBR@(MU=`Rgy@tso|YW6D@9Egv}HXIaU$psq6zX#pn>&HUgpRijj zh4tb5J!Zuz%`jJ?V7sLp7E^LgXq(KgO8INR%5y67^n_7;>WVGuKk5P7F4iiwn?_rk z(jL@}wq3<7kJ&&=D;{YzTD@W#Nr$^Yz4PCtu-87qO+a0O3fzV0gh0;-j`X<*eqhkfQd%H_7)8Sv^)_SOPZk$DJr@17^-QA;))j6B2-vJZnqcb zE@OkM&t3{mP2oqtsf|Y{&XW8UIArG> z;%lfNT@G>a7}tky8tk~Bn~0L98qiD*rBJ~@`phT54g-?KWmLU5S>q$l2;ks=Ze$?A zi7Fj>;R+5?%nz<;0dP{l_6o*F8M8G<1hn)1WC35ZCsK0ciw z&8K4m4V_`fNsADWE8x0Y9wNwV^^0RAHW;Rx2))F|sb@>l@1Pp~wy1)-YjbXI#_hf9 zKDfgEK*J9^FXRf?CQ{KFMGF#pSTB@y5lK9qb9iTML&miu4@-tg)zSgt+ zTBdf__0#vj8IFDXoB7(tTx~a4NLR+PwYwJ#_qM#x8#XHHzJDP-xZ$W;s$6zv9bjNJ zSo>GXH(J`>AAWE6{gL-Z*7gi$TTX(V>oaG|2GjDs`91ST$Jcfq%XU4RWscu@_Rb%y zF(>DTHtL#JUeEXRK2p>52j>UwxhfZ*TX=3+yPW#ewO4wxuB6sohre{dH#W){?Yf2uAazN9weRJ za91zREX?HG?HPCbiazV!xd72E&FeQ+c1L~Q zRke6};dIWmJLB5D+I#!-r>>z*4+XJ@zISMOCfDAZY46R0gUi@WBlM=D`M2JkA2+Wx z?4Lim;jCEfUFcmrvT$U%ecjo)y7!aAe|C7oRkJv#n1DOGVC72X2f@=l{midVhe1u7Bx< zLAsB#@w-PIR8`Xhs?1UUx%eeeY+DXKqUeggd-a_w=QH(t=LZX;vH0e~o6Fg75d2`u(%VPIJcgEaUh=0$uoXE8w z$h050?YP^1Xw7|i-O`^o+viU#KELpM#@tlM2kUr=%{A=3+pu?)&Fw##*?;nvbawx6 zzN#))<;_%iSDNltbpcFN)$<74NPK{Gp&jh2hAkNixI;1gDG`McW>21k%=dz z6hNlctGfLW#D31gyXWi=L@AB=NGa85AI8R0v!daisAluca!@>p! zS1ihF9w9R$*hQNyhu%_taPZ`lYLKcp)ai*d`2kI!WDZrNK|u{?54bc0y#^vO5zJc@ zw9r+9Lkl$bZ}CP}_)jpWNi-9`iLrlzH`JvFNG)jagQBdW6Is7t7N4RN^QVwgv;xR7 zgD5Xp0N%M2^ox17Vn4+x1Gq7M3Y7q0R#}}ke`YSvJ8KpXEgV{F+_kzp>)f9{@tMsD zuANK#tt&ULtZ3eSGvn@_*W?>Kw=Uhhw9=k!*gbD1_^T*Uth{=seXYDXTRseeg`*

    (PlSLs8mul5tu$EIxMA@cG0nZ<7|d~x_Ff$ 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..38cc7872f52295399eacf7b2415243b82d4587f9 GIT binary patch literal 30392 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf852db58762870102645d8572def1d4bdeb1a49 GIT binary patch literal 51887 zcmdSC3v^r8c`k@20T2KIkO09q!8akkDT&mJk||LVsRwOKvSrh9D2fM^Nb!{eP!t&; z^37x#Dp6}NP9m^QuAs&{BYquNqbLso1Z&PtATceH#3#N3~-aeHn>3x;`EIrtj0UUqhdP z{bu%MvR`ALk^P$bOzhX(XJ)@yeOc_+(r016);=qz;k2W+vFyI=v7EjfcL45O~Gvc9sh z^1kx1ioS}m%D&36s=lhR>b~l+n!cK`+P>N`cb|J~Q{N^QKXbHhtiG>)tf8+#sZc3A zhLKZZN6EjQrZ<$rTVFG$8fZbhR!o6Y4Q$4T+4{L860dx2s$ zL!szv=Nz8)S$yi-?%AC1?LhvUFlE>?GM(@w{cyRQQ*3wI?|Jg~zFiNkZN6074o?T) z=IKb=O9f&qz6vqY)uw>6NwoX1tMLxp%I>wD$;g=PCdr-4IVmtdfUZ8i= z$V+K*C_?y`9t=n5mmdtB)hQHWefsu2G|%GCoM+cV^DGft+PD9qaZ05)2RK*XL9VQ? z+mku+^#|L*m9u%L;VRHqhsM=hCH+2RMzNmds?K9I@LIO65BD7&&*W5nhuPbazN757 z7r)iW=Si*x?o%qoK?PU)Wd-N3CtrA$YvLNetn7PkM&)k)HD&5n#;sH1!-Er?r+;+V=ivuNy}byujd{G@fwP|e zA%0@4e`t8r^J`k^$kxRK-#!|$jf=CkhsC;x#;Wn%}jdY8ORnTqBKX(xYsu@I_lvlKYsYk6w6B; z*B|xx2Dky=K-_t*Lye1B2&0amyh6aQ&0~1XBBE z;#p@szJ3RFykU^W zU3_R}(cj0fVR*6MDShG>#aUHA;Y-Xsg<=HzVd}%F#1+Ha{E88*?$n1|^^dg^rlSZ}Klzg{D9eQ2LdemaU%8KcY4nVp#!|U-goT)6wrkYo-@tD-|fg zz)E=H5hY}bX##4$nln->ybizmrOKq1WXUZMeVmE4_hEe`?RMC6vqo%UD*4y15X(KT za9eu$3Ve#|pPK3K+Q0XigK;ItS0Ti$`ZbN#uc@2k=94`qy8EAc{%GfsBTw!-5m#b1 z@{RbyoVW#vpXu${_hi@p{^LD;`+rTNJN&QzYE{IQQ*njc5YK#e|FQn#&m1_=^Bm7| z6jlIR*Zmg;_;|*^Bgo4UbKZdd58CzJ|exY45;HQ{x5C_=P5bq9$RQZ*FX9ZSrDGH%tx;o(ClJ zHcbvsHer2@a}#_MC%~2n^>XyfDzz#1UI@C8r*z?orwA1bpGf8J#{FDYU+$2VqI ztmSjsb)$XFSP?N+gb%G6n_?#0%SSFB3FWMsir0;fko^N=@w&~vW-E)>%EIO0mK9so z+}@bQ7Ci9PFRbU5uH`mHavK*fMRWHA)v=u1;LcbZ6@Br?sJmizHnVomQ@h5;cE9ksh8OGHnGN)MVSM)~u8u-B zxif27(3zwl_Z}hI6p5v)**Ok4m!-*>=y!6$@?}d9`ziV`0 z>ck&7QOnRVm^}Sm~-> zem`Qm)o~r~!KO0kiK`~OSY)0_z6T$Ys>&+JoDurqfJ3#smcNkyTI-Fr>urmhqxnsV zN;42Jh$zxSryf@GZ^3g_A@2cvl}~EJh*WbaokGMdx)d)f232SA_ab(I0NTze38S1> zT`_178bBZWsDIcqLcN&sjL`U{Jjanz$x=_V-k=Hq!BAuI3p=fMYG`QqqQ@IIAP74u zmVewZhOK*e+{4erv-dxDVt?=Po+o<~kZk{PAR9_=Qpd&3{j_C^8Sy7k1U28g1I|l| zztd%|mz1rQG)77qqb1Ehx3q+8L1nP)70m~hmKA-=Elb{-r95IOU$bnDShlX{xBlj? zR$*=RQjdPe)S00fOzt&lhUB4FH}rGvr}wiTdz3sg9?_FD`BR?c^a0f)(i>9}|!ZKtPkchlJj7gKM6loW7gijQSr=g7NgkWzxgK`9>XY^b|20|$I zBn?XN#5D{x)KIc`Mj{0b8tqIBCSbm7s1b*cU%;RDES#4Ve~Q?l1m?bZN@$wgiIkLnpcSS9obDDKq!PS!ak~Ld%#MZoIkJ{SiGGayLSJW>XFB^kh z5q*A4ZzBJizBHmQ4QH(CYho71oLPW8C{KFCIrecqg03n&iasT$0Hs2SGk}^?!PRhT zxLQufX@UP|a2a^h&1l^ExbEo0)HqPz4WNuNWB|d%G91Q&?uSo!*qa0vW)cIYikqBl&CH?x9Y&t5^fv*u-rYVm+)s+gdZEBu?KR*m7 zo-s9v1Bu72=Fiiso@NZ2JDE7xc*f~qa$q$#5w;J8_%*i^jyKE8S@;h>c@EpwVR zeL+ND5ZV^eSJIFhE*sYLc@ceHsNh3=rOP3Qc)NC`QTy7?Kz^ z!i>8VFP34OMa}_rK;u`V`!p#D@OlB;%oRuaZ+>-$;!1@krJLgF$%#qUS8grqBYpz; z@I-BiE6>N37Z`A)6_r?08N6p~;(}*3OY9=yeI5zCop8`gj{G%8O~g^N=BSG}>K41B zj;(W zoY@?)u}Ohfsm0Yoi;X!!-_@D83wg=lJv(ezuF#Y&kCUQMwtTlQ-$Wv8#>SwosZ6^GS6u_W?v4;%tq2##m=vmL_2 zgFKSKdnZ9viK|CF<3u<~97X#3-NL-#FH%M`gdEQb5+hAz}Y5dFS`2V{FC8*i?*n}Zf-xe zxZu{W&4xO$)T%Zuwp@QMn6YXtmnWsLMD%e$dRi3d3G|B45co~~{hyy2V9TYypC@W9 z|9NsQkV6z#{@;<)O%6s-!B!7HL_Tu9f$bQF6Kf6^nam5={V1SRj2v`f++i5;>?*daYS+9O5$woi|DUDCS&@A{ zB)yxsOzf~`gc_4Vvp5q%EnG2Y#x88-vhZf(EO4_qE8HBegtOs`oy*3XgUf-N%h};N zIS1T4E*EY-=Y(6pm2!EATgc_(t%xgtTa26w5mtho-4)lKq{Hp(6PW~R_l*vCy)@6y zObw56t^rK;VS(u8A`+jA#l<2R^>|&iPwjuowWYP)-N=%Ha==yqIq?kdxq;TLZM}mU zsaF*W^0OUj4z92j%jg2_Ed78-!UOoA=oiO9;RB=)p0gA#<;khoy95I`HG7w0%j-QI zmMM-Ja!i6fFS$4^LL{0Kmw`8eJdVrrBl8u;+gOkB@E6<*@nr=ABn5_H2EdQ*c$7uO8%gXj2O$|eIR z_`zu|t^)<0O5smas4hW<1n(hHdfdPm85AXMA>KhhGG)|(WBcRUu>s#8xB_SS2_X2x zgFgN!auLuut+0z5MV>?dvHiS`l`(L}OZdNACm_17QWC;j;~7F5_!fH65G9mffY(dO zs9W&}+Zt_uvsn!KN~fS7P|TMBGG9{M)+>PhX|5Pz#TCMFD6aso=Jnjd;7NFZ1Q!Ii z!K05k3W5hI=DIVV5XV=(fEN?+f)!(7EU$E~>q<|o(1o8PvEs68FD|?|*Y*3ox2&aW z)~blLDts<#ZJO)+$YPB-^9YX!x4v>IsEHN1!uEwjLCrS|H%lwRT??~or7e-tmZgd% zZ?tqL!c9OD!Y8h0!fTF|Roy7QUL4eXGwW7m^^Jqq58gO>{peC{v~p*}S{BrW^49I8 zYxb&$oyxN}1(hE;^VSPC-Bu{;cf@ve-BBy+_bWeEC<_lL5#~6c{6$W|dPUWZ_Ur98 z_FUhy)E=$a8SMJTkyx1<0451G@it$$3^wOP8 z3E2rK!Maujl$<*4kuB|^Oav+cAi)nwB>@5yk$9w3>W8M15M(ipjL74Ns2GtpPx*UV z({cYBiYqqFQ#;M^PDc`Zg?yIjr_L{{>5`Yo{GEc zzsKEHE3I3w$_!f=vb=%(Lpv3l){F2Y(<#%PBGVF46zOQZmEKn&lvX72mqZuPhkUayi~SChwxkkSI9eS5}>j0 zc86jS6n{x^OJJ|O?7!>}bzM8MaAdLat%lbdq87m4^~5)j`9h%jRjlYM9_&_HlNI>; z_$4@p70QP~43K7kD1r5vmTHBs1^7zzE*hwm2Va2(fn=csMNB=U{+9BpQmMFN)F`eL z;je+nHGiz0Rtje{b;@)X52hQZcFMt2;~O~Zoy`=wiTwYBI(U!3`IX|IUsBw3L9y1J|p_b**Qi=dMC&s|$9;3QEH{VQ!^hQ`Ei*(BD>fM~!HA z)JXXoR_K>@?N)A>nlypf)ci7r?tk3WL|>dp8s3T>t@#@!#a2+i6T=Bb4I?RBLp8?X9&Yyvq@eJysHz<5` zd}dF&8H59yUV`2RzjlO}Zz+%8AeM@nWvUc@jbCPt8-3F8$Zvd8svqj0dLAWXWo*5u zeqJ%HtWfw|iGmcB5GteZR~Duf;@6F-E+Hr3i(B8zFyH&8DsLmPl^Y1#yRV({4K-|w zD@nXXM_^~-%*gCE5iy>olX<=CjAw9Q3MlzlLdwN8>~)O|dkHDu;ToNoIPalTI_OZd zs(P0@`=OwXKaHBRohqI|QZ|F&hyf`k85IxD)2S$)O>8b!Y`<6W8YihDL7YcM#8qd8;;QK(uL;=+`=;OuBvZYZK-@yb_x~Hwy@wf! zd@ILswSB(*>aO`+Va*NGb<-mE*4XP~(VSg#`dCT%wc%HX7wvBqeXnRGrwt)FW#R5f zPW_yIJv(nLyF8Lz9&V3j*UjnH&Gz7PA#c=Naa-Xu99D+;n8~_ks)(2>!h2UuHJ?}& z_PW*ju9fWlbNd)gHkO-zS79*c2UWLKdRzW_ZOdC(uV*b?d^bB<+qD8tetzLK=Yn&k ztTmdy`L;siC|}|~Dy|G4d-a8oYQ4<8RK8laHI(sDVOgxG?4AMN?@%O=dW*{M>EQe4 z+d5=_$F8s!tmnG0S(k5*?cDRj?eA=V_xNA#2EZ&oMCh{fFrmvfxN5|_S4XwK-OR{- z_Z*ZV<@(!CG8K6)0=)Sj+4Hdb+w$+nhOw zq)<=(3KhbCQqBC0W$?dOpzW$KzE`Tl*Y~OoU9GzJnkdeDElTpYs>#1q+qFlxfd@*P zAOqmdpMo+c0INjJK$^t!0AQ8Q$Z0VSpt>TU0RpQWkthUWegL4FBv7VRDSQ&1kya{6 ziY)`)K!!|@lIalvk^28zpTG~w z^lAJE*y{Jm$8g#IjeKvD^QYtxx)9gU=@u9-LxTR2f|tp8hn)XN&JW3X7Y>-Ff)pSV zt`JwJaBlrGe4ot|P=E(POEJdQ`xQh1W%|>WU{Tez-i6-9ZA&MkMI9^Pc$zIQpS*l> z#ZetK*W3nkr+%?DX4~|Q+=NU`P1Lq&u{COIoZGveTeGN&=GM&}yaygn{U_j$*nisJ7&8CPopZLfCS)qHa}+I+lT`4uOUdp z015I}(|{BF0Gj+M@HiR9Dh(|FvBcS{k2vZVk3}8La|iCJ5qy)l-1oGiFEM(`?9O8K zkBYUOH5&m6O=<>EzRv)P53jKFGPx)2pFp4)4IS>}jDg5dJVt%2|A&#gG zXmD=Tq!V@&Q-Q6flZ71v8RHqUcpyLp?R4x(TR#cBu=+U(gB+oKI^_||;?(*0!srM( z&=E9*=lON)9YkoqmichTCiY!A(Lzqf&h!t7Az@bmgI~|-&I2fWwSK+dz}RbQE+ddR zZbkp-@l{Xd6(}H1iNiGn^9}f>;Fh4HZnj7s0k@#M$Y5^cPd2ZJ?A+yFn%_k zO&|IPh9E-GFNS3$JpDqGh*)_R@{WVRiAIOw8blrQ8mX1?Bj7t02pkUr=88GZIs^!t z5)5q&1v_-Tq*yoQu9=D=rlQb^sHuET`H|5S%g(u4HDC2g4bYTLjf=h|_2MQ-oors- zvNW>dsF^!>(~=)LNwkJn`y-b6^|I#qtXpMG!K`&_*_yQ`Vy#)!MXk*VYG7e#;M%!` zbFYppW-p9Kob~gXo6Z7I26HRJz6gQeSWdx8aZ@CxX|C&b9)R$i@wP(&B1HaterRjd zRt5=3nG#2#d?29DV|;2n%>!xB&l=PxdHDv*TCr63CO&k8zZ7TTU{M-?SOZ1co>57 z28z;u9`ir0!|p!d^8v4?Fp{v#>clI_=nDq|ffSy>4MWD(7tbK^__i%^+Y~?Q9T@WT zpK06T8E2yZ;D#gJWIRJq1rVh}Xw&6y!ii^42{^E@{f35=Esw-WfRGIOE}jI$_rtUn zf{08^aQlj}D3(`rEo&ibuIIK&V`yA=6n*<-c$jT2cl3(vypZOVqBUD(#8w%#RnKLt z+nj4Qcf{sitd81R)@<7%wr$H0#@fAR+aIy*fA?(E)(g2TOJ1mY#o}7gyZ-qTqr%Dr zPa4;=%U3G)#VYE7iB~oN5zlD^9&T>DtyUQt@3R#iw01Tqe$t-HNkS>MqQ)dT2ey)r--Z|74kxakX1Wv;(+OfJiLVY$@SHbp6g+|gMh|-MSY_|g`t;C?3tL|YatL_02 zt-3>wFsN_jcV?-7l%?%->NX52F?Sdg`h-EDvup?$qf{Hn@T)NxpHB!}=>qzsA=huf z{tSLYx?z`KPG&0Z2OL3>4vV=YQDhhm$|%E*bY$3ca1L~!#Ka7kFoh&ohju0&zs_&; zo02Ev6<~^wC@Bp-0|uvjP}9ptpwEy~hMbdBdmVa6qN|B@r=uUR7M-YG1w|0`L)xex zl3+DS1*T%!SALwpvo*bO6@O+{TjlMjf~e`S{rjFg)&*HsI)}wIM33SB3%oKG&cLe| z`a#0_p+j3-@0;jn^cenQyt>W8N$oZIlmYllG#0bCc8Fx-<^Pc-BjOX|G`>Txs)5P4 z690#I24HVd7}%_{9wuEcEUSbotS)o%O7hO;Jh;5PpQH5^M^1pX*>&gp}- zHy!176e>0TS4ZbZAxQw z=^bnOqKLjIbS7LDI{Bf#>Rt{i#p)_7@Ne7pHEMs-sNL6Y*dR41E%2YA4>m$=XiiDg zigZL(agqTptC{R&V*(Ut0@|cWE^X&1An{;%1AdF?*(6PalCU_58UUI%|BldH-5Xa< z&pJ=?6Fv{EJ&r{GoI&h@(#QrW4sXlua$hMaA zoS8Zs*RqKua?02-^0#P-*vY2KYeBEWTlO845q zwaRUg%572e_S@hyxR#H_@~er*;F{M4Rl&}60CLm3X{ESrS-IT0YTX^PW;14*EwuNW z7D$DfUH8CcaNVQCcgRVM{FcrF^^Xd)ofR8FI}!gGXfJ^8D@u}adPy~mqq+>nWwdfm zIi!Ttwf;dsBuFA+XNF!kJ0j)b_@tH5(6dS$5G523Z%GG9yy?d+&}!4lhbfBB=_wv( zpzk;=rUBAiCa6-0xdAy8n#JsSNNgiOq8wY|*gYh+NoE!xZ)yHs#vz%GrZ_YzMhGoP zc|hSa`#t3Bjvo0$yD0$@-14_$c zrCDUg$4G&kr|3(|%CLyr1SFjseUuG*MoL7V{OgzEvRa^TPGMFAtN~jf+ng1TBPu9)HNM83fh~a)aC-nrNrqk~n zX%fH5zYo7?Fz4FdM8WL!4Lnew)9bLjeY!5-ra6>JBMjQy@{>FDcoInAx}@FuM~d zW!l;~#jltPC7-Ew(wxDndE8n5i1j1ZDd2d>oOf)T^H;tAM*FXT2FtLdEzv1SKYq!| zLjrb;QcwAFxV#HWjE!C%)z8om`DvlZUZyJ#mHVc zPtk`GyF|bIE7hnB-w(>+qR(H3x+LHi=3?1{Y?Gk+N{MisOFib{%boOJuKX-<04$%q zoGG5I5&~-i3N47J5%SE?YSJ(q9vTLJpPk_9nLs{?0zkypC4VI08Yw@Z;^QvPL)2sF z&p~dN1m1`N@0u85euk^d@@~Bwm|WCmIs$)8{D*H62CD$}1if4)2*k84AQ^QCA4xwS zr%FLK>LqqKWU9rp#Yt#+<1W&;9QE#oM^KXX6Ov9RlYf3m5&rz*{_yNeg8l~VVCYCO zkZ6ZGGL8X{K*-NRlDKvV*+BKu$4`0q%Sg|Em7H&q^DT0i7#@MH`#KV_AUgaX;|&^k zbg~6ql8HIM3Ws+Po)%2PBnX+ugY_05f;WX_TgmsV^=>A|# zV3ecYH9p~k{?8PM|EgIHi~|fZcLI#Df1>ORJ-x?Iz^(!$k~5BXcOKi{#s381vv$@! z4bKXOK0sFG8mqWj$3YL2k;wqb4iv_$rI0{J&asIJUqg?#;VGeK5ZybgJuv{m50)DV zpeXJuGdGN(8pW_N?1qO%P|&hwltM&LePsI_Bq-{~X!BY>m_)NUBM^JZuOy-}^q_>% z*pKvlF7g?+qPHQpq8%jFQ0Sj4eLS7p;>z)jnvEG=GGoHe7N(sT!p9gg^tK{3Xa=_I zV9UH641vU9Eaw&TTxZNu7~&(AvY6Etd}cl~sEpYiK|a_%*URYqsE7KzXU1L0|5vIX z&E9whY)+6sxEh8{;+oE5`?~pWP`DaI;naz9no|8CITGtLt{wIg6-6^WFnXTHfllC- z6P~9Iw9yC3!8}|0o0*aeC&(HuA z3&B?+nH!_{N&@jF>4gO2?^ChMRIHxyr%*G2!_Q9Qum+Y8ZP)Oah9nZed$AA+I`RL3 zlF|tsq^wCc?)<+}5F;b~3xz8ow$F{nvxJt4A~~rYUqXe@>EBxp$8}l+ix2x1s8CvV z=$|zv%_urzd%vM!fQ8A+&h3JYjJd8`Fv~F%EpA!a+!M_`6tx}x+s+6h)*EfX=RYu( z#Bz)04z3qhgu3UBt{0Yss^$)_7r8=hmyg`cEut^wp@VZrV})g*+PTA!zzMa_9UF%P%rJC?+!g1J{7gMlF0o{TW;{eeDPey z%{0OeMWKt4oSJ0GqnnW7H$%$D-ukh^YG?$T&XOIfg35TznitE-3+2r3nClWHN&}Yz zp%Wik%Gcd>Z#iFgF4^CJWe=mR5kmCAu25xI8!M@}tH^XTLZqmu^0i|(PF_EG0|g$EYx z-z6Gfar07HtfuzHh3gl-dofHjzT)Pa6*X%W?U9Q1WlglABhlQVy znJGSTPKq1v=Aa>W)o9*rBYNg`EeSDcFa!|SDyz8RyzZnD?<%qljS*AvTvxC%qykP1yHpKj@IQlKK6?&LF>@4>K&U7BSl?OsQelht6hEpT1kfjWx6edgNPg|pWt7A6)4px|H97Im}-RWWPv znzb@wtqh-8EDN9f(AsdvjJ$8>qfwu1QrL2?X3l4Zwh02?+0MHPaIu&bnU(x~A6WLS z+l#(^jE&~0g;R^QOM9cm?NR%-e!yHz}p7oc^h=pityM6)jdnT zwf3F}{+kZPOck%4kC<9wrn2zCh^g+jPE(LMmxW~q-44Tb1NbC{ZY9{wbNhpvLz6bIX*KM5Jwxn(By1YYUbIkALkH2HVgSdOBt@ zQyf8WJ2W1(H>{c(Nd%OB}m!HZ$UY>HW&bC!EYRhY?lXoBCrmx1|7 z-p2d)o>iiXtPS_Ql>lykv%_}0#_-eT?BiPuD~_@gN_DhGd%VRQ-J(6d+q|mOp2*xN zvqBp={e4WSv5_m&nTi211CWm%Y|^UPQ3(<3O5lJVLM?#=@}$$1;0U;&^8jQ<(4>NZ zsmptQ7}A&=MICnuT1mhirM#e>mCyr4sEj)T6(n?E*4QNQFd9duy>2C6g9;_&=i@q* zNZ98F8Tw2ruAkLm)+)eoIfP8ed5Pi&y@w)&)hXD?SaEHMGSew+yWc=>Cu$;LlplW; z6hxxAj^HKr0W~$P5{%q^;D4r%k*q@w238G$CWOeO zJmR?obliuj%#boo8oMftW@>;&tAWnTflN-9@EK)s@^nl;ztM-D6&|T{)1%UGvUs@p zk#P-DzF9t}SXMe+Tj;hXrhC953#db=NU|h~^R(4(O-sX-Y^WiQ4FVh%nN}9aP7+6# z?0^PxI1~L7Yo}CP%1P*PmWj2Lf4MA9rl#6uk#xTumX90>%SVJ&JA4u?2{hA0dte30 z!mJ=kAvksCVkE2O5=7tmc3@2ozn0HID`>RS#PR3KwFbS2X@&|^Rz3p)YuQA03OL8L z@aG7Aa4Pa1(sPoADta#8CsB0$`ET0A`r}K1zW}rr%vquf~qs&o{Zq*Ygq*|twi zE&uwf#d!dl>;a5;H5+}J2Lw`+K z;j!kGYvg&cw(>7%piN?Kpy#H*$fWva$!SC%SH`%+)v|=wNT2vk{`EIu-JO!(MITo_ z3k-^@n8iLM*T7#s(l5r4e^JN8ZiV@w@g5h~9pCFK7GwFFxJogf$5}_|*NxwODRtd6 z`u{H89`cLQ~>%Rl8 zWCoxA2q?Nq&XqF-+JdU_H}Knz**pGV2?CBt_#0Qp*5><e+R?;clvi;+Rm)DnTHh@mHu|F zN%%r|T40xdyMHIa)e&!^h@>BJ2SlELV}TBT$A~ZKbHWQAS~I>}NcROwue;)CD# zGXHL_g==9}eqge0u@AmIP?rGp8!$DsF*YztJ#dzOCd)XxBNxl5QDd7uZ ztw;Q#PyY2wCx^7B#4TdZm^baPIo+N%mNb7ca;cE4o&V$^soIAn=pESekT~0t;ymHs z<5gXHg8x~1`C*0)i+FbDBcRSDxd%j_zf)|h*Xa9qVkoy=4E>VwQs;)%zGvir5@X4~ zNplUDHiHv8G2?b(cJ1(Yu=DKRhro%wVo8q!CrA$>k3#1N$yL@rc?$#^iUa z&82PQP>t4ix#Y;)TaAaf}0PzOP8365)tALtJ(T2uxfK zTqk~a(OU7hja(LE%fC?Kkrd9saWBF=PLC@{r2-DOjeJecLG<~{QBnuNnGKSQZNA?Z zV~qTP=#zi_72?Q})!)<=l7>^OyYhbseAk4XV8`?WqPaocm9F$WTYTwx$QSLE`w#h| zx$@CNzZ?|5_|AxJf|3SqV@cY7JmMGmm#gLS-*k&}h}6!58CUL$${T5T(C>@oY*b0d zewQhJ*-!)A4fBW^Y?k{SrK_$Sd}!&aE6;q!GTKtgn32oaP+O1~lWIFJ_mk-3cFQ>d zPk2QPmw!drqEviIkyOfK&pkQK#vYzA32k@p8TcZ|37H}%D{*^;Yaqeuhwv=1=4CcM zu(U_^~@a>wb!oZon33#K#Klw_9W#xVosxqbTd1iK%`+n8?Dn4CFH>_N1N4PR=(r%(67 zoYU#kGKV6bA*`XeUd-`8yh!Y}bluIYbnrHuF_`#>AZ0-U9sHk=^A?=mSu^8Vh%y|q z`PW%Xio6C-nuffY9Fk&zo$CxJL3swo1X&7_*<^AkWd4KWXZrc6@e@pO^}d~yFv!dY zvpAP9G<#p!aX(j3p-cTV>ku2bLty66dWLCQJC#k8H^}Rd^^RW?UtsuODU_sMW=m7E z!=h)B`H3QD)evn#^>Ucj-Nvao>)eZpi@P<(CWj%gL+}C@asbvKz8=dG^LS`tHczgY zFkVzM8mC!xOJnn_m9c@K%7S_4ZS-CAksuK6;PFmCgFtKq?JihFw7hbiNwS+hhfe}01CX33i}l~yI411 z#l#JiVLwxW($SZDxtp}}oa)<@VXVZ7%-~=u~5>_2#mCnJyaNJB5 zoM8oWw4ZcV1sNU_H2?!fa~T&_1{>^+Cggp)2Y@WvfNcw%bc6ZH}_%Dm^;?FSkB7=R5LBW;m!JwGuz zdIophxVvOwA~I`v9+E;C4Dav?b80tLXAjjm_sn2gNJ&yVf>n?fiu(@L)GW&RFq6*l z9EMFuwuFR0QNNSAlK%_Jadb-0Qf8X*p}zPzo|m&{k0Jx2O&V2wn*VK&c6Qb`QUmQtJ|##|`72>4e_1 z8e)P>bPDRPD3J9)J1dH+!T97PW`zZz7hzCb<$*G^hprPC;F(AkQCs*1a;C_6mg-%BYG6j9s=CBh>+M2%5l8*E{0fp;y2NBm?2(O$*WaL#-gUqlF!jq7 zIeAwb=1J?;=Db=kUl8h!;tHgUSWf=c9rHUvBa2nhoMwnZmDSuRxL&YQe<)Vp@-fU9 zZC=rrK!68gG{1`_rw1jgZsnDc?sxd&YD-Tv@6eoiy`<*a_`>+&b4%0Fl07T>LR`ai zb$ot2{M_QjXzsQ-I-9 zLDhOe-QwP8K~qo%D>UY22z6!Whf1MNzGiER*qWBqOHW5_?XXr;=vpfOdD+&*r(dfG z5Bx9HACzs47PieDiCK%nnl)Ez#MSzNwe_8hkF2>t-|Gty;I;wB)WhYa7|N)}2M^-J#MW6}I4<_>+LSLBv2)~u2$Cv5!99k_DzmLpFv?XqI4pWDkU zT4IQuxCN^^l3N|kt(`jvIUQHc-2PQl5lptS-`lD|mAM9Ye_VTE;e}UU{8({RY1EpJ<{SRQz%`h)T()=Nn8ta(eUZ4VT_o1Y+iTBV(2 zPb80E>`VcEW19$1m!j_E2Gsr7K|ZH$V1hHSY7yJv=|dZncuLK9TTk8es_DQ z3vx{P4L2)mnGM`ZNWoQhEEqz{P#Yu;!_WNTp7rupB-*kqwxbgzZ`n&FSL~ybi}xw- zWIzHf+#@JCF4w->y|Vr2YGvzaFK#JzL*K-9f&rD`ASf;mbsH}lHYoOKZ=F3_M3tZBY+>H4K5?{a6fX7_># zRofaaUoWq`QFFcKM*a2r#i^xdUibgislP3cb{vhC_b%wjGFjD%d)M;$mD)p*!b2Yw zRVK&3@O}TgJ<;~wX!(;NUA(X|wSRV@e~QZ2iW(zDjf?zJ`)bin>ZDzma7888+85ek z`=hYo7W~}{-Qkn5>bkY+?UCy3%f}+sd*0m|sp|d&l7fenH}hQAEDM%J-D+O*FG{Ny zH!ptvdu=3Ncy`ejErU_hjN-$}WmT-kePjCi^mk{%npo53w*s#RmQTF9CEC<|-4s@a zx5IA3QpN`rZR?wMU{&vWLV0s<4_3l1GO4DjBa>>XDrQoxvi+Wpa{M?8)eP6HmA6L9 zTbH)}ynOp@m7#cdth!#PCT3)8TkmbHqGktjsCh~mR-?np+&3)OElcX3yS6|`t;9t$ zMzBHr=IC;Jv~gdwxC_#l2`k4Wl&D+Ij#lh~P-4pT>e$$Q+g6KqQTKIVRbkK|8%f5O z7pJ3T?F$*Or?NLz*AUXK=GDe3-8T+hKeWhyw-;+9uVgK+HImo5w0$+N1FMAfq~Ygz zt+!uL(PF#vIhBGW8Vg98aiwhMs(lx1B!9gN;)1TqV0Wyd=EnBx+ZX#I6&=ANF=s`1 z>H}x}t>WrypIi9cV)sg0ceJ=C1cP|i{I*y^WHbA_g*2;oE~(euTbBl-?j7L_)Vz4- z%^G*8J65y(u0mhj7FNe9o0m36D%--!SViSx#vkpBbsbo#JP__)e119S_5Mg@$Ggf{ z!{(*V*PmZ&=!i6QL>u-%JhG~7Q5kFB_JfOmcJW=?PxF49hkXShb@gwxf3H1O->~Fd z-u%OD?`(Uw^QQ-YbTGQ}NTlURr2fcaXKc&XMdf1ITh*^uf6s8ofQ;@KP?6h3`uqb* zvGT>}Pk_|oCzZ>aKdOQ;=6e`VLvXj5;v8)p5G^o|wFIku_wt@_vNm%jKeAKi2)WQkQbGLW)knU7ZQ4H-Ww z-1PeSn7i?<{MYlBwlANFx;sOM#EH>yy<@3hwPM$Lbu;?1wFAJSW;c9gyKgpa5A9zq zs*lySuhn)$YCEE}=oNMG0p)cK=6OrJt^FO_ihE}`1Dowzhh9IlbRk;5J8X!#s@GgQ zBCZ|F+dp*ezpbMbcQO^Ox>#NFQsrVpSQo2rU#stk)OSSdDaW!y%IjU>&hY2sJ9fVF z^h(2?@PSzK)*ocPow?lhZhN%(aJVN{xoNF(ccgOn^2~>oJ;)PjV0RF95OoVWc2D86 z(9F+kgMxNp^O7xExH;H`=?lx;j#m!@%;yz{hF36S#or2daDS+39=9A8t>tZw{I}G0Z_LBldWdo*T@ouyT2u{}Ztd*wj*tT7OzGY4KXs94fTfF=J zJu4P1Wzcc|UNcq!36<{r?I(E(mm9sD-?m;%f9kiw^av)T8lm^^nb=HXQ<020 zQfw6_suZ1!r=u7QBMi{s!*4%%N~y3zT3T(+g+Bb6)fKV2R?6CeRwV44tXiRU;lMDN zb16r$k3O_k-%oVXZPrQmz25?s_ns>I+;;VQb~~rkzE@if|6gZib6J^x?dr7Qamc5O5`KZD+T93{6_a^4IyFA-;f4@ad;q6ND zZ)5(Q+99p+mkNsWOTBg|+we=X9<}?WqhzRE`^(J~=a+3t^0zbp4((Zu;g`r?r}_t7 z$yvAdAF3$)A8M84cQb!|^SL7JuZq;?N>#rqb)IX}{;Exldj4v=c38F1lA#_LKPc0R zkN*lzvL(Zpp8j<66zS~Q$+o3Lg1T(6P!_J`R7n=?vQTWw18X&~pT`6_sAhOz=$i-* z?2*kK4J2JV33+GOtTJ*lpp!JPTbIeCN+XC~RY(P!Z(0_ZN*HnCBmW|1s&Gpa$<*-< zN+4MLj%(Bt%5HyT&`Ay&urj<|zAC|tPky2*7+4QEZQSa0T zW)o%kX^lMaBSgYUd0_53(H{XVq$@LgG0=k9B*d$1(mIfdmZy=@5SKx~=r=y%wi}ZyIPut{XB=^*sg)$5956p3&x$mu zCAny?L$*{hQu%2y!PCu5clVFjdPs--LxM-11xalwtH*AqIZ4V`vZo=AZovA89P6Y4 zC6C`K&Kob8qqL1rCbhL*iY9sF_#=%{pyYwPc(eGDPWE?Xv-nm1m8CRDt{4u zvgHui2Wb&Q)8+5a8EF&0%fEl12-soMBb$tF25f#CPvvZvzl%Odz9;K9XQY!XhCL6f zEM*D}_+O{976ibJf8w}cR%ATLfxnU?af3;$fIZ-OtC{iivWM|eDW?P{RhMkfI8(Z> z_qfcHIpHo%h4Tw2M^K(TO+J|b{x-e-DLFFjdyMu2G9biXgA+FkRQG<^*aFRr|M&EP z=(BM>QA!cy+2u$4ddz{B13wZ&rCO`kq>ULs>A%^eF~^Kh^qkcHz~=`NnYG;;v}+HW*+}A;p2H1^bLi^tgP3Bh24c<(VBZ zhx6*m`IDiOQ3vQ<4%?Q+?2qzY;p|rngL^>;xRHN7f3fwu#lb_MMXeRJM2cFXMMOp_ zE?+BdjzC>8FIv1K2pvYIQ+T83deNfit&!J9ma9QT2_9N6EGBZqwT^|3#e&tsE$ev& z*Nh8BT>75Z6mxH0b8nBhw@2MO?<&lWEemGQg3hj&mR*}(n7-y;@Glx=_zekOp>K-?4Z$TG0kIN_Weedq>2*W4Y^xz3=p{xDSU8#j2Z^KquJ+ z1;)bi7|17w77m4{mohP?Nt}+ta)eZ6&OSVLrrG*q(g^@csGL12 zF{fn}ILIQ1au+0F04@(0X>_NjAQeGO?5S~PF2OtF1@}efAcL1_27zBr!jpQL7js&X zxV-0W_(el_8)7<8TdxHXUs8bbX)T8FT}%0jzWhO?4snF0Y2dl4m{CHL@2N*N11xqA zH0yCsBQAs>C46>E=^4mZ_z;k|L_u!J31+?_wfb=r>MW%e?PVs16;d;Z>&7k`v)YB~ zCu9Su<_f|m*~q+$(BuQfs4*v+Z%lqWsDnjT9PcPDZGhgE~Lrqe~-#Y{yFNY7 zk^Gb{#H(xx7S@>_mA>%7^qeNS7U-2v!-wg<%cp!LVlGLwb%|l}FD$lIe0q#@?U8dA z#~N~CQi*A;>A+~RI6tT#XV{IuZg##Sy6o0m(TXy|F9@fItH-=&8N!fy&$gD;S~RV|Udjjn{5PbM zcX1fte65w;xW^Rae_(psw9Nf*?47Y_#gS;vQ84c;Ict_O80=WJRK&77-qlC4yXW@7 z7IJuVG`nWSgiGoX!4}|{2BH8;kMqrl}<5H-Iv2@*(O?Et2@*5T}erVeE z3yWi2xb}?M;nja=b>B*QSBAH(TI*x^#cTNuk^F{ee$(8ck1YA?IeD+CZc9=a<%gt|VxTtmURu2Co2oj-(hQcarkRv>+^P zyZAAkiAe8G`Fm2W342I+P-^9;$4J*MId>V@5C8!PQT5JdC4dK{)@ZfEKyNQfx3dY5BmEYUnwT z&au$ea;iVbAT|2sPG?L>^S#clQo9G^*P2|)(xX>gLF20;^0u(z996EnxG=EB8}zcj%Ed@q)lS! z@~?uQhj-*d>g-ahU-JD=cqIsp0LgqVZbD;ia;=T7(jg9vU5^~-N^Daza8q)miLT#Fp zd>5r5o&dj}d2B^J0bO zJwYulXT8?A&=}OM=M;y|zBaR((*pL^e9ui6<84FG#MK_`fe4qQzq^=^-C-wWZU`h6taRM#bL)Qmt+C44iXUCjbcmpAe;O>cebLR?v-NjZY$uBBtbPv5`cN0omPlo8%kmo zxPR}kQcQN=JA)bdUXf1)ph|0fmZ9*6cP&DlMA-Fs?1{O=j}ZpVk8 zYTe{E+Iq@$KiyLf|KFBd$la;!(Hh=Y=;41~ukFb;zHg>v?>n?TrH1zlSa`X%r_T6( zjgI0pYJ1vs>Fq5Q0FqpVbxGKK)xeTHZjgBd9fu%K%JZ4z;ZhjAly zpjPM@RYou0#F!TM(#w3rfI-H+#61bSR;H}a?a$zn@hl^-ArtmAi7P4BQcMqA=c~f5 zofZ>GvVi2zlI`G%yBjbOaMXZ_WR0Yw$Vhkl6pL?1Id(n^yfJ2Ho;NVAuN^$T z1jd4+sp_Q`*=AEZ?k8u2O`gm*B`d`&XW$u0e8g(0dnAu+;R!UhlaJ`XbU2@Msf;&E zwz7en4^l4jdPL6Y)*jJ8>7V)rp_{rV$c3PkF={En<}c=Vz!zraV@#Kb7al zH9D}qqezDp!b(b}-zi#Y!kDGS1z|PIDYk))Ywo98U_yLp1>FGekCYWY6Z)QlX=2bBp=&uv+E@cn2!yf?jL(kyb}*&@?8M@Gl6qsp9$*7g z!b-L>O)LaKafRZ$2F^eq3wOB*8j_4fBE*(z1l}Ryky@wJI^l)qJ>JO)D49a-E7|M8>p6p{>brQf5%VU??#a zNm`t|XKdnvM+~AHwudHAc}YEuszTIUm`$7@#o1BWs$zmu%NmMKgI#F3y~zf)slEd) z(teuYX&lH7HjPO=Q^%ERMqMN}RnjmWXF8npX_8nxoU4{94fQ=QSXMKxDK?Qfx0FfJ zaHCW~dvCx+jb;p8rfPcnH1U0jn|+$piDk9pde#&~ma=1sC=TU>c}fw`%!UTn1o@_+ zcq=5r&46czp+%KYXhsV3DxXM|q9ZCcQq)*ZsBV%zE-4B_l{wKYRvlJ_dY1<#zg-8& z@OKgyD`{keOrQ^puJV$Jb2ekyt5jYhj-0`Ud#2R@XhdZE_#zzOGO&dbP|=01B-tdx zGA7MLSEVXIFxBF&B_+cngb--&`?2S+lepSPIkLyEep9-AFCCV_Y-_8TZEa02JHyQy ztGrE59X{C5(|h2_*OiP`2>azsVUK9E>?r2e#`Q!{>>nGL6pS^q1KI$6C-tCIdcKjA z?GoBkvt=hqySq{7YS}n@Qk1Wu{@&xr42HOi%T`Qfa|eT5ytwManmsGoPY6bcp=nYc z%dH5Xi{v%}8MkBy&t1M0bC!nH^MRmdy`X$ivs%!wRc@wP=9>2ucWuRW_TJbx~R!OvF44Rr#oku=A?soGtS;By7ybnVIQraw% z(9OK*5EPks12c`9Br}Z~pTu~SMaBd(jda5=ZllY%sJf`4ffvlB52^=Mgvh|;I!Y~2 zU=ry#Z8~E%oc_x&+}Nc^-9QDgIovsXTt++n$~R@Bml-g~o*`eL1mi7f5KW&%S$`wZ zmvrNAI))igDBYWq(GZ|_67oDEktdUS8~3Gx;g=W(fnAm`s-YpH8uFD>5bq&_5}%$M zE`5@>>E{(!{Guq3+ngYN5OOxFsq)sf2viF~kNEfD+*j6ZkcuQS#Af_`+zRKgLW#-b zSGsEk4Pd#J#6qEetZHm#x`)Y9p!W^CNNM=u zB)@yMJ^eBgmX)~J}i4y!?)F;&TAPsHtuQq4ZA@5OAe=U zwt1hRsVrm)e&RS&v>qKE821S({9Cp(yG0Fs+|J7Xh*h3J4P3UyRG?>zpG_EY5TPpx zBOx+vPgOja5_E*%qvV9iIe|O`7Gx2<%A7_C{s^kI3?}KRK)pa98bI{8E>Q~WJf@h) z@1}6o7{|Yl$PeBSAJ5v@X$f}f0}yIstZ!03W+FoXsoVl+h^frxI^0Vfu35EiirEX9 ziS3*yY@dVDU4644731;NA;)UYXnmtg23ucH{8*qzl zLH(+=Rl107*YeqSr$4klc^lWqI)8K5rYP=F{xgI}>~$odk2bOk>u#%*j=`VLG_PG>4(q!)|)ch#73I3lHYRPq#cB$0wDV1;q0|$Rhqx(>ix}%bRIT|5wU}3FBc!BSUg{iVY3g$r-{6 z-35%q2-&>^G7aIp1TMr+Q}myZ^D}ZLD6?g9-XVt(Ab*cOFaqR{$(KT696-FdRm6nE zwa-Y6Qh^-QbEkj?Lsver5yw?SxHB0@7ZU{dEtT~z?{=nHps+i6~D6Tqd6U4Ngv5o^oOgl(q!P0J~ zZP~573H9GY^M^uH;j^puMo|WD*TSwv-S>-@hodds(ZZf!7w$9^|l`oJ%Mw&)|y&5H-%%yq{t&R^7SUg};x7lnYGwJK-{ z+ds-FU$m_3Jp4iJ;a}Lx!+VyxR_)tw<`k~vRIHb8T4RcS%hj#(5*Ex`Eo?;_SDLz@21YI1Mh(OjmCF3>x1jq+*8vFD`A_`d z#kXIKmh6K{tE)2n+>Os&|6H_cYt+>iG;e4*BozyHU# ziX<3PXkNX9JeXNcS~W(g6sJ@R)3S-G(MGp@plc@)^~2I>AKGowYz)FNR3&S-Zq+^z z!#1s&rv3is;zy{PXWpOr^QP(&Iyak3iX7V^2?Ixc>1h zkKSDXgrDYsRr_aoYBK6y=r|=MeA!DN#|PUC&7AyK>e{@fO5xWf4IKXas8VR!q4}s< zjqqs`hsGnU3~$$ia=_ulDN+51YB;H2+fXKT<=#!D0t$abDMItzKT&IyZr0{_ct?oY{z$8|e^k*){#1}V2xN=LB5uUSzk{*Bcu z>JlnQ38}l&c#ar54BoF?!JQ)u8|+HR!O^ZP;q53QoPcssM}qk*QDI=h)(!B2Q_QAN z2Tkb`??l2?r)2y=C8X?Z3 z)IBtB@AD|+w@wmiA4uegOGyQvX>VNa%O~jZ8!{ zMHjmjDLs($sk-t+95_wt_6-USgEC1hGd5^YFFKH%?xvK2iVHH}Fxi@V_@SgFx#6U+ zTj`EF%9Y+Z>1npY^sGG94ledo*h9tla&9#{thb>AeLpKMz!mYFiCtCdCxvSUj4ir& zY7OBWu^j9oSHVgBMw@^Yms>hg_&gyl(UZ3#3;uO$6Zecg4T+$LzlBIZ!B_Lg-uH+C zeV`s75Jr>aBq83D7#HNiSnJWabvVv2LkTI>D2bbJ1#X~m8y=D~?%06kq$85AyJuWz zf#ozmBxl?REX!$mNY1$P1mu*t`4^60cG&9CVl0-T9dsTw5Ckg&qpTho3+sRos7PQY z(Z0(f4o>XwQ?!LAsV!dn7RDQt^7?W9O%vU6jr?m{J#r=>a}@CgkCKI-LRjNTjb5bu z3eOQ=z^<6fxrF)wXI12n`&zPhR z=T^H{CD-qP8|USbv+0}OU3%BVH?y*i*N%VfyFLBQ-p!qttm3z_zNB}m_+Q?M?)qQf z1-+F}aP-7iSFm3B{kycp7#-+5*C(FNTg$u{;%wx2Hwe5ImgFrPE`69-KD&b?9mT|* zKEjX?H-W%OC+;MfY%HS4A&`jDeGKOsr~4gik6b7#Xs` zl89^TPm3pQEUzd}N+og92UDw%8qvn{w@dC-X-0>Dm2v#92p_G(cc$uYzuHl*kQ=Rxu-*h-cLvqWJF; zA#hT{D(MWRms*8J-UHXNzGGsrwUfJD@n3klzY=o}3>nNhAUboF&*R-ar-zi$P>Z)= z&TM<5cg9{Ev=@)@L3`;~YtX)aTn0~k=FMQt1(#0X&P*LWzQV;3SE~6$c3G5NawG4qjyT36;`OP>>1qS zS57JHY)A2#G2M5_+lb6pJcAzp#Yq*^FN`Gm9k7@}Q|a7I_{L<1Df? zXey0GUYJTF4G~}&uxj>|$l9O@-eIMCetRmdESwH;ve!$2wE`tI!x~JaWZh5te%^We z$pBe_3ELev>xVDJv>cC3JJ!OQiMa%OaIw+_I3a=uCcf zFu!`jKAn#T$hzUV?tzJ-;~{$mj>sIP=qA4~2a&YC;jN?Q;hkZ7_NempmtxN-l1-}j zv=h7UwBFtW12LiErVlH_#jc5rVDS!&jN+ZZoHJpK3dK~D_Tv9iZp%b{u=sH*SIbku zy8ojfFe7Nrgki16{yqDx(y`~qUwr$8K>pTH=C<2y;R@IIi|;xnHr+A5U;V+sKxQ*4 z&D_iXT`se>@X>r~%mq2ME>uYEd86u(jm+5y`}iTPkN0g3tBuzTLk7QirxcF_Q1;}>QLX&3z=0uL&$CTy<6c1m!Wu)G_lv&0w=GXU5HTs!Yg+M$u@ ze(*M%vHqjPfP6qfZVUm-5MZ<7V(va{bcmfw=!c~iF=ukvk*~a1YL#0yAfug18%O&H ztkr<`4wfh-soz&oCSt1F-||Gw!KT{14ebYOcD1c=_gkW5CNeuuN>Cm{Lq4GypH0U! zSNGC`OB1k!y)gwiA~k5jUIOSLfUC3mJ8wQY1s#<%gogE)OAYA+hUmPWIa4m2!8&tk zSfvjceR5x$zc8#b`ipLqT`!x|<%|}LS;>0VBMLYNwEc2tf-X;Q`XQ9y=c-7$Bm7 zl)zrR2T-ibl&qwuC2Irlt$wVR8Pa9TIIZy#AAnJb<(0@bB5x4Mqg1xiGln3a{vD-+ zIuJ7aEZN`HHtpKC|3E`sOOQ7GYmjS&%rKu18(%S^C_+d`@>Ud6mJ*V{d#%nd4YM=pev z#a{Vcxzbm8?XjW9MoOo2MPaSsTG>#Uzh|^Cq%EG&t_y0{jdg^y8^ov{Gg)6Q>m#^*ej=Lu3;O={-4c^`Ja^;NN5|mr~H9l%*T~VWkw=FqV^EO}C5{IAr%{-?`yQ=XDOUg5P-r;Lp;^;T(&Q$a1 dQCkbo+wUKhahBDg^a50^uq-LHd^#J2{{aDT_Tm5l literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 00000000..e93dc27a --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1138 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import absolute_import + +import os +import re +import shutil +import sys + +try: + import ssl +except ImportError: # pragma: no cover + ssl = None + +if sys.version_info[0] < 3: # pragma: no cover + from StringIO import StringIO + string_types = basestring, + text_type = unicode + from types import FileType as file_type + import __builtin__ as builtins + import ConfigParser as configparser + from urlparse import urlparse, urlunparse, urljoin, urlsplit, urlunsplit + from urllib import (urlretrieve, quote as _quote, unquote, url2pathname, + pathname2url, ContentTooShortError, splittype) + + def quote(s): + if isinstance(s, unicode): + s = s.encode('utf-8') + return _quote(s) + + import urllib2 + from urllib2 import (Request, urlopen, URLError, HTTPError, + HTTPBasicAuthHandler, HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib2 import HTTPSHandler + import httplib + import xmlrpclib + import Queue as queue + from HTMLParser import HTMLParser + import htmlentitydefs + raw_input = raw_input + from itertools import ifilter as filter + from itertools import ifilterfalse as filterfalse + + # Leaving this around for now, in case it needs resurrecting in some way + # _userprog = None + # def splituser(host): + # """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + from urllib.parse import (urlparse, urlunparse, urljoin, quote, unquote, + urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, HTTPBasicAuthHandler, + HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + + class CertificateError(ValueError): + pass + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" % + (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" % + (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) + and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if os.curdir not in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if normdir not in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + + +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format( + filename, encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format( + filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, + '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' + A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[ + key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__( + key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union( + *self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover + # {{{ http://code.activestate.com/recipes/576693/ (r9) + # Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. + # Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % + len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args), )) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: + _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__, ) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items, ), inst_dict) + return self.__class__, (items, ) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self) == len( + other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext': 'ext_convert', + 'cfg': 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int( + idx + ) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + # rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance( + value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance( + value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 00000000..eb3765f1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1359 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""PEP 376 implementation.""" + +from __future__ import unicode_literals + +import base64 +import codecs +import contextlib +import hashlib +import logging +import os +import posixpath +import sys +import zipimport + +from . import DistlibException, resources +from .compat import StringIO +from .version import get_scheme, UnsupportedVersionError +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (parse_requirement, cached_property, parse_name_and_version, + read_exports, write_exports, CSVReader, CSVWriter) + +__all__ = [ + 'Distribution', 'BaseInstalledDistribution', 'InstalledDistribution', + 'EggInfoDistribution', 'DistributionPath' +] + +logger = logging.getLogger(__name__) + +EXPORTS_FILENAME = 'pydist-exports.json' +COMMANDS_FILENAME = 'pydist-commands.json' + +DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', + 'RESOURCES', EXPORTS_FILENAME, 'SHARED') + +DISTINFO_EXT = '.dist-info' + + +class _Cache(object): + """ + A simple cache mapping names and .dist-info paths to distributions + """ + + def __init__(self): + """ + Initialise an instance. There is normally one for each DistributionPath. + """ + self.name = {} + self.path = {} + self.generated = False + + def clear(self): + """ + Clear the cache, setting it to its initial state. + """ + self.name.clear() + self.path.clear() + self.generated = False + + def add(self, dist): + """ + Add a distribution to the cache. + :param dist: The distribution to add. + """ + if dist.path not in self.path: + self.path[dist.path] = dist + self.name.setdefault(dist.key, []).append(dist) + + +class DistributionPath(object): + """ + Represents a set of distributions installed on a path (typically sys.path). + """ + + def __init__(self, path=None, include_egg=False): + """ + Create an instance from a path, optionally including legacy (distutils/ + setuptools/distribute) distributions. + :param path: The path to use, as a list of directories. If not specified, + sys.path is used. + :param include_egg: If True, this instance will look for and return legacy + distributions as well as those based on PEP 376. + """ + if path is None: + path = sys.path + self.path = path + self._include_dist = True + self._include_egg = include_egg + + self._cache = _Cache() + self._cache_egg = _Cache() + self._cache_enabled = True + self._scheme = get_scheme('default') + + def _get_cache_enabled(self): + return self._cache_enabled + + def _set_cache_enabled(self, value): + self._cache_enabled = value + + cache_enabled = property(_get_cache_enabled, _set_cache_enabled) + + def clear_cache(self): + """ + Clears the internal cache. + """ + self._cache.clear() + self._cache_egg.clear() + + def _yield_distributions(self): + """ + Yield .dist-info and/or .egg(-info) distributions. + """ + # We need to check if we've seen some resources already, because on + # some Linux systems (e.g. some Debian/Ubuntu variants) there are + # symlinks which alias other files in the environment. + seen = set() + for path in self.path: + finder = resources.finder_for_path(path) + if finder is None: + continue + r = finder.find('') + if not r or not r.is_container: + continue + rset = sorted(r.resources) + for entry in rset: + r = finder.find(entry) + if not r or r.path in seen: + continue + try: + if self._include_dist and entry.endswith(DISTINFO_EXT): + possible_filenames = [ + METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME + ] + for metadata_filename in possible_filenames: + metadata_path = posixpath.join( + entry, metadata_filename) + pydist = finder.find(metadata_path) + if pydist: + break + else: + continue + + with contextlib.closing(pydist.as_stream()) as stream: + metadata = Metadata(fileobj=stream, + scheme='legacy') + logger.debug('Found %s', r.path) + seen.add(r.path) + yield new_dist_class(r.path, + metadata=metadata, + env=self) + elif self._include_egg and entry.endswith( + ('.egg-info', '.egg')): + logger.debug('Found %s', r.path) + seen.add(r.path) + yield old_dist_class(r.path, self) + except Exception as e: + msg = 'Unable to read distribution at %s, perhaps due to bad metadata: %s' + logger.warning(msg, r.path, e) + import warnings + warnings.warn(msg % (r.path, e), stacklevel=2) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % + (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + reqts = getattr(md, req_attr) + logger.debug('%s: got requirements %r from metadata: %r', self.name, + req_attr, reqts) + return set( + md.get_requirements(reqts, extras=self.extras, env=self.context)) + + @property + def run_requires(self): + return self._get_requirements('run_requires') + + @property + def meta_requires(self): + return self._get_requirements('meta_requires') + + @property + def build_requires(self): + return self._get_requirements('build_requires') + + @property + def test_requires(self): + return self._get_requirements('test_requires') + + @property + def dev_requires(self): + return self._get_requirements('dev_requires') + + def matches_requirement(self, req): + """ + Say if this instance matches (fulfills) a requirement. + :param req: The requirement to match. + :rtype req: str + :return: True if it matches, else False. + """ + # Requirement may contain extras - parse to lose those + # from what's passed to the matcher + r = parse_requirement(req) + scheme = get_scheme(self.metadata.scheme) + try: + matcher = scheme.matcher(r.requirement) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + result = False + for p in self.provides: + p_name, p_ver = parse_name_and_version(p) + if p_name != name: + continue + try: + result = matcher.match(p_ver) + break + except UnsupportedVersionError: + pass + return result + + def __repr__(self): + """ + Return a textual representation of this instance, + """ + if self.source_url: + suffix = ' [%s]' % self.source_url + else: + suffix = '' + return '' % (self.name, self.version, suffix) + + def __eq__(self, other): + """ + See if this distribution is the same as another. + :param other: The distribution to compare with. To be equal to one + another. distributions must have the same type, name, + version and source_url. + :return: True if it is the same, else False. + """ + if type(other) is not type(self): + result = False + else: + result = (self.name == other.name and self.version == other.version + and self.source_url == other.source_url) + return result + + def __hash__(self): + """ + Compute hash in a way which matches the equality test. + """ + return hash(self.name) + hash(self.version) + hash(self.source_url) + + +class BaseInstalledDistribution(Distribution): + """ + This is the base class for installed distributions (whether PEP 376 or + legacy). + """ + + hasher = None + + def __init__(self, metadata, path, env=None): + """ + Initialise an instance. + :param metadata: An instance of :class:`Metadata` which describes the + distribution. This will normally have been initialised + from a metadata file in the ``path``. + :param path: The path of the ``.dist-info`` or ``.egg-info`` + directory for the distribution. + :param env: This is normally the :class:`DistributionPath` + instance where this distribution was found. + """ + super(BaseInstalledDistribution, self).__init__(metadata) + self.path = path + self.dist_path = env + + def get_hash(self, data, hasher=None): + """ + Get the hash of some data, using a particular hash algorithm, if + specified. + + :param data: The data to be hashed. + :type data: bytes + :param hasher: The name of a hash implementation, supported by hashlib, + or ``None``. Examples of valid values are ``'sha1'``, + ``'sha224'``, ``'sha384'``, '``sha256'``, ``'md5'`` and + ``'sha512'``. If no hasher is specified, the ``hasher`` + attribute of the :class:`InstalledDistribution` instance + is used. If the hasher is determined to be ``None``, MD5 + is used as the hashing algorithm. + :returns: The hash of the data. If a hasher was explicitly specified, + the returned hash will be prefixed with the specified hasher + followed by '='. + :rtype: str + """ + if hasher is None: + hasher = self.hasher + if hasher is None: + hasher = hashlib.md5 + prefix = '' + else: + hasher = getattr(hashlib, hasher) + prefix = '%s=' % self.hasher + digest = hasher(data).digest() + digest = base64.urlsafe_b64encode(digest).rstrip(b'=').decode('ascii') + return '%s%s' % (prefix, digest) + + +class InstalledDistribution(BaseInstalledDistribution): + """ + Created with the *path* of the ``.dist-info`` directory provided to the + constructor. It reads the metadata contained in ``pydist.json`` when it is + instantiated., or uses a passed in Metadata instance (useful for when + dry-run mode is being used). + """ + + hasher = 'sha256' + + def __init__(self, path, metadata=None, env=None): + self.modules = [] + self.finder = finder = resources.finder_for_path(path) + if finder is None: + raise ValueError('finder unavailable for %s' % path) + if env and env._cache_enabled and path in env._cache.path: + metadata = env._cache.path[path].metadata + elif metadata is None: + r = finder.find(METADATA_FILENAME) + # Temporary - for Wheel 0.23 support + if r is None: + r = finder.find(WHEEL_METADATA_FILENAME) + # Temporary - for legacy support + if r is None: + r = finder.find(LEGACY_METADATA_FILENAME) + if r is None: + raise ValueError('no %s found in %s' % + (METADATA_FILENAME, path)) + with contextlib.closing(r.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + + super(InstalledDistribution, self).__init__(metadata, path, env) + + if env and env._cache_enabled: + env._cache.add(self) + + r = finder.find('REQUESTED') + self.requested = r is not None + p = os.path.join(path, 'top_level.txt') + if os.path.exists(p): + with open(p, 'rb') as f: + data = f.read().decode('utf-8') + self.modules = data.splitlines() + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def _get_records(self): + """ + Get the list of installed files for the distribution + :return: A list of tuples of path, hash and size. Note that hash and + size might be ``None`` for some entries. The path is exactly + as stored in the file (which is as in PEP 376). + """ + results = [] + r = self.get_distinfo_resource('RECORD') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as record_reader: + # Base location is parent dir of .dist-info dir + # base_location = os.path.dirname(self.path) + # base_location = os.path.abspath(base_location) + for row in record_reader: + missing = [None for i in range(len(row), 3)] + path, checksum, size = row + missing + # if not os.path.isabs(path): + # path = path.replace('/', os.sep) + # path = os.path.join(base_location, path) + results.append((path, checksum, size)) + return results + + @cached_property + def exports(self): + """ + Return the information exported by this distribution. + :return: A dictionary of exports, mapping an export category to a dict + of :class:`ExportEntry` instances describing the individual + export entries, and keyed by name. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + result = self.read_exports() + return result + + def read_exports(self): + """ + Read exports data from a file in .ini format. + + :return: A dictionary of exports, mapping an export category to a list + of :class:`ExportEntry` instances describing the individual + export entries. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + with contextlib.closing(r.as_stream()) as stream: + result = read_exports(stream) + return result + + def write_exports(self, exports): + """ + Write a dictionary of exports to a file in .ini format. + :param exports: A dictionary of exports, mapping an export category to + a list of :class:`ExportEntry` instances describing the + individual export entries. + """ + rf = self.get_distinfo_file(EXPORTS_FILENAME) + with open(rf, 'w') as f: + write_exports(exports, f) + + def get_resource_path(self, relative_path): + """ + NOTE: This API may change in the future. + + Return the absolute path to a resource file with the given relative + path. + + :param relative_path: The path, relative to .dist-info, of the resource + of interest. + :return: The absolute path where the resource is to be found. + """ + r = self.get_distinfo_resource('RESOURCES') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as resources_reader: + for relative, destination in resources_reader: + if relative == relative_path: + return destination + raise KeyError('no resource file with relative path %r ' + 'is installed' % relative_path) + + def list_installed_files(self): + """ + Iterates over the ``RECORD`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: iterator of (path, hash, size) + """ + for result in self._get_records(): + yield result + + def write_installed_files(self, paths, prefix, dry_run=False): + """ + Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any + existing ``RECORD`` file is silently overwritten. + + prefix is used to determine when to write absolute paths. + """ + prefix = os.path.join(prefix, '') + base = os.path.dirname(self.path) + base_under_prefix = base.startswith(prefix) + base = os.path.join(base, '') + record_path = self.get_distinfo_file('RECORD') + logger.info('creating %s', record_path) + if dry_run: + return None + with CSVWriter(record_path) as writer: + for path in paths: + if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): + # do not put size and hash, as in PEP-376 + hash_value = size = '' + else: + size = '%d' % os.path.getsize(path) + with open(path, 'rb') as fp: + hash_value = self.get_hash(fp.read()) + if path.startswith(base) or (base_under_prefix + and path.startswith(prefix)): + path = os.path.relpath(path, base) + writer.writerow((path, hash_value, size)) + + # add the RECORD file itself + if record_path.startswith(base): + record_path = os.path.relpath(record_path, base) + writer.writerow((record_path, '', '')) + return record_path + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + base = os.path.dirname(self.path) + record_path = self.get_distinfo_file('RECORD') + for path, hash_value, size in self.list_installed_files(): + if not os.path.isabs(path): + path = os.path.join(base, path) + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + elif os.path.isfile(path): + actual_size = str(os.path.getsize(path)) + if size and actual_size != size: + mismatches.append((path, 'size', size, actual_size)) + elif hash_value: + if '=' in hash_value: + hasher = hash_value.split('=', 1)[0] + else: + hasher = None + + with open(path, 'rb') as f: + actual_hash = self.get_hash(f.read(), hasher) + if actual_hash != hash_value: + mismatches.append( + (path, 'hash', hash_value, actual_hash)) + return mismatches + + @cached_property + def shared_locations(self): + """ + A dictionary of shared locations whose keys are in the set 'prefix', + 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. + The corresponding value is the absolute path of that category for + this distribution, and takes into account any paths selected by the + user at installation time (e.g. via command-line arguments). In the + case of the 'namespace' key, this would be a list of absolute paths + for the roots of namespace packages in this distribution. + + The first time this property is accessed, the relevant information is + read from the SHARED file in the .dist-info directory. + """ + result = {} + shared_path = os.path.join(self.path, 'SHARED') + if os.path.isfile(shared_path): + with codecs.open(shared_path, 'r', encoding='utf-8') as f: + lines = f.read().splitlines() + for line in lines: + key, value = line.split('=', 1) + if key == 'namespace': + result.setdefault(key, []).append(value) + else: + result[key] = value + return result + + def write_shared_locations(self, paths, dry_run=False): + """ + Write shared location information to the SHARED file in .dist-info. + :param paths: A dictionary as described in the documentation for + :meth:`shared_locations`. + :param dry_run: If True, the action is logged but no file is actually + written. + :return: The path of the file written to. + """ + shared_path = os.path.join(self.path, 'SHARED') + logger.info('creating %s', shared_path) + if dry_run: + return None + lines = [] + for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): + path = paths[key] + if os.path.isdir(paths[key]): + lines.append('%s=%s' % (key, path)) + for ns in paths.get('namespace', ()): + lines.append('namespace=%s' % ns) + + with codecs.open(shared_path, 'w', encoding='utf-8') as f: + f.write('\n'.join(lines)) + return shared_path + + def get_distinfo_resource(self, path): + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + finder = resources.finder_for_path(self.path) + if finder is None: + raise DistlibException('Unable to get a finder for %s' % self.path) + return finder.find(path) + + def get_distinfo_file(self, path): + """ + Returns a path located under the ``.dist-info`` directory. Returns a + string representing the path. + + :parameter path: a ``'/'``-separated path relative to the + ``.dist-info`` directory or an absolute path; + If *path* is an absolute path and doesn't start + with the ``.dist-info`` directory path, + a :class:`DistlibException` is raised + :type path: str + :rtype: str + """ + # Check if it is an absolute path # XXX use relpath, add tests + if path.find(os.sep) >= 0: + # it's an absolute path? + distinfo_dirname, path = path.split(os.sep)[-2:] + if distinfo_dirname != self.path.split(os.sep)[-1]: + raise DistlibException( + 'dist-info file %r does not belong to the %r %s ' + 'distribution' % (path, self.name, self.version)) + + # The file must be relative + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + + return os.path.join(self.path, path) + + def list_distinfo_files(self): + """ + Iterates over the ``RECORD`` entries and returns paths for each line if + the path is pointing to a file located in the ``.dist-info`` directory + or one of its subdirectories. + + :returns: iterator of paths + """ + base = os.path.dirname(self.path) + for path, checksum, size in self._get_records(): + # XXX add separator or use real relpath algo + if not os.path.isabs(path): + path = os.path.join(base, path) + if path.startswith(self.path): + yield path + + def __eq__(self, other): + return (isinstance(other, InstalledDistribution) + and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +class EggInfoDistribution(BaseInstalledDistribution): + """Created with the *path* of the ``.egg-info`` directory or file provided + to the constructor. It reads the metadata contained in the file itself, or + if the given path happens to be a directory, the metadata is read from the + file ``PKG-INFO`` under that directory.""" + + requested = True # as we have no way of knowing, assume it was + shared_locations = {} + + def __init__(self, path, env=None): + + def set_name_and_version(s, n, v): + s.name = n + s.key = n.lower() # for case-insensitive comparisons + s.version = v + + self.path = path + self.dist_path = env + if env and env._cache_enabled and path in env._cache_egg.path: + metadata = env._cache_egg.path[path].metadata + set_name_and_version(self, metadata.name, metadata.version) + else: + metadata = self._get_metadata(path) + + # Need to be set before caching + set_name_and_version(self, metadata.name, metadata.version) + + if env and env._cache_enabled: + env._cache_egg.add(self) + super(EggInfoDistribution, self).__init__(metadata, path, env) + + def _get_metadata(self, path): + requires = None + + def parse_requires_data(data): + """Create a list of dependencies from a requires.txt file. + + *data*: the contents of a setuptools-produced requires.txt file. + """ + reqs = [] + lines = data.splitlines() + for line in lines: + line = line.strip() + # sectioned files have bare newlines (separating sections) + if not line: # pragma: no cover + continue + if line.startswith('['): # pragma: no cover + logger.warning( + 'Unexpected line: quitting requirement scan: %r', line) + break + r = parse_requirement(line) + if not r: # pragma: no cover + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: # pragma: no cover + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO( + zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode( + 'utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % (self.name, self.version, + self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + # otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) + and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + # self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if label is not None: + f.write('"%s" -> "%s" [label="%s"]\n' % + (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', + ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires + | dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + in finding the dependencies. + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = set() # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + seen = set(t[0] for t in todo) # already added to todo + + while todo: + d = todo.pop()[0] + req.add(d) + pred_list = graph.adjacency_list[d] + for pred in pred_list: + d = pred[0] + if d not in req and d not in seen: + seen.add(d) + todo.append(pred) + return req + + +def make_dist(name, version, **kwargs): + """ + A convenience method for making a dist given just a name and version. + """ + summary = kwargs.pop('summary', 'Placeholder for summary') + md = Metadata(**kwargs) + md.name = name + md.version = version + md.summary = summary or 'Placeholder for summary' + return Distribution(md) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 00000000..56cd2867 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import hashlib +import logging +import os +import shutil +import subprocess +import tempfile +try: + from threading import Thread +except ImportError: # pragma: no cover + from dummy_threading import Thread + +from . import DistlibException +from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, + urlparse, build_opener, string_types) +from .util import zip_dir, ServerProxy + +logger = logging.getLogger(__name__) + +DEFAULT_INDEX = 'https://pypi.org/pypi' +DEFAULT_REALM = 'pypi' + + +class PackageIndex(object): + """ + This class represents a package index compatible with PyPI, the Python + Package Index. + """ + + boundary = b'----------ThIs_Is_tHe_distlib_index_bouNdaRY_$' + + def __init__(self, url=None): + """ + Initialise an instance. + + :param url: The URL of the index. If not specified, the URL for PyPI is + used. + """ + self.url = url or DEFAULT_INDEX + self.read_configuration() + scheme, netloc, path, params, query, frag = urlparse(self.url) + if params or query or frag or scheme not in ('http', 'https'): + raise DistlibException('invalid repository: %s' % self.url) + self.password_handler = None + self.ssl_verifier = None + self.gpg = None + self.gpg_home = None + with open(os.devnull, 'w') as sink: + # Use gpg by default rather than gpg2, as gpg2 insists on + # prompting for passwords + for s in ('gpg', 'gpg2'): + try: + rc = subprocess.check_call([s, '--version'], stdout=sink, + stderr=sink) + if rc == 0: + self.gpg = s + break + except OSError: + pass + + def _get_pypirc_command(self): + """ + Get the distutils command for interacting with PyPI configurations. + :return: the command. + """ + from .util import _get_pypirc_command as cmd + return cmd() + + def read_configuration(self): + """ + Read the PyPI access configuration as supported by distutils. This populates + ``username``, ``password``, ``realm`` and ``url`` attributes from the + configuration. + """ + from .util import _load_pypirc + cfg = _load_pypirc(self) + self.username = cfg.get('username') + self.password = cfg.get('password') + self.realm = cfg.get('realm', 'pypi') + self.url = cfg.get('repository', self.url) + + def save_configuration(self): + """ + Save the PyPI access configuration. You must have set ``username`` and + ``password`` attributes before calling this method. + """ + self.check_credentials() + from .util import _store_pypirc + _store_pypirc(self) + + def check_credentials(self): + """ + Check that ``username`` and ``password`` have been set, and raise an + exception if not. + """ + if self.username is None or self.password is None: + raise DistlibException('username and password must be set') + pm = HTTPPasswordMgr() + _, netloc, _, _, _, _ = urlparse(self.url) + pm.add_password(self.realm, netloc, self.username, self.password) + self.password_handler = HTTPBasicAuthHandler(pm) + + def register(self, metadata): # pragma: no cover + """ + Register a distribution on PyPI, using the provided metadata. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the distribution to be + registered. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + metadata.validate() + d = metadata.todict() + d[':action'] = 'verify' + request = self.encode_request(d.items(), []) + self.send_request(request) + d[':action'] = 'submit' + request = self.encode_request(d.items(), []) + return self.send_request(request) + + def _reader(self, name, stream, outbuf): + """ + Thread runner for reading lines of from a subprocess into a buffer. + + :param name: The logical name of the stream (used for logging only). + :param stream: The stream to read from. This will typically a pipe + connected to the output stream of a subprocess. + :param outbuf: The list to append the read lines to. + """ + while True: + s = stream.readline() + if not s: + break + s = s.decode('utf-8').rstrip() + outbuf.append(s) + logger.debug('%s: %s' % (name, s)) + stream.close() + + def get_sign_command(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Return a suitable command for signing a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The signing command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + if sign_password is not None: + cmd.extend(['--batch', '--passphrase-fd', '0']) + td = tempfile.mkdtemp() + sf = os.path.join(td, os.path.basename(filename) + '.asc') + cmd.extend(['--detach-sign', '--armor', '--local-user', + signer, '--output', sf, filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd, sf + + def run_command(self, cmd, input_data=None): + """ + Run a command in a child process , passing it any input data specified. + + :param cmd: The command to run. + :param input_data: If specified, this must be a byte string containing + data to be sent to the child process. + :return: A tuple consisting of the subprocess' exit code, a list of + lines read from the subprocess' ``stdout``, and a list of + lines read from the subprocess' ``stderr``. + """ + kwargs = { + 'stdout': subprocess.PIPE, + 'stderr': subprocess.PIPE, + } + if input_data is not None: + kwargs['stdin'] = subprocess.PIPE + stdout = [] + stderr = [] + p = subprocess.Popen(cmd, **kwargs) + # We don't use communicate() here because we may need to + # get clever with interacting with the command + t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) + t1.start() + t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) + t2.start() + if input_data is not None: + p.stdin.write(input_data) + p.stdin.close() + + p.wait() + t1.join() + t2.join() + return p.returncode, stdout, stderr + + def sign_file(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Sign a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The absolute pathname of the file where the signature is + stored. + """ + cmd, sig_file = self.get_sign_command(filename, signer, sign_password, + keystore) + rc, stdout, stderr = self.run_command(cmd, + sign_password.encode('utf-8')) + if rc != 0: + raise DistlibException('sign command failed with error ' + 'code %s' % rc) + return sig_file + + def upload_file(self, metadata, filename, signer=None, sign_password=None, + filetype='sdist', pyversion='source', keystore=None): + """ + Upload a release file to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the file to be uploaded. + :param filename: The pathname of the file to be uploaded. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param filetype: The type of the file being uploaded. This is the + distutils command which produced that file, e.g. + ``sdist`` or ``bdist_wheel``. + :param pyversion: The version of Python which the release relates + to. For code compatible with any Python, this would + be ``source``, otherwise it would be e.g. ``3.2``. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.exists(filename): + raise DistlibException('not found: %s' % filename) + metadata.validate() + d = metadata.todict() + sig_file = None + if signer: + if not self.gpg: + logger.warning('no signing program available - not signed') + else: + sig_file = self.sign_file(filename, signer, sign_password, + keystore) + with open(filename, 'rb') as f: + file_data = f.read() + md5_digest = hashlib.md5(file_data).hexdigest() + sha256_digest = hashlib.sha256(file_data).hexdigest() + d.update({ + ':action': 'file_upload', + 'protocol_version': '1', + 'filetype': filetype, + 'pyversion': pyversion, + 'md5_digest': md5_digest, + 'sha256_digest': sha256_digest, + }) + files = [('content', os.path.basename(filename), file_data)] + if sig_file: + with open(sig_file, 'rb') as f: + sig_data = f.read() + files.append(('gpg_signature', os.path.basename(sig_file), + sig_data)) + shutil.rmtree(os.path.dirname(sig_file)) + request = self.encode_request(d.items(), files) + return self.send_request(request) + + def upload_documentation(self, metadata, doc_dir): # pragma: no cover + """ + Upload documentation to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the documentation to be + uploaded. + :param doc_dir: The pathname of the directory which contains the + documentation. This should be the directory that + contains the ``index.html`` for the documentation. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.isdir(doc_dir): + raise DistlibException('not a directory: %r' % doc_dir) + fn = os.path.join(doc_dir, 'index.html') + if not os.path.exists(fn): + raise DistlibException('not found: %r' % fn) + metadata.validate() + name, version = metadata.name, metadata.version + zip_data = zip_dir(doc_dir).getvalue() + fields = [(':action', 'doc_upload'), + ('name', name), ('version', version)] + files = [('content', name, zip_data)] + request = self.encode_request(fields, files) + return self.send_request(request) + + def get_verify_command(self, signature_filename, data_filename, + keystore=None): + """ + Return a suitable command for verifying a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The verifying command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + cmd.extend(['--verify', signature_filename, data_filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd + + def verify_signature(self, signature_filename, data_filename, + keystore=None): + """ + Verify a signature for a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: True if the signature was verified, else False. + """ + if not self.gpg: + raise DistlibException('verification unavailable because gpg ' + 'unavailable') + cmd = self.get_verify_command(signature_filename, data_filename, + keystore) + rc, stdout, stderr = self.run_command(cmd) + if rc not in (0, 1): + raise DistlibException('verify command failed with error code %s' % rc) + return rc == 0 + + def download_file(self, url, destfile, digest=None, reporthook=None): + """ + This is a convenience method for downloading a file from an URL. + Normally, this will be a file from the index, though currently + no check is made for this (i.e. a file can be downloaded from + anywhere). + + The method is just like the :func:`urlretrieve` function in the + standard library, except that it allows digest computation to be + done during download and checking that the downloaded data + matched any expected value. + + :param url: The URL of the file to be downloaded (assumed to be + available via an HTTP GET request). + :param destfile: The pathname where the downloaded file is to be + saved. + :param digest: If specified, this must be a (hasher, value) + tuple, where hasher is the algorithm used (e.g. + ``'md5'``) and ``value`` is the expected value. + :param reporthook: The same as for :func:`urlretrieve` in the + standard library. + """ + if digest is None: + digester = None + logger.debug('No digest specified') + else: + if isinstance(digest, (list, tuple)): + hasher, digest = digest + else: + hasher = 'md5' + digester = getattr(hashlib, hasher)() + logger.debug('Digest specified: %s' % digest) + # The following code is equivalent to urlretrieve. + # We need to do it this way so that we can compute the + # digest of the file as we go. + with open(destfile, 'wb') as dfp: + # addinfourl is not a context manager on 2.x + # so we have to use try/finally + sfp = self.send_request(Request(url)) + try: + headers = sfp.info() + blocksize = 8192 + size = -1 + read = 0 + blocknum = 0 + if "content-length" in headers: + size = int(headers["Content-Length"]) + if reporthook: + reporthook(blocknum, blocksize, size) + while True: + block = sfp.read(blocksize) + if not block: + break + read += len(block) + dfp.write(block) + if digester: + digester.update(block) + blocknum += 1 + if reporthook: + reporthook(blocknum, blocksize, size) + finally: + sfp.close() + + # check that we got the whole file, if we can + if size >= 0 and read < size: + raise DistlibException( + 'retrieval incomplete: got only %d out of %d bytes' + % (read, size)) + # if we have a digest, it must match. + if digester: + actual = digester.hexdigest() + if digest != actual: + raise DistlibException('%s digest mismatch for %s: expected ' + '%s, got %s' % (hasher, destfile, + digest, actual)) + logger.debug('Digest verified: %s', digest) + + def send_request(self, req): + """ + Send a standard library :class:`Request` to PyPI and return its + response. + + :param req: The request to send. + :return: The HTTP response from PyPI (a standard library HTTPResponse). + """ + handlers = [] + if self.password_handler: + handlers.append(self.password_handler) + if self.ssl_verifier: + handlers.append(self.ssl_verifier) + opener = build_opener(*handlers) + return opener.open(req) + + def encode_request(self, fields, files): + """ + Encode fields and files for posting to an HTTP server. + + :param fields: The fields to send as a list of (fieldname, value) + tuples. + :param files: The files to send as a list of (fieldname, filename, + file_bytes) tuple. + """ + # Adapted from packaging, which in turn was adapted from + # http://code.activestate.com/recipes/146306 + + parts = [] + boundary = self.boundary + for k, values in fields: + if not isinstance(values, (list, tuple)): + values = [values] + + for v in values: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"' % + k).encode('utf-8'), + b'', + v.encode('utf-8'))) + for key, filename, value in files: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"; filename="%s"' % + (key, filename)).encode('utf-8'), + b'', + value)) + + parts.extend((b'--' + boundary + b'--', b'')) + + body = b'\r\n'.join(parts) + ct = b'multipart/form-data; boundary=' + boundary + headers = { + 'Content-type': ct, + 'Content-length': str(len(body)) + } + return Request(self.url, body, headers) + + def search(self, terms, operator=None): # pragma: no cover + if isinstance(terms, string_types): + terms = {'name': terms} + rpc_proxy = ServerProxy(self.url, timeout=3.0) + try: + return rpc_proxy.search(terms, operator or 'and') + finally: + rpc_proxy('close')() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 00000000..f9f0788f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1303 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, + queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, + Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, + parse_requirement, parse_name_and_version, ServerProxy, + normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, + headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf',) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl',) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, + is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', + project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + 'python-version': ', '.join( + ['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + # urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile(""" +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), + params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or + d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.daemon = True + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, + referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and + self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + # logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], info['version'], + summary=data.get('summary', + 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': {dist.version: set([dist.source_url])}, + 'digests': {dist.version: set([None])} + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 440. +default_locator = AggregatingLocator( + # JSONLocator(), # don't use as PEP 426 is withdrawn + SimpleScrapingLocator('https://pypi.org/simple/', + timeout=3.0), + scheme='legacy') + +locate = default_locator.locate + + +class DependencyFinder(object): + """ + Locate dependencies for distributions. + """ + + def __init__(self, locator=None): + """ + Initialise an instance, using the specified locator + to locate distributions. + """ + self.locator = locator or default_locator + self.scheme = get_scheme(self.locator.scheme) + + def add_distribution(self, dist): + """ + Add a distribution to the finder. This will update internal information + about who provides what. + :param dist: The distribution to add. + """ + logger.debug('adding distribution %s', dist) + name = dist.key + self.dists_by_name[name] = dist + self.dists[(name, dist.version)] = dist + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + self.provided.setdefault(name, set()).add((version, dist)) + + def remove_distribution(self, dist): + """ + Remove a distribution from the finder. This will update internal + information about who provides what. + :param dist: The distribution to remove. + """ + logger.debug('removing distribution %s', dist) + name = dist.key + del self.dists_by_name[name] + del self.dists[(name, dist.version)] + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Remove from provided: %s, %s, %s', name, version, dist) + s = self.provided[name] + s.remove((version, dist)) + if not s: + del self.provided[name] + + def get_matcher(self, reqt): + """ + Get a version matcher for a requirement. + :param reqt: The requirement + :type reqt: str + :return: A version matcher (an instance of + :class:`distlib.version.Matcher`). + """ + try: + matcher = self.scheme.matcher(reqt) + except UnsupportedVersionError: # pragma: no cover + # XXX compat-mode if cannot read the version + name = reqt.split()[0] + matcher = self.scheme.matcher(name) + return matcher + + def find_providers(self, reqt): + """ + Find the distributions which can fulfill a requirement. + + :param reqt: The requirement. + :type reqt: str + :return: A set of distribution which can fulfill the requirement. + """ + matcher = self.get_matcher(reqt) + name = matcher.key # case-insensitive + result = set() + provided = self.provided + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + result.add(provider) + break + return result + + def try_to_replace(self, provider, other, problems): + """ + Attempt to replace one provider with another. This is typically used + when resolving dependencies from multiple sources, e.g. A requires + (B >= 1.0) while C requires (B >= 1.1). + + For successful replacement, ``provider`` must meet all the requirements + which ``other`` fulfills. + + :param provider: The provider we are trying to replace with. + :param other: The provider we're trying to replace. + :param problems: If False is returned, this will contain what + problems prevented replacement. This is currently + a tuple of the literal string 'cantreplace', + ``provider``, ``other`` and the set of requirements + that ``provider`` couldn't fulfill. + :return: True if we can replace ``other`` with ``provider``, else + False. + """ + rlist = self.reqts[other] + unmatched = set() + for s in rlist: + matcher = self.get_matcher(s) + if not matcher.match(provider.version): + unmatched.add(s) + if unmatched: + # can't replace other with provider + problems.add(('cantreplace', provider, other, + frozenset(unmatched))) + result = False + else: + # can replace other with provider + self.remove_distribution(other) + del self.reqts[other] + for s in rlist: + self.reqts.setdefault(provider, set()).add(s) + self.add_distribution(provider) + result = True + return result + + def find(self, requirement, meta_extras=None, prereleases=False): + """ + Find a distribution and all distributions it depends on. + + :param requirement: The requirement specifying the distribution to + find, or a Distribution instance. + :param meta_extras: A list of meta extras such as :test:, :build: and + so on. + :param prereleases: If ``True``, allow pre-release versions to be + returned - otherwise, don't return prereleases + unless they're all that's available. + + Return a set of :class:`Distribution` instances and a set of + problems. + + The distributions returned should be such that they have the + :attr:`required` attribute set to ``True`` if they were + from the ``requirement`` passed to ``find()``, and they have the + :attr:`build_time_dependency` attribute set to ``True`` unless they + are post-installation dependencies of the ``requirement``. + + The problems should be a tuple consisting of the string + ``'unsatisfied'`` and the requirement which couldn't be satisfied + by any distribution known to the locator. + """ + + self.provided = {} + self.dists = {} + self.dists_by_name = {} + self.reqts = {} + + meta_extras = set(meta_extras or []) + if ':*:' in meta_extras: + meta_extras.remove(':*:') + # :meta: and :run: are implicitly included + meta_extras |= set([':test:', ':build:', ':dev:']) + + if isinstance(requirement, Distribution): + dist = odist = requirement + logger.debug('passed %s as requirement', odist) + else: + dist = odist = self.locator.locate(requirement, + prereleases=prereleases) + if dist is None: + raise DistlibException('Unable to locate %r' % requirement) + logger.debug('located %s', odist) + dist.requested = True + problems = set() + todo = set([dist]) + install_dists = set([odist]) + while todo: + dist = todo.pop() + name = dist.key # case-insensitive + if name not in self.dists_by_name: + self.add_distribution(dist) + else: + # import pdb; pdb.set_trace() + other = self.dists_by_name[name] + if other != dist: + self.try_to_replace(dist, other, problems) + + ireqts = dist.run_requires | dist.meta_requires + sreqts = dist.build_requires + ereqts = set() + if meta_extras and dist in install_dists: + for key in ('test', 'build', 'dev'): + e = ':%s:' % key + if e in meta_extras: + ereqts |= getattr(dist, '%s_requires' % key) + all_reqts = ireqts | sreqts | ereqts + for r in all_reqts: + providers = self.find_providers(r) + if not providers: + logger.debug('No providers found for %r', r) + provider = self.locator.locate(r, prereleases=prereleases) + # If no provider is found and we didn't consider + # prereleases, consider them now. + if provider is None and not prereleases: + provider = self.locator.locate(r, prereleases=True) + if provider is None: + logger.debug('Cannot satisfy %r', r) + problems.add(('unsatisfied', r)) + else: + n, v = provider.key, provider.version + if (n, v) not in self.dists: + todo.add(provider) + providers.add(provider) + if r in ireqts and dist in install_dists: + install_dists.add(provider) + logger.debug('Adding %s to install_dists', + provider.name_and_version) + for p in providers: + name = p.key + if name not in self.dists_by_name: + self.reqts.setdefault(p, set()).add(r) + else: + other = self.dists_by_name[name] + if other != p: + # see if other can be replaced by p + self.try_to_replace(p, other, problems) + + dists = set(self.dists.values()) + for dist in dists: + dist.build_time_dependency = dist not in install_dists + if dist.build_time_dependency: + logger.debug('%s is a build-time dependency only.', + dist.name_and_version) + logger.debug('find done for %s', odist) + return dists, problems diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 00000000..420dcf12 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,384 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + + +class Manifest(object): + """ + A list of files built by exploring the filesystem and filtered by applying various + patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=True) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=False) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, prefix=thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

    ...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % + (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((_is_version_marker(elhs) or _is_version_marker(erhs)) + and op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = LV(lhs) + rhs = LV(rhs) + elif _is_version_marker(elhs) and op in ('in', 'not in'): + lhs = LV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + + +_DIGITS = re.compile(r'\d+\.\d+') + + +def default_context(): + + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version( + sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % + (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % + (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 00000000..7189aeef --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1068 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Implementation of the Metadata for Python packages PEPs. + +Supports all metadata formats (1.0, 1.1, 1.2, 1.3/2.1 and 2.2). +""" +from __future__ import unicode_literals + +import codecs +from email import message_from_file +import json +import logging +import re + + +from . import DistlibException, __version__ +from .compat import StringIO, string_types, text_type +from .markers import interpret +from .util import extract_by_key, get_extras +from .version import get_scheme, PEP440_VERSION_RE + +logger = logging.getLogger(__name__) + + +class MetadataMissingError(DistlibException): + """A required metadata is missing""" + + +class MetadataConflictError(DistlibException): + """Attempt to read or write metadata fields that are conflictual.""" + + +class MetadataUnrecognizedVersionError(DistlibException): + """Unknown metadata version number.""" + + +class MetadataInvalidError(DistlibException): + """A metadata value is invalid""" + +# public API of this module +__all__ = ['Metadata', 'PKG_INFO_ENCODING', 'PKG_INFO_PREFERRED_VERSION'] + +# Encoding used for the PKG-INFO files +PKG_INFO_ENCODING = 'utf-8' + +# preferred version. Hopefully will be changed +# to 1.2 once PEP 345 is supported everywhere +PKG_INFO_PREFERRED_VERSION = '1.1' + +_LINE_PREFIX_1_2 = re.compile('\n \\|') +_LINE_PREFIX_PRE_1_2 = re.compile('\n ') +_241_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License') + +_314_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License', 'Classifier', 'Download-URL', 'Obsoletes', + 'Provides', 'Requires') + +_314_MARKERS = ('Obsoletes', 'Provides', 'Requires', 'Classifier', + 'Download-URL') + +_345_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External') + +_345_MARKERS = ('Provides-Dist', 'Requires-Dist', 'Requires-Python', + 'Obsoletes-Dist', 'Requires-External', 'Maintainer', + 'Maintainer-email', 'Project-URL') + +_426_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External', 'Private-Version', + 'Obsoleted-By', 'Setup-Requires-Dist', 'Extension', + 'Provides-Extra') + +_426_MARKERS = ('Private-Version', 'Provides-Extra', 'Obsoleted-By', + 'Setup-Requires-Dist', 'Extension') + +# See issue #106: Sometimes 'Requires' and 'Provides' occur wrongly in +# the metadata. Include them in the tuple literal below to allow them +# (for now). +# Ditto for Obsoletes - see issue #140. +_566_FIELDS = _426_FIELDS + ('Description-Content-Type', + 'Requires', 'Provides', 'Obsoletes') + +_566_MARKERS = ('Description-Content-Type',) + +_643_MARKERS = ('Dynamic', 'License-File') + +_643_FIELDS = _566_FIELDS + _643_MARKERS + +_ALL_FIELDS = set() +_ALL_FIELDS.update(_241_FIELDS) +_ALL_FIELDS.update(_314_FIELDS) +_ALL_FIELDS.update(_345_FIELDS) +_ALL_FIELDS.update(_426_FIELDS) +_ALL_FIELDS.update(_566_FIELDS) +_ALL_FIELDS.update(_643_FIELDS) + +EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') + + +def _version2fieldlist(version): + if version == '1.0': + return _241_FIELDS + elif version == '1.1': + return _314_FIELDS + elif version == '1.2': + return _345_FIELDS + elif version in ('1.3', '2.1'): + # avoid adding field names if already there + return _345_FIELDS + tuple(f for f in _566_FIELDS if f not in _345_FIELDS) + elif version == '2.0': + raise ValueError('Metadata 2.0 is withdrawn and not supported') + # return _426_FIELDS + elif version == '2.2': + return _643_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + def _has_marker(keys, markers): + return any(marker in keys for marker in markers) + + keys = [key for key, value in fields.items() if value not in ([], 'UNKNOWN', None)] + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.1', '2.2'] # 2.0 removed + + # first let's try to see if a field is not part of one of the version + for key in keys: + if key not in _241_FIELDS and '1.0' in possible_versions: + possible_versions.remove('1.0') + logger.debug('Removed 1.0 due to %s', key) + if key not in _314_FIELDS and '1.1' in possible_versions: + possible_versions.remove('1.1') + logger.debug('Removed 1.1 due to %s', key) + if key not in _345_FIELDS and '1.2' in possible_versions: + possible_versions.remove('1.2') + logger.debug('Removed 1.2 due to %s', key) + if key not in _566_FIELDS and '1.3' in possible_versions: + possible_versions.remove('1.3') + logger.debug('Removed 1.3 due to %s', key) + if key not in _566_FIELDS and '2.1' in possible_versions: + if key != 'Description': # In 2.1, description allowed after headers + possible_versions.remove('2.1') + logger.debug('Removed 2.1 due to %s', key) + if key not in _643_FIELDS and '2.2' in possible_versions: + possible_versions.remove('2.2') + logger.debug('Removed 2.2 due to %s', key) + # if key not in _426_FIELDS and '2.0' in possible_versions: + # possible_versions.remove('2.0') + # logger.debug('Removed 2.0 due to %s', key) + + # possible_version contains qualified versions + if len(possible_versions) == 1: + return possible_versions[0] # found ! + elif len(possible_versions) == 0: + logger.debug('Out of options - unknown metadata set: %s', fields) + raise MetadataConflictError('Unknown metadata set') + + # let's see if one unique marker is found + is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) + is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) + is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) + # is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) + is_2_2 = '2.2' in possible_versions and _has_marker(keys, _643_MARKERS) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_2) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.1/2.2 fields') + + # we have the choice, 1.0, or 1.2, 2.1 or 2.2 + # - 1.0 has a broken Summary field but works with all tools + # - 1.1 is to avoid + # - 1.2 fixes Summary but has little adoption + # - 2.1 adds more features + # - 2.2 is the latest + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_2: + # we couldn't find any specific marker + if PKG_INFO_PREFERRED_VERSION in possible_versions: + return PKG_INFO_PREFERRED_VERSION + if is_1_1: + return '1.1' + if is_1_2: + return '1.2' + if is_2_1: + return '2.1' + # if is_2_2: + # return '2.2' + + return '2.2' + +# This follows the rules about transforming keys as described in +# https://www.python.org/dev/peps/pep-0566/#id17 +_ATTR2FIELD = { + name.lower().replace("-", "_"): name for name in _ALL_FIELDS +} +_FIELD2ATTR = {field: attr for attr, field in _ATTR2FIELD.items()} + +_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') +_VERSIONS_FIELDS = ('Requires-Python',) +_VERSION_FIELDS = ('Version',) +_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', + 'Requires', 'Provides', 'Obsoletes-Dist', + 'Provides-Dist', 'Requires-Dist', 'Requires-External', + 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', + 'Provides-Extra', 'Extension', 'License-File') +_LISTTUPLEFIELDS = ('Project-URL',) + +_ELEMENTSFIELD = ('Keywords',) + +_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') + +_MISSING = object() + +_FILESAFE = re.compile('[^A-Za-z0-9.]+') + + +def _get_name_and_version(name, version, for_filename=False): + """Return the distribution name with version. + + If for_filename is true, return a filename-escaped form.""" + if for_filename: + # For both name and version any runs of non-alphanumeric or '.' + # characters are replaced with a single '-'. Additionally any + # spaces in the version string become '.' + name = _FILESAFE.sub('-', name) + version = _FILESAFE.sub('-', version.replace(' ', '.')) + return '%s-%s' % (name, version) + + +class LegacyMetadata(object): + """The legacy metadata of a release. + + Supports versions 1.0, 1.1, 1.2, 2.0 and 1.3/2.1 (auto-detected). You can + instantiate the class with one of these arguments (or none): + - *path*, the path to a metadata file + - *fileobj* give a file-like object with metadata as content + - *mapping* is a dict-like object + - *scheme* is a version scheme name + """ + # TODO document the mapping API and UNKNOWN default key + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._fields = {} + self.requires_files = [] + self._dependencies = None + self.scheme = scheme + if path is not None: + self.read(path) + elif fileobj is not None: + self.read_file(fileobj) + elif mapping is not None: + self.update(mapping) + self.set_metadata_version() + + def set_metadata_version(self): + self._fields['Metadata-Version'] = _best_version(self._fields) + + def _write_field(self, fileobj, name, value): + fileobj.write('%s: %s\n' % (name, value)) + + def __getitem__(self, name): + return self.get(name) + + def __setitem__(self, name, value): + return self.set(name, value) + + def __delitem__(self, name): + field_name = self._convert_name(name) + try: + del self._fields[field_name] + except KeyError: + raise KeyError(name) + + def __contains__(self, name): + return (name in self._fields or + self._convert_name(name) in self._fields) + + def _convert_name(self, name): + if name in _ALL_FIELDS: + return name + name = name.replace('-', '_').lower() + return _ATTR2FIELD.get(name, name) + + def _default_value(self, name): + if name in _LISTFIELDS or name in _ELEMENTSFIELD: + return [] + return 'UNKNOWN' + + def _remove_line_prefix(self, value): + if self.metadata_version in ('1.0', '1.1'): + return _LINE_PREFIX_PRE_1_2.sub('\n', value) + else: + return _LINE_PREFIX_1_2.sub('\n', value) + + def __getattr__(self, name): + if name in _ATTR2FIELD: + return self[name] + raise AttributeError(name) + + # + # Public API + # + +# dependencies = property(_get_dependencies, _set_dependencies) + + def get_fullname(self, filesafe=False): + """Return the distribution name with version. + + If filesafe is true, return a filename-escaped form.""" + return _get_name_and_version(self['Name'], self['Version'], filesafe) + + def is_field(self, name): + """return True if name is a valid metadata key""" + name = self._convert_name(name) + return name in _ALL_FIELDS + + def is_multi_field(self, name): + name = self._convert_name(name) + return name in _LISTFIELDS + + def read(self, filepath): + """Read the metadata values from a file path.""" + fp = codecs.open(filepath, 'r', encoding='utf-8') + try: + self.read_file(fp) + finally: + fp.close() + + def read_file(self, fileob): + """Read the metadata values from a file object.""" + msg = message_from_file(fileob) + self._fields['Metadata-Version'] = msg['metadata-version'] + + # When reading, get all the fields we can + for field in _ALL_FIELDS: + if field not in msg: + continue + if field in _LISTFIELDS: + # we can have multiple lines + values = msg.get_all(field) + if field in _LISTTUPLEFIELDS and values is not None: + values = [tuple(value.split(',')) for value in values] + self.set(field, values) + else: + # single line + value = msg[field] + if value is not None and value != 'UNKNOWN': + self.set(field, value) + + # PEP 566 specifies that the body be used for the description, if + # available + body = msg.get_payload() + self["Description"] = body if body else self["Description"] + # logger.debug('Attempting to set metadata for %s', self) + # self.set_metadata_version() + + def write(self, filepath, skip_unknown=False): + """Write the metadata fields to filepath.""" + fp = codecs.open(filepath, 'w', encoding='utf-8') + try: + self.write_file(fp, skip_unknown) + finally: + fp.close() + + def write_file(self, fileobject, skip_unknown=False): + """Write the PKG-INFO format data to a file object.""" + self.set_metadata_version() + + for field in _version2fieldlist(self['Metadata-Version']): + values = self.get(field) + if skip_unknown and values in ('UNKNOWN', [], ['UNKNOWN']): + continue + if field in _ELEMENTSFIELD: + self._write_field(fileobject, field, ','.join(values)) + continue + if field not in _LISTFIELDS: + if field == 'Description': + if self.metadata_version in ('1.0', '1.1'): + values = values.replace('\n', '\n ') + else: + values = values.replace('\n', '\n |') + values = [values] + + if field in _LISTTUPLEFIELDS: + values = [','.join(value) for value in values] + + for value in values: + self._write_field(fileobject, field, value) + + def update(self, other=None, **kwargs): + """Set metadata values from the given iterable `other` and kwargs. + + Behavior is like `dict.update`: If `other` has a ``keys`` method, + they are looped over and ``self[key]`` is assigned ``other[key]``. + Else, ``other`` is an iterable of ``(key, value)`` iterables. + + Keys that don't match a metadata field or that have an empty value are + dropped. + """ + def _set(key, value): + if key in _ATTR2FIELD and value: + self.set(self._convert_name(key), value) + + if not other: + # other is None or empty container + pass + elif hasattr(other, 'keys'): + for k in other.keys(): + _set(k, other[k]) + else: + for k, v in other: + _set(k, v) + + if kwargs: + for k, v in kwargs.items(): + _set(k, v) + + def set(self, name, value): + """Control then set a metadata field.""" + name = self._convert_name(name) + + if ((name in _ELEMENTSFIELD or name == 'Platform') and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [v.strip() for v in value.split(',')] + else: + value = [] + elif (name in _LISTFIELDS and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [value] + else: + value = [] + + if logger.isEnabledFor(logging.WARNING): + project_name = self['Name'] + + scheme = get_scheme(self.scheme) + if name in _PREDICATE_FIELDS and value is not None: + for v in value: + # check that the values are valid + if not scheme.is_valid_matcher(v.split(';')[0]): + logger.warning( + "'%s': '%s' is not valid (field '%s')", + project_name, v, name) + # FIXME this rejects UNKNOWN, is that right? + elif name in _VERSIONS_FIELDS and value is not None: + if not scheme.is_valid_constraint_list(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + elif name in _VERSION_FIELDS and value is not None: + if not scheme.is_valid_version(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + + if name in _UNICODEFIELDS: + if name == 'Description': + value = self._remove_line_prefix(value) + + self._fields[name] = value + + def get(self, name, default=_MISSING): + """Get a metadata field.""" + name = self._convert_name(name) + if name not in self._fields: + if default is _MISSING: + default = self._default_value(name) + return default + if name in _UNICODEFIELDS: + value = self._fields[name] + return value + elif name in _LISTFIELDS: + value = self._fields[name] + if value is None: + return [] + res = [] + for val in value: + if name not in _LISTTUPLEFIELDS: + res.append(val) + else: + # That's for Project-URL + res.append((val[0], val[1])) + return res + + elif name in _ELEMENTSFIELD: + value = self._fields[name] + if isinstance(value, string_types): + return value.split(',') + return self._fields[name] + + def check(self, strict=False): + """Check if the metadata is compliant. If strict is True then raise if + no Name or Version are provided""" + self.set_metadata_version() + + # XXX should check the versions (if the file was loaded) + missing, warnings = [], [] + + for attr in ('Name', 'Version'): # required by PEP 345 + if attr not in self: + missing.append(attr) + + if strict and missing != []: + msg = 'missing required metadata: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + + for attr in ('Home-page', 'Author'): + if attr not in self: + missing.append(attr) + + # checking metadata 1.2 (XXX needs to check 1.1, 1.0) + if self['Metadata-Version'] != '1.2': + return missing, warnings + + scheme = get_scheme(self.scheme) + + def are_valid_constraints(value): + for v in value: + if not scheme.is_valid_matcher(v.split(';')[0]): + return False + return True + + for fields, controller in ((_PREDICATE_FIELDS, are_valid_constraints), + (_VERSIONS_FIELDS, + scheme.is_valid_constraint_list), + (_VERSION_FIELDS, + scheme.is_valid_version)): + for field in fields: + value = self.get(field, None) + if value is not None and not controller(value): + warnings.append("Wrong value for '%s': %s" % (field, value)) + + return missing, warnings + + def todict(self, skip_missing=False): + """Return fields as a dict. + + Field names will be converted to use the underscore-lowercase style + instead of hyphen-mixed case (i.e. home_page instead of Home-page). + This is as per https://www.python.org/dev/peps/pep-0566/#id17. + """ + self.set_metadata_version() + + fields = _version2fieldlist(self['Metadata-Version']) + + data = {} + + for field_name in fields: + if not skip_missing or field_name in self._fields: + key = _FIELD2ATTR[field_name] + if key != 'project_url': + data[key] = self[field_name] + else: + data[key] = [','.join(u) for u in self[field_name]] + + return data + + def add_requirements(self, requirements): + if self['Metadata-Version'] == '1.1': + # we can't have 1.1 metadata *and* Setuptools requires + for field in ('Obsoletes', 'Requires', 'Provides'): + if field in self: + del self[field] + self['Requires-Dist'] += requirements + + # Mapping API + # TODO could add iter* variants + + def keys(self): + return list(_version2fieldlist(self['Metadata-Version'])) + + def __iter__(self): + for key in self.keys(): + yield key + + def values(self): + return [self[key] for key in self.keys()] + + def items(self): + return [(key, self[key]) for key in self.keys()] + + def __repr__(self): + return '<%s %s %s>' % (self.__class__.__name__, self.name, + self.version) + + +METADATA_FILENAME = 'pydist.json' +WHEEL_METADATA_FILENAME = 'metadata.json' +LEGACY_METADATA_FILENAME = 'METADATA' + + +class Metadata(object): + """ + The metadata of a release. This implementation uses 2.1 + metadata where possible. If not possible, it wraps a LegacyMetadata + instance which handles the key-value metadata format. + """ + + METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') + + NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) + + FIELDNAME_MATCHER = re.compile('^[A-Z]([0-9A-Z-]*[0-9A-Z])?$', re.I) + + VERSION_MATCHER = PEP440_VERSION_RE + + SUMMARY_MATCHER = re.compile('.{1,2047}') + + METADATA_VERSION = '2.0' + + GENERATOR = 'distlib (%s)' % __version__ + + MANDATORY_KEYS = { + 'name': (), + 'version': (), + 'summary': ('legacy',), + } + + INDEX_KEYS = ('name version license summary description author ' + 'author_email keywords platform home_page classifiers ' + 'download_url') + + DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' + 'dev_requires provides meta_requires obsoleted_by ' + 'supports_environments') + + SYNTAX_VALIDATORS = { + 'metadata_version': (METADATA_VERSION_MATCHER, ()), + 'name': (NAME_MATCHER, ('legacy',)), + 'version': (VERSION_MATCHER, ('legacy',)), + 'summary': (SUMMARY_MATCHER, ('legacy',)), + 'dynamic': (FIELDNAME_MATCHER, ('legacy',)), + } + + __slots__ = ('_legacy', '_data', 'scheme') + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._legacy = None + self._data = None + self.scheme = scheme + #import pdb; pdb.set_trace() + if mapping is not None: + try: + self._validate_mapping(mapping, scheme) + self._data = mapping + except MetadataUnrecognizedVersionError: + self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) + self.validate() + else: + data = None + if path: + with open(path, 'rb') as f: + data = f.read() + elif fileobj: + data = fileobj.read() + if data is None: + # Initialised with no args - to be added + self._data = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + else: + if not isinstance(data, text_type): + data = data.decode('utf-8') + try: + self._data = json.loads(data) + self._validate_mapping(self._data, scheme) + except ValueError: + # Note: MetadataUnrecognizedVersionError does not + # inherit from ValueError (it's a DistlibException, + # which should not inherit from ValueError). + # The ValueError comes from the json.load - if that + # succeeds and we get a validation error, we want + # that to propagate + self._legacy = LegacyMetadata(fileobj=StringIO(data), + scheme=scheme) + self.validate() + + common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) + + none_list = (None, list) + none_dict = (None, dict) + + mapped_keys = { + 'run_requires': ('Requires-Dist', list), + 'build_requires': ('Setup-Requires-Dist', list), + 'dev_requires': none_list, + 'test_requires': none_list, + 'meta_requires': none_list, + 'extras': ('Provides-Extra', list), + 'modules': none_list, + 'namespaces': none_list, + 'exports': none_dict, + 'commands': none_dict, + 'classifiers': ('Classifier', list), + 'source_url': ('Download-URL', None), + 'metadata_version': ('Metadata-Version', None), + } + + del none_list, none_dict + + def __getattribute__(self, key): + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, maker = mapped[key] + if self._legacy: + if lk is None: + result = None if maker is None else maker() + else: + result = self._legacy.get(lk) + else: + value = None if maker is None else maker() + if key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + result = self._data.get(key, value) + else: + # special cases for PEP 459 + sentinel = object() + result = sentinel + d = self._data.get('extensions') + if d: + if key == 'commands': + result = d.get('python.commands', value) + elif key == 'classifiers': + d = d.get('python.details') + if d: + result = d.get(key, value) + else: + d = d.get('python.exports') + if not d: + d = self._data.get('python.exports') + if d: + result = d.get(key, value) + if result is sentinel: + result = value + elif key not in common: + result = object.__getattribute__(self, key) + elif self._legacy: + result = self._legacy.get(key) + else: + result = self._data.get(key) + return result + + def _validate_value(self, key, value, scheme=None): + if key in self.SYNTAX_VALIDATORS: + pattern, exclusions = self.SYNTAX_VALIDATORS[key] + if (scheme or self.scheme) not in exclusions: + m = pattern.match(value) + if not m: + raise MetadataInvalidError("'%s' is an invalid value for " + "the '%s' property" % (value, + key)) + + def __setattr__(self, key, value): + self._validate_value(key, value) + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, _ = mapped[key] + if self._legacy: + if lk is None: + raise NotImplementedError + self._legacy[lk] = value + elif key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + self._data[key] = value + else: + # special cases for PEP 459 + d = self._data.setdefault('extensions', {}) + if key == 'commands': + d['python.commands'] = value + elif key == 'classifiers': + d = d.setdefault('python.details', {}) + d[key] = value + else: + d = d.setdefault('python.exports', {}) + d[key] = value + elif key not in common: + object.__setattr__(self, key, value) + else: + if key == 'keywords': + if isinstance(value, string_types): + value = value.strip() + if value: + value = value.split() + else: + value = [] + if self._legacy: + self._legacy[key] = value + else: + self._data[key] = value + + @property + def name_and_version(self): + return _get_name_and_version(self.name, self.version, True) + + @property + def provides(self): + if self._legacy: + result = self._legacy['Provides-Dist'] + else: + result = self._data.setdefault('provides', []) + s = '%s (%s)' % (self.name, self.version) + if s not in result: + result.append(s) + return result + + @provides.setter + def provides(self, value): + if self._legacy: + self._legacy['Provides-Dist'] = value + else: + self._data['provides'] = value + + def get_requirements(self, reqts, extras=None, env=None): + """ + Base method to get dependencies, given a set of extras + to satisfy and an optional environment context. + :param reqts: A list of sometimes-wanted dependencies, + perhaps dependent on extras and environment. + :param extras: A list of optional components being requested. + :param env: An optional environment for marker evaluation. + """ + if self._legacy: + result = reqts + else: + result = [] + extras = get_extras(extras or [], self.extras) + for d in reqts: + if 'extra' not in d and 'environment' not in d: + # unconditional + include = True + else: + if 'extra' not in d: + # Not extra-dependent - only environment-dependent + include = True + else: + include = d.get('extra') in extras + if include: + # Not excluded because of extras, check environment + marker = d.get('environment') + if marker: + include = interpret(marker, env) + if include: + result.extend(d['requires']) + for key in ('build', 'dev', 'test'): + e = ':%s:' % key + if e in extras: + extras.remove(e) + # A recursive call, but it should terminate since 'test' + # has been removed from the extras + reqts = self._data.get('%s_requires' % key, []) + result.extend(self.get_requirements(reqts, extras=extras, + env=env)) + return result + + @property + def dictionary(self): + if self._legacy: + return self._from_legacy() + return self._data + + @property + def dependencies(self): + if self._legacy: + raise NotImplementedError + else: + return extract_by_key(self._data, self.DEPENDENCY_KEYS) + + @dependencies.setter + def dependencies(self, value): + if self._legacy: + raise NotImplementedError + else: + self._data.update(value) + + def _validate_mapping(self, mapping, scheme): + if mapping.get('metadata_version') != self.METADATA_VERSION: + raise MetadataUnrecognizedVersionError() + missing = [] + for key, exclusions in self.MANDATORY_KEYS.items(): + if key not in mapping: + if scheme not in exclusions: + missing.append(key) + if missing: + msg = 'Missing metadata items: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + for k, v in mapping.items(): + self._validate_value(k, v, scheme) + + def validate(self): + if self._legacy: + missing, warnings = self._legacy.check(True) + if missing or warnings: + logger.warning('Metadata: missing: %s, warnings: %s', + missing, warnings) + else: + self._validate_mapping(self._data, self.scheme) + + def todict(self): + if self._legacy: + return self._legacy.todict(True) + else: + result = extract_by_key(self._data, self.INDEX_KEYS) + return result + + def _from_legacy(self): + assert self._legacy and not self._data + result = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + lmd = self._legacy.todict(True) # skip missing ones + for k in ('name', 'version', 'license', 'summary', 'description', + 'classifier'): + if k in lmd: + if k == 'classifier': + nk = 'classifiers' + else: + nk = k + result[nk] = lmd[k] + kw = lmd.get('Keywords', []) + if kw == ['']: + kw = [] + result['keywords'] = kw + keys = (('requires_dist', 'run_requires'), + ('setup_requires_dist', 'build_requires')) + for ok, nk in keys: + if ok in lmd and lmd[ok]: + result[nk] = [{'requires': lmd[ok]}] + result['provides'] = self.provides + author = {} + maintainer = {} + return result + + LEGACY_MAPPING = { + 'name': 'Name', + 'version': 'Version', + ('extensions', 'python.details', 'license'): 'License', + 'summary': 'Summary', + 'description': 'Description', + ('extensions', 'python.project', 'project_urls', 'Home'): 'Home-page', + ('extensions', 'python.project', 'contacts', 0, 'name'): 'Author', + ('extensions', 'python.project', 'contacts', 0, 'email'): 'Author-email', + 'source_url': 'Download-URL', + ('extensions', 'python.details', 'classifiers'): 'Classifier', + } + + def _to_legacy(self): + def process_entries(entries): + reqts = set() + for e in entries: + extra = e.get('extra') + env = e.get('environment') + rlist = e['requires'] + for r in rlist: + if not env and not extra: + reqts.add(r) + else: + marker = '' + if extra: + marker = 'extra == "%s"' % extra + if env: + if marker: + marker = '(%s) and %s' % (env, marker) + else: + marker = env + reqts.add(';'.join((r, marker))) + return reqts + + assert self._data and not self._legacy + result = LegacyMetadata() + nmd = self._data + # import pdb; pdb.set_trace() + for nk, ok in self.LEGACY_MAPPING.items(): + if not isinstance(nk, tuple): + if nk in nmd: + result[ok] = nmd[nk] + else: + d = nmd + found = True + for k in nk: + try: + d = d[k] + except (KeyError, IndexError): + found = False + break + if found: + result[ok] = d + r1 = process_entries(self.run_requires + self.meta_requires) + r2 = process_entries(self.build_requires + self.dev_requires) + if self.extras: + result['Provides-Extra'] = sorted(self.extras) + result['Requires-Dist'] = sorted(r1) + result['Setup-Requires-Dist'] = sorted(r2) + # TODO: any other fields wanted + return result + + def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): + if [path, fileobj].count(None) != 1: + raise ValueError('Exactly one of path and fileobj is needed') + self.validate() + if legacy: + if self._legacy: + legacy_md = self._legacy + else: + legacy_md = self._to_legacy() + if path: + legacy_md.write(path, skip_unknown=skip_unknown) + else: + legacy_md.write_file(fileobj, skip_unknown=skip_unknown) + else: + if self._legacy: + d = self._from_legacy() + else: + d = self._data + if fileobj: + json.dump(d, fileobj, ensure_ascii=True, indent=2, + sort_keys=True) + else: + with codecs.open(path, 'w', 'utf-8') as f: + json.dump(d, f, ensure_ascii=True, indent=2, + sort_keys=True) + + def add_requirements(self, requirements): + if self._legacy: + self._legacy.add_requirements(requirements) + else: + run_requires = self._data.setdefault('run_requires', []) + always = None + for entry in run_requires: + if 'environment' not in entry and 'extra' not in entry: + always = entry + break + if always is None: + always = { 'requires': requirements } + run_requires.insert(0, always) + else: + rset = set(always['requires']) | set(requirements) + always['requires'] = sorted(rset) + + def __repr__(self): + name = self.name or '(no name)' + version = self.version or 'no version' + return '<%s %s %s (%s)>' % (self.__class__.__name__, + self.metadata_version, name, version) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 00000000..fef52aa1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py @@ -0,0 +1,358 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import bisect +import io +import logging +import os +import pkgutil +import sys +import types +import zipimport + +from . import DistlibException +from .util import cached_property, get_cache_base, Cache + +logger = logging.getLogger(__name__) + + +cache = None # created when needed + + +class ResourceCache(Cache): + def __init__(self, base=None): + if base is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('resource-cache')) + super(ResourceCache, self).__init__(base) + + def is_stale(self, resource, path): + """ + Is the cache stale for the given resource? + + :param resource: The :class:`Resource` being cached. + :param path: The path of the resource in the cache. + :return: True if the cache is stale. + """ + # Cache invalidation is a hard problem :-) + return True + + def get(self, resource): + """ + Get a resource into the cache, + + :param resource: A :class:`Resource` instance. + :return: The pathname of the resource in the cache. + """ + prefix, path = resource.finder.get_cache_info(resource) + if prefix is None: + result = path + else: + result = os.path.join(self.base, self.prefix_to_dir(prefix), path) + dirname = os.path.dirname(result) + if not os.path.isdir(dirname): + os.makedirs(dirname) + if not os.path.exists(result): + stale = True + else: + stale = self.is_stale(resource, path) + if stale: + # write the bytes of the resource to the cache location + with open(result, 'wb') as f: + f.write(resource.bytes) + return result + + +class ResourceBase(object): + def __init__(self, finder, name): + self.finder = finder + self.name = name + + +class Resource(ResourceBase): + """ + A class representing an in-package resource, such as a data file. This is + not normally instantiated by user code, but rather by a + :class:`ResourceFinder` which manages the resource. + """ + is_container = False # Backwards compatibility + + def as_stream(self): + """ + Get the resource as a stream. + + This is not a property to make it obvious that it returns a new stream + each time. + """ + return self.finder.get_stream(self) + + @cached_property + def file_path(self): + global cache + if cache is None: + cache = ResourceCache() + return cache.get(self) + + @cached_property + def bytes(self): + return self.finder.get_bytes(self) + + @cached_property + def size(self): + return self.finder.get_size(self) + + +class ResourceContainer(ResourceBase): + is_container = True # Backwards compatibility + + @cached_property + def resources(self): + return self.finder.get_resources(self) + + +class ResourceFinder(object): + """ + Resource finder for file system resources. + """ + + if sys.platform.startswith('java'): + skipped_extensions = ('.pyc', '.pyo', '.class') + else: + skipped_extensions = ('.pyc', '.pyo') + + def __init__(self, module): + self.module = module + self.loader = getattr(module, '__loader__', None) + self.base = os.path.dirname(getattr(module, '__file__', '')) + + def _adjust_path(self, path): + return os.path.realpath(path) + + def _make_path(self, resource_name): + # Issue #50: need to preserve type of path on Python 2.x + # like os.path._get_sep + if isinstance(resource_name, bytes): # should only happen on 2.x + sep = b'/' + else: + sep = '/' + parts = resource_name.split(sep) + parts.insert(0, self.base) + result = os.path.join(*parts) + return self._adjust_path(result) + + def _find(self, path): + return os.path.exists(path) + + def get_cache_info(self, resource): + return None, resource.path + + def find(self, resource_name): + path = self._make_path(resource_name) + if not self._find(path): + result = None + else: + if self._is_directory(path): + result = ResourceContainer(self, resource_name) + else: + result = Resource(self, resource_name) + result.path = path + return result + + def get_stream(self, resource): + return open(resource.path, 'rb') + + def get_bytes(self, resource): + with open(resource.path, 'rb') as f: + return f.read() + + def get_size(self, resource): + return os.path.getsize(resource.path) + + def get_resources(self, resource): + def allowed(f): + return (f != '__pycache__' and not + f.endswith(self.skipped_extensions)) + return set([f for f in os.listdir(resource.path) if allowed(f)]) + + def is_container(self, resource): + return self._is_directory(resource.path) + + _is_directory = staticmethod(os.path.isdir) + + def iterator(self, resource_name): + resource = self.find(resource_name) + if resource is not None: + todo = [resource] + while todo: + resource = todo.pop(0) + yield resource + if resource.is_container: + rname = resource.name + for name in resource.resources: + if not rname: + new_name = name + else: + new_name = '/'.join([rname, name]) + child = self.find(new_name) + if child.is_container: + todo.append(child) + else: + yield child + + +class ZipResourceFinder(ResourceFinder): + """ + Resource finder for resources in .zip files. + """ + def __init__(self, module): + super(ZipResourceFinder, self).__init__(module) + archive = self.loader.archive + self.prefix_len = 1 + len(archive) + # PyPy doesn't have a _files attr on zipimporter, and you can't set one + if hasattr(self.loader, '_files'): + self._files = self.loader._files + else: + self._files = zipimport._zip_directory_cache[archive] + self.index = sorted(self._files) + + def _adjust_path(self, path): + return path + + def _find(self, path): + path = path[self.prefix_len:] + if path in self._files: + result = True + else: + if path and path[-1] != os.sep: + path = path + os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + if not result: + logger.debug('_find failed: %r %r', path, self.loader.prefix) + else: + logger.debug('_find worked: %r %r', path, self.loader.prefix) + return result + + def get_cache_info(self, resource): + prefix = self.loader.archive + path = resource.path[1 + len(prefix):] + return prefix, path + + def get_bytes(self, resource): + return self.loader.get_data(resource.path) + + def get_stream(self, resource): + return io.BytesIO(self.get_bytes(resource)) + + def get_size(self, resource): + path = resource.path[self.prefix_len:] + return self._files[path][3] + + def get_resources(self, resource): + path = resource.path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + plen = len(path) + result = set() + i = bisect.bisect(self.index, path) + while i < len(self.index): + if not self.index[i].startswith(path): + break + s = self.index[i][plen:] + result.add(s.split(os.sep, 1)[0]) # only immediate children + i += 1 + return result + + def _is_directory(self, path): + path = path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + return result + + +_finder_registry = { + type(None): ResourceFinder, + zipimport.zipimporter: ZipResourceFinder +} + +try: + # In Python 3.6, _frozen_importlib -> _frozen_importlib_external + try: + import _frozen_importlib_external as _fi + except ImportError: + import _frozen_importlib as _fi + _finder_registry[_fi.SourceFileLoader] = ResourceFinder + _finder_registry[_fi.FileFinder] = ResourceFinder + # See issue #146 + _finder_registry[_fi.SourcelessFileLoader] = ResourceFinder + del _fi +except (ImportError, AttributeError): + pass + + +def register_finder(loader, finder_maker): + _finder_registry[type(loader)] = finder_maker + + +_finder_cache = {} + + +def finder(package): + """ + Return a resource finder for a package. + :param package: The name of the package. + :return: A :class:`ResourceFinder` instance for the package. + """ + if package in _finder_cache: + result = _finder_cache[package] + else: + if package not in sys.modules: + __import__(package) + module = sys.modules[package] + path = getattr(module, '__path__', None) + if path is None: + raise DistlibException('You cannot get a finder for a module, ' + 'only for a package') + loader = getattr(module, '__loader__', None) + finder_maker = _finder_registry.get(type(loader)) + if finder_maker is None: + raise DistlibException('Unable to locate finder for %r' % package) + result = finder_maker(module) + _finder_cache[package] = result + return result + + +_dummy_module = types.ModuleType(str('__dummy__')) + + +def finder_for_path(path): + """ + Return a resource finder for a path, which should represent a container. + + :param path: The path. + :return: A :class:`ResourceFinder` instance for the path. + """ + result = None + # calls any path hooks, gets importer into cache + pkgutil.get_importer(path) + loader = sys.path_importer_cache.get(path) + finder = _finder_registry.get(type(loader)) + if finder: + module = _dummy_module + module.__file__ = os.path.join(path, '') + module.__loader__ = loader + result = finder(module) + return result diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 00000000..cfa45d2a --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,452 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from io import BytesIO +import logging +import os +import re +import struct +import sys +import time +from zipfile import ZipInfo + +from .compat import sysconfig, detect_encoding, ZipFile +from .resources import finder +from .util import (FileOperator, get_export_entry, convert_path, + get_executable, get_platform, in_venv) + +logger = logging.getLogger(__name__) + +_DEFAULT_MANIFEST = ''' + + + + + + + + + + + + +'''.strip() + +# check if Python is called on the first line with this expression +FIRST_LINE_RE = re.compile(b'^#!.*pythonw?[0-9.]*([ \t].*)?$') +SCRIPT_TEMPLATE = r'''# -*- coding: utf-8 -*- +import re +import sys +from %(module)s import %(import_name)s +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(%(func)s()) +''' + + +def enquote_executable(executable): + if ' ' in executable: + # make sure we quote only the executable in case of env + # for example /usr/bin/env "/dir with spaces/bin/jython" + # instead of "/usr/bin/env /dir with spaces/bin/jython" + # otherwise whole + if executable.startswith('/usr/bin/env '): + env, _executable = executable.split(' ', 1) + if ' ' in _executable and not _executable.startswith('"'): + executable = '%s "%s"' % (env, _executable) + else: + if not executable.startswith('"'): + executable = '"%s"' % executable + return executable + + +# Keep the old name around (for now), as there is at least one project using it! +_enquote_executable = enquote_executable + + +class ScriptMaker(object): + """ + A class to copy or create scripts from source scripts or callable + specifications. + """ + script_template = SCRIPT_TEMPLATE + + executable = None # for shebangs + + def __init__(self, + source_dir, + target_dir, + add_launchers=True, + dry_run=False, + fileop=None): + self.source_dir = source_dir + self.target_dir = target_dir + self.add_launchers = add_launchers + self.force = False + self.clobber = False + # It only makes sense to set mode bits on POSIX. + self.set_mode = (os.name == 'posix') or (os.name == 'java' + and os._name == 'posix') + self.variants = set(('', 'X.Y')) + self._fileop = fileop or FileOperator(dry_run) + + self._is_nt = os.name == 'nt' or (os.name == 'java' + and os._name == 'nt') + self.version_info = sys.version_info + + def _get_alternate_executable(self, executable, options): + if options.get('gui', False) and self._is_nt: # pragma: no cover + dn, fn = os.path.split(executable) + fn = fn.replace('python', 'pythonw') + executable = os.path.join(dn, fn) + return executable + + if sys.platform.startswith('java'): # pragma: no cover + + def _is_shell(self, executable): + """ + Determine if the specified executable is a script + (contains a #! line) + """ + try: + with open(executable) as fp: + return fp.read(2) == '#!' + except (OSError, IOError): + logger.warning('Failed to open %s', executable) + return False + + def _fix_jython_executable(self, executable): + if self._is_shell(executable): + # Workaround for Jython is not needed on Linux systems. + import java + + if java.lang.System.getProperty('os.name') == 'Linux': + return executable + elif executable.lower().endswith('jython.exe'): + # Use wrapper exe for Jython on Windows + return executable + return '/usr/bin/env %s' % executable + + def _build_shebang(self, executable, post_interp): + """ + Build a shebang line. In the simple case (on Windows, or a shebang line + which is not too long or contains spaces) use a simple formulation for + the shebang. Otherwise, use /bin/sh as the executable, with a contrived + shebang which allows the script to run either under Python or sh, using + suitable quoting. Thanks to Harald Nordgren for his input. + + See also: http://www.in-ulm.de/~mascheck/various/shebang/#length + https://hg.mozilla.org/mozilla-central/file/tip/mach + """ + if os.name != 'posix': + simple_shebang = True + else: + # Add 3 for '#!' prefix and newline suffix. + shebang_length = len(executable) + len(post_interp) + 3 + if sys.platform == 'darwin': + max_shebang_length = 512 + else: + max_shebang_length = 127 + simple_shebang = ((b' ' not in executable) + and (shebang_length <= max_shebang_length)) + + if simple_shebang: + result = b'#!' + executable + post_interp + b'\n' + else: + result = b'#!/bin/sh\n' + result += b"'''exec' " + executable + post_interp + b' "$0" "$@"\n' + result += b"' '''" + return result + + def _get_shebang(self, encoding, post_interp=b'', options=None): + enquote = True + if self.executable: + executable = self.executable + enquote = False # assume this will be taken care of + elif not sysconfig.is_python_build(): + executable = get_executable() + elif in_venv(): # pragma: no cover + executable = os.path.join( + sysconfig.get_path('scripts'), + 'python%s' % sysconfig.get_config_var('EXE')) + else: # pragma: no cover + if os.name == 'nt': + # for Python builds from source on Windows, no Python executables with + # a version suffix are created, so we use python.exe + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s' % (sysconfig.get_config_var('EXE'))) + else: + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if options: + executable = self._get_alternate_executable(executable, options) + + if sys.platform.startswith('java'): # pragma: no cover + executable = self._fix_jython_executable(executable) + + # Normalise case for Windows - COMMENTED OUT + # executable = os.path.normcase(executable) + # N.B. The normalising operation above has been commented out: See + # issue #124. Although paths in Windows are generally case-insensitive, + # they aren't always. For example, a path containing a ẞ (which is a + # LATIN CAPITAL LETTER SHARP S - U+1E9E) is normcased to ß (which is a + # LATIN SMALL LETTER SHARP S' - U+00DF). The two are not considered by + # Windows as equivalent in path names. + + # If the user didn't specify an executable, it may be necessary to + # cater for executable paths with spaces (not uncommon on Windows) + if enquote: + executable = enquote_executable(executable) + # Issue #51: don't use fsencode, since we later try to + # check that the shebang is decodable using utf-8. + executable = executable.encode('utf-8') + # in case of IronPython, play safe and enable frames support + if (sys.platform == 'cli' and '-X:Frames' not in post_interp + and '-X:FullFrames' not in post_interp): # pragma: no cover + post_interp += b' -X:Frames' + shebang = self._build_shebang(executable, post_interp) + # Python parser starts to read a script using UTF-8 until + # it gets a #coding:xxx cookie. The shebang has to be the + # first line of a file, the #coding:xxx cookie cannot be + # written before. So the shebang has to be decodable from + # UTF-8. + try: + shebang.decode('utf-8') + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable from utf-8' % + shebang) + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be decodable from + # the script encoding too. + if encoding != 'utf-8': + try: + shebang.decode(encoding) + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable ' + 'from the script encoding (%r)' % + (shebang, encoding)) + return shebang + + def _get_script_text(self, entry): + return self.script_template % dict( + module=entry.prefix, + import_name=entry.suffix.split('.')[0], + func=entry.suffix) + + manifest = _DEFAULT_MANIFEST + + def get_manifest(self, exename): + base = os.path.basename(exename) + return self.manifest % base + + def _write_script(self, names, shebang, script_bytes, filenames, ext): + use_launcher = self.add_launchers and self._is_nt + linesep = os.linesep.encode('utf-8') + if not shebang.endswith(linesep): + shebang += linesep + if not use_launcher: + script_bytes = shebang + script_bytes + else: # pragma: no cover + if ext == 'py': + launcher = self._get_launcher('t') + else: + launcher = self._get_launcher('w') + stream = BytesIO() + with ZipFile(stream, 'w') as zf: + source_date_epoch = os.environ.get('SOURCE_DATE_EPOCH') + if source_date_epoch: + date_time = time.gmtime(int(source_date_epoch))[:6] + zinfo = ZipInfo(filename='__main__.py', + date_time=date_time) + zf.writestr(zinfo, script_bytes) + else: + zf.writestr('__main__.py', script_bytes) + zip_data = stream.getvalue() + script_bytes = launcher + shebang + zip_data + for name in names: + outname = os.path.join(self.target_dir, name) + if use_launcher: # pragma: no cover + n, e = os.path.splitext(outname) + if e.startswith('.py'): + outname = n + outname = '%s.exe' % outname + try: + self._fileop.write_binary_file(outname, script_bytes) + except Exception: + # Failed writing an executable - it might be in use. + logger.warning('Failed to write executable - trying to ' + 'use .deleteme logic') + dfname = '%s.deleteme' % outname + if os.path.exists(dfname): + os.remove(dfname) # Not allowed to fail here + os.rename(outname, dfname) # nor here + self._fileop.write_binary_file(outname, script_bytes) + logger.debug('Able to replace executable using ' + '.deleteme logic') + try: + os.remove(dfname) + except Exception: + pass # still in use - ignore error + else: + if self._is_nt and not outname.endswith( + '.' + ext): # pragma: no cover + outname = '%s.%s' % (outname, ext) + if os.path.exists(outname) and not self.clobber: + logger.warning('Skipping existing file %s', outname) + continue + self._fileop.write_binary_file(outname, script_bytes) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + + variant_separator = '-' + + def get_script_filenames(self, name): + result = set() + if '' in self.variants: + result.add(name) + if 'X' in self.variants: + result.add('%s%s' % (name, self.version_info[0])) + if 'X.Y' in self.variants: + result.add('%s%s%s.%s' % + (name, self.variant_separator, self.version_info[0], + self.version_info[1])) + return result + + def _make_script(self, entry, filenames, options=None): + post_interp = b'' + if options: + args = options.get('interpreter_args', []) + if args: + args = ' %s' % ' '.join(args) + post_interp = args.encode('utf-8') + shebang = self._get_shebang('utf-8', post_interp, options=options) + script = self._get_script_text(entry).encode('utf-8') + scriptnames = self.get_script_filenames(entry.name) + if options and options.get('gui', False): + ext = 'pyw' + else: + ext = 'py' + self._write_script(scriptnames, shebang, script, filenames, ext) + + def _copy_script(self, script, filenames): + adjust = False + script = os.path.join(self.source_dir, convert_path(script)) + outname = os.path.join(self.target_dir, os.path.basename(script)) + if not self.force and not self._fileop.newer(script, outname): + logger.debug('not copying %s (up-to-date)', script) + return + + # Always open the file, but ignore failures in dry-run mode -- + # that way, we'll get accurate feedback if we can read the + # script. + try: + f = open(script, 'rb') + except IOError: # pragma: no cover + if not self.dry_run: + raise + f = None + else: + first_line = f.readline() + if not first_line: # pragma: no cover + logger.warning('%s is an empty file (skipping)', script) + return + + match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) + if match: + adjust = True + post_interp = match.group(1) or b'' + + if not adjust: + if f: + f.close() + self._fileop.copy_file(script, outname) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + else: + logger.info('copying and adjusting %s -> %s', script, + self.target_dir) + if not self._fileop.dry_run: + encoding, lines = detect_encoding(f.readline) + f.seek(0) + shebang = self._get_shebang(encoding, post_interp) + if b'pythonw' in first_line: # pragma: no cover + ext = 'pyw' + else: + ext = 'py' + n = os.path.basename(outname) + self._write_script([n], shebang, f.read(), filenames, ext) + if f: + f.close() + + @property + def dry_run(self): + return self._fileop.dry_run + + @dry_run.setter + def dry_run(self, value): + self._fileop.dry_run = value + + if os.name == 'nt' or (os.name == 'java' + and os._name == 'nt'): # pragma: no cover + # Executable launcher support. + # Launchers are from https://bitbucket.org/vinay.sajip/simple_launcher/ + + def _get_launcher(self, kind): + if struct.calcsize('P') == 8: # 64-bit + bits = '64' + else: + bits = '32' + platform_suffix = '-arm' if get_platform() == 'win-arm64' else '' + name = '%s%s%s.exe' % (kind, bits, platform_suffix) + # Issue 31: don't hardcode an absolute package name, but + # determine it relative to the current package + distlib_package = __name__.rsplit('.', 1)[0] + resource = finder(distlib_package).find(name) + if not resource: + msg = ('Unable to find resource %s in package %s' % + (name, distlib_package)) + raise ValueError(msg) + return resource.bytes + + # Public API follows + + def make(self, specification, options=None): + """ + Make a script. + + :param specification: The specification, which is either a valid export + entry specification (to make a script from a + callable) or a filename (to make a script by + copying from a source location). + :param options: A dictionary of options controlling script generation. + :return: A list of all absolute pathnames written to. + """ + filenames = [] + entry = get_export_entry(specification) + if entry is None: + self._copy_script(specification, filenames) + else: + self._make_script(entry, filenames, options=options) + return filenames + + def make_multiple(self, specifications, options=None): + """ + Take a list of specifications and make scripts from them, + :param specifications: A list of specifications. + :return: A list of all absolute pathnames written to, + """ + filenames = [] + for specification in specifications: + filenames.extend(self.make(specification, options)) + return filenames diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 00000000..ba58858d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,2025 @@ +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import codecs +from collections import deque +import contextlib +import csv +from glob import iglob as std_iglob +import io +import json +import logging +import os +import py_compile +import re +import socket +try: + import ssl +except ImportError: # pragma: no cover + ssl = None +import subprocess +import sys +import tarfile +import tempfile +import textwrap + +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import time + +from . import DistlibException +from .compat import (string_types, text_type, shutil, raw_input, StringIO, + cache_from_source, urlopen, urljoin, httplib, xmlrpclib, + HTTPHandler, BaseConfigurator, valid_ident, + Container, configparser, URLError, ZipFile, fsdecode, + unquote, urlparse) + +logger = logging.getLogger(__name__) + +# +# Requirement parsing code as per PEP 508 +# + +IDENTIFIER = re.compile(r'^([\w\.-]+)\s*') +VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*') +COMPARE_OP = re.compile(r'^(<=?|>=?|={2,3}|[~!]=)\s*') +MARKER_OP = re.compile(r'^((<=?)|(>=?)|={2,3}|[~!]=|in|not\s+in)\s*') +OR = re.compile(r'^or\b\s*') +AND = re.compile(r'^and\b\s*') +NON_SPACE = re.compile(r'(\S+)\s*') +STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)') + + +def parse_marker(marker_string): + """ + Parse a marker string and return a dictionary containing a marker expression. + + The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in + the expression grammar, or strings. A string contained in quotes is to be + interpreted as a literal string, and a string not contained in quotes is a + variable (such as os_name). + """ + + def marker_var(remaining): + # either identifier, or literal string + m = IDENTIFIER.match(remaining) + if m: + result = m.groups()[0] + remaining = remaining[m.end():] + elif not remaining: + raise SyntaxError('unexpected end of input') + else: + q = remaining[0] + if q not in '\'"': + raise SyntaxError('invalid expression: %s' % remaining) + oq = '\'"'.replace(q, '') + remaining = remaining[1:] + parts = [q] + while remaining: + # either a string chunk, or oq, or q to terminate + if remaining[0] == q: + break + elif remaining[0] == oq: + parts.append(oq) + remaining = remaining[1:] + else: + m = STRING_CHUNK.match(remaining) + if not m: + raise SyntaxError('error in string literal: %s' % + remaining) + parts.append(m.groups()[0]) + remaining = remaining[m.end():] + else: + s = ''.join(parts) + raise SyntaxError('unterminated string: %s' % s) + parts.append(q) + result = ''.join(parts) + remaining = remaining[1:].lstrip() # skip past closing quote + return result, remaining + + def marker_expr(remaining): + if remaining and remaining[0] == '(': + result, remaining = marker(remaining[1:].lstrip()) + if remaining[0] != ')': + raise SyntaxError('unterminated parenthesis: %s' % remaining) + remaining = remaining[1:].lstrip() + else: + lhs, remaining = marker_var(remaining) + while remaining: + m = MARKER_OP.match(remaining) + if not m: + break + op = m.groups()[0] + remaining = remaining[m.end():] + rhs, remaining = marker_var(remaining) + lhs = {'op': op, 'lhs': lhs, 'rhs': rhs} + result = lhs + return result, remaining + + def marker_and(remaining): + lhs, remaining = marker_expr(remaining) + while remaining: + m = AND.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_expr(remaining) + lhs = {'op': 'and', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + def marker(remaining): + lhs, remaining = marker_and(remaining) + while remaining: + m = OR.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_and(remaining) + lhs = {'op': 'or', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + return marker(marker_string) + + +def parse_requirement(req): + """ + Parse a requirement passed in as a string. Return a Container + whose attributes contain the various parts of the requirement. + """ + remaining = req.strip() + if not remaining or remaining.startswith('#'): + return None + m = IDENTIFIER.match(remaining) + if not m: + raise SyntaxError('name expected: %s' % remaining) + distname = m.groups()[0] + remaining = remaining[m.end():] + extras = mark_expr = versions = uri = None + if remaining and remaining[0] == '[': + i = remaining.find(']', 1) + if i < 0: + raise SyntaxError('unterminated extra: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + extras = [] + while s: + m = IDENTIFIER.match(s) + if not m: + raise SyntaxError('malformed extra: %s' % s) + extras.append(m.groups()[0]) + s = s[m.end():] + if not s: + break + if s[0] != ',': + raise SyntaxError('comma expected in extras: %s' % s) + s = s[1:].lstrip() + if not extras: + extras = None + if remaining: + if remaining[0] == '@': + # it's a URI + remaining = remaining[1:].lstrip() + m = NON_SPACE.match(remaining) + if not m: + raise SyntaxError('invalid URI: %s' % remaining) + uri = m.groups()[0] + t = urlparse(uri) + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not (t.scheme and t.netloc): + raise SyntaxError('Invalid URL: %s' % uri) + remaining = remaining[m.end():].lstrip() + else: + + def get_versions(ver_remaining): + """ + Return a list of operator, version tuples if any are + specified, else None. + """ + m = COMPARE_OP.match(ver_remaining) + versions = None + if m: + versions = [] + while True: + op = m.groups()[0] + ver_remaining = ver_remaining[m.end():] + m = VERSION_IDENTIFIER.match(ver_remaining) + if not m: + raise SyntaxError('invalid version: %s' % + ver_remaining) + v = m.groups()[0] + versions.append((op, v)) + ver_remaining = ver_remaining[m.end():] + if not ver_remaining or ver_remaining[0] != ',': + break + ver_remaining = ver_remaining[1:].lstrip() + # Some packages have a trailing comma which would break things + # See issue #148 + if not ver_remaining: + break + m = COMPARE_OP.match(ver_remaining) + if not m: + raise SyntaxError('invalid constraint: %s' % + ver_remaining) + if not versions: + versions = None + return versions, ver_remaining + + if remaining[0] != '(': + versions, remaining = get_versions(remaining) + else: + i = remaining.find(')', 1) + if i < 0: + raise SyntaxError('unterminated parenthesis: %s' % + remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + # As a special diversion from PEP 508, allow a version number + # a.b.c in parentheses as a synonym for ~= a.b.c (because this + # is allowed in earlier PEPs) + if COMPARE_OP.match(s): + versions, _ = get_versions(s) + else: + m = VERSION_IDENTIFIER.match(s) + if not m: + raise SyntaxError('invalid constraint: %s' % s) + v = m.groups()[0] + s = s[m.end():].lstrip() + if s: + raise SyntaxError('invalid constraint: %s' % s) + versions = [('~=', v)] + + if remaining: + if remaining[0] != ';': + raise SyntaxError('invalid requirement: %s' % remaining) + remaining = remaining[1:].lstrip() + + mark_expr, remaining = parse_marker(remaining) + + if remaining and remaining[0] != '#': + raise SyntaxError('unexpected trailing data: %s' % remaining) + + if not versions: + rs = distname + else: + rs = '%s %s' % (distname, ', '.join( + ['%s %s' % con for con in versions])) + return Container(name=distname, + extras=extras, + constraints=versions, + marker=mark_expr, + url=uri, + requirement=rs) + + +def get_resources_dests(resources_root, rules): + """Find destinations for resources files""" + + def get_rel_path(root, path): + # normalizes and returns a lstripped-/-separated path + root = root.replace(os.path.sep, '/') + path = path.replace(os.path.sep, '/') + assert path.startswith(root) + return path[len(root):].lstrip('/') + + destinations = {} + for base, suffix, dest in rules: + prefix = os.path.join(resources_root, base) + for abs_base in iglob(prefix): + abs_glob = os.path.join(abs_base, suffix) + for abs_path in iglob(abs_glob): + resource_file = get_rel_path(resources_root, abs_path) + if dest is None: # remove the entry if it was here + destinations.pop(resource_file, None) + else: + rel_path = get_rel_path(abs_base, abs_path) + rel_dest = dest.replace(os.path.sep, '/').rstrip('/') + destinations[resource_file] = rel_dest + '/' + rel_path + return destinations + + +def in_venv(): + if hasattr(sys, 'real_prefix'): + # virtualenv venvs + result = True + else: + # PEP 405 venvs + result = sys.prefix != getattr(sys, 'base_prefix', sys.prefix) + return result + + +def get_executable(): + # The __PYVENV_LAUNCHER__ dance is apparently no longer needed, as + # changes to the stub launcher mean that sys.executable always points + # to the stub on OS X + # if sys.platform == 'darwin' and ('__PYVENV_LAUNCHER__' + # in os.environ): + # result = os.environ['__PYVENV_LAUNCHER__'] + # else: + # result = sys.executable + # return result + # Avoid normcasing: see issue #143 + # result = os.path.normcase(sys.executable) + result = sys.executable + if not isinstance(result, text_type): + result = fsdecode(result) + return result + + +def proceed(prompt, allowed_chars, error_prompt=None, default=None): + p = prompt + while True: + s = raw_input(p) + p = prompt + if not s and default: + s = default + if s: + c = s[0].lower() + if c in allowed_chars: + break + if error_prompt: + p = '%c: %s\n%s' % (c, error_prompt, prompt) + return c + + +def extract_by_key(d, keys): + if isinstance(keys, string_types): + keys = keys.split() + result = {} + for key in keys: + if key in d: + result[key] = d[key] + return result + + +def read_exports(stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + # Try to load as JSON, falling back on legacy format + data = stream.read() + stream = StringIO(data) + try: + jdata = json.load(stream) + result = jdata['extensions']['python.exports']['exports'] + for group, entries in result.items(): + for k, v in entries.items(): + s = '%s = %s' % (k, v) + entry = get_export_entry(s) + assert entry is not None + entries[k] = entry + return result + except Exception: + stream.seek(0, 0) + + def read_stream(cp, stream): + if hasattr(cp, 'read_file'): + cp.read_file(stream) + else: + cp.readfp(stream) + + cp = configparser.ConfigParser() + try: + read_stream(cp, stream) + except configparser.MissingSectionHeaderError: + stream.close() + data = textwrap.dedent(data) + stream = StringIO(data) + read_stream(cp, stream) + + result = {} + for key in cp.sections(): + result[key] = entries = {} + for name, value in cp.items(key): + s = '%s = %s' % (name, value) + entry = get_export_entry(s) + assert entry is not None + # entry.dist = self + entries[name] = entry + return result + + +def write_exports(exports, stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getwriter('utf-8')(stream) + cp = configparser.ConfigParser() + for k, v in exports.items(): + # TODO check k, v for valid values + cp.add_section(k) + for entry in v.values(): + if entry.suffix is None: + s = entry.prefix + else: + s = '%s:%s' % (entry.prefix, entry.suffix) + if entry.flags: + s = '%s [%s]' % (s, ', '.join(entry.flags)) + cp.set(k, entry.name, s) + cp.write(stream) + + +@contextlib.contextmanager +def tempdir(): + td = tempfile.mkdtemp() + try: + yield td + finally: + shutil.rmtree(td) + + +@contextlib.contextmanager +def chdir(d): + cwd = os.getcwd() + try: + os.chdir(d) + yield + finally: + os.chdir(cwd) + + +@contextlib.contextmanager +def socket_timeout(seconds=15): + cto = socket.getdefaulttimeout() + try: + socket.setdefaulttimeout(seconds) + yield + finally: + socket.setdefaulttimeout(cto) + + +class cached_property(object): + + def __init__(self, func): + self.func = func + # for attr in ('__name__', '__module__', '__doc__'): + # setattr(self, attr, getattr(func, attr, None)) + + def __get__(self, obj, cls=None): + if obj is None: + return self + value = self.func(obj) + object.__setattr__(obj, self.func.__name__, value) + # obj.__dict__[self.func.__name__] = value = self.func(obj) + return value + + +def convert_path(pathname): + """Return 'pathname' as a name that will work on the native filesystem. + + The path is split on '/' and put back together again using the current + directory separator. Needed because filenames in the setup script are + always supplied in Unix style, and have to be converted to the local + convention before we can actually use them in the filesystem. Raises + ValueError on non-Unix-ish systems if 'pathname' either starts or + ends with a slash. + """ + if os.sep == '/': + return pathname + if not pathname: + return pathname + if pathname[0] == '/': + raise ValueError("path '%s' cannot be absolute" % pathname) + if pathname[-1] == '/': + raise ValueError("path '%s' cannot end with '/'" % pathname) + + paths = pathname.split('/') + while os.curdir in paths: + paths.remove(os.curdir) + if not paths: + return os.curdir + return os.path.join(*paths) + + +class FileOperator(object): + + def __init__(self, dry_run=False): + self.dry_run = dry_run + self.ensured = set() + self._init_record() + + def _init_record(self): + self.record = False + self.files_written = set() + self.dirs_created = set() + + def record_as_written(self, path): + if self.record: + self.files_written.add(path) + + def newer(self, source, target): + """Tell if the target is newer than the source. + + Returns true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. + + Returns false if both exist and 'target' is the same age or younger + than 'source'. Raise PackagingFileError if 'source' does not exist. + + Note that this test is not very accurate: files created in the same + second will have the same "age". + """ + if not os.path.exists(source): + raise DistlibException("file '%r' does not exist" % + os.path.abspath(source)) + if not os.path.exists(target): + return True + + return os.stat(source).st_mtime > os.stat(target).st_mtime + + def copy_file(self, infile, outfile, check=True): + """Copy a file respecting dry-run and force flags. + """ + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying %s to %s', infile, outfile) + if not self.dry_run: + msg = None + if check: + if os.path.islink(outfile): + msg = '%s is a symlink' % outfile + elif os.path.exists(outfile) and not os.path.isfile(outfile): + msg = '%s is a non-regular file' % outfile + if msg: + raise ValueError(msg + ' which would be overwritten') + shutil.copyfile(infile, outfile) + self.record_as_written(outfile) + + def copy_stream(self, instream, outfile, encoding=None): + assert not os.path.isdir(outfile) + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying stream %s to %s', instream, outfile) + if not self.dry_run: + if encoding is None: + outstream = open(outfile, 'wb') + else: + outstream = codecs.open(outfile, 'w', encoding=encoding) + try: + shutil.copyfileobj(instream, outstream) + finally: + outstream.close() + self.record_as_written(outfile) + + def write_binary_file(self, path, data): + self.ensure_dir(os.path.dirname(path)) + if not self.dry_run: + if os.path.exists(path): + os.remove(path) + with open(path, 'wb') as f: + f.write(data) + self.record_as_written(path) + + def write_text_file(self, path, data, encoding): + self.write_binary_file(path, data.encode(encoding)) + + def set_mode(self, bits, mask, files): + if os.name == 'posix' or (os.name == 'java' and os._name == 'posix'): + # Set the executable bits (owner, group, and world) on + # all the files specified. + for f in files: + if self.dry_run: + logger.info("changing mode of %s", f) + else: + mode = (os.stat(f).st_mode | bits) & mask + logger.info("changing mode of %s to %o", f, mode) + os.chmod(f, mode) + + set_executable_mode = lambda s, f: s.set_mode(0o555, 0o7777, f) + + def ensure_dir(self, path): + path = os.path.abspath(path) + if path not in self.ensured and not os.path.exists(path): + self.ensured.add(path) + d, f = os.path.split(path) + self.ensure_dir(d) + logger.info('Creating %s' % path) + if not self.dry_run: + os.mkdir(path) + if self.record: + self.dirs_created.add(path) + + def byte_compile(self, + path, + optimize=False, + force=False, + prefix=None, + hashed_invalidation=False): + dpath = cache_from_source(path, not optimize) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): + if not prefix: + diagpath = None + else: + assert path.startswith(prefix) + diagpath = path[len(prefix):] + compile_kwargs = {} + if hashed_invalidation and hasattr(py_compile, + 'PycInvalidationMode'): + compile_kwargs[ + 'invalidation_mode'] = py_compile.PycInvalidationMode.CHECKED_HASH + py_compile.compile(path, dpath, diagpath, True, + **compile_kwargs) # raise error + self.record_as_written(dpath) + return dpath + + def ensure_removed(self, path): + if os.path.exists(path): + if os.path.isdir(path) and not os.path.islink(path): + logger.debug('Removing directory tree at %s', path) + if not self.dry_run: + shutil.rmtree(path) + if self.record: + if path in self.dirs_created: + self.dirs_created.remove(path) + else: + if os.path.islink(path): + s = 'link' + else: + s = 'file' + logger.debug('Removing %s %s', s, path) + if not self.dry_run: + os.remove(path) + if self.record: + if path in self.files_written: + self.files_written.remove(path) + + def is_writable(self, path): + result = False + while not result: + if os.path.exists(path): + result = os.access(path, os.W_OK) + break + parent = os.path.dirname(path) + if parent == path: + break + path = parent + return result + + def commit(self): + """ + Commit recorded changes, turn off recording, return + changes. + """ + assert self.record + result = self.files_written, self.dirs_created + self._init_record() + return result + + def rollback(self): + if not self.dry_run: + for f in list(self.files_written): + if os.path.exists(f): + os.remove(f) + # dirs should all be empty now, except perhaps for + # __pycache__ subdirs + # reverse so that subdirs appear before their parents + dirs = sorted(self.dirs_created, reverse=True) + for d in dirs: + flist = os.listdir(d) + if flist: + assert flist == ['__pycache__'] + sd = os.path.join(d, flist[0]) + os.rmdir(sd) + os.rmdir(d) # should fail if non-empty + self._init_record() + + +def resolve(module_name, dotted_path): + if module_name in sys.modules: + mod = sys.modules[module_name] + else: + mod = __import__(module_name) + if dotted_path is None: + result = mod + else: + parts = dotted_path.split('.') + result = getattr(mod, parts.pop(0)) + for p in parts: + result = getattr(result, p) + return result + + +class ExportEntry(object): + + def __init__(self, name, prefix, suffix, flags): + self.name = name + self.prefix = prefix + self.suffix = suffix + self.flags = flags + + @cached_property + def value(self): + return resolve(self.prefix, self.suffix) + + def __repr__(self): # pragma: no cover + return '' % (self.name, self.prefix, + self.suffix, self.flags) + + def __eq__(self, other): + if not isinstance(other, ExportEntry): + result = False + else: + result = (self.name == other.name and self.prefix == other.prefix + and self.suffix == other.suffix + and self.flags == other.flags) + return result + + __hash__ = object.__hash__ + + +ENTRY_RE = re.compile( + r'''(?P([^\[]\S*)) + \s*=\s*(?P(\w+)([:\.]\w+)*) + \s*(\[\s*(?P[\w-]+(=\w+)?(,\s*\w+(=\w+)?)*)\s*\])? + ''', re.VERBOSE) + + +def get_export_entry(specification): + m = ENTRY_RE.search(specification) + if not m: + result = None + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + else: + d = m.groupdict() + name = d['name'] + path = d['callable'] + colons = path.count(':') + if colons == 0: + prefix, suffix = path, None + else: + if colons != 1: + raise DistlibException("Invalid specification " + "'%s'" % specification) + prefix, suffix = path.split(':') + flags = d['flags'] + if flags is None: + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + flags = [] + else: + flags = [f.strip() for f in flags.split(',')] + result = ExportEntry(name, prefix, suffix, flags) + return result + + +def get_cache_base(suffix=None): + """ + Return the default base location for distlib caches. If the directory does + not exist, it is created. Use the suffix provided for the base directory, + and default to '.distlib' if it isn't provided. + + On Windows, if LOCALAPPDATA is defined in the environment, then it is + assumed to be a directory, and will be the parent directory of the result. + On POSIX, and on Windows if LOCALAPPDATA is not defined, the user's home + directory - using os.expanduser('~') - will be the parent directory of + the result. + + The result is just the directory '.distlib' in the parent directory as + determined above, or with the name specified with ``suffix``. + """ + if suffix is None: + suffix = '.distlib' + if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: + result = os.path.expandvars('$localappdata') + else: + # Assume posix, or old Windows + result = os.path.expanduser('~') + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if os.path.isdir(result): + usable = os.access(result, os.W_OK) + if not usable: + logger.warning('Directory exists but is not writable: %s', result) + else: + try: + os.makedirs(result) + usable = True + except OSError: + logger.warning('Unable to create %s', result, exc_info=True) + usable = False + if not usable: + result = tempfile.mkdtemp() + logger.warning('Default location unusable, using %s', result) + return os.path.join(result, suffix) + + +def path_to_cache_dir(path): + """ + Convert an absolute path to a directory name for use in a cache. + + The algorithm used is: + + #. On Windows, any ``':'`` in the drive is replaced with ``'---'``. + #. Any occurrence of ``os.sep`` is replaced with ``'--'``. + #. ``'.cache'`` is appended. + """ + d, p = os.path.splitdrive(os.path.abspath(path)) + if d: + d = d.replace(':', '---') + p = p.replace(os.sep, '--') + return d + p + '.cache' + + +def ensure_slash(s): + if not s.endswith('/'): + return s + '/' + return s + + +def parse_credentials(netloc): + username = password = None + if '@' in netloc: + prefix, netloc = netloc.rsplit('@', 1) + if ':' not in prefix: + username = prefix + else: + username, password = prefix.split(':', 1) + if username: + username = unquote(username) + if password: + password = unquote(password) + return username, password, netloc + + +def get_process_umask(): + result = os.umask(0o22) + os.umask(result) + return result + + +def is_string_sequence(seq): + result = True + i = None + for i, s in enumerate(seq): + if not isinstance(s, string_types): + result = False + break + assert i is not None + return result + + +PROJECT_NAME_AND_VERSION = re.compile( + '([a-z0-9_]+([.-][a-z_][a-z0-9_]*)*)-' + '([a-z0-9_.+-]+)', re.I) +PYTHON_VERSION = re.compile(r'-py(\d\.?\d?)') + + +def split_filename(filename, project_name=None): + """ + Extract name, version, python version from a filename (no extension) + + Return name, version, pyver or None + """ + result = None + pyver = None + filename = unquote(filename).replace(' ', '-') + m = PYTHON_VERSION.search(filename) + if m: + pyver = m.group(1) + filename = filename[:m.start()] + if project_name and len(filename) > len(project_name) + 1: + m = re.match(re.escape(project_name) + r'\b', filename) + if m: + n = m.end() + result = filename[:n], filename[n + 1:], pyver + if result is None: + m = PROJECT_NAME_AND_VERSION.match(filename) + if m: + result = m.group(1), m.group(3), pyver + return result + + +# Allow spaces in name because of legacy dists like "Twisted Core" +NAME_VERSION_RE = re.compile(r'(?P[\w .-]+)\s*' + r'\(\s*(?P[^\s)]+)\)$') + + +def parse_name_and_version(p): + """ + A utility method used to get name and version from a string. + + From e.g. a Provides-Dist value. + + :param p: A value in a form 'foo (1.0)' + :return: The name and version as a tuple. + """ + m = NAME_VERSION_RE.match(p) + if not m: + raise DistlibException('Ill-formed name/version string: \'%s\'' % p) + d = m.groupdict() + return d['name'].strip().lower(), d['ver'] + + +def get_extras(requested, available): + result = set() + requested = set(requested or []) + available = set(available or []) + if '*' in requested: + requested.remove('*') + result |= available + for r in requested: + if r == '-': + result.add(r) + elif r.startswith('-'): + unwanted = r[1:] + if unwanted not in available: + logger.warning('undeclared extra: %s' % unwanted) + if unwanted in result: + result.remove(unwanted) + else: + if r not in available: + logger.warning('undeclared extra: %s' % r) + result.add(r) + return result + + +# +# Extended metadata functionality +# + + +def _get_external_data(url): + result = {} + try: + # urlopen might fail if it runs into redirections, + # because of Python issue #13696. Fixed in locators + # using a custom redirect handler. + resp = urlopen(url) + headers = resp.info() + ct = headers.get('Content-Type') + if not ct.startswith('application/json'): + logger.debug('Unexpected response for JSON request: %s', ct) + else: + reader = codecs.getreader('utf-8')(resp) + # data = reader.read().decode('utf-8') + # result = json.loads(data) + result = json.load(reader) + except Exception as e: + logger.exception('Failed to get external data for %s: %s', url, e) + return result + + +_external_data_base_url = 'https://www.red-dove.com/pypi/projects/' + + +def get_project_data(name): + url = '%s/%s/project.json' % (name[0].upper(), name) + url = urljoin(_external_data_base_url, url) + result = _get_external_data(url) + return result + + +def get_package_data(name, version): + url = '%s/%s/package-%s.json' % (name[0].upper(), name, version) + url = urljoin(_external_data_base_url, url) + return _get_external_data(url) + + +class Cache(object): + """ + A class implementing a cache for resources that need to live in the file system + e.g. shared libraries. This class was moved from resources to here because it + could be used by other modules, e.g. the wheel module. + """ + + def __init__(self, base): + """ + Initialise an instance. + + :param base: The base directory where the cache should be located. + """ + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if not os.path.isdir(base): # pragma: no cover + os.makedirs(base) + if (os.stat(base).st_mode & 0o77) != 0: + logger.warning('Directory \'%s\' is not private', base) + self.base = os.path.abspath(os.path.normpath(base)) + + def prefix_to_dir(self, prefix): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix) + + def clear(self): + """ + Clear the cache. + """ + not_removed = [] + for fn in os.listdir(self.base): + fn = os.path.join(self.base, fn) + try: + if os.path.islink(fn) or os.path.isfile(fn): + os.remove(fn) + elif os.path.isdir(fn): + shutil.rmtree(fn) + except Exception: + not_removed.append(fn) + return not_removed + + +class EventMixin(object): + """ + A very simple publish/subscribe system. + """ + + def __init__(self): + self._subscribers = {} + + def add(self, event, subscriber, append=True): + """ + Add a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be added (and called when the + event is published). + :param append: Whether to append or prepend the subscriber to an + existing subscriber list for the event. + """ + subs = self._subscribers + if event not in subs: + subs[event] = deque([subscriber]) + else: + sq = subs[event] + if append: + sq.append(subscriber) + else: + sq.appendleft(subscriber) + + def remove(self, event, subscriber): + """ + Remove a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be removed. + """ + subs = self._subscribers + if event not in subs: + raise ValueError('No subscribers: %r' % event) + subs[event].remove(subscriber) + + def get_subscribers(self, event): + """ + Return an iterator for the subscribers for an event. + :param event: The event to return subscribers for. + """ + return iter(self._subscribers.get(event, ())) + + def publish(self, event, *args, **kwargs): + """ + Publish a event and return a list of values returned by its + subscribers. + + :param event: The event to publish. + :param args: The positional arguments to pass to the event's + subscribers. + :param kwargs: The keyword arguments to pass to the event's + subscribers. + """ + result = [] + for subscriber in self.get_subscribers(event): + try: + value = subscriber(event, *args, **kwargs) + except Exception: + logger.exception('Exception during event publication') + value = None + result.append(value) + logger.debug('publish %s: args = %s, kwargs = %s, result = %s', event, + args, kwargs, result) + return result + + +# +# Simple sequencing +# +class Sequencer(object): + + def __init__(self): + self._preds = {} + self._succs = {} + self._nodes = set() # nodes with no preds/succs + + def add_node(self, node): + self._nodes.add(node) + + def remove_node(self, node, edges=False): + if node in self._nodes: + self._nodes.remove(node) + if edges: + for p in set(self._preds.get(node, ())): + self.remove(p, node) + for s in set(self._succs.get(node, ())): + self.remove(node, s) + # Remove empties + for k, v in list(self._preds.items()): + if not v: + del self._preds[k] + for k, v in list(self._succs.items()): + if not v: + del self._succs[k] + + def add(self, pred, succ): + assert pred != succ + self._preds.setdefault(succ, set()).add(pred) + self._succs.setdefault(pred, set()).add(succ) + + def remove(self, pred, succ): + assert pred != succ + try: + preds = self._preds[succ] + succs = self._succs[pred] + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of anything' % succ) + try: + preds.remove(pred) + succs.remove(succ) + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of %r' % (succ, pred)) + + def is_step(self, step): + return (step in self._preds or step in self._succs + or step in self._nodes) + + def get_steps(self, final): + if not self.is_step(final): + raise ValueError('Unknown: %r' % final) + result = [] + todo = [] + seen = set() + todo.append(final) + while todo: + step = todo.pop(0) + if step in seen: + # if a step was already seen, + # move it to the end (so it will appear earlier + # when reversed on return) ... but not for the + # final step, as that would be confusing for + # users + if step != final: + result.remove(step) + result.append(step) + else: + seen.add(step) + result.append(step) + preds = self._preds.get(step, ()) + todo.extend(preds) + return reversed(result) + + @property + def strong_connections(self): + # http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm + index_counter = [0] + stack = [] + lowlinks = {} + index = {} + result = [] + + graph = self._succs + + def strongconnect(node): + # set the depth index for this node to the smallest unused index + index[node] = index_counter[0] + lowlinks[node] = index_counter[0] + index_counter[0] += 1 + stack.append(node) + + # Consider successors + try: + successors = graph[node] + except Exception: + successors = [] + for successor in successors: + if successor not in lowlinks: + # Successor has not yet been visited + strongconnect(successor) + lowlinks[node] = min(lowlinks[node], lowlinks[successor]) + elif successor in stack: + # the successor is in the stack and hence in the current + # strongly connected component (SCC) + lowlinks[node] = min(lowlinks[node], index[successor]) + + # If `node` is a root node, pop the stack and generate an SCC + if lowlinks[node] == index[node]: + connected_component = [] + + while True: + successor = stack.pop() + connected_component.append(successor) + if successor == node: + break + component = tuple(connected_component) + # storing the result + result.append(component) + + for node in graph: + if node not in lowlinks: + strongconnect(node) + + return result + + @property + def dot(self): + result = ['digraph G {'] + for succ in self._preds: + preds = self._preds[succ] + for pred in preds: + result.append(' %s -> %s;' % (pred, succ)) + for node in self._nodes: + result.append(' %s;' % node) + result.append('}') + return '\n'.join(result) + + +# +# Unarchiving functionality for zip, tar, tgz, tbz, whl +# + +ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz', + '.whl') + + +def unarchive(archive_filename, dest_dir, format=None, check=True): + + def check_path(path): + if not isinstance(path, text_type): + path = path.decode('utf-8') + p = os.path.abspath(os.path.join(dest_dir, path)) + if not p.startswith(dest_dir) or p[plen] != os.sep: + raise ValueError('path outside destination: %r' % p) + + dest_dir = os.path.abspath(dest_dir) + plen = len(dest_dir) + archive = None + if format is None: + if archive_filename.endswith(('.zip', '.whl')): + format = 'zip' + elif archive_filename.endswith(('.tar.gz', '.tgz')): + format = 'tgz' + mode = 'r:gz' + elif archive_filename.endswith(('.tar.bz2', '.tbz')): + format = 'tbz' + mode = 'r:bz2' + elif archive_filename.endswith('.tar'): + format = 'tar' + mode = 'r' + else: # pragma: no cover + raise ValueError('Unknown format for %r' % archive_filename) + try: + if format == 'zip': + archive = ZipFile(archive_filename, 'r') + if check: + names = archive.namelist() + for name in names: + check_path(name) + else: + archive = tarfile.open(archive_filename, mode) + if check: + names = archive.getnames() + for name in names: + check_path(name) + if format != 'zip' and sys.version_info[0] < 3: + # See Python issue 17153. If the dest path contains Unicode, + # tarfile extraction fails on Python 2.x if a member path name + # contains non-ASCII characters - it leads to an implicit + # bytes -> unicode conversion using ASCII to decode. + for tarinfo in archive.getmembers(): + if not isinstance(tarinfo.name, text_type): + tarinfo.name = tarinfo.name.decode('utf-8') + + # Limit extraction of dangerous items, if this Python + # allows it easily. If not, just trust the input. + # See: https://docs.python.org/3/library/tarfile.html#extraction-filters + def extraction_filter(member, path): + """Run tarfile.tar_filter, but raise the expected ValueError""" + # This is only called if the current Python has tarfile filters + try: + return tarfile.tar_filter(member, path) + except tarfile.FilterError as exc: + raise ValueError(str(exc)) + + archive.extraction_filter = extraction_filter + + archive.extractall(dest_dir) + + finally: + if archive: + archive.close() + + +def zip_dir(directory): + """zip a directory tree into a BytesIO object""" + result = io.BytesIO() + dlen = len(directory) + with ZipFile(result, "w") as zf: + for root, dirs, files in os.walk(directory): + for name in files: + full = os.path.join(root, name) + rel = root[dlen:] + dest = os.path.join(rel, name) + zf.write(full, dest) + return result + + +# +# Simple progress bar +# + +UNITS = ('', 'K', 'M', 'G', 'T', 'P') + + +class Progress(object): + unknown = 'UNKNOWN' + + def __init__(self, minval=0, maxval=100): + assert maxval is None or maxval >= minval + self.min = self.cur = minval + self.max = maxval + self.started = None + self.elapsed = 0 + self.done = False + + def update(self, curval): + assert self.min <= curval + assert self.max is None or curval <= self.max + self.cur = curval + now = time.time() + if self.started is None: + self.started = now + else: + self.elapsed = now - self.started + + def increment(self, incr): + assert incr >= 0 + self.update(self.cur + incr) + + def start(self): + self.update(self.min) + return self + + def stop(self): + if self.max is not None: + self.update(self.max) + self.done = True + + @property + def maximum(self): + return self.unknown if self.max is None else self.max + + @property + def percentage(self): + if self.done: + result = '100 %' + elif self.max is None: + result = ' ?? %' + else: + v = 100.0 * (self.cur - self.min) / (self.max - self.min) + result = '%3d %%' % v + return result + + def format_duration(self, duration): + if (duration <= 0) and self.max is None or self.cur == self.min: + result = '??:??:??' + # elif duration < 1: + # result = '--:--:--' + else: + result = time.strftime('%H:%M:%S', time.gmtime(duration)) + return result + + @property + def ETA(self): + if self.done: + prefix = 'Done' + t = self.elapsed + # import pdb; pdb.set_trace() + else: + prefix = 'ETA ' + if self.max is None: + t = -1 + elif self.elapsed == 0 or (self.cur == self.min): + t = 0 + else: + # import pdb; pdb.set_trace() + t = float(self.max - self.min) + t /= self.cur - self.min + t = (t - 1) * self.elapsed + return '%s: %s' % (prefix, self.format_duration(t)) + + @property + def speed(self): + if self.elapsed == 0: + result = 0.0 + else: + result = (self.cur - self.min) / self.elapsed + for unit in UNITS: + if result < 1000: + break + result /= 1000.0 + return '%d %sB/s' % (result, unit) + + +# +# Glob functionality +# + +RICH_GLOB = re.compile(r'\{([^}]*)\}') +_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') +_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') + + +def iglob(path_glob): + """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" + if _CHECK_RECURSIVE_GLOB.search(path_glob): + msg = """invalid glob %r: recursive glob "**" must be used alone""" + raise ValueError(msg % path_glob) + if _CHECK_MISMATCH_SET.search(path_glob): + msg = """invalid glob %r: mismatching set marker '{' or '}'""" + raise ValueError(msg % path_glob) + return _iglob(path_glob) + + +def _iglob(path_glob): + rich_path_glob = RICH_GLOB.split(path_glob, 1) + if len(rich_path_glob) > 1: + assert len(rich_path_glob) == 3, rich_path_glob + prefix, set, suffix = rich_path_glob + for item in set.split(','): + for path in _iglob(''.join((prefix, item, suffix))): + yield path + else: + if '**' not in path_glob: + for item in std_iglob(path_glob): + yield item + else: + prefix, radical = path_glob.split('**', 1) + if prefix == '': + prefix = '.' + if radical == '': + radical = '*' + else: + # we support both + radical = radical.lstrip('/') + radical = radical.lstrip('\\') + for path, dir, files in os.walk(prefix): + path = os.path.normpath(path) + for fn in _iglob(os.path.join(path, radical)): + yield fn + + +if ssl: + from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, + CertificateError) + + # + # HTTPSConnection which verifies certificates/matches domains + # + + class HTTPSConnection(httplib.HTTPSConnection): + ca_certs = None # set this to the path to the certs file (.pem) + check_domain = True # only used if ca_certs is not None + + # noinspection PyPropertyAccess + def connect(self): + sock = socket.create_connection((self.host, self.port), + self.timeout) + if getattr(self, '_tunnel_host', False): + self.sock = sock + self._tunnel() + + context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) + if hasattr(ssl, 'OP_NO_SSLv2'): + context.options |= ssl.OP_NO_SSLv2 + if getattr(self, 'cert_file', None): + context.load_cert_chain(self.cert_file, self.key_file) + kwargs = {} + if self.ca_certs: + context.verify_mode = ssl.CERT_REQUIRED + context.load_verify_locations(cafile=self.ca_certs) + if getattr(ssl, 'HAS_SNI', False): + kwargs['server_hostname'] = self.host + + self.sock = context.wrap_socket(sock, **kwargs) + if self.ca_certs and self.check_domain: + try: + match_hostname(self.sock.getpeercert(), self.host) + logger.debug('Host verified: %s', self.host) + except CertificateError: # pragma: no cover + self.sock.shutdown(socket.SHUT_RDWR) + self.sock.close() + raise + + class HTTPSHandler(BaseHTTPSHandler): + + def __init__(self, ca_certs, check_domain=True): + BaseHTTPSHandler.__init__(self) + self.ca_certs = ca_certs + self.check_domain = check_domain + + def _conn_maker(self, *args, **kwargs): + """ + This is called to create a connection instance. Normally you'd + pass a connection class to do_open, but it doesn't actually check for + a class, and just expects a callable. As long as we behave just as a + constructor would have, we should be OK. If it ever changes so that + we *must* pass a class, we'll create an UnsafeHTTPSConnection class + which just sets check_domain to False in the class definition, and + choose which one to pass to do_open. + """ + result = HTTPSConnection(*args, **kwargs) + if self.ca_certs: + result.ca_certs = self.ca_certs + result.check_domain = self.check_domain + return result + + def https_open(self, req): + try: + return self.do_open(self._conn_maker, req) + except URLError as e: + if 'certificate verify failed' in str(e.reason): + raise CertificateError( + 'Unable to verify server certificate ' + 'for %s' % req.host) + else: + raise + + # + # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- + # Middle proxy using HTTP listens on port 443, or an index mistakenly serves + # HTML containing a http://xyz link when it should be https://xyz), + # you can use the following handler class, which does not allow HTTP traffic. + # + # It works by inheriting from HTTPHandler - so build_opener won't add a + # handler for HTTP itself. + # + class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): + + def http_open(self, req): + raise URLError( + 'Unexpected HTTP request on what should be a secure ' + 'connection: %s' % req) + + +# +# XML-RPC with timeouts +# +class Transport(xmlrpclib.Transport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.Transport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, x509 = self.get_host_info(host) + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + return self._connection[1] + + +if ssl: + + class SafeTransport(xmlrpclib.SafeTransport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.SafeTransport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, kwargs = self.get_host_info(host) + if not kwargs: + kwargs = {} + kwargs['timeout'] = self.timeout + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection( + h, None, **kwargs) + return self._connection[1] + + +class ServerProxy(xmlrpclib.ServerProxy): + + def __init__(self, uri, **kwargs): + self.timeout = timeout = kwargs.pop('timeout', None) + # The above classes only come into play if a timeout + # is specified + if timeout is not None: + # scheme = splittype(uri) # deprecated as of Python 3.8 + scheme = urlparse(uri)[0] + use_datetime = kwargs.get('use_datetime', 0) + if scheme == 'https': + tcls = SafeTransport + else: + tcls = Transport + kwargs['transport'] = t = tcls(timeout, use_datetime=use_datetime) + self.transport = t + xmlrpclib.ServerProxy.__init__(self, uri, **kwargs) + + +# +# CSV functionality. This is provided because on 2.x, the csv module can't +# handle Unicode. However, we need to deal with Unicode in e.g. RECORD files. +# + + +def _csv_open(fn, mode, **kwargs): + if sys.version_info[0] < 3: + mode += 'b' + else: + kwargs['newline'] = '' + # Python 3 determines encoding from locale. Force 'utf-8' + # file encoding to match other forced utf-8 encoding + kwargs['encoding'] = 'utf-8' + return open(fn, mode, **kwargs) + + +class CSVBase(object): + defaults = { + 'delimiter': str(','), # The strs are used because we need native + 'quotechar': str('"'), # str in the csv API (2.x won't take + 'lineterminator': str('\n') # Unicode) + } + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.stream.close() + + +class CSVReader(CSVBase): + + def __init__(self, **kwargs): + if 'stream' in kwargs: + stream = kwargs['stream'] + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + self.stream = stream + else: + self.stream = _csv_open(kwargs['path'], 'r') + self.reader = csv.reader(self.stream, **self.defaults) + + def __iter__(self): + return self + + def next(self): + result = next(self.reader) + if sys.version_info[0] < 3: + for i, item in enumerate(result): + if not isinstance(item, text_type): + result[i] = item.decode('utf-8') + return result + + __next__ = next + + +class CSVWriter(CSVBase): + + def __init__(self, fn, **kwargs): + self.stream = _csv_open(fn, 'w') + self.writer = csv.writer(self.stream, **self.defaults) + + def writerow(self, row): + if sys.version_info[0] < 3: + r = [] + for item in row: + if isinstance(item, text_type): + item = item.encode('utf-8') + r.append(item) + row = r + self.writer.writerow(row) + + +# +# Configurator functionality +# + + +class Configurator(BaseConfigurator): + + value_converters = dict(BaseConfigurator.value_converters) + value_converters['inc'] = 'inc_convert' + + def __init__(self, config, base=None): + super(Configurator, self).__init__(config) + self.base = base or os.getcwd() + + def configure_custom(self, config): + + def convert(o): + if isinstance(o, (list, tuple)): + result = type(o)([convert(i) for i in o]) + elif isinstance(o, dict): + if '()' in o: + result = self.configure_custom(o) + else: + result = {} + for k in o: + result[k] = convert(o[k]) + else: + result = self.convert(o) + return result + + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + args = config.pop('[]', ()) + if args: + args = tuple([convert(o) for o in args]) + items = [(k, convert(config[k])) for k in config if valid_ident(k)] + kwargs = dict(items) + result = c(*args, **kwargs) + if props: + for n, v in props.items(): + setattr(result, n, convert(v)) + return result + + def __getitem__(self, key): + result = self.config[key] + if isinstance(result, dict) and '()' in result: + self.config[key] = result = self.configure_custom(result) + return result + + def inc_convert(self, value): + """Default converter for the inc:// protocol.""" + if not os.path.isabs(value): + value = os.path.join(self.base, value) + with codecs.open(value, 'r', encoding='utf-8') as f: + result = json.load(f) + return result + + +class SubprocessMixin(object): + """ + Mixin for running subprocesses and capturing their output + """ + + def __init__(self, verbose=False, progress=None): + self.verbose = verbose + self.progress = progress + + def reader(self, stream, context): + """ + Read lines from a subprocess' output stream and either pass to a progress + callable (if specified) or write progress information to sys.stderr. + """ + progress = self.progress + verbose = self.verbose + while True: + s = stream.readline() + if not s: + break + if progress is not None: + progress(s, context) + else: + if not verbose: + sys.stderr.write('.') + else: + sys.stderr.write(s.decode('utf-8')) + sys.stderr.flush() + stream.close() + + def run_command(self, cmd, **kwargs): + p = subprocess.Popen(cmd, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + **kwargs) + t1 = threading.Thread(target=self.reader, args=(p.stdout, 'stdout')) + t1.start() + t2 = threading.Thread(target=self.reader, args=(p.stderr, 'stderr')) + t2.start() + p.wait() + t1.join() + t2.join() + if self.progress is not None: + self.progress('done.', 'main') + elif self.verbose: + sys.stderr.write('done.\n') + return p + + +def normalize_name(name): + """Normalize a python package name a la PEP 503""" + # https://www.python.org/dev/peps/pep-0503/#normalized-names + return re.sub('[-_.]+', '-', name).lower() + + +# def _get_pypirc_command(): +# """ +# Get the distutils command for interacting with PyPI configurations. +# :return: the command. +# """ +# from distutils.core import Distribution +# from distutils.config import PyPIRCCommand +# d = Distribution() +# return PyPIRCCommand(d) + + +class PyPIRCFile(object): + + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + + def __init__(self, fn=None, url=None): + if fn is None: + fn = os.path.join(os.path.expanduser('~'), '.pypirc') + self.filename = fn + self.url = url + + def read(self): + result = {} + + if os.path.exists(self.filename): + repository = self.url or self.DEFAULT_REPOSITORY + + config = configparser.RawConfigParser() + config.read(self.filename) + sections = config.sections() + if 'distutils' in sections: + # let's get the list of servers + index_servers = config.get('distutils', 'index-servers') + _servers = [ + server.strip() for server in index_servers.split('\n') + if server.strip() != '' + ] + if _servers == []: + # nothing set, let's try to get the default pypi + if 'pypi' in sections: + _servers = ['pypi'] + else: + for server in _servers: + result = {'server': server} + result['username'] = config.get(server, 'username') + + # optional params + for key, default in (('repository', + self.DEFAULT_REPOSITORY), + ('realm', self.DEFAULT_REALM), + ('password', None)): + if config.has_option(server, key): + result[key] = config.get(server, key) + else: + result[key] = default + + # work around people having "repository" for the "pypi" + # section of their config set to the HTTP (rather than + # HTTPS) URL + if (server == 'pypi' and repository + in (self.DEFAULT_REPOSITORY, 'pypi')): + result['repository'] = self.DEFAULT_REPOSITORY + elif (result['server'] != repository + and result['repository'] != repository): + result = {} + elif 'server-login' in sections: + # old format + server = 'server-login' + if config.has_option(server, 'repository'): + repository = config.get(server, 'repository') + else: + repository = self.DEFAULT_REPOSITORY + result = { + 'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM + } + return result + + def update(self, username, password): + # import pdb; pdb.set_trace() + config = configparser.RawConfigParser() + fn = self.filename + config.read(fn) + if not config.has_section('pypi'): + config.add_section('pypi') + config.set('pypi', 'username', username) + config.set('pypi', 'password', password) + with open(fn, 'w') as f: + config.write(f) + + +def _load_pypirc(index): + """ + Read the PyPI access configuration as supported by distutils. + """ + return PyPIRCFile(url=index.url).read() + + +def _store_pypirc(index): + PyPIRCFile().update(index.username, index.password) + + +# +# get_platform()/get_host_platform() copied from Python 3.10.a0 source, with some minor +# tweaks +# + + +def get_host_platform(): + """Return a string that identifies the current platform. This is used mainly to + distinguish platform-specific build directories and platform-specific built + distributions. Typically includes the OS name and version and the + architecture (as supplied by 'os.uname()'), although the exact information + included depends on the OS; eg. on Linux, the kernel version isn't + particularly important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + + """ + if os.name == 'nt': + if 'amd64' in sys.version.lower(): + return 'win-amd64' + if '(arm)' in sys.version.lower(): + return 'win-arm32' + if '(arm64)' in sys.version.lower(): + return 'win-arm64' + return sys.platform + + # Set for cross builds explicitly + if "_PYTHON_HOST_PLATFORM" in os.environ: + return os.environ["_PYTHON_HOST_PLATFORM"] + + if os.name != 'posix' or not hasattr(os, 'uname'): + # XXX what about the architecture? NT is Intel or Alpha, + # Mac OS is M68k or PPC, etc. + return sys.platform + + # Try to distinguish various flavours of Unix + + (osname, host, release, version, machine) = os.uname() + + # Convert the OS name to lowercase, remove '/' characters, and translate + # spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_').replace('/', '-') + + if osname[:5] == 'linux': + # At least on Linux/Intel, 'machine' is the processor -- + # i386, etc. + # XXX what about Alpha, SPARC, etc? + return "%s-%s" % (osname, machine) + + elif osname[:5] == 'sunos': + if release[0] >= '5': # SunOS 5 == Solaris 2 + osname = 'solaris' + release = '%d.%s' % (int(release[0]) - 3, release[2:]) + # We can't use 'platform.architecture()[0]' because a + # bootstrap problem. We use a dict to get an error + # if some suspicious happens. + bitness = {2147483647: '32bit', 9223372036854775807: '64bit'} + machine += '.%s' % bitness[sys.maxsize] + # fall through to standard osname-release-machine representation + elif osname[:3] == 'aix': + from _aix_support import aix_platform + return aix_platform() + elif osname[:6] == 'cygwin': + osname = 'cygwin' + rel_re = re.compile(r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == 'darwin': + import _osx_support + try: + from distutils import sysconfig + except ImportError: + import sysconfig + osname, release, machine = _osx_support.get_platform_osx( + sysconfig.get_config_vars(), osname, release, machine) + + return '%s-%s-%s' % (osname, release, machine) + + +_TARGET_TO_PLAT = { + 'x86': 'win32', + 'x64': 'win-amd64', + 'arm': 'win-arm32', +} + + +def get_platform(): + if os.name != 'nt': + return get_host_platform() + cross_compilation_target = os.environ.get('VSCMD_ARG_TGT_ARCH') + if cross_compilation_target not in _TARGET_TO_PLAT: + return get_host_platform() + return _TARGET_TO_PLAT[cross_compilation_target] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 00000000..14171ac9 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,751 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Implementation of a flexible versioning scheme providing support for PEP-440, +setuptools-compatible and semantic versioning. +""" + +import logging +import re + +from .compat import string_types +from .util import parse_requirement + +__all__ = ['NormalizedVersion', 'NormalizedMatcher', + 'LegacyVersion', 'LegacyMatcher', + 'SemanticVersion', 'SemanticMatcher', + 'UnsupportedVersionError', 'get_scheme'] + +logger = logging.getLogger(__name__) + + +class UnsupportedVersionError(ValueError): + """This is an unsupported version.""" + pass + + +class Version(object): + def __init__(self, s): + self._string = s = s.strip() + self._parts = parts = self.parse(s) + assert isinstance(parts, tuple) + assert len(parts) > 0 + + def parse(self, s): + raise NotImplementedError('please implement in a subclass') + + def _check_compatible(self, other): + if type(self) != type(other): + raise TypeError('cannot compare %r and %r' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + def __lt__(self, other): + self._check_compatible(other) + return self._parts < other._parts + + def __gt__(self, other): + return not (self.__lt__(other) or self.__eq__(other)) + + def __le__(self, other): + return self.__lt__(other) or self.__eq__(other) + + def __ge__(self, other): + return self.__gt__(other) or self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self._parts) + + def __repr__(self): + return "%s('%s')" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + @property + def is_prerelease(self): + raise NotImplementedError('Please implement in subclasses.') + + +class Matcher(object): + version_class = None + + # value is either a callable or the name of a method + _operators = { + '<': lambda v, c, p: v < c, + '>': lambda v, c, p: v > c, + '<=': lambda v, c, p: v == c or v < c, + '>=': lambda v, c, p: v == c or v > c, + '==': lambda v, c, p: v == c, + '===': lambda v, c, p: v == c, + # by default, compatible => >=. + '~=': lambda v, c, p: v == c or v > c, + '!=': lambda v, c, p: v != c, + } + + # this is a method only to support alternative implementations + # via overriding + def parse_requirement(self, s): + return parse_requirement(s) + + def __init__(self, s): + if self.version_class is None: + raise ValueError('Please specify a version class') + self._string = s = s.strip() + r = self.parse_requirement(s) + if not r: + raise ValueError('Not valid: %r' % s) + self.name = r.name + self.key = self.name.lower() # for case-insensitive comparisons + clist = [] + if r.constraints: + # import pdb; pdb.set_trace() + for op, s in r.constraints: + if s.endswith('.*'): + if op not in ('==', '!='): + raise ValueError('\'.*\' not allowed for ' + '%r constraints' % op) + # Could be a partial version (e.g. for '2.*') which + # won't parse as a version, so keep it as a string + vn, prefix = s[:-2], True + # Just to check that vn is a valid version + self.version_class(vn) + else: + # Should parse as a version, so we can create an + # instance for the comparison + vn, prefix = self.version_class(s), False + clist.append((op, vn, prefix)) + self._parts = tuple(clist) + + def match(self, version): + """ + Check if the provided version matches the constraints. + + :param version: The version to match against this instance. + :type version: String or :class:`Version` instance. + """ + if isinstance(version, string_types): + version = self.version_class(version) + for operator, constraint, prefix in self._parts: + f = self._operators.get(operator) + if isinstance(f, string_types): + f = getattr(self, f) + if not f: + msg = ('%r not implemented ' + 'for %s' % (operator, self.__class__.__name__)) + raise NotImplementedError(msg) + if not f(version, constraint, prefix): + return False + return True + + @property + def exact_version(self): + result = None + if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): + result = self._parts[0][1] + return result + + def _check_compatible(self, other): + if type(self) != type(other) or self.name != other.name: + raise TypeError('cannot compare %s and %s' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self.key == other.key and self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self.key) + hash(self._parts) + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + +PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|alpha|b|beta|c|rc|pre|preview)(\d+)?)?' + r'(\.(post|r|rev)(\d+)?)?([._-]?(dev)(\d+)?)?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$', re.I) + + +def _pep_440_key(s): + s = s.strip() + m = PEP440_VERSION_RE.match(s) + if not m: + raise UnsupportedVersionError('Not a valid version: %s' % s) + groups = m.groups() + nums = tuple(int(v) for v in groups[1].split('.')) + while len(nums) > 1 and nums[-1] == 0: + nums = nums[:-1] + + if not groups[0]: + epoch = 0 + else: + epoch = int(groups[0][:-1]) + pre = groups[4:6] + post = groups[7:9] + dev = groups[10:12] + local = groups[13] + if pre == (None, None): + pre = () + else: + if pre[1] is None: + pre = pre[0], 0 + else: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + if post[1] is None: + post = post[0], 0 + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + else: + if dev[1] is None: + dev = dev[0], 0 + else: + dev = dev[0], int(dev[1]) + if local is None: + local = () + else: + parts = [] + for part in local.split('.'): + # to ensure that numeric compares as > lexicographic, avoid + # comparing them directly, but encode a tuple which ensures + # correct sorting + if part.isdigit(): + part = (1, int(part)) + else: + part = (0, part) + parts.append(part) + local = tuple(parts) + if not pre: + # either before pre-release, or final release and after + if not post and dev: + # before pre-release + pre = ('a', -1) # to sort before a0 + else: + pre = ('z',) # to sort after all pre-releases + # now look at the state of post and dev. + if not post: + post = ('_',) # sort before 'a' + if not dev: + dev = ('final',) + + return epoch, nums, pre, post, dev, local + + +_normalized_key = _pep_440_key + + +class NormalizedVersion(Version): + """A rational version. + + Good: + 1.2 # equivalent to "1.2.0" + 1.2.0 + 1.2a1 + 1.2.3a2 + 1.2.3b1 + 1.2.3c1 + 1.2.3.4 + TODO: fill this out + + Bad: + 1 # minimum two numbers + 1.2a # release level must have a release serial + 1.2.3b + """ + def parse(self, s): + result = _normalized_key(s) + # _normalized_key loses trailing zeroes in the release + # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 + # However, PEP 440 prefix matching needs it: for example, + # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). + m = PEP440_VERSION_RE.match(s) # must succeed + groups = m.groups() + self._release_clause = tuple(int(v) for v in groups[1].split('.')) + return result + + PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) + + @property + def is_prerelease(self): + return any(t[0] in self.PREREL_TAGS for t in self._parts if t) + + +def _match_prefix(x, y): + x = str(x) + y = str(y) + if x == y: + return True + if not x.startswith(y): + return False + n = len(y) + return x[n] == '.' + + +class NormalizedMatcher(Matcher): + version_class = NormalizedVersion + + # value is either a callable or the name of a method + _operators = { + '~=': '_match_compatible', + '<': '_match_lt', + '>': '_match_gt', + '<=': '_match_le', + '>=': '_match_ge', + '==': '_match_eq', + '===': '_match_arbitrary', + '!=': '_match_ne', + } + + def _adjust_local(self, version, constraint, prefix): + if prefix: + strip_local = '+' not in constraint and version._parts[-1] + else: + # both constraint and version are + # NormalizedVersion instances. + # If constraint does not have a local component, + # ensure the version doesn't, either. + strip_local = not constraint._parts[-1] and version._parts[-1] + if strip_local: + s = version._string.split('+', 1)[0] + version = self.version_class(s) + return version, constraint + + def _match_lt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version >= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_gt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version <= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_le(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version <= constraint + + def _match_ge(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version >= constraint + + def _match_eq(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version == constraint) + else: + result = _match_prefix(version, constraint) + return result + + def _match_arbitrary(self, version, constraint, prefix): + return str(version) == str(constraint) + + def _match_ne(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version != constraint) + else: + result = not _match_prefix(version, constraint) + return result + + def _match_compatible(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version == constraint: + return True + if version < constraint: + return False +# if not prefix: +# return True + release_clause = constraint._release_clause + if len(release_clause) > 1: + release_clause = release_clause[:-1] + pfx = '.'.join([str(i) for i in release_clause]) + return _match_prefix(version, pfx) + + +_REPLACEMENTS = ( + (re.compile('[.+-]$'), ''), # remove trailing puncts + (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start + (re.compile('^[.-]'), ''), # remove leading puncts + (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses + (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha + (re.compile(r'\b(pre-alpha|prealpha)\b'), + 'pre.alpha'), # standardise + (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses +) + +_SUFFIX_REPLACEMENTS = ( + (re.compile('^[:~._+-]+'), ''), # remove leading puncts + (re.compile('[,*")([\\]]'), ''), # remove unwanted chars + (re.compile('[~:+_ -]'), '.'), # replace illegal chars + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\.$'), ''), # trailing '.' +) + +_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') + + +def _suggest_semantic_version(s): + """ + Try to suggest a semantic form for a version for which + _suggest_normalized_version couldn't come up with anything. + """ + result = s.strip().lower() + for pat, repl in _REPLACEMENTS: + result = pat.sub(repl, result) + if not result: + result = '0.0.0' + + # Now look for numeric prefix, and separate it out from + # the rest. + # import pdb; pdb.set_trace() + m = _NUMERIC_PREFIX.match(result) + if not m: + prefix = '0.0.0' + suffix = result + else: + prefix = m.groups()[0].split('.') + prefix = [int(i) for i in prefix] + while len(prefix) < 3: + prefix.append(0) + if len(prefix) == 3: + suffix = result[m.end():] + else: + suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] + prefix = prefix[:3] + prefix = '.'.join([str(i) for i in prefix]) + suffix = suffix.strip() + if suffix: + # import pdb; pdb.set_trace() + # massage the suffix. + for pat, repl in _SUFFIX_REPLACEMENTS: + suffix = pat.sub(repl, suffix) + + if not suffix: + result = prefix + else: + sep = '-' if 'dev' in suffix else '+' + result = prefix + sep + suffix + if not is_semver(result): + result = None + return result + + +def _suggest_normalized_version(s): + """Suggest a normalized version close to the given version string. + + If you have a version string that isn't rational (i.e. NormalizedVersion + doesn't like it) then you might be able to get an equivalent (or close) + rational version from this function. + + This does a number of simple normalizations to the given string, based + on observation of versions currently in use on PyPI. Given a dump of + those version during PyCon 2009, 4287 of them: + - 2312 (53.93%) match NormalizedVersion without change + with the automatic suggestion + - 3474 (81.04%) match when using this suggestion method + + @param s {str} An irrational version string. + @returns A rational version string, or None, if couldn't determine one. + """ + try: + _normalized_key(s) + return s # already rational + except UnsupportedVersionError: + pass + + rs = s.lower() + + # part of this could use maketrans + for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), + ('beta', 'b'), ('rc', 'c'), ('-final', ''), + ('-pre', 'c'), + ('-release', ''), ('.release', ''), ('-stable', ''), + ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), + ('final', '')): + rs = rs.replace(orig, repl) + + # if something ends with dev or pre, we add a 0 + rs = re.sub(r"pre$", r"pre0", rs) + rs = re.sub(r"dev$", r"dev0", rs) + + # if we have something like "b-2" or "a.2" at the end of the + # version, that is probably beta, alpha, etc + # let's remove the dash or dot + rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) + + # 1.0-dev-r371 -> 1.0.dev371 + # 0.1-dev-r79 -> 0.1.dev79 + rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) + + # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 + rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) + + # Clean: v0.3, v1.0 + if rs.startswith('v'): + rs = rs[1:] + + # Clean leading '0's on numbers. + # TODO: unintended side-effect on, e.g., "2003.05.09" + # PyPI stats: 77 (~2%) better + rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) + + # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers + # zero. + # PyPI stats: 245 (7.56%) better + rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) + + # the 'dev-rNNN' tag is a dev tag + rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) + + # clean the - when used as a pre delimiter + rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) + + # a terminal "dev" or "devel" can be changed into ".dev0" + rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) + + # a terminal "dev" can be changed into ".dev0" + rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) + + # a terminal "final" or "stable" can be removed + rs = re.sub(r"(final|stable)$", "", rs) + + # The 'r' and the '-' tags are post release tags + # 0.4a1.r10 -> 0.4a1.post10 + # 0.9.33-17222 -> 0.9.33.post17222 + # 0.9.33-r17222 -> 0.9.33.post17222 + rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) + + # Clean 'r' instead of 'dev' usage: + # 0.9.33+r17222 -> 0.9.33.dev17222 + # 1.0dev123 -> 1.0.dev123 + # 1.0.git123 -> 1.0.dev123 + # 1.0.bzr123 -> 1.0.dev123 + # 0.1a0dev.123 -> 0.1a0.dev123 + # PyPI stats: ~150 (~4%) better + rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) + + # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: + # 0.2.pre1 -> 0.2c1 + # 0.2-c1 -> 0.2c1 + # 1.0preview123 -> 1.0c123 + # PyPI stats: ~21 (0.62%) better + rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) + + # Tcl/Tk uses "px" for their post release markers + rs = re.sub(r"p(\d+)$", r".post\1", rs) + + try: + _normalized_key(rs) + except UnsupportedVersionError: + rs = None + return rs + +# +# Legacy version processing (distribute-compatible) +# + + +_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) +_VERSION_REPLACE = { + 'pre': 'c', + 'preview': 'c', + '-': 'final-', + 'rc': 'c', + 'dev': '@', + '': None, + '.': None, +} + + +def _legacy_key(s): + def get_parts(s): + result = [] + for p in _VERSION_PART.split(s.lower()): + p = _VERSION_REPLACE.get(p, p) + if p: + if '0' <= p[:1] <= '9': + p = p.zfill(8) + else: + p = '*' + p + result.append(p) + result.append('*final') + return result + + result = [] + for p in get_parts(s): + if p.startswith('*'): + if p < '*final': + while result and result[-1] == '*final-': + result.pop() + while result and result[-1] == '00000000': + result.pop() + result.append(p) + return tuple(result) + + +class LegacyVersion(Version): + def parse(self, s): + return _legacy_key(s) + + @property + def is_prerelease(self): + result = False + for x in self._parts: + if (isinstance(x, string_types) and x.startswith('*') and + x < '*final'): + result = True + break + return result + + +class LegacyMatcher(Matcher): + version_class = LegacyVersion + + _operators = dict(Matcher._operators) + _operators['~='] = '_match_compatible' + + numeric_re = re.compile(r'^(\d+(\.\d+)*)') + + def _match_compatible(self, version, constraint, prefix): + if version < constraint: + return False + m = self.numeric_re.match(str(constraint)) + if not m: + logger.warning('Cannot compute compatible match for version %s ' + ' and constraint %s', version, constraint) + return True + s = m.groups()[0] + if '.' in s: + s = s.rsplit('.', 1)[0] + return _match_prefix(version, s) + +# +# Semantic versioning +# + + +_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' + r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' + r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) + + +def is_semver(s): + return _SEMVER_RE.match(s) + + +def _semantic_key(s): + def make_tuple(s, absent): + if s is None: + result = (absent,) + else: + parts = s[1:].split('.') + # We can't compare ints and strings on Python 3, so fudge it + # by zero-filling numeric values so simulate a numeric comparison + result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) + return result + + m = is_semver(s) + if not m: + raise UnsupportedVersionError(s) + groups = m.groups() + major, minor, patch = [int(i) for i in groups[:3]] + # choose the '|' and '*' so that versions sort correctly + pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') + return (major, minor, patch), pre, build + + +class SemanticVersion(Version): + def parse(self, s): + return _semantic_key(s) + + @property + def is_prerelease(self): + return self._parts[1][0] != '|' + + +class SemanticMatcher(Matcher): + version_class = SemanticVersion + + +class VersionScheme(object): + def __init__(self, key, matcher, suggester=None): + self.key = key + self.matcher = matcher + self.suggester = suggester + + def is_valid_version(self, s): + try: + self.matcher.version_class(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_matcher(self, s): + try: + self.matcher(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_constraint_list(self, s): + """ + Used for processing some metadata fields + """ + # See issue #140. Be tolerant of a single trailing comma. + if s.endswith(','): + s = s[:-1] + return self.is_valid_matcher('dummy_name (%s)' % s) + + def suggest(self, s): + if self.suggester is None: + result = None + else: + result = self.suggester(s) + return result + + +_SCHEMES = { + 'normalized': VersionScheme(_normalized_key, NormalizedMatcher, + _suggest_normalized_version), + 'legacy': VersionScheme(_legacy_key, LegacyMatcher, lambda self, s: s), + 'semantic': VersionScheme(_semantic_key, SemanticMatcher, + _suggest_semantic_version), +} + +_SCHEMES['default'] = _SCHEMES['normalized'] + + +def get_scheme(name): + if name not in _SCHEMES: + raise ValueError('unknown scheme name: %r' % name) + return _SCHEMES[name] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 00000000..4a5a30e1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1099 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import base64 +import codecs +import datetime +from email import message_from_file +import hashlib +import json +import logging +import os +import posixpath +import re +import shutil +import sys +import tempfile +import zipfile + +from . import __version__, DistlibException +from .compat import sysconfig, ZipFile, fsdecode, text_type, filter +from .database import InstalledDistribution +from .metadata import Metadata, WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME +from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, + cached_property, get_cache_base, read_exports, tempdir, + get_platform) +from .version import NormalizedVersion, UnsupportedVersionError + +logger = logging.getLogger(__name__) + +cache = None # created when needed + +if hasattr(sys, 'pypy_version_info'): # pragma: no cover + IMP_PREFIX = 'pp' +elif sys.platform.startswith('java'): # pragma: no cover + IMP_PREFIX = 'jy' +elif sys.platform == 'cli': # pragma: no cover + IMP_PREFIX = 'ip' +else: + IMP_PREFIX = 'cp' + +VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') +if not VER_SUFFIX: # pragma: no cover + VER_SUFFIX = '%s%s' % sys.version_info[:2] +PYVER = 'py' + VER_SUFFIX +IMPVER = IMP_PREFIX + VER_SUFFIX + +ARCH = get_platform().replace('-', '_').replace('.', '_') + +ABI = sysconfig.get_config_var('SOABI') +if ABI and ABI.startswith('cpython-'): + ABI = ABI.replace('cpython-', 'cp').split('-')[0] +else: + + def _derive_abi(): + parts = ['cp', VER_SUFFIX] + if sysconfig.get_config_var('Py_DEBUG'): + parts.append('d') + if IMP_PREFIX == 'cp': + vi = sys.version_info[:2] + if vi < (3, 8): + wpm = sysconfig.get_config_var('WITH_PYMALLOC') + if wpm is None: + wpm = True + if wpm: + parts.append('m') + if vi < (3, 3): + us = sysconfig.get_config_var('Py_UNICODE_SIZE') + if us == 4 or (us is None and sys.maxunicode == 0x10FFFF): + parts.append('u') + return ''.join(parts) + + ABI = _derive_abi() + del _derive_abi + +FILENAME_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))? +-(?P\w+\d+(\.\w+\d+)*) +-(?P\w+) +-(?P\w+(\.\w+)*) +\.whl$ +''', re.IGNORECASE | re.VERBOSE) + +NAME_VERSION_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))?$ +''', re.IGNORECASE | re.VERBOSE) + +SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') +SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') +SHEBANG_PYTHON = b'#!python' +SHEBANG_PYTHONW = b'#!pythonw' + +if os.sep == '/': + to_posix = lambda o: o +else: + to_posix = lambda o: o.replace(os.sep, '/') + +if sys.version_info[0] < 3: + import imp +else: + imp = None + import importlib.machinery + import importlib.util + + +def _get_suffixes(): + if imp: + return [s[0] for s in imp.get_suffixes()] + else: + return importlib.machinery.EXTENSION_SUFFIXES + + +def _load_dynamic(name, path): + # https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly + if imp: + return imp.load_dynamic(name, path) + else: + spec = importlib.util.spec_from_file_location(name, path) + module = importlib.util.module_from_spec(spec) + sys.modules[name] = module + spec.loader.exec_module(module) + return module + + +class Mounter(object): + + def __init__(self): + self.impure_wheels = {} + self.libs = {} + + def add(self, pathname, extensions): + self.impure_wheels[pathname] = extensions + self.libs.update(extensions) + + def remove(self, pathname): + extensions = self.impure_wheels.pop(pathname) + for k, v in extensions: + if k in self.libs: + del self.libs[k] + + def find_module(self, fullname, path=None): + if fullname in self.libs: + result = self + else: + result = None + return result + + def load_module(self, fullname): + if fullname in sys.modules: + result = sys.modules[fullname] + else: + if fullname not in self.libs: + raise ImportError('unable to find extension for %s' % fullname) + result = _load_dynamic(fullname, self.libs[fullname]) + result.__loader__ = self + parts = fullname.rsplit('.', 1) + if len(parts) > 1: + result.__package__ = parts[0] + return result + + +_hook = Mounter() + + +class Wheel(object): + """ + Class to build and install from Wheel files (PEP 427). + """ + + wheel_version = (1, 1) + hash_kind = 'sha256' + + def __init__(self, filename=None, sign=False, verify=False): + """ + Initialise an instance using a (valid) filename. + """ + self.sign = sign + self.should_verify = verify + self.buildver = '' + self.pyver = [PYVER] + self.abi = ['none'] + self.arch = ['any'] + self.dirname = os.getcwd() + if filename is None: + self.name = 'dummy' + self.version = '0.1' + self._filename = self.filename + else: + m = NAME_VERSION_RE.match(filename) + if m: + info = m.groupdict('') + self.name = info['nm'] + # Reinstate the local version separator + self.version = info['vn'].replace('_', '-') + self.buildver = info['bn'] + self._filename = self.filename + else: + dirname, filename = os.path.split(filename) + m = FILENAME_RE.match(filename) + if not m: + raise DistlibException('Invalid name or ' + 'filename: %r' % filename) + if dirname: + self.dirname = os.path.abspath(dirname) + self._filename = filename + info = m.groupdict('') + self.name = info['nm'] + self.version = info['vn'] + self.buildver = info['bn'] + self.pyver = info['py'].split('.') + self.abi = info['bi'].split('.') + self.arch = info['ar'].split('.') + + @property + def filename(self): + """ + Build and return a filename from the various components. + """ + if self.buildver: + buildver = '-' + self.buildver + else: + buildver = '' + pyver = '.'.join(self.pyver) + abi = '.'.join(self.abi) + arch = '.'.join(self.arch) + # replace - with _ as a local version separator + version = self.version.replace('-', '_') + return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, pyver, + abi, arch) + + @property + def exists(self): + path = os.path.join(self.dirname, self.filename) + return os.path.isfile(path) + + @property + def tags(self): + for pyver in self.pyver: + for abi in self.abi: + for arch in self.arch: + yield pyver, abi, arch + + @cached_property + def metadata(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + wrapper = codecs.getreader('utf-8') + with ZipFile(pathname, 'r') as zf: + self.get_wheel_metadata(zf) + # wv = wheel_metadata['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % + hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, archive_record_path): + records = list(records) # make a copy, as mutated + records.append((archive_record_path, '', '')) + with CSVWriter(record_path) as writer: + for row in records: + writer.writerow(row) + + def write_records(self, info, libdir, archive_paths): + records = [] + distinfo, info_dir = info + # hasher = getattr(hashlib, self.hash_kind) + for ap, p in archive_paths: + with open(p, 'rb') as f: + data = f.read() + digest = '%s=%s' % self.get_hash(data) + size = os.path.getsize(p) + records.append((ap, digest, size)) + + p = os.path.join(distinfo, 'RECORD') + ap = to_posix(os.path.join(info_dir, 'RECORD')) + self.write_record(records, p, ap) + archive_paths.append((ap, p)) + + def build_zip(self, pathname, archive_paths): + with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: + for ap, p in archive_paths: + logger.debug('Wrote %s to %s in wheel', p, ap) + zf.write(p, ap) + + def build(self, paths, tags=None, wheel_version=None): + """ + Build a wheel from files in specified paths, and use any specified tags + when determining the name of the wheel. + """ + if tags is None: + tags = {} + + libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] + if libkey == 'platlib': + is_pure = 'false' + default_pyver = [IMPVER] + default_abi = [ABI] + default_arch = [ARCH] + else: + is_pure = 'true' + default_pyver = [PYVER] + default_abi = ['none'] + default_arch = ['any'] + + self.pyver = tags.get('pyver', default_pyver) + self.abi = tags.get('abi', default_abi) + self.arch = tags.get('arch', default_arch) + + libdir = paths[libkey] + + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + archive_paths = [] + + # First, stuff which is not in site-packages + for key in ('data', 'headers', 'scripts'): + if key not in paths: + continue + path = paths[key] + if os.path.isdir(path): + for root, dirs, files in os.walk(path): + for fn in files: + p = fsdecode(os.path.join(root, fn)) + rp = os.path.relpath(p, path) + ap = to_posix(os.path.join(data_dir, key, rp)) + archive_paths.append((ap, p)) + if key == 'scripts' and not p.endswith('.exe'): + with open(p, 'rb') as f: + data = f.read() + data = self.process_shebang(data) + with open(p, 'wb') as f: + f.write(data) + + # Now, stuff which is in site-packages, other than the + # distinfo stuff. + path = libdir + distinfo = None + for root, dirs, files in os.walk(path): + if root == path: + # At the top level only, save distinfo for later + # and skip it for now + for i, dn in enumerate(dirs): + dn = fsdecode(dn) + if dn.endswith('.dist-info'): + distinfo = os.path.join(root, dn) + del dirs[i] + break + assert distinfo, '.dist-info directory expected, not found' + + for fn in files: + # comment out next suite to leave .pyc files in + if fsdecode(fn).endswith(('.pyc', '.pyo')): + continue + p = os.path.join(root, fn) + rp = to_posix(os.path.relpath(p, path)) + archive_paths.append((rp, p)) + + # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. + files = os.listdir(distinfo) + for fn in files: + if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): + p = fsdecode(os.path.join(distinfo, fn)) + ap = to_posix(os.path.join(info_dir, fn)) + archive_paths.append((ap, p)) + + wheel_metadata = [ + 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), + 'Generator: distlib %s' % __version__, + 'Root-Is-Purelib: %s' % is_pure, + ] + for pyver, abi, arch in self.tags: + wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) + p = os.path.join(distinfo, 'WHEEL') + with open(p, 'w') as f: + f.write('\n'.join(wheel_metadata)) + ap = to_posix(os.path.join(info_dir, 'WHEEL')) + archive_paths.append((ap, p)) + + # sort the entries by archive path. Not needed by any spec, but it + # keeps the archive listing and RECORD tidier than they would otherwise + # be. Use the number of path segments to keep directory entries together, + # and keep the dist-info stuff at the end. + def sorter(t): + ap = t[0] + n = ap.count('/') + if '.dist-info' in ap: + n += 10000 + return (n, ap) + + archive_paths = sorted(archive_paths, key=sorter) + + # Now, at last, RECORD. + # Paths in here are archive paths - nothing else makes sense. + self.write_records((distinfo, info_dir), libdir, archive_paths) + # Now, ready to build the zip file + pathname = os.path.join(self.dirname, self.filename) + self.build_zip(pathname, archive_paths) + return pathname + + def skip_entry(self, arcname): + """ + Determine whether an archive entry should be skipped when verifying + or installing. + """ + # The signature file won't be in RECORD, + # and we don't currently don't do anything with it + # We also skip directories, as they won't be in RECORD + # either. See: + # + # https://github.com/pypa/wheel/issues/294 + # https://github.com/pypa/wheel/issues/287 + # https://github.com/pypa/wheel/pull/289 + # + return arcname.endswith(('/', '/RECORD.jws')) + + def install(self, paths, maker, **kwargs): + """ + Install a wheel to the specified paths. If kwarg ``warner`` is + specified, it should be a callable, which will be called with two + tuples indicating the wheel version of this software and the wheel + version in the file, if there is a discrepancy in the versions. + This can be used to issue any warnings to raise any exceptions. + If kwarg ``lib_only`` is True, only the purelib/platlib files are + installed, and the headers, scripts, data and dist-info metadata are + not written. If kwarg ``bytecode_hashed_invalidation`` is True, written + bytecode will try to use file-hash based invalidation (PEP-552) on + supported interpreter versions (CPython 2.7+). + + The return value is a :class:`InstalledDistribution` instance unless + ``options.lib_only`` is True, in which case the return value is ``None``. + """ + + dry_run = maker.dry_run + warner = kwargs.get('warner') + lib_only = kwargs.get('lib_only', False) + bc_hashed_invalidation = kwargs.get('bytecode_hashed_invalidation', + False) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + if (file_version != self.wheel_version) and warner: + warner(self.wheel_version, file_version) + + if message['Root-Is-Purelib'] == 'true': + libdir = paths['purelib'] + else: + libdir = paths['platlib'] + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + data_pfx = posixpath.join(data_dir, '') + info_pfx = posixpath.join(info_dir, '') + script_pfx = posixpath.join(data_dir, 'scripts', '') + + # make a new instance rather than a copy of maker's, + # as we mutate it + fileop = FileOperator(dry_run=dry_run) + fileop.record = True # so we can rollback if needed + + bc = not sys.dont_write_bytecode # Double negatives. Lovely! + + outfiles = [] # for RECORD writing + + # for script copying/shebang processing + workdir = tempfile.mkdtemp() + # set target dir later + # we default add_launchers to False, as the + # Python Launcher should be used instead + maker.source_dir = workdir + maker.target_dir = None + try: + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + if lib_only and u_arcname.startswith((info_pfx, data_pfx)): + logger.debug('lib_only: skipping %s', u_arcname) + continue + is_script = (u_arcname.startswith(script_pfx) + and not u_arcname.endswith('.exe')) + + if u_arcname.startswith(data_pfx): + _, where, rp = u_arcname.split('/', 2) + outfile = os.path.join(paths[where], convert_path(rp)) + else: + # meant for site-packages. + if u_arcname in (wheel_metadata_name, record_name): + continue + outfile = os.path.join(libdir, convert_path(u_arcname)) + if not is_script: + with zf.open(arcname) as bf: + fileop.copy_stream(bf, outfile) + # Issue #147: permission bits aren't preserved. Using + # zf.extract(zinfo, libdir) should have worked, but didn't, + # see https://www.thetopsites.net/article/53834422.shtml + # So ... manually preserve permission bits as given in zinfo + if os.name == 'posix': + # just set the normal permission bits + os.chmod(outfile, + (zinfo.external_attr >> 16) & 0x1FF) + outfiles.append(outfile) + # Double check the digest of the written file + if not dry_run and row[1]: + with open(outfile, 'rb') as bf: + data = bf.read() + _, newdigest = self.get_hash(data, kind) + if newdigest != digest: + raise DistlibException('digest mismatch ' + 'on write for ' + '%s' % outfile) + if bc and outfile.endswith('.py'): + try: + pyc = fileop.byte_compile( + outfile, + hashed_invalidation=bc_hashed_invalidation) + outfiles.append(pyc) + except Exception: + # Don't give up if byte-compilation fails, + # but log it and perhaps warn the user + logger.warning('Byte-compilation failed', + exc_info=True) + else: + fn = os.path.basename(convert_path(arcname)) + workname = os.path.join(workdir, fn) + with zf.open(arcname) as bf: + fileop.copy_stream(bf, workname) + + dn, fn = os.path.split(outfile) + maker.target_dir = dn + filenames = maker.make(fn) + fileop.set_executable_mode(filenames) + outfiles.extend(filenames) + + if lib_only: + logger.debug('lib_only: returning None') + dist = None + else: + # Generate scripts + + # Try to get pydist.json so we can see if there are + # any commands to generate. If this fails (e.g. because + # of a legacy wheel), log a warning but don't give up. + commands = None + file_version = self.info['Wheel-Version'] + if file_version == '1.0': + # Use legacy info + ep = posixpath.join(info_dir, 'entry_points.txt') + try: + with zf.open(ep) as bwf: + epdata = read_exports(bwf) + commands = {} + for key in ('console', 'gui'): + k = '%s_scripts' % key + if k in epdata: + commands['wrap_%s' % key] = d = {} + for v in epdata[k].values(): + s = '%s:%s' % (v.prefix, v.suffix) + if v.flags: + s += ' [%s]' % ','.join(v.flags) + d[v.name] = s + except Exception: + logger.warning('Unable to read legacy script ' + 'metadata, so cannot generate ' + 'scripts') + else: + try: + with zf.open(metadata_name) as bwf: + wf = wrapper(bwf) + commands = json.load(wf).get('extensions') + if commands: + commands = commands.get('python.commands') + except Exception: + logger.warning('Unable to read JSON metadata, so ' + 'cannot generate scripts') + if commands: + console_scripts = commands.get('wrap_console', {}) + gui_scripts = commands.get('wrap_gui', {}) + if console_scripts or gui_scripts: + script_dir = paths.get('scripts', '') + if not os.path.isdir(script_dir): + raise ValueError('Valid script path not ' + 'specified') + maker.target_dir = script_dir + for k, v in console_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script) + fileop.set_executable_mode(filenames) + + if gui_scripts: + options = {'gui': True} + for k, v in gui_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script, options) + fileop.set_executable_mode(filenames) + + p = os.path.join(libdir, info_dir) + dist = InstalledDistribution(p) + + # Write SHARED + paths = dict(paths) # don't change passed in dict + del paths['purelib'] + del paths['platlib'] + paths['lib'] = libdir + p = dist.write_shared_locations(paths, dry_run) + if p: + outfiles.append(p) + + # Write RECORD + dist.write_installed_files(outfiles, paths['prefix'], + dry_run) + return dist + except Exception: # pragma: no cover + logger.exception('installation failed.') + fileop.rollback() + raise + finally: + shutil.rmtree(workdir) + + def _get_dylib_cache(self): + global cache + if cache is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('dylib-cache'), + '%s.%s' % sys.version_info[:2]) + cache = Cache(base) + return cache + + def _get_extensions(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + arcname = posixpath.join(info_dir, 'EXTENSIONS') + wrapper = codecs.getreader('utf-8') + result = [] + with ZipFile(pathname, 'r') as zf: + try: + with zf.open(arcname) as bf: + wf = wrapper(bf) + extensions = json.load(wf) + cache = self._get_dylib_cache() + prefix = cache.prefix_to_dir(pathname) + cache_base = os.path.join(cache.base, prefix) + if not os.path.isdir(cache_base): + os.makedirs(cache_base) + for name, relpath in extensions.items(): + dest = os.path.join(cache_base, convert_path(relpath)) + if not os.path.exists(dest): + extract = True + else: + file_time = os.stat(dest).st_mtime + file_time = datetime.datetime.fromtimestamp( + file_time) + info = zf.getinfo(relpath) + wheel_time = datetime.datetime(*info.date_time) + extract = wheel_time > file_time + if extract: + zf.extract(relpath, cache_base) + result.append((name, dest)) + except KeyError: + pass + return result + + def is_compatible(self): + """ + Determine if a wheel is compatible with the running system. + """ + return is_compatible(self) + + def is_mountable(self): + """ + Determine if a wheel is asserted as mountable by its metadata. + """ + return True # for now - metadata details TBD + + def mount(self, append=False): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if not self.is_compatible(): + msg = 'Wheel %s not compatible with this Python.' % pathname + raise DistlibException(msg) + if not self.is_mountable(): + msg = 'Wheel %s is marked as not mountable.' % pathname + raise DistlibException(msg) + if pathname in sys.path: + logger.debug('%s already in path', pathname) + else: + if append: + sys.path.append(pathname) + else: + sys.path.insert(0, pathname) + extensions = self._get_extensions() + if extensions: + if _hook not in sys.meta_path: + sys.meta_path.append(_hook) + _hook.add(pathname, extensions) + + def unmount(self): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if pathname not in sys.path: + logger.debug('%s not in path', pathname) + else: + sys.path.remove(pathname) + if pathname in _hook.impure_wheels: + _hook.remove(pathname) + if not _hook.impure_wheels: + if _hook in sys.meta_path: + sys.meta_path.remove(_hook) + + def verify(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + # data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + # metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message_from_file(wf) + # wv = message['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], '.'.join( + str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug( + 'Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', + prefix='wheel-update-', + dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % + dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + versions = [VER_SUFFIX] + major = VER_SUFFIX[0] + for minor in range(sys.version_info[1] - 1, -1, -1): + versions.append(''.join([major, str(minor)])) + + abis = [] + for suffix in _get_suffixes(): + if suffix.startswith('.abi'): + abis.append(suffix.split('.', 2)[1]) + abis.sort() + if ABI != 'none': + abis.insert(0, ABI) + abis.append('none') + result = [] + + arches = [ARCH] + if sys.platform == 'darwin': + m = re.match(r'(\w+)_(\d+)_(\d+)_(\w+)$', ARCH) + if m: + name, major, minor, arch = m.groups() + minor = int(minor) + matches = [arch] + if arch in ('i386', 'ppc'): + matches.append('fat') + if arch in ('i386', 'ppc', 'x86_64'): + matches.append('fat3') + if arch in ('ppc64', 'x86_64'): + matches.append('fat64') + if arch in ('i386', 'x86_64'): + matches.append('intel') + if arch in ('i386', 'x86_64', 'intel', 'ppc', 'ppc64'): + matches.append('universal') + while minor >= 0: + for match in matches: + s = '%s_%s_%s_%s' % (name, major, minor, match) + if s != ARCH: # already there + arches.append(s) + minor -= 1 + + # Most specific - our Python version, ABI and arch + for abi in abis: + for arch in arches: + result.append((''.join((IMP_PREFIX, versions[0])), abi, arch)) + # manylinux + if abi != 'none' and sys.platform.startswith('linux'): + arch = arch.replace('linux_', '') + parts = _get_glibc_version() + if len(parts) == 2: + if parts >= (2, 5): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux1_%s' % arch)) + if parts >= (2, 12): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2010_%s' % arch)) + if parts >= (2, 17): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2014_%s' % arch)) + result.append( + (''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux_%s_%s_%s' % (parts[0], parts[1], arch))) + + # where no ABI / arch dependency, but IMP_PREFIX dependency + for i, version in enumerate(versions): + result.append((''.join((IMP_PREFIX, version)), 'none', 'any')) + if i == 0: + result.append((''.join((IMP_PREFIX, version[0])), 'none', 'any')) + + # no IMP_PREFIX, ABI or arch dependency + for i, version in enumerate(versions): + result.append((''.join(('py', version)), 'none', 'any')) + if i == 0: + result.append((''.join(('py', version[0])), 'none', 'any')) + + return set(result) + + +COMPATIBLE_TAGS = compatible_tags() + +del compatible_tags + + +def is_compatible(wheel, tags=None): + if not isinstance(wheel, Wheel): + wheel = Wheel(wheel) # assume it's a filename + result = False + if tags is None: + tags = COMPATIBLE_TAGS + for ver, abi, arch in tags: + if ver in wheel.pyver and abi in wheel.abi and arch in wheel.arch: + result = True + break + return result diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 00000000..7686fe85 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py @@ -0,0 +1,54 @@ +from .distro import ( + NORMALIZED_DISTRO_ID, + NORMALIZED_LSB_ID, + NORMALIZED_OS_ID, + LinuxDistribution, + __version__, + build_number, + codename, + distro_release_attr, + distro_release_info, + id, + info, + like, + linux_distribution, + lsb_release_attr, + lsb_release_info, + major_version, + minor_version, + name, + os_release_attr, + os_release_info, + uname_attr, + uname_info, + version, + version_parts, +) + +__all__ = [ + "NORMALIZED_DISTRO_ID", + "NORMALIZED_LSB_ID", + "NORMALIZED_OS_ID", + "LinuxDistribution", + "build_number", + "codename", + "distro_release_attr", + "distro_release_info", + "id", + "info", + "like", + "linux_distribution", + "lsb_release_attr", + "lsb_release_info", + "major_version", + "minor_version", + "name", + "os_release_attr", + "os_release_info", + "uname_attr", + "uname_info", + "version", + "version_parts", +] + +__version__ = __version__ diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 00000000..0c01d5b0 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb4d815c92b1e7a64597b2191a2bfce17a5745e1 GIT binary patch literal 986 zcmcJNzfaph6vxkwNkS5npOC;%b**3SI{ zx_9f}(z(m6ow}hiATia?5Gknb*c(22_w~K^eb0B_T(`oqwLSPW`Cee`2W{rdz7MW1 zv*0uHnQsLQEwIoA8w*fC2OM02B`iV_OHjfxlyMoBu>uvWLKSOJLl<0JffcMn9UIWV zCN!}HEo?&@JJ7*ZSj9D1!!C5O2R)0OGT;7U!Me;U&kB9#r*WWP3yZ`%F_Yxia zzb%-O5MB@n@s(X?ZtV7gPc%w?;;D4PhcY=!b;Mu4d&_sVKMmyOk=8-N6-I$X8K#@Z z`XcdWd~hzqa~`NMk7nsahtCF2p7KPcax?Od&%9Ha@JK~GyVcOwF~1v{3!y@l3NeUg zx8)a@JG_h^XMNCvPqs2#6)elTvDYp8hW!KA^x@Z5uWElNT|H;@jgQs%QI`4}me&n< literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..129cf739c439467abd945bf154508081094030f5 GIT binary patch literal 318 zcmXv~u}TCn5KT6VEXwtIU*HP6gW8HH%5_@VXcOWkx?wk)ki!6&7b^?vO2GjXUxBKPp9ysYm zVc584x59yu2569RZQ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f9eea105b14945e26b2b6a9191a39900b66c1f7b GIT binary patch literal 53780 zcmeIb3sfBEoiAAZq@f#{HwYwD0t7UI#(GOw4R7%*kXkd-l+7WodVO&+6Wrv%A?nd$(mN z>s-&CGyD60UsZK=Qy^I*&(7YnB~e}Vy&wPY|N8#lzy3ZyKTp8b;s5rTKf5gm|DIm7 z%cVZt|JOD_xF$$KpCDNz>#(KI!hWrNR`zS_v$0=$pPl_W`W)=n+2>@xIej_o*VX4@ zzqx(6__Yn^jkx>VBc49bNPb`bNI_r0h_}x>QrK5GQq)&8QruTOQqosq5pt;f-?sAS zzO|nrpGV5q^R1H#`f4PvR45gF&)T;hPhP2*{VVyNqfeAdrQ)!qZ-Z3`InH*Ow4v;6 zi`s&^71NaKY3hdrsp7x1^lg+Xr8QDjs79)m)=KLJbNU*jy;4o6QCc4=4mHugLE9P> zJZP81Z#w#X2yYs+N*lgu?`xL!Nwq9x6JqNSyGh#5Lh98}r?e5FEl9^hvP*10Y^xqi zr8FYMpApi8khY8vA3~l|+tG}6Y*wE);dx6&3)T!er52>#iWK>*FILtUtJI3L+m?m; z5xRX@Xd6OzEDL=Kp*y9`p(eyo%eUZtm*IUY-gg_`x8c3r@V*`IPcsPJF}!DFZ{J>v zz~FE<;ILhXihY>NeQ&GN-M3$QMtU0go(XkGd(Jfpg6u;4Gg`bwn6OS*>x58Qy&yX+ zLa4m2^pr4TdHpLFgp0OQ!Uc;Om#@~f6Lsy<>)Lxtc>REu($^9A2Y__m$ul8wU_c5h zQ8_X&AdUrs=K@0^vB?moL<6IeA`V7m@o0E-{G!-Jsl%toqv6P?PaKmY=fhG+$qSDn z$w+`g#lY#vcvOs{aGr%#pk@)nQBfWrRm8|>i>QnT&xip<42W`QI2<@V9LgIB1kZ#= zL#=WsAW?wGTPJpRwTNiL`H-wo6^82kd3oJYF|4o(VIwhtg>lse!arcU-7TRb3A66#osh;CB{v|fuN z)Pa$R9Lm$u1ct-W3BTBZQ5cSfs`H&bM85?E|;RAF!6by`n#L-YNq$mM-LZpCk zB_#4D=56(F7p2e`IunSZBhfSHomN4MhzU^>id+4=(9My^d89(SP-SE&gn^g+Vs})@ zLkSYA10$#97fm`%-5n4w&`b=|z)u)!SHh#gP#$lYxW&JN)vs4NYG{gI?2U$phg)bS zD6Jw07U5WXb8=hP-+NZsx~03 zDB~e<^VTg}^7fpGM#q%)wzkvbLyCWl&8|Np54Ev0lw{vPKbv`)p-hnZ4XwH!UvARY zF*=cSbq0oq3EGnOu5d7#bai9u*t_fa7|ncOIO*yQeQ7*|p-4JUhAu|Ck0%``$1$r( z`^ky1kk69LrC*8iPdYaHclnDklY|E2N3uo`2-3Ql_a`vaq+ktl;mrN95CaGx6b>3G|j$VjMdFc6NOY3m9p z=c19Zw$4+B+K#cpT2DqI!%CYD(5=D91tl=i=06`AJ>NDQKHbJAVyl1imNq3E4YjIR zMQIxgkG1t9nG})R_^MWaFn4kR>SnjScu~rbv=4{Rg_5pdL<-Tc z_V}DKwOTHrTPfYj=vGcQ*0~CLVm%--C0A>=PCO`UaYKh)?r$7U~0}NxEO?>HfXW<2{GEx=&2n+d|P`GM|E8=sj_?`v3*H+Qt=`=3+80 zq5zW)hp+&X&WIcc0$yE_vCyajY~!;gt&!o$eC@pz>Bf?F`AldSfK(2&8Is53uo6l? z1(ak}`YrvWgk+3PvKsj23{aMy^Fl;E2MR(F@b+BzSH@f6Y^d_2(i5)bZQ}VChy3#0#X*>2P2aiN%ydFT2Jqeghuq20%byp z8s77P36*ntbYU3n7zu>++LGmiqmV<9Xf@{He$66s`R3=A}dLBLRYi^koxh#FS) zfh%R>075bX?t~c8;bBmmcHV$yu&-+Ffq`~W>>d=G%>k{MW@Ruite_g=Oy!U=J{%Pz zgX&0Rb{0eA7mpJga{>4-D@WFFvVl*BT56Rfi3uSHceEz&Rw(R@>w}-WqfQbB1glcLt+5(!D%I=Pf|FlP|pD= zXp&-RqZEkJAfaD`N)#}i6CyYpj9wrZWh;(Nxx!#fW3`bUO9P3CH>48S@F|gT8Qdw- z2S!;Ytv5RV%=vG`M_D~sWMI%E;9~~|!Sn*&d22Xa(ReIla>3Z5aly!_0=AoS1cGt| z4Dkp6GK^)xOVC;pj7aR7(-Fp}9dl~N;L|*-(=G*XhzZo|WXg%UA zg=Srv0s~~$68KBEN@i8kLD0s>2ogR=F(FZ-94tbW4YBNi|2Z6HgA@lm72XeJK~>iB zQ#52wr~)97uABiT0EyMntO0Oy3n5%;rUI@x#McOL2hsRQaGaD21X!4Awt5gFMX)m1 z3I`4u;-IdsaFy?b27+*@+HKbLFkCvF$xa`(zWN~lCC5joZ ztG%$kcQJhs%?H2OyV^>YAhU$eT72#J>G9F%c&%Ex_yT)n1=n)^Q;+Im>?n^Su|$s` z)F^Ai;G|}vSIWdA10$28hSEAl0+T?$hDMTvVN8HmV>A=&?xa^%Hn1m85xNMhe>$SoaFD+mYv5vvmOwll8ij0cOb|Xj(mxit5R%WGA3?J2 z1INVY>GjBq$9NqGM;g5Zgfsd=2`9x~CL!?URLhzQm4(_H-qd4w=LK;INiXOa6PUCp z2ul!z)W~BbJK@#XPGSm%heN~a>^-l&@&d-fB%SGHKhIuylpIjTNZ?T;PpGdvl1o;4 zzT-@K=GBT#wBXf{Y!LME>`E{UunP}{gRF>N{nglVT?FIR^lB0rFXAF$91^T~?C$}* zvY_v@B54gg4(L13+r@K^hN6Zju_qMOqXy+r$Pjl3uX@}_SQ-rvoze0hQ(yIXCQND- zVhxgPY3xoQd@&s>iXGj*$D1=Wo)K{vuPS)3_{Ya5EIXL~iO9HkCICe%_z7Z(z=J>! zs-j1(z1DGNcNYkWL<(YnUj%p<2p3!?7l}YT!o0Xaa913sn{q@tKd5t^0aT~*fUH?* z%0i4zWK`v#L*g*8eH!HfJp#)I^@11#hZaQ-pxkCUPEK}MQ3GmOJOUy?@LWh9=vPTb zbMw(i0xbmSFIR`^8E#UybJ=(V0bvxqKSUXv+I-!1D;tF7Y)$I(-W+RP;B(8 z)R^@|BvFQRE*YisP654;48lhS4G@W&(*o3)QOm+G=nbS%Q6LzQv;xeBx-s0myJ$HH zaSF*F)Qj|ZV{VO;#)0y52-65rjBy>AJ;C&Gwp<@no{E)&Jq^?f7>C3R34qk_diPEb z2S(2+ViQxzYx)V|T22#>!z7H+i3@=Vu(7B*v$%1{9kLQcn-sk~EId^%;9DH(cyS0D zg9wS(kc1r+G(r-`$0DQZxDRCJixTuGfNcgi*y(nQuIa)ClT zGmcdcy(QmmWaVUt6Qoh%4bIjeu{r>P`hp}42yJ|-iXECuO{2nxuPNjo@{6^c9p!Yh z*2l3~Ry9$1T-7>hg%Lj0N@GhhFb0B8+heTFCPj-o{hR%pw?DO2Z0f{P^=VZtCl@+t zI0;bGy7gF80evQlz?wvbJq}gK8VaVfQ?Z*UwzB1sNi=#ojvahtvSD7tKZS5)lMeG5 z_RzTQtHp?fND*w1|00B<7zaSaL!;?Tm1zJxf{0Z|;rSB>Po6y0|0D(@qy*(K+xIjM zs}AQYlF%nR5?G)rh%;~^{I2U5GXQ{(lD_PkYWJv%ravrU#A)T!?$OrHzFNIBHWg5y zt~?oFdw`}jo+bkaChat#H!bpRLU#t0%hPz5=~j(Eg*F0#2cNYN9^7+z&#W`3^zLQ&DEE_%!mW{gC@i}M!p zfzf7%4+UBva@C5s%fE$f3#c>+BqL*Jxa!#0fwXpA8z?3~og--pea+}zH&dJ`>fC_w zgRldphl>QNw)g_u7z5L(p%-HOFu$imkmt}{aIK@nlSZ%;08yCB9Sjf1P=~3?Fv6bD z$C2JjpGV%+4qdCF^^3?-Gp)O3aNz1@f>sGr5`(3LZXOmgrT%PWQI{-myE%{6D3~8TgcDI)M)Pfuk(h8s!aULM&(K1(G~&b5c4`vOI*{X=Rz~b)W}!qx zTU2*hC{m^yc2)$1EPg=p`xwdJe|i7xj=61dchjQ1iEpGlDY<731+fO7;Jfe)=2f^- zVPXYh&rJ?8w&0mjS&Ilv6OqZxF>O@#C|mF>x4vnuZ>?wTBeGPQZOMSn=nf39S|6UB z+GdvB*xHAdl95<#!y%9vXz$X%ronGEoq)wEOc80IGj~W;bT`1JgX?25m_@k;FachX zK@QEo3OE$Z;$#9GvKIs3tYtfJV$3bhmB!r-i}r>m3pd+M;D$|&P9s)_9#wGW^qZp? ztTL4wP{q+K(}@g<4^*y^P_E?3tQ^razzof?@ieO6q)4E}GDJIp4P7K}bf|J;+BQMo#)3aqn7IScnMa8`}@ zW!bDAqFJTe3`Sb+qBpYTd}3OxttJ!5aFxa*{4>vAM&0W4fzy{Eg+Lw77N**we+g?+ zCVk_wIb(rz`#uI&L$7=#u8+Cb&)MU!a@Xg5lG(`6T?#D(6Sm4vNcB?P4{v_zUdpAh6qv>n2P92yG9IJ5ythFcOqOkzcm zDg=mn2x1Rt?hphI)wm0S83~0XYcK<(3`xpR8!N>qXE9M6q?5K}*+~cDVKvgeY+uTt zXaqOb0jBtt`pF+!(U zX9f&~LlcYvQ%yG5=>i-sxNzZupY}{qG?~Kt>41R}8H|$QY#XFGvs@Vf0MJYcKBF(Z6F`t*Us?&&e2?Jt|>mh|KI*QTlNfI@_Yq zhG<|IJ1l(H_3Sv7H*Y6rWK=x|Ng>dY09L^)A>+f>2p5sG!D9L+4!5Ev%o@c|b-L0( zi0WvgE36r~YKuzWv7>p)l#x4CSTL5W5BZ8(UtPRqgQE&|WaOuD(MIJfTJ~*85TyjAJdwl;}%#m&5XaQj=8Jj?sbdyb$rf2me?zb%`Te78pSe7)R@ugOIb~&qc@a_8*^pV)~GERO2PEK>B27YaXHCQ zls49c!N!BI2PESQNjw*VE|oUDRir}egqsd?x(eL@BiZ~g8@1kK&MCXLZ=lT}+cqDb zAi~RRgjIze7lPPIy@S{RVQ`2l6!Lv-aIN@4V zvvnf9ne{oa(3Ag;wOz%tMx4mh@<6(@fUrngIq@0`!174vUY0FIR+z3>%_5J+b*NFR zG?LEXV$^wIM^Up%Q4g7_%xD_l!)|3+b23NW8&NbXq<)q(%ckNO4L{xf(Ln0Bg?4Ss zT^o1TFWT#$Acr{l+s|?AP4u&mIsRrPVM7Cl1|MxISSQ(uqRioA_oDY+d9&I9+*q5nkPnPh~R$Uigpn0HM zsbL=Yx@d^G8;sg^B+@U!Y>Wl`tj886-~1Om55$3}{BkmHoU9T|VYe5Zm+4kx7_&SE zyX#`^bw;y85*JL5>OF#~0v-ipv+`CKQ&p_}ytdJ+ z9grYCNblspfY`*PG+(=TB!umCZk?0eD77$7nbIYt^S)@5da`qCh6-HO5xNK!iwgPt zn4nQdo|#q`L|LZKoex@d3Z)CjY! zU$o-bs(TFEzW?TN!N!2ewaq}<^9G4vP-Eb~wb@>s?*FF>K`W2bqhWA1nhztT1X1!! z00SdDox;0Jx7`MKs?}-fTzA~I_3qaV_e>^&7GCu!l0uZqy{30#Oqf<4?lf}lEPWvk~ z?R0}}xlV`po;mR`vta}GhaIU1ts1 zLyjR!$T7&=ib*!f4o6@PIOuXp&X5C6=5j&~I%F%^kj5#w5aWWoo?Q7=1Wx{4hjHii z8LfKm0tu#4XcX5EGbz?DipS|Z0y#zk@yF?KD6&~R0}>h=gZ4;QQIom~N0$r*k*;Z= zABTj4(fO<4P zqB^oJ^YZr~)szkPytbZ62b-BmFZRXAa+1!E2jGGVLq~8dOSsX{@agv1mQCS7{gzAkS+;qNIFg|DxyFxzK#q50BhDGQanh zcd`E2xaZlK{R#h;9}e9dS_r;9yy$74?wqN+)^fFFHu~n5uYWmKya`#SpJRiL1(E3& ziJE|;)BXK2wM?e5lLzUBqv3))Ot&mG2rVeKs>Z2pop}4EaL;PX^`!Ewxs|hL=52H1 z^TD~vSk0D{fRKggefmkcY`GP)N=m@b{I&(#&E4$rR>=bjVU1&@(opJ`SADwwG8&eN z5^{y~KWQ75JrD##0QQhma^TOYhveYN$>LmkSgvFpERgcxu`ma|D4p=L=q8i_FM-=7 z4-iUj2%+>(_sN)#w0UaU0;F|IJ0vel=>#e&M65^J$wG?MP^VOk(0ruhA=xFCAhtk{ zrBX@};>`#tLr7spNI61^)OJ*$9mVQ%C7w$%T2Kl^xCW`qkfNORMf1s6g|rpRLaPy4 zxh!-oLf0${U5C&rgwn{>;JF&U8J+B%yjR-$)*9Z)gXKEIdoA8;4DWS#Uyp6d>{ix) z)2=P-z73&TX=A7^D~(-hFr=wBDWlO4zmb*Epu$3CZFZ^2kh0OFB%dL^iN#aj;T2PF zqfZZoe@s2Jnbo>!g<4w-DO-@THPot(B0Oa3W%y0n17DeXe4F$X8-3#}+ojDI*QZeC z7Lz#m%+zylp0N6MC5zZG@GgU~LBNAm$4J!ks$LK$CoIgNX)?Dn6!kvvl$mgxr%xc(_QK6igW>u{n2HoO_Z^^mejCzo|i<-DzOq00Kl$nDZ|yQXq7#xQ5f zWqhBqU9>1xxZ$=T)U7oFGjAWaT*{rwm5Zh zXXIs;e1efING5z}M@B1{wvA926Z^2qs1Z1==ydZmPYSdzOa-a#y^M`zmJW3MnVa54 zAYG{Bltycr+LHpA)4eoOBK7%cIE97sypx}sVi=l+PseYRO%w-A(44B31yRJ%tLRB} z)MaRI z1HI@TX_kcLuc@5p=6d}f@2J&QTk=r zhA%O;=Ezm0%JS0$EiayWZ76RAG^4R}%kWF!G-MBWPgbksHtl_r~m-{*y_|KIGHwp74P7(f_f2~%;^4>3ap=|#m;>We9@kS7)v z7Tp{un@O{^T8Rr7h%c5wun-7-Td zKoG08aryFJt(AIeLk$mYXD0f{ZYxljp)k|7rg50ToW!h|hJ@)>8A_)-kB-I(o0}kS zLwUx&5Ca5(LytWXfPZVvmW9~2X7+uM&_(zJXXY#iWf>N^?P7PP9!zgI^8u}+b50xe z(ovr3&zbxb>A{9Nj`wO6FjpMiZO4Hu=nEf=Fks6go7p2?l3^IVH0*2`OxVn;d0{k6 z7PeYl9Y#(Kjst<7Mne~Il7lpM@Bjt}dyIgoXGb_&3k(JxZ`7C+p96_V(Bq_6XVQl6 zF-+#D-(N@yJ(Iz1MkYzy19#S74VYYK;A>&LN`CiLb~z|&;6YduUB%WMv|!AQ8%%%U zwhRYJ$c?#iq5BHuD8yxa&H=uINy13l&ql(d`0R(_TM@||G>xf&3RtlIy@;e6&F#nM zA}CV+5*1Y1f4sN<#KEHnJ9-cHAHa>=3MHLkh2Te)DM?-$JmfJ1$O_%Yar5QzeJB=6 z#jy-Lo|?%LB`eg{^k>nrWQEq6?1+*utYuYIRzLV;@~NkgT87UL-MQCe+D)3QTBcmq zcM7l3Hc}T9Bd-ami&kOHhH3lj`5*3j<~#DW3s)~(o4PtR_w0P=PQ|vr9Y&1j-)`Rh z`hhElFCV^g^zzZ!%DLTlJgqO|d^>8@XT#9ucwy)|@W=&j)! z!wcJfwCCMDcRF5(H@vv$srx7$lPD}*DimXd;+@(Z_ifh30z^OX2!+L0E?mBFC#-E;tlo0@ z$l{*ki@T0%{YbflnoW!Ac3eKT_)PEOo?bP)3gKeg;`;V!p7NKjwTZ5m7N2>E#p7)i z`-%q413nOEIje62BS5{Tgmadu{;4PE8CLzofh#}RoxopY;j=f)| zePe%C=mzf)sA;l;d0KZ}1UmTnTo^RVt^l${RI+RK#78EMqcvM{9b!N8FA zs$rnvB1#SBI2CC{1(+?R=@@Ae}fvcPBFR~fv zZJ|p1`?V7^_zn|u!N&Yil2evsVfIo<+F9%8VT8n=gInIXvgG( zFRcWE&msA1!o6}~E$G0N?#tb;A6bb0=)$`f{(K_gDI~h_?H)WVc{ap68y?oZ{|3-eNfT?N^o5f%w{7_>fzP(rChNBJdL(~A9cX!=Pr zUowO^CHpt+m&kC%1Y*-F`Ab%8p5$AxHm0oUZ|P`T9lZpZCg0VOoErRQ3rJLqvxN<@wp}=>Vk=a>E<|(-1Mpz;92V>!}E!O(R>I1 zhw1no0XkjDTotq8(_#+h?3QoB>Dy}P2W`TY;O{;$GQdr%;w3ZVBl@1IHcpqwI?H69 z;XF{#(lBGAPc1O^>i5}_4(2X6nFAC{-%phP5Us#Mxq=^g2Dc2utXv$}$r$wDCU?WJ*65tOgEXfxU2rDDn{*tMq%t}33*mL~Ev5uqNeFwXU zneFak#>UAaL-5hw0~Ag+q{&i4cvpAt$rHyZitG$wY{hWIe?djlASkpFF_oOzq$W+4 znst3I_46G>gE)Dtxm*9FgshXczH{;~>i$AmXuA0-d;MD*87plCn^m@EskA9p+B9Dp zFZEC7e&{a!uw?D*sXI-(;w8HmJ-hFgRxXwLVx_*t=Jt5$)5a9L<0b7d!(u5~Vx=wf zC*!4Cj0yI{OZF~$_9DTx<5!Q*b;V14X3^dvKF+(*>I`y8U8cYLV+;YAgJcHj+Q~>4 z<;l7LnrQ-8&r+FyXGU2?ES0{en=UY&3djO1#R~1R8EWKZnYGKVr6R_=Hord{S} z((z6jQQD?#a?X?$mW4S}w(knxw^0k!9aR?=XYS;SU7c*V{SDo)(m_S60E?f?0X_|qq5 z?1`$HH(Rc^%uBN^@v5yeIUkl(C2DGCU!2=K_tISVVzqy!3oZTDrGZa3#NM~Zmp`|-ZrmtI0J^)}{4UE}yakVY*jOg%qCeQ}66Rqxq9* zuN4L~sveAgvY1pmZExWG^3*W!EW})~W4H46&^?AX0<}+PElgUxU3`Z2}%gMJ2FYr)f}XUhpvz@Zwv#okB#BOwItX{9!wFr=Tf zoL5ME0mFog^GpOq69=FYak!Z}l-x{oKoO&ldLP zk9qv_(WSP|SX<}qWAU~VaZm4(=cSnEr9|P{+0#JcP=Pra?VzMg7q>B1xN&YIUbv0L z{x1bZmxD7cbJlo49g4hi{POYH?zpERRpu_un|7rt1q6~`Pk8kdm)x6T?oIOt@3^ALl1()?Yn*&w-@iB`K3Fzlvp=wZ5?vku!%sEM1ezK`5y# zi?0sN)l(sV(w0~w&gRY)&vm_Z?8dPl9AB*4w$QOyzGM1u!dpIF!1a6C;t3({`>N{1 zlt@fj-q95qOpxo2>d4;AaxjgqfvjzHM*w48yG?Pg?0Ll0!Wf5~ylc_{}rj85G; zEk}DI#R+{}d-A(^95VHp5h-J9qh%%&ov&_BgE+*cK+*m@{k@@|NEH_X+?!6#c{-sVMD^YVrNq{olk z_Ojt>Mt{g#JHk#cp+uaN<)&CVN}#?C2iE?H_QfQ zRcD#_uG%^7oHE~7O)>}HmZmU{SS_6O%G#)qiD5DmSSjOQV+geU3BJtg zV%|EOZTI>=@NQeEU36{ZkYpS-I|`(syHCotYdCZUM1`m9OG8g}LRtY_FUXr7NuyHs zaE*#K9YO0UAi)d5McXOif(27EW;QjN`h5kG`RH??6=WoXBKpqfz%IXz=cEg6I@o5u zLCugoFOaRyN|pT9}AA$g1fY3 z%h<%T@xsmE$BN3CvS3rJWYhd}@sgb%+YofOr0nAyJNQc*vV5u#(foQrk#Kc$hr{;1 z-GY0Dhz}8n&$A1&Z~V+X=9}g}>(V$I#G2@(NJ+1Wn^7H_kk(AB*EuP~o2c+nl3D`d zsg+q*IvzZp+ES!65upujHW8n-SnLF=Jz`7$N;Z5wlCwqQE|*@wzip#I9xw__!>O|R^Yp+~=<&FLaC3&fYzCSvDl(x3X9D8?vI%XLz>ZKuHyL`ygS=@$^CX%w`T_5wV zUv%*=)nynXJo-p)&mL)*=r?AY=&L8d(uz_T1?9tJBW*;qtUL469TU04n5opzAs6cq zNw|xy4UFMt?#(jfHzenztQ`+4kuo#BY{~)=MpZK~WxCP%)4S`XQu^%C4d*ASNk;v@LmQ4bQJxI1u;l zTy*VRE=oVSsrVax^mOd|h*M!84%#x-%TiC0JW2M#P+k8D)ABP6Bv;vwTBtwwD#;^;CJ)`hcF zM%MMV%3;b|qPkEHvDzf1WP!-6*0o(=mV9Pny1oGuw8DKE{%LtEQ0Rp5S0`-7-s=S% z+&=~3!otE-HIIGrd-|jv4n^7NB*x7dytJw(7ih!8aM(BVe6NAA;VT}8O*H)){o*Kw zsTfEe$(GfZ<`F)1j7JAsciprkUD_dx9$0=(U`XXjx_ymqU&1YEr!Rga*Qnd12J)wF zk*YSJNsnep%Ff8p=xW=Qq;fJtui18``v{&0>>!rID|Eq?otJlB*>`#0Z2eM|KUU?x z<8J$?sBA`BDsPUJH!r+&r)Y0Vu;h1HZm(qqCEH^a+ZTr86`h~hDD)nSyX!5Q&i%we z0qpTp#e*8&w-j~M*xs*kbTs9_U=K$jlnf9heF_87KLSu)!^B>)q_sk3+Qcasm8OB} zk`><1tZDacQC;Jd*8R{v9n1yVu+L_P-v|47+QxTbSI$J^1mM$+L0-nt(#{-wH&|e1 zpo2PEtX`U4hzyHf-)x6T=#&M<4c$>4$j{OkWL*-Je6(&a>+I2x(FW?l8ah}-(32Y@>t7om-5!|a5cV{OcSWpF2uRB<9wa~oj=i6 z!t=C+&(;{5O43#=Kl@}@N=UCBvduUY$};1u77j1bXSQsjBq4 z(wF8z`s6K@$4~K|#*s9fd}61lwDX?Wya|XeoIKRJ3#WTYt197xO;O`HIkhzIT-nh4 zCy5D8LR@f+MU?QxPc3`ppI{Q0*}-JV%S}x$cVXYuH`Vg8(#)RuUWZ6&zKvV5P}}>| zbizsR_-Pn6jHj*1U9g2XGmO2^LVWKd8e(7b>gU!GcKVc;e3MH14&4^0NGCtIpLDRT zR+y!JNTCj#`x;ZQP~m_=PCBEJbD>eZvfrfTocymS|DVx~+NIE%&}V{gur48Ja???= zh3}$jHMwy`w04A$(SJlPFyCv1qLOLHM}=kA+*jSR2j@%g6#Azfi47a49d}$czXnbU zy-_{wOq5lB3_ah*>4PZ<+a)uhZ%tu$_1c%OetB-|yd_@IeAPZ!ILYL zk{cReE*}$jPam9Vj(OH0q_Aw-1IxXF^>Z6z`Hgo)*wgQfiM!MUcfF<49?mzZL=^+U z4XYVe#JP$UWjw`7q!DiUEWnwRnq6i#3saW#&WjnDHsVur{dgLin&Bu74>I#L+KbD& zrgTF*BIRk%N`_YDWo5zZpcT7B4kGr;c6Pq6Bcw+l`38|ilaO>#UN7fKu5@?@bsH+3 zw6+F7|D8${pP!Sl(#Fs^SUKs3ER!BMSq+}+=R9dLr|aO0Jue(Rn#@rTohFMr!DWP` z=lPjTwx0y&l+j2(nL^~TMb0p4vPxZLhT4H4n1R(z?sPM03yw&vEvSv`E?8uiX)8%^ zlXWI**jO$xJ(ptba->m^04v@#2Q1;?1$*&GF)`(>csK)*tiw=Pz){`*#m=grdst zRV}UA5nHok(Yy0w!Ggj|%D&Z|vf=4dg@A6Rv7=FVzp?s&!}iy93+@?=1`&I~5)^wBj)u>jm;YA^BdWX1Ht_)hCtFMw=@>J!G)$d_0%mBneg)Zd zN}DKM^ReK}?X*mHC5pg7d7(5?r-O$k)1S7DT8$U_%$$ymlp7Nk-G0U1 z!}Q$A9Cfom1B-DCfGJqqqX-5Y|2LjgZGrp=o-=gf|2+cC%qK|)Fu80tRo z)&Uq&aAsYerst=AGP$(>3$guQxKnll^qiemnYuhRdnoR$&S)?~E~$npVj=IF z)CIGxlPnASzal^hAuVW%-3j0*D*LFg_*%}@oNJz|p4pRczI^@V#Z6Dg3-{c<0N)VB z%(sL8Zc$01VhsswZ(Lfc*c7YS6t8Ig1Sa49Phbu1CzEjhKRm#0*an6w(vaduO<&*M zu}Sz*O~-oM`(?R!e1APDm)@_p(Q^~KZ_4f1X?uT%1@{av(zQ(=pd7*?oTy}Jom7?! zN%V_+>`Tl=xS5(%n{I8InH~8~FqI}6CM_*v2yL(shq{xFp2$p^gGKo&dM0RS>`bcz zKmC$}J=yW(WKWE(>zOQjwdsqmzO1|gg@UrF>5DH*FZ=P#PiZ(90pKP-Por=09BwcY zB87nb@90LDL;iERF`mSc=1I8J&vMaDnL zW*SMhE}gmXt*-)-W^(B$8@{CQ-4+Pe^_Pz%){1y&xO^jtPpyATP+`|2{epfX5`ik+#gb+HL5EM z%y4g-ce`X8{Vgbkt`a`0<5#UkP>>2|3)64flh*n!;fghA9fAVlm0m6l^3uN#$x)F`sXdvu5WQ4kQfsRWDfX)M^%v|=a{~d{&Cb_pFbg%Z9kMT=^3rD* z%_-Y!me;GFd=DTMn?sgDbU=ZFO?*U0>{p!^WIONbf4<}7$%7|)7`;j6 zkm{PeeKCG!S*Gs8@P?3f{ME~M(})4W_jw|6l*vojQd^;}Uisfs)BccdjNb7hf=Rd9 z3%0LU4ot=yldH8}NxGPhvqd%OwITf$p^M5%U>x%DIiiwK#cN!1JDh_{C zS@mYl^_({gt{41?{MLmV7v7q>F}2Y3qoeO0z1uCvEac8KG#Q;yOt{V#VYsRx)`r~cE$nM7&ChlrE5Q`UiaqC z>pS1vbA8Xe{fC~Lo`o~<>ish=95r96*&D0bd+SWR=J1UBZpoUtYEUg?No?9mZo`^B zEG$cvp>QbeE30O5@45>Y-D?x##<$!z-18kjD40GnYbQ0kQ}9&IKK-*<-ENqEa z?^vqd6RX}6uih7P?@Nd+YP!4Lszq1TfBg7}1>N}FgHoXs`v?vURGzSI#~<#T_P^OsjF+EPJLoQY4{fpiY_kP-xdv00VVk9kDSwJGGQ|`i z3&Xx8#0vQOHzlXmRXI%5NSE10`7*)6#<$3Uko2wj6;u%R$-mbT5wv>P;v=hPa7dY- zjxgXDq%zys)0Ra$JhEr{4}VB`PZVdxF+xm2>VYQ*CLR4(6hg-r7)H=MrO^DzZrn00 z+HvM&HO*SqLZ&WPgU3)#p$;tM@?0hb&77I9xKp&5T-kM77ES;}E7vYn?2c9JzE%6v zP48{`acjKdSrU1=EhO`FTS(~XwlJv&3KFPXpdT+ShlV>B&z~yIDE;gC9d_Z$`dzkv zm5Ya4jt)!Ce`~|j`xbV$yE}?)?-yBcm;VvTGk9AaG)K|93|kO$o=)eQP>_0Q)DKh= zetUl3wg%yEqcplMSs+A_YZKXA!=3iUV9Y&bRRtPTt$5l)l3cYysXB*{RjMiynF(N$ zzE!?rsd|d6Qu&rS&V5Y@atW62Dr2Pgj82K=1}ZU3%T^dk=G>>|XIX6;!_X{J{&o>E zms*O!HI!;1!aUde#be~(`t_p7rOyQ*T{OzZu}$O!|QN}=TGrQ&B|#n0R>{ky97tNv!~eI?C%(EUR*sol=d};Ozcd&idvh|0@ zZXUa}A>Oj*y_2`(TPI^J2WH%}M`MM)jC9SLf7p7n^_C^x-2UFSTX5|XYkmglo{JSS z&oR}Yb@v=XL2;tC;jQKy%|9SA$SWf<$kgyYC)YAEUaqI7=ceW4P0OL1)@1=z(o;3vj?j%( z6FZE;zFf~fo6f!iF3(fMi*zFtYw*?cD!smrThaq3my8S-nFXb12TKdMH*WpSv z2#uQ(>o+9oHYS={Fy@J7|2=P~)sc6%Y~8GM_0^PvUO)({)}?aTBRrXINaeD}JfTvY zvtRv6%FSLqLP_=P)~l_leD+!(RMpPaU$05A^03vKS8%_G#XM*CI`U@g?hE)y)eHVD z_iP1@yhKBDihl3r7ECKMowFs=mtwi=?mG~a6001=GoAMZ{M_4B=BS$8mJ;wYk0AWq z^EWvvW~G#XpM`q%b9?K3db@YhQsAhXLl}M*w%;nb6}-Lm*1Fi%!}lrVp6GOJqFDSa zAP0W#6|N9e%2T1$NRUFR?K44o-kvJ-ItqAi3hvbwp=W3ue&(a>=eFxUy`>s*92@6K z=YsQF=g!=yxi8=~RqS#!%+=2+^PO`SZ}{&EcukeM9KN}e^L6veeAA6rDa@BD&2fmc zU2`RK!MV!oJ(O2W726%PvuFW+Ql1>gu6Z~>!_PtqMej-#=QwuH*HO^!1+*DI6tri) zmxA^z^it3s3fel?NkLm_Eb#+I*$I_-o})P3Fxag)itpRB2r#zJ;*_<`Q8r(m67aLo zMFV@Q^4*?~>6KFQ_|$0&%T(ytHMb30bG`Gf8~Z*M@T!)ECjbDYE<bhNWJ9xYDJ(P%7wM0Cn{H(xS$ClZXb9HmdT+{VeKNj$+7Ko=*IZKk`Xqi<$MweRD zC_Jg1%W;&?l~7c<9#u|JXhxx<4DN}0ZyZaZm1PUkt*y6hw|2cdN{!Z!8< zgK#tlAPVB#s$-MdP&|PVqH)~isGgJNw=US`ciliCcvY*!Qz~jHb(Ak`O$qq9we7a; zcJFQ1d;9LwYpR7cr`%CJkLkgWag6cGD!OOI6GMq?aR;%$^^0&G*12%skNd;af@$@L z&Ki-DiOR^jqWZhpc7&Fjoqu-gN%e>H28fxBVR|cJHT71yj%bNi@Yz!BDgDbN7a&Bs zpzgGoId>w98(bFVMrzX8+Im)r zjKW0f?Bs^y6Zf9aBzC1v@F-0?u7+QE}-XW1{ADU@Wzh=ZfVAbY>rrsW% z7z^QuG;I^K0Q3(*k{rWeq`k+p3VuVdeiChgqbdn*tdhB;cIrPDnouTPJ&=&w#f=Jc zJUHoo5uchtLn&m^(+O2SDZ=Q@R{=d&WM~N65y@O^4jjcZEX9gZbkc>-W*?=J!T1LL=&{OvZw2zc=Z^=ReuTOR}It{SYV<>*b^e+55GR zgEAH_na5I6pu+mZ5TLw+YPZwmFzzhrkj6*G6a!l)A^|L0oYZo%6=kK!NjsH8XUmmn zvXpVpss*U-ldCKvRI_N!R-`5EBRFU+A4H#e9N@G%@$j1PQGV%CeoZXD=6e_8`Ax4K zO4#%M;P}^$f9LSEV^@#evDe~#$zB$-mwjhwseDtceA7FfKYZ@ybMf+>ckH`z?`fT6l|hR6YRxaf0eN+*)*L!sYoWzc7(s zk;v~#xmg+~(!hGYc*(ss=3X0j*SywsH^==4m%e`KBd?gKT$iX?k1Z?pc>04}M`7M& zJDq~Bn6^{8iLXy2Tm@I$m)+m#y7t`F=kQ7DiR%;J{qn-*+x9!92Y=~0beBiZJU3^5 zEB8k3Lg`#?T-r{e2z5^Akl(9E&Lx}A4iyAopkTlqKgf8bqo zt<$1<7VCHa($&sL9QiD#(S_%7_%#*ejdW|k4VzDGnARTO0nY93rii_C+e$a4$Yq;_ z{}WPiBLoI?Tk#5O;fXPTF#k|Ctqac4Gwz$nA7{52Z_Z=|H-&j9r@MP(49kY?N6UZ1 zLi#muK^tk?hRF%|GQ{Zlundr7D%&XvCwnIOHM-5x?K<85m~QXVt&W;qLAPqUt)W{Z z-Dqp(F{G6vl|-BR{%>>_qbz2&dDA2@B6@);jKDsCx%;Bi=rrzai=_#w;9;wzJvC+U+8 zvm^5_#=YBK^CXH&$R6xk&DEMY??P3)XwPc}iHf>Kp)^%0xJwdc>+d;irPf8EFjXb2 zZ%ouSC+d8OntI&txt(Q*C`yS?u1*i8Y}QJ=mZBLgJLb3iu>EFx!u~8=*tHMPURTWsOrh`;SRjRhkQZs|5;OE{`K1&0&4nK1z+0Vk6`}CIjJxh*d z<80|{aBl1Dnd>C(ST;hmu{6xq&nk1Bvlp+ExPye{ITl}UXJ*X2Au?!D=bHTUh#y?vw*h|B#w2VxeA3#V7WBN5y>sx0C~~pDM(1{gw03 hF5zch=V7Ptvt2odZMMI&TIlZd9`_ for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings +from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, +) + +try: + from typing import TypedDict +except ImportError: + # Python 3.7 + TypedDict = dict + +__version__ = "1.8.0" + + +class VersionDict(TypedDict): + major: str + minor: str + build_number: str + + +class InfoDict(TypedDict): + id: str + version: str + version_parts: VersionDict + like: str + codename: str + + +_UNIXCONFDIR = os.environ.get("UNIXCONFDIR", "/etc") +_UNIXUSRLIBDIR = os.environ.get("UNIXUSRLIBDIR", "/usr/lib") +_OS_RELEASE_BASENAME = "os-release" + +#: Translation table for normalizing the "ID" attribute defined in os-release +#: files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as defined in the os-release file, translated to lower case, +#: with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_OS_ID = { + "ol": "oracle", # Oracle Linux + "opensuse-leap": "opensuse", # Newer versions of OpenSuSE report as opensuse-leap +} + +#: Translation table for normalizing the "Distributor ID" attribute returned by +#: the lsb_release command, for use by the :func:`distro.id` method. +#: +#: * Key: Value as returned by the lsb_release command, translated to lower +#: case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_LSB_ID = { + "enterpriseenterpriseas": "oracle", # Oracle Enterprise Linux 4 + "enterpriseenterpriseserver": "oracle", # Oracle Linux 5 + "redhatenterpriseworkstation": "rhel", # RHEL 6, 7 Workstation + "redhatenterpriseserver": "rhel", # RHEL 6, 7 Server + "redhatenterprisecomputenode": "rhel", # RHEL 6 ComputeNode +} + +#: Translation table for normalizing the distro ID derived from the file name +#: of distro release files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as derived from the file name of a distro release file, +#: translated to lower case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_DISTRO_ID = { + "redhat": "rhel", # RHEL 6.x, 7.x +} + +# Pattern for content of distro release file (reversed) +_DISTRO_RELEASE_CONTENT_REVERSED_PATTERN = re.compile( + r"(?:[^)]*\)(.*)\()? *(?:STL )?([\d.+\-a-z]*\d) *(?:esaeler *)?(.+)" +) + +# Pattern for base file name of distro release file +_DISTRO_RELEASE_BASENAME_PATTERN = re.compile(r"(\w+)[-_](release|version)$") + +# Base file names to be looked up for if _UNIXCONFDIR is not readable. +_DISTRO_RELEASE_BASENAMES = [ + "SuSE-release", + "arch-release", + "base-release", + "centos-release", + "fedora-release", + "gentoo-release", + "mageia-release", + "mandrake-release", + "mandriva-release", + "mandrivalinux-release", + "manjaro-release", + "oracle-release", + "redhat-release", + "rocky-release", + "sl-release", + "slackware-version", +] + +# Base file names to be ignored when searching for distro release file +_DISTRO_RELEASE_IGNORE_BASENAMES = ( + "debian_version", + "lsb-release", + "oem-release", + _OS_RELEASE_BASENAME, + "system-release", + "plesk-release", + "iredmail-release", +) + + +def linux_distribution(full_distribution_name: bool = True) -> Tuple[str, str, str]: + """ + .. deprecated:: 1.6.0 + + :func:`distro.linux_distribution()` is deprecated. It should only be + used as a compatibility shim with Python's + :py:func:`platform.linux_distribution()`. Please use :func:`distro.id`, + :func:`distro.version` and :func:`distro.name` instead. + + Return information about the current OS distribution as a tuple + ``(id_name, version, codename)`` with items as follows: + + * ``id_name``: If *full_distribution_name* is false, the result of + :func:`distro.id`. Otherwise, the result of :func:`distro.name`. + + * ``version``: The result of :func:`distro.version`. + + * ``codename``: The extra item (usually in parentheses) after the + os-release version number, or the result of :func:`distro.codename`. + + The interface of this function is compatible with the original + :py:func:`platform.linux_distribution` function, supporting a subset of + its parameters. + + The data it returns may not exactly be the same, because it uses more data + sources than the original function, and that may lead to different data if + the OS distribution is not consistent across multiple data sources it + provides (there are indeed such distributions ...). + + Another reason for differences is the fact that the :func:`distro.id` + method normalizes the distro ID string to a reliable machine-readable value + for a number of popular OS distributions. + """ + warnings.warn( + "distro.linux_distribution() is deprecated. It should only be used as a " + "compatibility shim with Python's platform.linux_distribution(). Please use " + "distro.id(), distro.version() and distro.name() instead.", + DeprecationWarning, + stacklevel=2, + ) + return _distro.linux_distribution(full_distribution_name) + + +def id() -> str: + """ + Return the distro ID of the current distribution, as a + machine-readable string. + + For a number of OS distributions, the returned distro ID value is + *reliable*, in the sense that it is documented and that it does not change + across releases of the distribution. + + This package maintains the following reliable distro ID values: + + ============== ========================================= + Distro ID Distribution + ============== ========================================= + "ubuntu" Ubuntu + "debian" Debian + "rhel" RedHat Enterprise Linux + "centos" CentOS + "fedora" Fedora + "sles" SUSE Linux Enterprise Server + "opensuse" openSUSE + "amzn" Amazon Linux + "arch" Arch Linux + "buildroot" Buildroot + "cloudlinux" CloudLinux OS + "exherbo" Exherbo Linux + "gentoo" GenToo Linux + "ibm_powerkvm" IBM PowerKVM + "kvmibm" KVM for IBM z Systems + "linuxmint" Linux Mint + "mageia" Mageia + "mandriva" Mandriva Linux + "parallels" Parallels + "pidora" Pidora + "raspbian" Raspbian + "oracle" Oracle Linux (and Oracle Enterprise Linux) + "scientific" Scientific Linux + "slackware" Slackware + "xenserver" XenServer + "openbsd" OpenBSD + "netbsd" NetBSD + "freebsd" FreeBSD + "midnightbsd" MidnightBSD + "rocky" Rocky Linux + "aix" AIX + "guix" Guix System + ============== ========================================= + + If you have a need to get distros for reliable IDs added into this set, + or if you find that the :func:`distro.id` function returns a different + distro ID for one of the listed distros, please create an issue in the + `distro issue tracker`_. + + **Lookup hierarchy and transformations:** + + First, the ID is obtained from the following sources, in the specified + order. The first available and non-empty value is used: + + * the value of the "ID" attribute of the os-release file, + + * the value of the "Distributor ID" attribute returned by the lsb_release + command, + + * the first part of the file name of the distro release file, + + The so determined ID value then passes the following transformations, + before it is returned by this method: + + * it is translated to lower case, + + * blanks (which should not be there anyway) are translated to underscores, + + * a normalization of the ID is performed, based upon + `normalization tables`_. The purpose of this normalization is to ensure + that the ID is as reliable as possible, even across incompatible changes + in the OS distributions. A common reason for an incompatible change is + the addition of an os-release file, or the addition of the lsb_release + command, with ID values that differ from what was previously determined + from the distro release file name. + """ + return _distro.id() + + +def name(pretty: bool = False) -> str: + """ + Return the name of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the name is returned without version or codename. + (e.g. "CentOS Linux") + + If *pretty* is true, the version and codename are appended. + (e.g. "CentOS Linux 7.1.1503 (Core)") + + **Lookup hierarchy:** + + The name is obtained from the following sources, in the specified order. + The first available and non-empty value is used: + + * If *pretty* is false: + + - the value of the "NAME" attribute of the os-release file, + + - the value of the "Distributor ID" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file. + + * If *pretty* is true: + + - the value of the "PRETTY_NAME" attribute of the os-release file, + + - the value of the "Description" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file, appended + with the value of the pretty version ("" and "" + fields) of the distro release file, if available. + """ + return _distro.name(pretty) + + +def version(pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the version is returned without codename (e.g. + "7.0"). + + If *pretty* is true, the codename in parenthesis is appended, if the + codename is non-empty (e.g. "7.0 (Maipo)"). + + Some distributions provide version numbers with different precisions in + the different sources of distribution information. Examining the different + sources in a fixed priority order does not always yield the most precise + version (e.g. for Debian 8.2, or CentOS 7.1). + + Some other distributions may not provide this kind of information. In these + cases, an empty string would be returned. This behavior can be observed + with rolling releases distributions (e.g. Arch Linux). + + The *best* parameter can be used to control the approach for the returned + version: + + If *best* is false, the first non-empty version number in priority order of + the examined sources is returned. + + If *best* is true, the most precise version number out of all examined + sources is returned. + + **Lookup hierarchy:** + + In all cases, the version number is obtained from the following sources. + If *best* is false, this order represents the priority order: + + * the value of the "VERSION_ID" attribute of the os-release file, + * the value of the "Release" attribute returned by the lsb_release + command, + * the version number parsed from the "" field of the first line + of the distro release file, + * the version number parsed from the "PRETTY_NAME" attribute of the + os-release file, if it follows the format of the distro release files. + * the version number parsed from the "Description" attribute returned by + the lsb_release command, if it follows the format of the distro release + files. + """ + return _distro.version(pretty, best) + + +def version_parts(best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the current OS distribution as a tuple + ``(major, minor, build_number)`` with items as follows: + + * ``major``: The result of :func:`distro.major_version`. + + * ``minor``: The result of :func:`distro.minor_version`. + + * ``build_number``: The result of :func:`distro.build_number`. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.version_parts(best) + + +def major_version(best: bool = False) -> str: + """ + Return the major version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The major version is the first + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.major_version(best) + + +def minor_version(best: bool = False) -> str: + """ + Return the minor version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The minor version is the second + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.minor_version(best) + + +def build_number(best: bool = False) -> str: + """ + Return the build number of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The build number is the third part + of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.build_number(best) + + +def like() -> str: + """ + Return a space-separated list of distro IDs of distributions that are + closely related to the current OS distribution in regards to packaging + and programming interfaces, for example distributions the current + distribution is a derivative from. + + **Lookup hierarchy:** + + This information item is only provided by the os-release file. + For details, see the description of the "ID_LIKE" attribute in the + `os-release man page + `_. + """ + return _distro.like() + + +def codename() -> str: + """ + Return the codename for the release of the current OS distribution, + as a string. + + If the distribution does not have a codename, an empty string is returned. + + Note that the returned codename is not always really a codename. For + example, openSUSE returns "x86_64". This function does not handle such + cases in any special way and just returns the string it finds, if any. + + **Lookup hierarchy:** + + * the codename within the "VERSION" attribute of the os-release file, if + provided, + + * the value of the "Codename" attribute returned by the lsb_release + command, + + * the value of the "" field of the distro release file. + """ + return _distro.codename() + + +def info(pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information items about the current OS + distribution in a dictionary, as shown in the following example: + + .. sourcecode:: python + + { + 'id': 'rhel', + 'version': '7.0', + 'version_parts': { + 'major': '7', + 'minor': '0', + 'build_number': '' + }, + 'like': 'fedora', + 'codename': 'Maipo' + } + + The dictionary structure and keys are always the same, regardless of which + information items are available in the underlying data sources. The values + for the various keys are as follows: + + * ``id``: The result of :func:`distro.id`. + + * ``version``: The result of :func:`distro.version`. + + * ``version_parts -> major``: The result of :func:`distro.major_version`. + + * ``version_parts -> minor``: The result of :func:`distro.minor_version`. + + * ``version_parts -> build_number``: The result of + :func:`distro.build_number`. + + * ``like``: The result of :func:`distro.like`. + + * ``codename``: The result of :func:`distro.codename`. + + For a description of the *pretty* and *best* parameters, see the + :func:`distro.version` method. + """ + return _distro.info(pretty, best) + + +def os_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the os-release file data source of the current OS distribution. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_info() + + +def lsb_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the lsb_release command data source of the current OS distribution. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_info() + + +def distro_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_info() + + +def uname_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + """ + return _distro.uname_info() + + +def os_release_attr(attribute: str) -> str: + """ + Return a single named information item from the os-release file data source + of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_attr(attribute) + + +def lsb_release_attr(attribute: str) -> str: + """ + Return a single named information item from the lsb_release command output + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_attr(attribute) + + +def distro_release_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_attr(attribute) + + +def uname_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + """ + return _distro.uname_attr(attribute) + + +try: + from functools import cached_property +except ImportError: + # Python < 3.8 + class cached_property: # type: ignore + """A version of @property which caches the value. On access, it calls the + underlying function and sets the value in `__dict__` so future accesses + will not re-call the property. + """ + + def __init__(self, f: Callable[[Any], Any]) -> None: + self._fname = f.__name__ + self._f = f + + def __get__(self, obj: Any, owner: Type[Any]) -> Any: + assert obj is not None, f"call {self._fname} on an instance" + ret = obj.__dict__[self._fname] = self._f(obj) + return ret + + +class LinuxDistribution: + """ + Provides information about a OS distribution. + + This package creates a private module-global instance of this class with + default initialization arguments, that is used by the + `consolidated accessor functions`_ and `single source accessor functions`_. + By using default initialization arguments, that module-global instance + returns data about the current OS distribution (i.e. the distro this + package runs on). + + Normally, it is not necessary to create additional instances of this class. + However, in situations where control is needed over the exact data sources + that are used, instances of this class can be created with a specific + distro release file, or a specific os-release file, or without invoking the + lsb_release command. + """ + + def __init__( + self, + include_lsb: Optional[bool] = None, + os_release_file: str = "", + distro_release_file: str = "", + include_uname: Optional[bool] = None, + root_dir: Optional[str] = None, + include_oslevel: Optional[bool] = None, + ) -> None: + """ + The initialization method of this class gathers information from the + available data sources, and stores that in private instance attributes. + Subsequent access to the information items uses these private instance + attributes, so that the data sources are read only once. + + Parameters: + + * ``include_lsb`` (bool): Controls whether the + `lsb_release command output`_ is included as a data source. + + If the lsb_release command is not available in the program execution + path, the data source for the lsb_release command will be empty. + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is to be used as a data source. + + An empty string (the default) will cause the default path name to + be used (see `os-release file`_ for details). + + If the specified or defaulted os-release file does not exist, the + data source for the os-release file will be empty. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is to be used as a data source. + + An empty string (the default) will cause a default search algorithm + to be used (see `distro release file`_ for details). + + If the specified distro release file does not exist, or if no default + distro release file can be found, the data source for the distro + release file will be empty. + + * ``include_uname`` (bool): Controls whether uname command output is + included as a data source. If the uname command is not available in + the program execution path the data source for the uname command will + be empty. + + * ``root_dir`` (string): The absolute path to the root directory to use + to find distro-related information files. Note that ``include_*`` + parameters must not be enabled in combination with ``root_dir``. + + * ``include_oslevel`` (bool): Controls whether (AIX) oslevel command + output is included as a data source. If the oslevel command is not + available in the program execution path the data source will be + empty. + + Public instance attributes: + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``include_lsb`` (bool): The result of the ``include_lsb`` parameter. + This controls whether the lsb information will be loaded. + + * ``include_uname`` (bool): The result of the ``include_uname`` + parameter. This controls whether the uname information will + be loaded. + + * ``include_oslevel`` (bool): The result of the ``include_oslevel`` + parameter. This controls whether (AIX) oslevel information will be + loaded. + + * ``root_dir`` (string): The result of the ``root_dir`` parameter. + The absolute path to the root directory to use to find distro-related + information files. + + Raises: + + * :py:exc:`ValueError`: Initialization parameters combination is not + supported. + + * :py:exc:`OSError`: Some I/O issue with an os-release file or distro + release file. + + * :py:exc:`UnicodeError`: A data source has unexpected characters or + uses an unexpected encoding. + """ + self.root_dir = root_dir + self.etc_dir = os.path.join(root_dir, "etc") if root_dir else _UNIXCONFDIR + self.usr_lib_dir = ( + os.path.join(root_dir, "usr/lib") if root_dir else _UNIXUSRLIBDIR + ) + + if os_release_file: + self.os_release_file = os_release_file + else: + etc_dir_os_release_file = os.path.join(self.etc_dir, _OS_RELEASE_BASENAME) + usr_lib_os_release_file = os.path.join( + self.usr_lib_dir, _OS_RELEASE_BASENAME + ) + + # NOTE: The idea is to respect order **and** have it set + # at all times for API backwards compatibility. + if os.path.isfile(etc_dir_os_release_file) or not os.path.isfile( + usr_lib_os_release_file + ): + self.os_release_file = etc_dir_os_release_file + else: + self.os_release_file = usr_lib_os_release_file + + self.distro_release_file = distro_release_file or "" # updated later + + is_root_dir_defined = root_dir is not None + if is_root_dir_defined and (include_lsb or include_uname or include_oslevel): + raise ValueError( + "Including subprocess data sources from specific root_dir is disallowed" + " to prevent false information" + ) + self.include_lsb = ( + include_lsb if include_lsb is not None else not is_root_dir_defined + ) + self.include_uname = ( + include_uname if include_uname is not None else not is_root_dir_defined + ) + self.include_oslevel = ( + include_oslevel if include_oslevel is not None else not is_root_dir_defined + ) + + def __repr__(self) -> str: + """Return repr of all info""" + return ( + "LinuxDistribution(" + "os_release_file={self.os_release_file!r}, " + "distro_release_file={self.distro_release_file!r}, " + "include_lsb={self.include_lsb!r}, " + "include_uname={self.include_uname!r}, " + "include_oslevel={self.include_oslevel!r}, " + "root_dir={self.root_dir!r}, " + "_os_release_info={self._os_release_info!r}, " + "_lsb_release_info={self._lsb_release_info!r}, " + "_distro_release_info={self._distro_release_info!r}, " + "_uname_info={self._uname_info!r}, " + "_oslevel_info={self._oslevel_info!r})".format(self=self) + ) + + def linux_distribution( + self, full_distribution_name: bool = True + ) -> Tuple[str, str, str]: + """ + Return information about the OS distribution that is compatible + with Python's :func:`platform.linux_distribution`, supporting a subset + of its parameters. + + For details, see :func:`distro.linux_distribution`. + """ + return ( + self.name() if full_distribution_name else self.id(), + self.version(), + self._os_release_info.get("release_codename") or self.codename(), + ) + + def id(self) -> str: + """Return the distro ID of the OS distribution, as a string. + + For details, see :func:`distro.id`. + """ + + def normalize(distro_id: str, table: Dict[str, str]) -> str: + distro_id = distro_id.lower().replace(" ", "_") + return table.get(distro_id, distro_id) + + distro_id = self.os_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_OS_ID) + + distro_id = self.lsb_release_attr("distributor_id") + if distro_id: + return normalize(distro_id, NORMALIZED_LSB_ID) + + distro_id = self.distro_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + distro_id = self.uname_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + return "" + + def name(self, pretty: bool = False) -> str: + """ + Return the name of the OS distribution, as a string. + + For details, see :func:`distro.name`. + """ + name = ( + self.os_release_attr("name") + or self.lsb_release_attr("distributor_id") + or self.distro_release_attr("name") + or self.uname_attr("name") + ) + if pretty: + name = self.os_release_attr("pretty_name") or self.lsb_release_attr( + "description" + ) + if not name: + name = self.distro_release_attr("name") or self.uname_attr("name") + version = self.version(pretty=True) + if version: + name = f"{name} {version}" + return name or "" + + def version(self, pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the OS distribution, as a string. + + For details, see :func:`distro.version`. + """ + versions = [ + self.os_release_attr("version_id"), + self.lsb_release_attr("release"), + self.distro_release_attr("version_id"), + self._parse_distro_release_content(self.os_release_attr("pretty_name")).get( + "version_id", "" + ), + self._parse_distro_release_content( + self.lsb_release_attr("description") + ).get("version_id", ""), + self.uname_attr("release"), + ] + if self.uname_attr("id").startswith("aix"): + # On AIX platforms, prefer oslevel command output. + versions.insert(0, self.oslevel_info()) + elif self.id() == "debian" or "debian" in self.like().split(): + # On Debian-like, add debian_version file content to candidates list. + versions.append(self._debian_version) + version = "" + if best: + # This algorithm uses the last version in priority order that has + # the best precision. If the versions are not in conflict, that + # does not matter; otherwise, using the last one instead of the + # first one might be considered a surprise. + for v in versions: + if v.count(".") > version.count(".") or version == "": + version = v + else: + for v in versions: + if v != "": + version = v + break + if pretty and version and self.codename(): + version = f"{version} ({self.codename()})" + return version + + def version_parts(self, best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the OS distribution, as a tuple of version + numbers. + + For details, see :func:`distro.version_parts`. + """ + version_str = self.version(best=best) + if version_str: + version_regex = re.compile(r"(\d+)\.?(\d+)?\.?(\d+)?") + matches = version_regex.match(version_str) + if matches: + major, minor, build_number = matches.groups() + return major, minor or "", build_number or "" + return "", "", "" + + def major_version(self, best: bool = False) -> str: + """ + Return the major version number of the current distribution. + + For details, see :func:`distro.major_version`. + """ + return self.version_parts(best)[0] + + def minor_version(self, best: bool = False) -> str: + """ + Return the minor version number of the current distribution. + + For details, see :func:`distro.minor_version`. + """ + return self.version_parts(best)[1] + + def build_number(self, best: bool = False) -> str: + """ + Return the build number of the current distribution. + + For details, see :func:`distro.build_number`. + """ + return self.version_parts(best)[2] + + def like(self) -> str: + """ + Return the IDs of distributions that are like the OS distribution. + + For details, see :func:`distro.like`. + """ + return self.os_release_attr("id_like") or "" + + def codename(self) -> str: + """ + Return the codename of the OS distribution. + + For details, see :func:`distro.codename`. + """ + try: + # Handle os_release specially since distros might purposefully set + # this to empty string to have no codename + return self._os_release_info["codename"] + except KeyError: + return ( + self.lsb_release_attr("codename") + or self.distro_release_attr("codename") + or "" + ) + + def info(self, pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information about the OS + distribution. + + For details, see :func:`distro.info`. + """ + return dict( + id=self.id(), + version=self.version(pretty, best), + version_parts=dict( + major=self.major_version(best), + minor=self.minor_version(best), + build_number=self.build_number(best), + ), + like=self.like(), + codename=self.codename(), + ) + + def os_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the os-release file data source of the OS distribution. + + For details, see :func:`distro.os_release_info`. + """ + return self._os_release_info + + def lsb_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the lsb_release command data source of the OS + distribution. + + For details, see :func:`distro.lsb_release_info`. + """ + return self._lsb_release_info + + def distro_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the distro release file data source of the OS + distribution. + + For details, see :func:`distro.distro_release_info`. + """ + return self._distro_release_info + + def uname_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the uname command data source of the OS distribution. + + For details, see :func:`distro.uname_info`. + """ + return self._uname_info + + def oslevel_info(self) -> str: + """ + Return AIX' oslevel command output. + """ + return self._oslevel_info + + def os_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the os-release file data + source of the OS distribution. + + For details, see :func:`distro.os_release_attr`. + """ + return self._os_release_info.get(attribute, "") + + def lsb_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the lsb_release command + output data source of the OS distribution. + + For details, see :func:`distro.lsb_release_attr`. + """ + return self._lsb_release_info.get(attribute, "") + + def distro_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the OS distribution. + + For details, see :func:`distro.distro_release_attr`. + """ + return self._distro_release_info.get(attribute, "") + + def uname_attr(self, attribute: str) -> str: + """ + Return a single named information item from the uname command + output data source of the OS distribution. + + For details, see :func:`distro.uname_attr`. + """ + return self._uname_info.get(attribute, "") + + @cached_property + def _os_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified os-release file. + + Returns: + A dictionary containing all information items. + """ + if os.path.isfile(self.os_release_file): + with open(self.os_release_file, encoding="utf-8") as release_file: + return self._parse_os_release_content(release_file) + return {} + + @staticmethod + def _parse_os_release_content(lines: TextIO) -> Dict[str, str]: + """ + Parse the lines of an os-release file. + + Parameters: + + * lines: Iterable through the lines in the os-release file. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + lexer = shlex.shlex(lines, posix=True) + lexer.whitespace_split = True + + tokens = list(lexer) + for token in tokens: + # At this point, all shell-like parsing has been done (i.e. + # comments processed, quotes and backslash escape sequences + # processed, multi-line values assembled, trailing newlines + # stripped, etc.), so the tokens are now either: + # * variable assignments: var=value + # * commands or their arguments (not allowed in os-release) + # Ignore any tokens that are not variable assignments + if "=" in token: + k, v = token.split("=", 1) + props[k.lower()] = v + + if "version" in props: + # extract release codename (if any) from version attribute + match = re.search(r"\((\D+)\)|,\s*(\D+)", props["version"]) + if match: + release_codename = match.group(1) or match.group(2) + props["codename"] = props["release_codename"] = release_codename + + if "version_codename" in props: + # os-release added a version_codename field. Use that in + # preference to anything else Note that some distros purposefully + # do not have code names. They should be setting + # version_codename="" + props["codename"] = props["version_codename"] + elif "ubuntu_codename" in props: + # Same as above but a non-standard field name used on older Ubuntus + props["codename"] = props["ubuntu_codename"] + + return props + + @cached_property + def _lsb_release_info(self) -> Dict[str, str]: + """ + Get the information items from the lsb_release command output. + + Returns: + A dictionary containing all information items. + """ + if not self.include_lsb: + return {} + try: + cmd = ("lsb_release", "-a") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + # Command not found or lsb_release returned error + except (OSError, subprocess.CalledProcessError): + return {} + content = self._to_str(stdout).splitlines() + return self._parse_lsb_release_content(content) + + @staticmethod + def _parse_lsb_release_content(lines: Iterable[str]) -> Dict[str, str]: + """ + Parse the output of the lsb_release command. + + Parameters: + + * lines: Iterable through the lines of the lsb_release output. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + for line in lines: + kv = line.strip("\n").split(":", 1) + if len(kv) != 2: + # Ignore lines without colon. + continue + k, v = kv + props.update({k.replace(" ", "_").lower(): v.strip()}) + return props + + @cached_property + def _uname_info(self) -> Dict[str, str]: + if not self.include_uname: + return {} + try: + cmd = ("uname", "-rs") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + except OSError: + return {} + content = self._to_str(stdout).splitlines() + return self._parse_uname_content(content) + + @cached_property + def _oslevel_info(self) -> str: + if not self.include_oslevel: + return "" + try: + stdout = subprocess.check_output("oslevel", stderr=subprocess.DEVNULL) + except (OSError, subprocess.CalledProcessError): + return "" + return self._to_str(stdout).strip() + + @cached_property + def _debian_version(self) -> str: + try: + with open( + os.path.join(self.etc_dir, "debian_version"), encoding="ascii" + ) as fp: + return fp.readline().rstrip() + except FileNotFoundError: + return "" + + @staticmethod + def _parse_uname_content(lines: Sequence[str]) -> Dict[str, str]: + if not lines: + return {} + props = {} + match = re.search(r"^([^\s]+)\s+([\d\.]+)", lines[0].strip()) + if match: + name, version = match.groups() + + # This is to prevent the Linux kernel version from + # appearing as the 'best' version on otherwise + # identifiable distributions. + if name == "Linux": + return {} + props["id"] = name.lower() + props["name"] = name + props["release"] = version + return props + + @staticmethod + def _to_str(bytestring: bytes) -> str: + encoding = sys.getfilesystemencoding() + return bytestring.decode(encoding) + + @cached_property + def _distro_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified distro release file. + + Returns: + A dictionary containing all information items. + """ + if self.distro_release_file: + # If it was specified, we use it and parse what we can, even if + # its file name or content does not match the expected pattern. + distro_info = self._parse_distro_release_file(self.distro_release_file) + basename = os.path.basename(self.distro_release_file) + # The file name pattern for user-specified distro release files + # is somewhat more tolerant (compared to when searching for the + # file), because we want to use what was specified as best as + # possible. + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + else: + try: + basenames = [ + basename + for basename in os.listdir(self.etc_dir) + if basename not in _DISTRO_RELEASE_IGNORE_BASENAMES + and os.path.isfile(os.path.join(self.etc_dir, basename)) + ] + # We sort for repeatability in cases where there are multiple + # distro specific files; e.g. CentOS, Oracle, Enterprise all + # containing `redhat-release` on top of their own. + basenames.sort() + except OSError: + # This may occur when /etc is not readable but we can't be + # sure about the *-release files. Check common entries of + # /etc for information. If they turn out to not be there the + # error is handled in `_parse_distro_release_file()`. + basenames = _DISTRO_RELEASE_BASENAMES + for basename in basenames: + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if match is None: + continue + filepath = os.path.join(self.etc_dir, basename) + distro_info = self._parse_distro_release_file(filepath) + # The name is always present if the pattern matches. + if "name" not in distro_info: + continue + self.distro_release_file = filepath + break + else: # the loop didn't "break": no candidate. + return {} + + if match is not None: + distro_info["id"] = match.group(1) + + # CloudLinux < 7: manually enrich info with proper id. + if "cloudlinux" in distro_info.get("name", "").lower(): + distro_info["id"] = "cloudlinux" + + return distro_info + + def _parse_distro_release_file(self, filepath: str) -> Dict[str, str]: + """ + Parse a distro release file. + + Parameters: + + * filepath: Path name of the distro release file. + + Returns: + A dictionary containing all information items. + """ + try: + with open(filepath, encoding="utf-8") as fp: + # Only parse the first line. For instance, on SLES there + # are multiple lines. We don't want them... + return self._parse_distro_release_content(fp.readline()) + except OSError: + # Ignore not being able to read a specific, seemingly version + # related file. + # See https://github.com/python-distro/distro/issues/162 + return {} + + @staticmethod + def _parse_distro_release_content(line: str) -> Dict[str, str]: + """ + Parse a line from a distro release file. + + Parameters: + * line: Line from the distro release file. Must be a unicode string + or a UTF-8 encoded byte string. + + Returns: + A dictionary containing all information items. + """ + matches = _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN.match(line.strip()[::-1]) + distro_info = {} + if matches: + # regexp ensures non-None + distro_info["name"] = matches.group(3)[::-1] + if matches.group(2): + distro_info["version_id"] = matches.group(2)[::-1] + if matches.group(1): + distro_info["codename"] = matches.group(1)[::-1] + elif line: + distro_info["name"] = line.strip() + return distro_info + + +_distro = LinuxDistribution() + + +def main() -> None: + logger = logging.getLogger(__name__) + logger.setLevel(logging.DEBUG) + logger.addHandler(logging.StreamHandler(sys.stdout)) + + parser = argparse.ArgumentParser(description="OS distro info tool") + parser.add_argument( + "--json", "-j", help="Output in machine readable format", action="store_true" + ) + + parser.add_argument( + "--root-dir", + "-r", + type=str, + dest="root_dir", + help="Path to the root filesystem directory (defaults to /)", + ) + + args = parser.parse_args() + + if args.root_dir: + dist = LinuxDistribution( + include_lsb=False, + include_uname=False, + include_oslevel=False, + root_dir=args.root_dir, + ) + else: + dist = _distro + + if args.json: + logger.info(json.dumps(dist.info(), indent=4, sort_keys=True)) + else: + logger.info("Name: %s", dist.name(pretty=True)) + distribution_version = dist.version(pretty=True) + logger.info("Version: %s", distribution_version) + distribution_codename = dist.codename() + logger.info("Codename: %s", distribution_codename) + + +if __name__ == "__main__": + main() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 00000000..a40eeafc --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,44 @@ +from .package_data import __version__ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain + +__all__ = [ + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cfd7466876febe099cb6f6a5f4e426ec3532186c GIT binary patch literal 907 zcmbu7JC74F5XZfFY#y6;aybe_heV3R;vp)8bmTy~f|HPFaAP^UzO0EKE3XqsNzDhK zr{lBm4J=Vn(IHOgq^q!Z4~j#g!NqT9X6^sX*z>vDZ3DNC7Vpy+RRF$v=l7~y8Ry0s zA3y?HA7Jds{>RDhTjCWM$Oi7GqBilVW zK0SKE682PUrESZ*r8zi}JHlDAR0+)#lg1uik1Ulm^sTWW;bcX*ZO18%H+bdbY`?VA zeU?&*)y7WC0F%rx!f~v`ib<+%RK`n%R_VyI*oFy>U1}RrS$?yE{v<-|2=NNwi=Po_C+`?1|3eN~LDLkh6#;6P~Up<4*RkG!D{!%HPLnbm# z1(jwVt2a5>!^Muu9pr2Uv%N``yuY}659Z9!`BjTK%vc89_{l_R$P!5)#(o|!US#{r w<|9$)Ki0Qg6@Favxx@Er5CmVq?TgAds9b=*@$(J{W7(25q|s2r9_z`B{~)*>o2inwiSt3acjs)+QhO`8?xNiaqF;1*%fywQRZLY zE^Sby0wd5thJ%`JgNi_MaC@@g9(qiH7Eo^ndLgT}qBjQOBEI+(rQ*q#cIGXY)Q@X8 zK#TOy2XfxLd9(9==bL$d>gZ@AP+kjPp9^;o@+mf)A~%?=C`ZT&(TK*SNScdsX+FxQ zg{Y7gqheZ$N*vL6O-RX6nboeS3u-Z?q}@?>x-Htq5uWI-`TdUJR;@{Qz&4hshbM0k zOnuAZ#^f65jXm;owp!>oT zbVXYh^)ualpzCG2BTv!o(mKJ~;k_COUh^%9(Lg~6`5)mPgd|JWGx4mZTe7CxwVG0A z^pqv%?b>~Ma{9HClxFE8G&mjNE$PjCE~Q(_xty8IX4F*P106pMe|q)Z&wl^2&;IbM zx8tbk6nBH!ngV8p=p@Q%B+6?pjnf5Zsutw-Z(loyaW{6TNKC&De@Y3=^KR5pxL+z1g_Kk z_Al6H1T>w?;?(bQMb6*~f{8X+DRNGq>Dntx@aIWLoVH}cq{+DXc;G_D$meodYU>C^$d`u&A*|Z)>s7Z4!GN~Jv%xo@l;;mDWvso>l(#PJ+W>ZEanT8`w>lt$_p1oqI zg-H0ap1B-JC1)bJf;pGXjE7%55;2mdK9*DCm(*F^h~$#FNDS1pER7_!j2giU6A$MK zY+efa26mdNL#OByYYZxX0(3#|I+=vv^euokQy zpV~t4=YCWe7C|~m-hPpgMWrau zI~dyO&~6{Q8} zTXgTR(~Po>F`yTraMeBCaw3W$m-YgA^iL>{xiEu0%7Y}NFzjP~Wp&2#nIytZOv{=^ zjOvzTtFm}6M`Vl(+fLZ>ks?-qvkUcK;6m4jf#_#2RCgTw<5 zeM1|*(W-Cswz%#aTb66j^(=etwfg`q%fmmPs0|F4Jhkp%`N+*P_X5EO$d%6A>*}dJ zKT?`{;Ol}fyq(KpEztW9BDx2bPu4vC8)vVb{cz+~;DfQhcn;qK-i=j$zDzWs zqj2Eck%E2&1oW#&@CH%Db~_-CA%{`r>F#Vt<{j?bIQgbK+bXZ3sb_cR;Fs>so@a39 z&R}`6;vK3eLr-&O`gPn(3_7+qW1hF$n~$Lk$t&=0dh6{2G`Q(t4uI^G%&5qj9Z= z$eo6C-g!kgwFr5F7N&H&is|HE#KbLT#l+`@&2>85Z}>ZnyapaO!n7sgdjJwJ5mQX| z9AK%W=<=x>Q`e^I1laoF z0dBCof1_uj+A~on(5S!8^>f255i~%=aqiO5^2kPTtQs7v6KK|zy|PWEjgw2?-v}J4 M1`gE;G}t!(3$;Yqp8x;= literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c94f4487bd5b2cd3a2c07846e0cab64d09d5d7a GIT binary patch literal 913 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 J5vIuo{l9HxF|Pms literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6400495beb634734a1c92fcc2ee421f52573b1f3 GIT binary patch literal 38408 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 CVM)9I literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82b2245a881e4c2db74935cb0b5704a7db61306b GIT binary patch literal 2664 zcmZuyOKclO7@mDOsU7EKHAx>dlZHnYQoD&;gis2CRH@W9MQuX`0kqwE$H|iQt~;}C z>fk^?91^HRBr4Utxd$Xyy@VS_j!0aR1_^5w!2vG08N!K6`DfNnnu?Kj=b!l>^Upuu zeDiZW9!1dJN`5{2ehWf>@IkXh8p6&U5bhxhO(RRPWJj8opjR9@r%Wq3by}5>r4of` zhrrI#h)Ogol9l-=t6D8zs?!mx73L1Wrx7h1v7#{7V#UN5tYNNc-3FRgD-N3Wr{jR% z0r2YpZL}!so#p`vq3AjL7ICqO9h>>s%VOL0$qb=v80Soj;6k2H4$XRbk}Wt+Q3q3& zGaU!Jh1?B7xz_RA8B7ZsTa3qAp7O7fI2;`*j=F zG#4EjV!lcJkzq_+YeXN$;doSxM|GS`CiNtqn&tVrY#tWpt~U#WiBQMqO@?pdM);`h z3bjY=8QV1-vB5WwLr&PYa|FLL)DVnb}rIOUNYxZZ+N7oQq zR7e_B!3JbeYW`r znlmNMQbc6Uk{U5V^$1qwt(mEWO6sC==RFnqu}}lK$W854q^sr;D8iNIX~W4si!cnw z1z;j@fNq9xBv8|xA?)=ihSmUsaZ;SVadH<9Mu-oC1B4@D7_&lV7S7uA_Z_&1(nK>h zDZ%8nnem+>Sb2;9Quh1=?hG4`oq_2w4nG(GCNc8>Dt0m|f?W~mg`wPxXAz5Uf!Xei zvxoHtXz|z>PLJXej|C~Zp3iN44l0%u(YBvJ+vY%_ytaBIh%k@(#0oS~hd^#}Q_i%ol^i?#ReeFDJ66 zJ&+d%6#EW-OX#0YlsHsA`0a_M3$=L1(nPH*v2=bb-hDT{`pITua5Mh=-zcK>E=#po z+w$d=^xeej2b*03k7EP1j>F}Vl}{^2s+X%bA70%U7+D+G7)U?vNY^_1YJG#1^VORV zF0OU0jeMV2?>oI5ueG*+6JLqn%~dAB^7&J1xgX!&c=g;*0~@bi*zCFZOY3CqV9!dl z9*6ZHt+uY!p0CfWt9?6=C<-(Ip+JGnW*S$8&m%4ilIRBE9x4I*FTl7YEx;v&Ya(CT z#-Mo!672(l@+-%<7sm7;pJ;FXFbJ#*eoLqZt6y2UP)={ej;*W5XfMnL65U5nd{wbB zFKJ_Cxa5$5ya1@n%CNd}i5>y1!|k4Y_T)1K(W4;h5`7Lj#=#k80r<1X9{y-QXa>0n z56<(6uXeATTfJGH+~|FIJ@(4F`bwCT3Wsb^p7p-6aM+6Eegk1YcUn@DYZm1_*8Ern z!)F@so4jkQ0M|)#XQ5yN{w}{Y7!Wv-m-P|f53~=Vyo)L@p<05hZp(9r!AmP?f?4IF z0^FuN#fQ5rE%d$nqyJCb2#*_ba8W6$y0&oUEb$4=*)GsT7GLKjxsJ2&h%){}de{R+ z;~@;M2Y;omhvN05pa;tNd1^w}1RjFO4I5rrKZu3B;gGB^4u!UXo!&w*bfWA*L{Nnh zD0z+&68P>R|H{eC%`hEulZ-hs&obU7PX2 zrHQR*=daPD8_}cXYn5x8(cz`>dIYt`mM?!XztuBXnW(1W?wx)xx!E(i5?fZ6NiEi~ zdg_;0fBA*SvHn`3x2~WzEPU=PGY2Og#zQQUZ0UM|{fXc*v1k6P!vF(3b$8v(~ z-k?b^g38lDgB5r1sy@vAUX&4we1N`2AuXfmnTaE&YSC_S!>ZhY#y7 zOHzM1QAf~K(xR)Tclf9tk)+|(t9)v>{B9*(RVuID2PYWTTRWt#@^~FVS3Ou|Yva}1 P5BtUNhpB(~tjP2~I?k)y literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e27865f0e8de34e25e6d458227b4fb6e41cd972 GIT binary patch literal 242 zcmX@j%ge<81de*$8KOY?F^B^Lj8MjB4j^MXLkdF_LnWgoQx&tZo{66(<1Oy^__EZZ z;>`TK`1q9!pFygBRqAKt=cekXC1#dn=)0sAXP4v`=sQQc>HFrVl;))BhUDkx6zgZ^ z7UZPnrskFCCg+zICsyj~m8IsD>E~o7=@(R%WaQ@=>lqs97iX5F>J}s>XD6no7V8&e z7U%=*%S*{G($7rEOVo$T#HS>dB0d)#0GQ;$nnJ>zkOh4WMsU-C)~(g I!~*0305Jtbw*UYD literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5636124b2d91c7aebaf2fffc180be60785b71f31 GIT binary patch literal 158896 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 Tnb{u;T$5EQ-Lsf|M*RN(4X9mw literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py new file mode 100644 index 00000000..1ca9ba62 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py @@ -0,0 +1,112 @@ +from .core import encode, decode, alabel, ulabel, IDNAError +import codecs +import re +from typing import Tuple, Optional + +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class Codec(codecs.Codec): + + def encode(self, data: str, errors: str = 'strict') -> Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = 'strict') -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return '', 0 + + return decode(data), len(data) + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return "", 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_str = '.'.join(result) + trailing_dot # type: ignore + size += len(trailing_dot) + return result_str, size + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return ('', 0) + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = '.'.join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def getregentry() -> codecs.CodecInfo: + # Compatibility as a search_function for codecs.register() + return codecs.CodecInfo( + name='idna', + encode=Codec().encode, # type: ignore + decode=Codec().decode, # type: ignore + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 00000000..786e6bda --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,13 @@ +from .core import * +from .codec import * +from typing import Any, Union + +def ToASCII(label: str) -> bytes: + return encode(label) + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + +def nameprep(s: Any) -> None: + raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol') + diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 00000000..4f300371 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,400 @@ +from . import idnadata +import bisect +import unicodedata +import re +from typing import Union, Optional +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b'xn--' +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class IDNAError(UnicodeError): + """ Base exception for all IDNA-encoding related problems """ + pass + + +class IDNABidiError(IDNAError): + """ Exception when bidirectional requirements are not satisfied """ + pass + + +class InvalidCodepoint(IDNAError): + """ Exception when a disallowed or unallocated codepoint is used """ + pass + + +class InvalidCodepointContext(IDNAError): + """ Exception when the codepoint is not valid in the context it is used """ + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError('Unknown character in unicodedata') + return v + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + +def _punycode(s: str) -> bytes: + return s.encode('punycode') + +def _unot(s: int) -> str: + return 'U+{:04X}'.format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == '': + # String likely comes from a newer version of Unicode + raise IDNABidiError('Unknown directionality in label {} at position {}'.format(repr(label), idx)) + if direction in ['R', 'AL', 'AN']: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ['R', 'AL']: + rtl = True + elif direction == 'L': + rtl = False + else: + raise IDNABidiError('First codepoint in label {} must be directionality L, R or AL'.format(repr(label))) + + valid_ending = False + number_type = None # type: Optional[str] + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if not direction in ['R', 'AL', 'AN', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a right-to-left label'.format(idx)) + # Bidi rule 3 + if direction in ['R', 'AL', 'EN', 'AN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + # Bidi rule 4 + if direction in ['AN', 'EN']: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError('Can not mix numeral types in a right-to-left label') + else: + # Bidi rule 5 + if not direction in ['L', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a left-to-right label'.format(idx)) + # Bidi rule 6 + if direction in ['L', 'EN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + + if not valid_ending: + raise IDNABidiError('Label ends with illegal codepoint directionality') + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == 'M': + raise IDNAError('Label begins with an illegal combining character') + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == '--': + raise IDNAError('Label has disallowed hyphens in 3rd and 4th position') + if label[0] == '-' or label[-1] == '-': + raise IDNAError('Label must not start or end with a hyphen') + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize('NFC', label) != label: + raise IDNAError('Label must be in Normalization Form C') + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200c: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos-1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('L'), ord('D')]: + ok = True + break + + if not ok: + return False + + ok = False + for i in range(pos+1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('R'), ord('D')]: + ok = True + break + return ok + + if cp_value == 0x200d: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00b7: + if 0 < pos < len(label)-1: + if ord(label[pos - 1]) == 0x006c and ord(label[pos + 1]) == 0x006c: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label)-1 and len(label) > 1: + return _is_script(label[pos + 1], 'Greek') + return False + + elif cp_value == 0x05f3 or cp_value == 0x05f4: + if pos > 0: + return _is_script(label[pos - 1], 'Hebrew') + return False + + elif cp_value == 0x30fb: + for cp in label: + if cp == '\u30fb': + continue + if _is_script(cp, 'Hiragana') or _is_script(cp, 'Katakana') or _is_script(cp, 'Han'): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6f0 <= ord(cp) <= 0x06f9: + return False + return True + + elif 0x6f0 <= cp_value <= 0x6f9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode('utf-8') + if len(label) == 0: + raise IDNAError('Empty Label') + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for (pos, cp) in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes['PVALID']): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTJ']): + try: + if not valid_contextj(label, pos): + raise InvalidCodepointContext('Joiner {} not allowed at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + except ValueError: + raise IDNAError('Unknown codepoint adjacent to joiner {} at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTO']): + if not valid_contexto(label, pos): + raise InvalidCodepointContext('Codepoint {} not allowed at position {} in {}'.format(_unot(cp_value), pos+1, repr(label))) + else: + raise InvalidCodepoint('Codepoint {} at position {} of {} not allowed'.format(_unot(cp_value), pos+1, repr(label))) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode('ascii') + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + return label_bytes + except UnicodeEncodeError: + pass + + if not label: + raise IDNAError('No Input') + + label = str(label) + check_label(label) + label_bytes = _punycode(label) + label_bytes = _alabel_prefix + label_bytes + + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode('ascii') + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix):] + if not label_bytes: + raise IDNAError('Malformed A-label, no Punycode eligible content found') + if label_bytes.decode('ascii')[-1] == '-': + raise IDNAError('A-label must not end with a hyphen') + else: + check_label(label_bytes) + return label_bytes.decode('ascii') + + try: + label = label_bytes.decode('punycode') + except UnicodeError: + raise IDNAError('Invalid A-label') + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + output = '' + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else + bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] + status = uts46row[1] + replacement = None # type: Optional[str] + if len(uts46row) == 3: + replacement = uts46row[2] # type: ignore + if (status == 'V' or + (status == 'D' and not transitional) or + (status == '3' and not std3_rules and replacement is None)): + output += char + elif replacement is not None and (status == 'M' or + (status == '3' and not std3_rules) or + (status == 'D' and transitional)): + output += replacement + elif status != 'I': + raise IndexError() + except IndexError: + raise InvalidCodepoint( + 'Codepoint {} not allowed at position {} in {}'.format( + _unot(code_point), pos + 1, repr(domain))) + + return unicodedata.normalize('NFC', output) + + +def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False, transitional: bool = False) -> bytes: + if isinstance(s, (bytes, bytearray)): + try: + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('should pass a unicode string to the function rather than a byte string.') + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split('.') + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if labels[-1] == '': + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append(b'') + s = b'.'.join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError('Domain too long') + return s + + +def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False) -> str: + try: + if isinstance(s, (bytes, bytearray)): + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('Invalid ASCII in A-label') + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split('.') + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append('') + return '.'.join(result) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 00000000..67db4625 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,2151 @@ +# This file is automatically generated by tools/idna-data + +__version__ = '15.0.0' +scripts = { + 'Greek': ( + 0x37000000374, + 0x37500000378, + 0x37a0000037e, + 0x37f00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038b, + 0x38c0000038d, + 0x38e000003a2, + 0x3a3000003e2, + 0x3f000000400, + 0x1d2600001d2b, + 0x1d5d00001d62, + 0x1d6600001d6b, + 0x1dbf00001dc0, + 0x1f0000001f16, + 0x1f1800001f1e, + 0x1f2000001f46, + 0x1f4800001f4e, + 0x1f5000001f58, + 0x1f5900001f5a, + 0x1f5b00001f5c, + 0x1f5d00001f5e, + 0x1f5f00001f7e, + 0x1f8000001fb5, + 0x1fb600001fc5, + 0x1fc600001fd4, + 0x1fd600001fdc, + 0x1fdd00001ff0, + 0x1ff200001ff5, + 0x1ff600001fff, + 0x212600002127, + 0xab650000ab66, + 0x101400001018f, + 0x101a0000101a1, + 0x1d2000001d246, + ), + 'Han': ( + 0x2e8000002e9a, + 0x2e9b00002ef4, + 0x2f0000002fd6, + 0x300500003006, + 0x300700003008, + 0x30210000302a, + 0x30380000303c, + 0x340000004dc0, + 0x4e000000a000, + 0xf9000000fa6e, + 0xfa700000fada, + 0x16fe200016fe4, + 0x16ff000016ff2, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2f8000002fa1e, + 0x300000003134b, + 0x31350000323b0, + ), + 'Hebrew': ( + 0x591000005c8, + 0x5d0000005eb, + 0x5ef000005f5, + 0xfb1d0000fb37, + 0xfb380000fb3d, + 0xfb3e0000fb3f, + 0xfb400000fb42, + 0xfb430000fb45, + 0xfb460000fb50, + ), + 'Hiragana': ( + 0x304100003097, + 0x309d000030a0, + 0x1b0010001b120, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1f2000001f201, + ), + 'Katakana': ( + 0x30a1000030fb, + 0x30fd00003100, + 0x31f000003200, + 0x32d0000032ff, + 0x330000003358, + 0xff660000ff70, + 0xff710000ff9e, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b001, + 0x1b1200001b123, + 0x1b1550001b156, + 0x1b1640001b168, + ), +} +joining_types = { + 0x600: 85, + 0x601: 85, + 0x602: 85, + 0x603: 85, + 0x604: 85, + 0x605: 85, + 0x608: 85, + 0x60b: 85, + 0x620: 68, + 0x621: 85, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62a: 68, + 0x62b: 68, + 0x62c: 68, + 0x62d: 68, + 0x62e: 68, + 0x62f: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63a: 68, + 0x63b: 68, + 0x63c: 68, + 0x63d: 68, + 0x63e: 68, + 0x63f: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64a: 68, + 0x66e: 68, + 0x66f: 68, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x674: 85, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67a: 68, + 0x67b: 68, + 0x67c: 68, + 0x67d: 68, + 0x67e: 68, + 0x67f: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68a: 82, + 0x68b: 82, + 0x68c: 82, + 0x68d: 82, + 0x68e: 82, + 0x68f: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69a: 68, + 0x69b: 68, + 0x69c: 68, + 0x69d: 68, + 0x69e: 68, + 0x69f: 68, + 0x6a0: 68, + 0x6a1: 68, + 0x6a2: 68, + 0x6a3: 68, + 0x6a4: 68, + 0x6a5: 68, + 0x6a6: 68, + 0x6a7: 68, + 0x6a8: 68, + 0x6a9: 68, + 0x6aa: 68, + 0x6ab: 68, + 0x6ac: 68, + 0x6ad: 68, + 0x6ae: 68, + 0x6af: 68, + 0x6b0: 68, + 0x6b1: 68, + 0x6b2: 68, + 0x6b3: 68, + 0x6b4: 68, + 0x6b5: 68, + 0x6b6: 68, + 0x6b7: 68, + 0x6b8: 68, + 0x6b9: 68, + 0x6ba: 68, + 0x6bb: 68, + 0x6bc: 68, + 0x6bd: 68, + 0x6be: 68, + 0x6bf: 68, + 0x6c0: 82, + 0x6c1: 68, + 0x6c2: 68, + 0x6c3: 82, + 0x6c4: 82, + 0x6c5: 82, + 0x6c6: 82, + 0x6c7: 82, + 0x6c8: 82, + 0x6c9: 82, + 0x6ca: 82, + 0x6cb: 82, + 0x6cc: 68, + 0x6cd: 82, + 0x6ce: 68, + 0x6cf: 82, + 0x6d0: 68, + 0x6d1: 68, + 0x6d2: 82, + 0x6d3: 82, + 0x6d5: 82, + 0x6dd: 85, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71a: 68, + 0x71b: 68, + 0x71c: 68, + 0x71d: 68, + 0x71e: 82, + 0x71f: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72a: 82, + 0x72b: 68, + 0x72c: 82, + 0x72d: 68, + 0x72e: 68, + 0x72f: 82, + 0x74d: 82, + 0x74e: 68, + 0x74f: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75a: 82, + 0x75b: 82, + 0x75c: 68, + 0x75d: 68, + 0x75e: 68, + 0x75f: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76a: 68, + 0x76b: 82, + 0x76c: 82, + 0x76d: 68, + 0x76e: 68, + 0x76f: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77a: 68, + 0x77b: 68, + 0x77c: 68, + 0x77d: 68, + 0x77e: 68, + 0x77f: 68, + 0x7ca: 68, + 0x7cb: 68, + 0x7cc: 68, + 0x7cd: 68, + 0x7ce: 68, + 0x7cf: 68, + 0x7d0: 68, + 0x7d1: 68, + 0x7d2: 68, + 0x7d3: 68, + 0x7d4: 68, + 0x7d5: 68, + 0x7d6: 68, + 0x7d7: 68, + 0x7d8: 68, + 0x7d9: 68, + 0x7da: 68, + 0x7db: 68, + 0x7dc: 68, + 0x7dd: 68, + 0x7de: 68, + 0x7df: 68, + 0x7e0: 68, + 0x7e1: 68, + 0x7e2: 68, + 0x7e3: 68, + 0x7e4: 68, + 0x7e5: 68, + 0x7e6: 68, + 0x7e7: 68, + 0x7e8: 68, + 0x7e9: 68, + 0x7ea: 68, + 0x7fa: 67, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84a: 68, + 0x84b: 68, + 0x84c: 68, + 0x84d: 68, + 0x84e: 68, + 0x84f: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x860: 68, + 0x861: 85, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x866: 85, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86a: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87a: 82, + 0x87b: 82, + 0x87c: 82, + 0x87d: 82, + 0x87e: 82, + 0x87f: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x887: 85, + 0x888: 85, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x890: 85, + 0x891: 85, + 0x8a0: 68, + 0x8a1: 68, + 0x8a2: 68, + 0x8a3: 68, + 0x8a4: 68, + 0x8a5: 68, + 0x8a6: 68, + 0x8a7: 68, + 0x8a8: 68, + 0x8a9: 68, + 0x8aa: 82, + 0x8ab: 82, + 0x8ac: 82, + 0x8ad: 85, + 0x8ae: 82, + 0x8af: 68, + 0x8b0: 68, + 0x8b1: 82, + 0x8b2: 82, + 0x8b3: 68, + 0x8b4: 68, + 0x8b5: 68, + 0x8b6: 68, + 0x8b7: 68, + 0x8b8: 68, + 0x8b9: 82, + 0x8ba: 68, + 0x8bb: 68, + 0x8bc: 68, + 0x8bd: 68, + 0x8be: 68, + 0x8bf: 68, + 0x8c0: 68, + 0x8c1: 68, + 0x8c2: 68, + 0x8c3: 68, + 0x8c4: 68, + 0x8c5: 68, + 0x8c6: 68, + 0x8c7: 68, + 0x8c8: 68, + 0x8e2: 85, + 0x1806: 85, + 0x1807: 68, + 0x180a: 67, + 0x180e: 85, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182a: 68, + 0x182b: 68, + 0x182c: 68, + 0x182d: 68, + 0x182e: 68, + 0x182f: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183a: 68, + 0x183b: 68, + 0x183c: 68, + 0x183d: 68, + 0x183e: 68, + 0x183f: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184a: 68, + 0x184b: 68, + 0x184c: 68, + 0x184d: 68, + 0x184e: 68, + 0x184f: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185a: 68, + 0x185b: 68, + 0x185c: 68, + 0x185d: 68, + 0x185e: 68, + 0x185f: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186a: 68, + 0x186b: 68, + 0x186c: 68, + 0x186d: 68, + 0x186e: 68, + 0x186f: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1880: 85, + 0x1881: 85, + 0x1882: 85, + 0x1883: 85, + 0x1884: 85, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188a: 68, + 0x188b: 68, + 0x188c: 68, + 0x188d: 68, + 0x188e: 68, + 0x188f: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189a: 68, + 0x189b: 68, + 0x189c: 68, + 0x189d: 68, + 0x189e: 68, + 0x189f: 68, + 0x18a0: 68, + 0x18a1: 68, + 0x18a2: 68, + 0x18a3: 68, + 0x18a4: 68, + 0x18a5: 68, + 0x18a6: 68, + 0x18a7: 68, + 0x18a8: 68, + 0x18aa: 68, + 0x200c: 85, + 0x200d: 67, + 0x202f: 85, + 0x2066: 85, + 0x2067: 85, + 0x2068: 85, + 0x2069: 85, + 0xa840: 68, + 0xa841: 68, + 0xa842: 68, + 0xa843: 68, + 0xa844: 68, + 0xa845: 68, + 0xa846: 68, + 0xa847: 68, + 0xa848: 68, + 0xa849: 68, + 0xa84a: 68, + 0xa84b: 68, + 0xa84c: 68, + 0xa84d: 68, + 0xa84e: 68, + 0xa84f: 68, + 0xa850: 68, + 0xa851: 68, + 0xa852: 68, + 0xa853: 68, + 0xa854: 68, + 0xa855: 68, + 0xa856: 68, + 0xa857: 68, + 0xa858: 68, + 0xa859: 68, + 0xa85a: 68, + 0xa85b: 68, + 0xa85c: 68, + 0xa85d: 68, + 0xa85e: 68, + 0xa85f: 68, + 0xa860: 68, + 0xa861: 68, + 0xa862: 68, + 0xa863: 68, + 0xa864: 68, + 0xa865: 68, + 0xa866: 68, + 0xa867: 68, + 0xa868: 68, + 0xa869: 68, + 0xa86a: 68, + 0xa86b: 68, + 0xa86c: 68, + 0xa86d: 68, + 0xa86e: 68, + 0xa86f: 68, + 0xa870: 68, + 0xa871: 68, + 0xa872: 76, + 0xa873: 85, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac6: 85, + 0x10ac7: 82, + 0x10ac8: 85, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acb: 85, + 0x10acc: 85, + 0x10acd: 76, + 0x10ace: 82, + 0x10acf: 82, + 0x10ad0: 82, + 0x10ad1: 82, + 0x10ad2: 82, + 0x10ad3: 68, + 0x10ad4: 68, + 0x10ad5: 68, + 0x10ad6: 68, + 0x10ad7: 76, + 0x10ad8: 68, + 0x10ad9: 68, + 0x10ada: 68, + 0x10adb: 68, + 0x10adc: 68, + 0x10add: 82, + 0x10ade: 68, + 0x10adf: 68, + 0x10ae0: 68, + 0x10ae1: 82, + 0x10ae2: 85, + 0x10ae3: 85, + 0x10ae4: 82, + 0x10aeb: 68, + 0x10aec: 68, + 0x10aed: 68, + 0x10aee: 68, + 0x10aef: 82, + 0x10b80: 68, + 0x10b81: 82, + 0x10b82: 68, + 0x10b83: 82, + 0x10b84: 82, + 0x10b85: 82, + 0x10b86: 68, + 0x10b87: 68, + 0x10b88: 68, + 0x10b89: 82, + 0x10b8a: 68, + 0x10b8b: 68, + 0x10b8c: 82, + 0x10b8d: 68, + 0x10b8e: 82, + 0x10b8f: 82, + 0x10b90: 68, + 0x10b91: 82, + 0x10ba9: 82, + 0x10baa: 82, + 0x10bab: 82, + 0x10bac: 82, + 0x10bad: 68, + 0x10bae: 68, + 0x10baf: 85, + 0x10d00: 76, + 0x10d01: 68, + 0x10d02: 68, + 0x10d03: 68, + 0x10d04: 68, + 0x10d05: 68, + 0x10d06: 68, + 0x10d07: 68, + 0x10d08: 68, + 0x10d09: 68, + 0x10d0a: 68, + 0x10d0b: 68, + 0x10d0c: 68, + 0x10d0d: 68, + 0x10d0e: 68, + 0x10d0f: 68, + 0x10d10: 68, + 0x10d11: 68, + 0x10d12: 68, + 0x10d13: 68, + 0x10d14: 68, + 0x10d15: 68, + 0x10d16: 68, + 0x10d17: 68, + 0x10d18: 68, + 0x10d19: 68, + 0x10d1a: 68, + 0x10d1b: 68, + 0x10d1c: 68, + 0x10d1d: 68, + 0x10d1e: 68, + 0x10d1f: 68, + 0x10d20: 68, + 0x10d21: 68, + 0x10d22: 82, + 0x10d23: 68, + 0x10f30: 68, + 0x10f31: 68, + 0x10f32: 68, + 0x10f33: 82, + 0x10f34: 68, + 0x10f35: 68, + 0x10f36: 68, + 0x10f37: 68, + 0x10f38: 68, + 0x10f39: 68, + 0x10f3a: 68, + 0x10f3b: 68, + 0x10f3c: 68, + 0x10f3d: 68, + 0x10f3e: 68, + 0x10f3f: 68, + 0x10f40: 68, + 0x10f41: 68, + 0x10f42: 68, + 0x10f43: 68, + 0x10f44: 68, + 0x10f45: 85, + 0x10f51: 68, + 0x10f52: 68, + 0x10f53: 68, + 0x10f54: 82, + 0x10f70: 68, + 0x10f71: 68, + 0x10f72: 68, + 0x10f73: 68, + 0x10f74: 82, + 0x10f75: 82, + 0x10f76: 68, + 0x10f77: 68, + 0x10f78: 68, + 0x10f79: 68, + 0x10f7a: 68, + 0x10f7b: 68, + 0x10f7c: 68, + 0x10f7d: 68, + 0x10f7e: 68, + 0x10f7f: 68, + 0x10f80: 68, + 0x10f81: 68, + 0x10fb0: 68, + 0x10fb1: 85, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb7: 85, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc0: 85, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc5: 85, + 0x10fc6: 85, + 0x10fc7: 85, + 0x10fc8: 85, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x110bd: 85, + 0x110cd: 85, + 0x1e900: 68, + 0x1e901: 68, + 0x1e902: 68, + 0x1e903: 68, + 0x1e904: 68, + 0x1e905: 68, + 0x1e906: 68, + 0x1e907: 68, + 0x1e908: 68, + 0x1e909: 68, + 0x1e90a: 68, + 0x1e90b: 68, + 0x1e90c: 68, + 0x1e90d: 68, + 0x1e90e: 68, + 0x1e90f: 68, + 0x1e910: 68, + 0x1e911: 68, + 0x1e912: 68, + 0x1e913: 68, + 0x1e914: 68, + 0x1e915: 68, + 0x1e916: 68, + 0x1e917: 68, + 0x1e918: 68, + 0x1e919: 68, + 0x1e91a: 68, + 0x1e91b: 68, + 0x1e91c: 68, + 0x1e91d: 68, + 0x1e91e: 68, + 0x1e91f: 68, + 0x1e920: 68, + 0x1e921: 68, + 0x1e922: 68, + 0x1e923: 68, + 0x1e924: 68, + 0x1e925: 68, + 0x1e926: 68, + 0x1e927: 68, + 0x1e928: 68, + 0x1e929: 68, + 0x1e92a: 68, + 0x1e92b: 68, + 0x1e92c: 68, + 0x1e92d: 68, + 0x1e92e: 68, + 0x1e92f: 68, + 0x1e930: 68, + 0x1e931: 68, + 0x1e932: 68, + 0x1e933: 68, + 0x1e934: 68, + 0x1e935: 68, + 0x1e936: 68, + 0x1e937: 68, + 0x1e938: 68, + 0x1e939: 68, + 0x1e93a: 68, + 0x1e93b: 68, + 0x1e93c: 68, + 0x1e93d: 68, + 0x1e93e: 68, + 0x1e93f: 68, + 0x1e940: 68, + 0x1e941: 68, + 0x1e942: 68, + 0x1e943: 68, + 0x1e94b: 84, +} +codepoint_classes = { + 'PVALID': ( + 0x2d0000002e, + 0x300000003a, + 0x610000007b, + 0xdf000000f7, + 0xf800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010a, + 0x10b0000010c, + 0x10d0000010e, + 0x10f00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011a, + 0x11b0000011c, + 0x11d0000011e, + 0x11f00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012a, + 0x12b0000012c, + 0x12d0000012e, + 0x12f00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13a0000013b, + 0x13c0000013d, + 0x13e0000013f, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14b0000014c, + 0x14d0000014e, + 0x14f00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015a, + 0x15b0000015c, + 0x15d0000015e, + 0x15f00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016a, + 0x16b0000016c, + 0x16d0000016e, + 0x16f00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17a0000017b, + 0x17c0000017d, + 0x17e0000017f, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18c0000018e, + 0x19200000193, + 0x19500000196, + 0x1990000019c, + 0x19e0000019f, + 0x1a1000001a2, + 0x1a3000001a4, + 0x1a5000001a6, + 0x1a8000001a9, + 0x1aa000001ac, + 0x1ad000001ae, + 0x1b0000001b1, + 0x1b4000001b5, + 0x1b6000001b7, + 0x1b9000001bc, + 0x1bd000001c4, + 0x1ce000001cf, + 0x1d0000001d1, + 0x1d2000001d3, + 0x1d4000001d5, + 0x1d6000001d7, + 0x1d8000001d9, + 0x1da000001db, + 0x1dc000001de, + 0x1df000001e0, + 0x1e1000001e2, + 0x1e3000001e4, + 0x1e5000001e6, + 0x1e7000001e8, + 0x1e9000001ea, + 0x1eb000001ec, + 0x1ed000001ee, + 0x1ef000001f1, + 0x1f5000001f6, + 0x1f9000001fa, + 0x1fb000001fc, + 0x1fd000001fe, + 0x1ff00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020a, + 0x20b0000020c, + 0x20d0000020e, + 0x20f00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021a, + 0x21b0000021c, + 0x21d0000021e, + 0x21f00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022a, + 0x22b0000022c, + 0x22d0000022e, + 0x22f00000230, + 0x23100000232, + 0x2330000023a, + 0x23c0000023d, + 0x23f00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024a, + 0x24b0000024c, + 0x24d0000024e, + 0x24f000002b0, + 0x2b9000002c2, + 0x2c6000002d2, + 0x2ec000002ed, + 0x2ee000002ef, + 0x30000000340, + 0x34200000343, + 0x3460000034f, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37b0000037e, + 0x39000000391, + 0x3ac000003cf, + 0x3d7000003d8, + 0x3d9000003da, + 0x3db000003dc, + 0x3dd000003de, + 0x3df000003e0, + 0x3e1000003e2, + 0x3e3000003e4, + 0x3e5000003e6, + 0x3e7000003e8, + 0x3e9000003ea, + 0x3eb000003ec, + 0x3ed000003ee, + 0x3ef000003f0, + 0x3f3000003f4, + 0x3f8000003f9, + 0x3fb000003fd, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046a, + 0x46b0000046c, + 0x46d0000046e, + 0x46f00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047a, + 0x47b0000047c, + 0x47d0000047e, + 0x47f00000480, + 0x48100000482, + 0x48300000488, + 0x48b0000048c, + 0x48d0000048e, + 0x48f00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049a, + 0x49b0000049c, + 0x49d0000049e, + 0x49f000004a0, + 0x4a1000004a2, + 0x4a3000004a4, + 0x4a5000004a6, + 0x4a7000004a8, + 0x4a9000004aa, + 0x4ab000004ac, + 0x4ad000004ae, + 0x4af000004b0, + 0x4b1000004b2, + 0x4b3000004b4, + 0x4b5000004b6, + 0x4b7000004b8, + 0x4b9000004ba, + 0x4bb000004bc, + 0x4bd000004be, + 0x4bf000004c0, + 0x4c2000004c3, + 0x4c4000004c5, + 0x4c6000004c7, + 0x4c8000004c9, + 0x4ca000004cb, + 0x4cc000004cd, + 0x4ce000004d0, + 0x4d1000004d2, + 0x4d3000004d4, + 0x4d5000004d6, + 0x4d7000004d8, + 0x4d9000004da, + 0x4db000004dc, + 0x4dd000004de, + 0x4df000004e0, + 0x4e1000004e2, + 0x4e3000004e4, + 0x4e5000004e6, + 0x4e7000004e8, + 0x4e9000004ea, + 0x4eb000004ec, + 0x4ed000004ee, + 0x4ef000004f0, + 0x4f1000004f2, + 0x4f3000004f4, + 0x4f5000004f6, + 0x4f7000004f8, + 0x4f9000004fa, + 0x4fb000004fc, + 0x4fd000004fe, + 0x4ff00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050a, + 0x50b0000050c, + 0x50d0000050e, + 0x50f00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051a, + 0x51b0000051c, + 0x51d0000051e, + 0x51f00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052a, + 0x52b0000052c, + 0x52d0000052e, + 0x52f00000530, + 0x5590000055a, + 0x56000000587, + 0x58800000589, + 0x591000005be, + 0x5bf000005c0, + 0x5c1000005c3, + 0x5c4000005c6, + 0x5c7000005c8, + 0x5d0000005eb, + 0x5ef000005f3, + 0x6100000061b, + 0x62000000640, + 0x64100000660, + 0x66e00000675, + 0x679000006d4, + 0x6d5000006dd, + 0x6df000006e9, + 0x6ea000006f0, + 0x6fa00000700, + 0x7100000074b, + 0x74d000007b2, + 0x7c0000007f6, + 0x7fd000007fe, + 0x8000000082e, + 0x8400000085c, + 0x8600000086b, + 0x87000000888, + 0x8890000088f, + 0x898000008e2, + 0x8e300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098d, + 0x98f00000991, + 0x993000009a9, + 0x9aa000009b1, + 0x9b2000009b3, + 0x9b6000009ba, + 0x9bc000009c5, + 0x9c7000009c9, + 0x9cb000009cf, + 0x9d7000009d8, + 0x9e0000009e4, + 0x9e6000009f2, + 0x9fc000009fd, + 0x9fe000009ff, + 0xa0100000a04, + 0xa0500000a0b, + 0xa0f00000a11, + 0xa1300000a29, + 0xa2a00000a31, + 0xa3200000a33, + 0xa3500000a36, + 0xa3800000a3a, + 0xa3c00000a3d, + 0xa3e00000a43, + 0xa4700000a49, + 0xa4b00000a4e, + 0xa5100000a52, + 0xa5c00000a5d, + 0xa6600000a76, + 0xa8100000a84, + 0xa8500000a8e, + 0xa8f00000a92, + 0xa9300000aa9, + 0xaaa00000ab1, + 0xab200000ab4, + 0xab500000aba, + 0xabc00000ac6, + 0xac700000aca, + 0xacb00000ace, + 0xad000000ad1, + 0xae000000ae4, + 0xae600000af0, + 0xaf900000b00, + 0xb0100000b04, + 0xb0500000b0d, + 0xb0f00000b11, + 0xb1300000b29, + 0xb2a00000b31, + 0xb3200000b34, + 0xb3500000b3a, + 0xb3c00000b45, + 0xb4700000b49, + 0xb4b00000b4e, + 0xb5500000b58, + 0xb5f00000b64, + 0xb6600000b70, + 0xb7100000b72, + 0xb8200000b84, + 0xb8500000b8b, + 0xb8e00000b91, + 0xb9200000b96, + 0xb9900000b9b, + 0xb9c00000b9d, + 0xb9e00000ba0, + 0xba300000ba5, + 0xba800000bab, + 0xbae00000bba, + 0xbbe00000bc3, + 0xbc600000bc9, + 0xbca00000bce, + 0xbd000000bd1, + 0xbd700000bd8, + 0xbe600000bf0, + 0xc0000000c0d, + 0xc0e00000c11, + 0xc1200000c29, + 0xc2a00000c3a, + 0xc3c00000c45, + 0xc4600000c49, + 0xc4a00000c4e, + 0xc5500000c57, + 0xc5800000c5b, + 0xc5d00000c5e, + 0xc6000000c64, + 0xc6600000c70, + 0xc8000000c84, + 0xc8500000c8d, + 0xc8e00000c91, + 0xc9200000ca9, + 0xcaa00000cb4, + 0xcb500000cba, + 0xcbc00000cc5, + 0xcc600000cc9, + 0xcca00000cce, + 0xcd500000cd7, + 0xcdd00000cdf, + 0xce000000ce4, + 0xce600000cf0, + 0xcf100000cf4, + 0xd0000000d0d, + 0xd0e00000d11, + 0xd1200000d45, + 0xd4600000d49, + 0xd4a00000d4f, + 0xd5400000d58, + 0xd5f00000d64, + 0xd6600000d70, + 0xd7a00000d80, + 0xd8100000d84, + 0xd8500000d97, + 0xd9a00000db2, + 0xdb300000dbc, + 0xdbd00000dbe, + 0xdc000000dc7, + 0xdca00000dcb, + 0xdcf00000dd5, + 0xdd600000dd7, + 0xdd800000de0, + 0xde600000df0, + 0xdf200000df4, + 0xe0100000e33, + 0xe3400000e3b, + 0xe4000000e4f, + 0xe5000000e5a, + 0xe8100000e83, + 0xe8400000e85, + 0xe8600000e8b, + 0xe8c00000ea4, + 0xea500000ea6, + 0xea700000eb3, + 0xeb400000ebe, + 0xec000000ec5, + 0xec600000ec7, + 0xec800000ecf, + 0xed000000eda, + 0xede00000ee0, + 0xf0000000f01, + 0xf0b00000f0c, + 0xf1800000f1a, + 0xf2000000f2a, + 0xf3500000f36, + 0xf3700000f38, + 0xf3900000f3a, + 0xf3e00000f43, + 0xf4400000f48, + 0xf4900000f4d, + 0xf4e00000f52, + 0xf5300000f57, + 0xf5800000f5c, + 0xf5d00000f69, + 0xf6a00000f6d, + 0xf7100000f73, + 0xf7400000f75, + 0xf7a00000f81, + 0xf8200000f85, + 0xf8600000f93, + 0xf9400000f98, + 0xf9900000f9d, + 0xf9e00000fa2, + 0xfa300000fa7, + 0xfa800000fac, + 0xfad00000fb9, + 0xfba00000fbd, + 0xfc600000fc7, + 0x10000000104a, + 0x10500000109e, + 0x10d0000010fb, + 0x10fd00001100, + 0x120000001249, + 0x124a0000124e, + 0x125000001257, + 0x125800001259, + 0x125a0000125e, + 0x126000001289, + 0x128a0000128e, + 0x1290000012b1, + 0x12b2000012b6, + 0x12b8000012bf, + 0x12c0000012c1, + 0x12c2000012c6, + 0x12c8000012d7, + 0x12d800001311, + 0x131200001316, + 0x13180000135b, + 0x135d00001360, + 0x138000001390, + 0x13a0000013f6, + 0x14010000166d, + 0x166f00001680, + 0x16810000169b, + 0x16a0000016eb, + 0x16f1000016f9, + 0x170000001716, + 0x171f00001735, + 0x174000001754, + 0x17600000176d, + 0x176e00001771, + 0x177200001774, + 0x1780000017b4, + 0x17b6000017d4, + 0x17d7000017d8, + 0x17dc000017de, + 0x17e0000017ea, + 0x18100000181a, + 0x182000001879, + 0x1880000018ab, + 0x18b0000018f6, + 0x19000000191f, + 0x19200000192c, + 0x19300000193c, + 0x19460000196e, + 0x197000001975, + 0x1980000019ac, + 0x19b0000019ca, + 0x19d0000019da, + 0x1a0000001a1c, + 0x1a2000001a5f, + 0x1a6000001a7d, + 0x1a7f00001a8a, + 0x1a9000001a9a, + 0x1aa700001aa8, + 0x1ab000001abe, + 0x1abf00001acf, + 0x1b0000001b4d, + 0x1b5000001b5a, + 0x1b6b00001b74, + 0x1b8000001bf4, + 0x1c0000001c38, + 0x1c4000001c4a, + 0x1c4d00001c7e, + 0x1cd000001cd3, + 0x1cd400001cfb, + 0x1d0000001d2c, + 0x1d2f00001d30, + 0x1d3b00001d3c, + 0x1d4e00001d4f, + 0x1d6b00001d78, + 0x1d7900001d9b, + 0x1dc000001e00, + 0x1e0100001e02, + 0x1e0300001e04, + 0x1e0500001e06, + 0x1e0700001e08, + 0x1e0900001e0a, + 0x1e0b00001e0c, + 0x1e0d00001e0e, + 0x1e0f00001e10, + 0x1e1100001e12, + 0x1e1300001e14, + 0x1e1500001e16, + 0x1e1700001e18, + 0x1e1900001e1a, + 0x1e1b00001e1c, + 0x1e1d00001e1e, + 0x1e1f00001e20, + 0x1e2100001e22, + 0x1e2300001e24, + 0x1e2500001e26, + 0x1e2700001e28, + 0x1e2900001e2a, + 0x1e2b00001e2c, + 0x1e2d00001e2e, + 0x1e2f00001e30, + 0x1e3100001e32, + 0x1e3300001e34, + 0x1e3500001e36, + 0x1e3700001e38, + 0x1e3900001e3a, + 0x1e3b00001e3c, + 0x1e3d00001e3e, + 0x1e3f00001e40, + 0x1e4100001e42, + 0x1e4300001e44, + 0x1e4500001e46, + 0x1e4700001e48, + 0x1e4900001e4a, + 0x1e4b00001e4c, + 0x1e4d00001e4e, + 0x1e4f00001e50, + 0x1e5100001e52, + 0x1e5300001e54, + 0x1e5500001e56, + 0x1e5700001e58, + 0x1e5900001e5a, + 0x1e5b00001e5c, + 0x1e5d00001e5e, + 0x1e5f00001e60, + 0x1e6100001e62, + 0x1e6300001e64, + 0x1e6500001e66, + 0x1e6700001e68, + 0x1e6900001e6a, + 0x1e6b00001e6c, + 0x1e6d00001e6e, + 0x1e6f00001e70, + 0x1e7100001e72, + 0x1e7300001e74, + 0x1e7500001e76, + 0x1e7700001e78, + 0x1e7900001e7a, + 0x1e7b00001e7c, + 0x1e7d00001e7e, + 0x1e7f00001e80, + 0x1e8100001e82, + 0x1e8300001e84, + 0x1e8500001e86, + 0x1e8700001e88, + 0x1e8900001e8a, + 0x1e8b00001e8c, + 0x1e8d00001e8e, + 0x1e8f00001e90, + 0x1e9100001e92, + 0x1e9300001e94, + 0x1e9500001e9a, + 0x1e9c00001e9e, + 0x1e9f00001ea0, + 0x1ea100001ea2, + 0x1ea300001ea4, + 0x1ea500001ea6, + 0x1ea700001ea8, + 0x1ea900001eaa, + 0x1eab00001eac, + 0x1ead00001eae, + 0x1eaf00001eb0, + 0x1eb100001eb2, + 0x1eb300001eb4, + 0x1eb500001eb6, + 0x1eb700001eb8, + 0x1eb900001eba, + 0x1ebb00001ebc, + 0x1ebd00001ebe, + 0x1ebf00001ec0, + 0x1ec100001ec2, + 0x1ec300001ec4, + 0x1ec500001ec6, + 0x1ec700001ec8, + 0x1ec900001eca, + 0x1ecb00001ecc, + 0x1ecd00001ece, + 0x1ecf00001ed0, + 0x1ed100001ed2, + 0x1ed300001ed4, + 0x1ed500001ed6, + 0x1ed700001ed8, + 0x1ed900001eda, + 0x1edb00001edc, + 0x1edd00001ede, + 0x1edf00001ee0, + 0x1ee100001ee2, + 0x1ee300001ee4, + 0x1ee500001ee6, + 0x1ee700001ee8, + 0x1ee900001eea, + 0x1eeb00001eec, + 0x1eed00001eee, + 0x1eef00001ef0, + 0x1ef100001ef2, + 0x1ef300001ef4, + 0x1ef500001ef6, + 0x1ef700001ef8, + 0x1ef900001efa, + 0x1efb00001efc, + 0x1efd00001efe, + 0x1eff00001f08, + 0x1f1000001f16, + 0x1f2000001f28, + 0x1f3000001f38, + 0x1f4000001f46, + 0x1f5000001f58, + 0x1f6000001f68, + 0x1f7000001f71, + 0x1f7200001f73, + 0x1f7400001f75, + 0x1f7600001f77, + 0x1f7800001f79, + 0x1f7a00001f7b, + 0x1f7c00001f7d, + 0x1fb000001fb2, + 0x1fb600001fb7, + 0x1fc600001fc7, + 0x1fd000001fd3, + 0x1fd600001fd8, + 0x1fe000001fe3, + 0x1fe400001fe8, + 0x1ff600001ff7, + 0x214e0000214f, + 0x218400002185, + 0x2c3000002c60, + 0x2c6100002c62, + 0x2c6500002c67, + 0x2c6800002c69, + 0x2c6a00002c6b, + 0x2c6c00002c6d, + 0x2c7100002c72, + 0x2c7300002c75, + 0x2c7600002c7c, + 0x2c8100002c82, + 0x2c8300002c84, + 0x2c8500002c86, + 0x2c8700002c88, + 0x2c8900002c8a, + 0x2c8b00002c8c, + 0x2c8d00002c8e, + 0x2c8f00002c90, + 0x2c9100002c92, + 0x2c9300002c94, + 0x2c9500002c96, + 0x2c9700002c98, + 0x2c9900002c9a, + 0x2c9b00002c9c, + 0x2c9d00002c9e, + 0x2c9f00002ca0, + 0x2ca100002ca2, + 0x2ca300002ca4, + 0x2ca500002ca6, + 0x2ca700002ca8, + 0x2ca900002caa, + 0x2cab00002cac, + 0x2cad00002cae, + 0x2caf00002cb0, + 0x2cb100002cb2, + 0x2cb300002cb4, + 0x2cb500002cb6, + 0x2cb700002cb8, + 0x2cb900002cba, + 0x2cbb00002cbc, + 0x2cbd00002cbe, + 0x2cbf00002cc0, + 0x2cc100002cc2, + 0x2cc300002cc4, + 0x2cc500002cc6, + 0x2cc700002cc8, + 0x2cc900002cca, + 0x2ccb00002ccc, + 0x2ccd00002cce, + 0x2ccf00002cd0, + 0x2cd100002cd2, + 0x2cd300002cd4, + 0x2cd500002cd6, + 0x2cd700002cd8, + 0x2cd900002cda, + 0x2cdb00002cdc, + 0x2cdd00002cde, + 0x2cdf00002ce0, + 0x2ce100002ce2, + 0x2ce300002ce5, + 0x2cec00002ced, + 0x2cee00002cf2, + 0x2cf300002cf4, + 0x2d0000002d26, + 0x2d2700002d28, + 0x2d2d00002d2e, + 0x2d3000002d68, + 0x2d7f00002d97, + 0x2da000002da7, + 0x2da800002daf, + 0x2db000002db7, + 0x2db800002dbf, + 0x2dc000002dc7, + 0x2dc800002dcf, + 0x2dd000002dd7, + 0x2dd800002ddf, + 0x2de000002e00, + 0x2e2f00002e30, + 0x300500003008, + 0x302a0000302e, + 0x303c0000303d, + 0x304100003097, + 0x30990000309b, + 0x309d0000309f, + 0x30a1000030fb, + 0x30fc000030ff, + 0x310500003130, + 0x31a0000031c0, + 0x31f000003200, + 0x340000004dc0, + 0x4e000000a48d, + 0xa4d00000a4fe, + 0xa5000000a60d, + 0xa6100000a62c, + 0xa6410000a642, + 0xa6430000a644, + 0xa6450000a646, + 0xa6470000a648, + 0xa6490000a64a, + 0xa64b0000a64c, + 0xa64d0000a64e, + 0xa64f0000a650, + 0xa6510000a652, + 0xa6530000a654, + 0xa6550000a656, + 0xa6570000a658, + 0xa6590000a65a, + 0xa65b0000a65c, + 0xa65d0000a65e, + 0xa65f0000a660, + 0xa6610000a662, + 0xa6630000a664, + 0xa6650000a666, + 0xa6670000a668, + 0xa6690000a66a, + 0xa66b0000a66c, + 0xa66d0000a670, + 0xa6740000a67e, + 0xa67f0000a680, + 0xa6810000a682, + 0xa6830000a684, + 0xa6850000a686, + 0xa6870000a688, + 0xa6890000a68a, + 0xa68b0000a68c, + 0xa68d0000a68e, + 0xa68f0000a690, + 0xa6910000a692, + 0xa6930000a694, + 0xa6950000a696, + 0xa6970000a698, + 0xa6990000a69a, + 0xa69b0000a69c, + 0xa69e0000a6e6, + 0xa6f00000a6f2, + 0xa7170000a720, + 0xa7230000a724, + 0xa7250000a726, + 0xa7270000a728, + 0xa7290000a72a, + 0xa72b0000a72c, + 0xa72d0000a72e, + 0xa72f0000a732, + 0xa7330000a734, + 0xa7350000a736, + 0xa7370000a738, + 0xa7390000a73a, + 0xa73b0000a73c, + 0xa73d0000a73e, + 0xa73f0000a740, + 0xa7410000a742, + 0xa7430000a744, + 0xa7450000a746, + 0xa7470000a748, + 0xa7490000a74a, + 0xa74b0000a74c, + 0xa74d0000a74e, + 0xa74f0000a750, + 0xa7510000a752, + 0xa7530000a754, + 0xa7550000a756, + 0xa7570000a758, + 0xa7590000a75a, + 0xa75b0000a75c, + 0xa75d0000a75e, + 0xa75f0000a760, + 0xa7610000a762, + 0xa7630000a764, + 0xa7650000a766, + 0xa7670000a768, + 0xa7690000a76a, + 0xa76b0000a76c, + 0xa76d0000a76e, + 0xa76f0000a770, + 0xa7710000a779, + 0xa77a0000a77b, + 0xa77c0000a77d, + 0xa77f0000a780, + 0xa7810000a782, + 0xa7830000a784, + 0xa7850000a786, + 0xa7870000a789, + 0xa78c0000a78d, + 0xa78e0000a790, + 0xa7910000a792, + 0xa7930000a796, + 0xa7970000a798, + 0xa7990000a79a, + 0xa79b0000a79c, + 0xa79d0000a79e, + 0xa79f0000a7a0, + 0xa7a10000a7a2, + 0xa7a30000a7a4, + 0xa7a50000a7a6, + 0xa7a70000a7a8, + 0xa7a90000a7aa, + 0xa7af0000a7b0, + 0xa7b50000a7b6, + 0xa7b70000a7b8, + 0xa7b90000a7ba, + 0xa7bb0000a7bc, + 0xa7bd0000a7be, + 0xa7bf0000a7c0, + 0xa7c10000a7c2, + 0xa7c30000a7c4, + 0xa7c80000a7c9, + 0xa7ca0000a7cb, + 0xa7d10000a7d2, + 0xa7d30000a7d4, + 0xa7d50000a7d6, + 0xa7d70000a7d8, + 0xa7d90000a7da, + 0xa7f20000a7f5, + 0xa7f60000a7f8, + 0xa7fa0000a828, + 0xa82c0000a82d, + 0xa8400000a874, + 0xa8800000a8c6, + 0xa8d00000a8da, + 0xa8e00000a8f8, + 0xa8fb0000a8fc, + 0xa8fd0000a92e, + 0xa9300000a954, + 0xa9800000a9c1, + 0xa9cf0000a9da, + 0xa9e00000a9ff, + 0xaa000000aa37, + 0xaa400000aa4e, + 0xaa500000aa5a, + 0xaa600000aa77, + 0xaa7a0000aac3, + 0xaadb0000aade, + 0xaae00000aaf0, + 0xaaf20000aaf7, + 0xab010000ab07, + 0xab090000ab0f, + 0xab110000ab17, + 0xab200000ab27, + 0xab280000ab2f, + 0xab300000ab5b, + 0xab600000ab69, + 0xabc00000abeb, + 0xabec0000abee, + 0xabf00000abfa, + 0xac000000d7a4, + 0xfa0e0000fa10, + 0xfa110000fa12, + 0xfa130000fa15, + 0xfa1f0000fa20, + 0xfa210000fa22, + 0xfa230000fa25, + 0xfa270000fa2a, + 0xfb1e0000fb1f, + 0xfe200000fe30, + 0xfe730000fe74, + 0x100000001000c, + 0x1000d00010027, + 0x100280001003b, + 0x1003c0001003e, + 0x1003f0001004e, + 0x100500001005e, + 0x10080000100fb, + 0x101fd000101fe, + 0x102800001029d, + 0x102a0000102d1, + 0x102e0000102e1, + 0x1030000010320, + 0x1032d00010341, + 0x103420001034a, + 0x103500001037b, + 0x103800001039e, + 0x103a0000103c4, + 0x103c8000103d0, + 0x104280001049e, + 0x104a0000104aa, + 0x104d8000104fc, + 0x1050000010528, + 0x1053000010564, + 0x10597000105a2, + 0x105a3000105b2, + 0x105b3000105ba, + 0x105bb000105bd, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010786, + 0x10787000107b1, + 0x107b2000107bb, + 0x1080000010806, + 0x1080800010809, + 0x1080a00010836, + 0x1083700010839, + 0x1083c0001083d, + 0x1083f00010856, + 0x1086000010877, + 0x108800001089f, + 0x108e0000108f3, + 0x108f4000108f6, + 0x1090000010916, + 0x109200001093a, + 0x10980000109b8, + 0x109be000109c0, + 0x10a0000010a04, + 0x10a0500010a07, + 0x10a0c00010a14, + 0x10a1500010a18, + 0x10a1900010a36, + 0x10a3800010a3b, + 0x10a3f00010a40, + 0x10a6000010a7d, + 0x10a8000010a9d, + 0x10ac000010ac8, + 0x10ac900010ae7, + 0x10b0000010b36, + 0x10b4000010b56, + 0x10b6000010b73, + 0x10b8000010b92, + 0x10c0000010c49, + 0x10cc000010cf3, + 0x10d0000010d28, + 0x10d3000010d3a, + 0x10e8000010eaa, + 0x10eab00010ead, + 0x10eb000010eb2, + 0x10efd00010f1d, + 0x10f2700010f28, + 0x10f3000010f51, + 0x10f7000010f86, + 0x10fb000010fc5, + 0x10fe000010ff7, + 0x1100000011047, + 0x1106600011076, + 0x1107f000110bb, + 0x110c2000110c3, + 0x110d0000110e9, + 0x110f0000110fa, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111c5, + 0x111c9000111cd, + 0x111ce000111db, + 0x111dc000111dd, + 0x1120000011212, + 0x1121300011238, + 0x1123e00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128a0001128e, + 0x1128f0001129e, + 0x1129f000112a9, + 0x112b0000112eb, + 0x112f0000112fa, + 0x1130000011304, + 0x113050001130d, + 0x1130f00011311, + 0x1131300011329, + 0x1132a00011331, + 0x1133200011334, + 0x113350001133a, + 0x1133b00011345, + 0x1134700011349, + 0x1134b0001134e, + 0x1135000011351, + 0x1135700011358, + 0x1135d00011364, + 0x113660001136d, + 0x1137000011375, + 0x114000001144b, + 0x114500001145a, + 0x1145e00011462, + 0x11480000114c6, + 0x114c7000114c8, + 0x114d0000114da, + 0x11580000115b6, + 0x115b8000115c1, + 0x115d8000115de, + 0x1160000011641, + 0x1164400011645, + 0x116500001165a, + 0x11680000116b9, + 0x116c0000116ca, + 0x117000001171b, + 0x1171d0001172c, + 0x117300001173a, + 0x1174000011747, + 0x118000001183b, + 0x118c0000118ea, + 0x118ff00011907, + 0x119090001190a, + 0x1190c00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193b00011944, + 0x119500001195a, + 0x119a0000119a8, + 0x119aa000119d8, + 0x119da000119e2, + 0x119e3000119e5, + 0x11a0000011a3f, + 0x11a4700011a48, + 0x11a5000011a9a, + 0x11a9d00011a9e, + 0x11ab000011af9, + 0x11c0000011c09, + 0x11c0a00011c37, + 0x11c3800011c41, + 0x11c5000011c5a, + 0x11c7200011c90, + 0x11c9200011ca8, + 0x11ca900011cb7, + 0x11d0000011d07, + 0x11d0800011d0a, + 0x11d0b00011d37, + 0x11d3a00011d3b, + 0x11d3c00011d3e, + 0x11d3f00011d48, + 0x11d5000011d5a, + 0x11d6000011d66, + 0x11d6700011d69, + 0x11d6a00011d8f, + 0x11d9000011d92, + 0x11d9300011d99, + 0x11da000011daa, + 0x11ee000011ef7, + 0x11f0000011f11, + 0x11f1200011f3b, + 0x11f3e00011f43, + 0x11f5000011f5a, + 0x11fb000011fb1, + 0x120000001239a, + 0x1248000012544, + 0x12f9000012ff1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016a39, + 0x16a4000016a5f, + 0x16a6000016a6a, + 0x16a7000016abf, + 0x16ac000016aca, + 0x16ad000016aee, + 0x16af000016af5, + 0x16b0000016b37, + 0x16b4000016b44, + 0x16b5000016b5a, + 0x16b6300016b78, + 0x16b7d00016b90, + 0x16e6000016e80, + 0x16f0000016f4b, + 0x16f4f00016f88, + 0x16f8f00016fa0, + 0x16fe000016fe2, + 0x16fe300016fe5, + 0x16ff000016ff2, + 0x17000000187f8, + 0x1880000018cd6, + 0x18d0000018d09, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b123, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1b1550001b156, + 0x1b1640001b168, + 0x1b1700001b2fc, + 0x1bc000001bc6b, + 0x1bc700001bc7d, + 0x1bc800001bc89, + 0x1bc900001bc9a, + 0x1bc9d0001bc9f, + 0x1cf000001cf2e, + 0x1cf300001cf47, + 0x1da000001da37, + 0x1da3b0001da6d, + 0x1da750001da76, + 0x1da840001da85, + 0x1da9b0001daa0, + 0x1daa10001dab0, + 0x1df000001df1f, + 0x1df250001df2b, + 0x1e0000001e007, + 0x1e0080001e019, + 0x1e01b0001e022, + 0x1e0230001e025, + 0x1e0260001e02b, + 0x1e0300001e06e, + 0x1e08f0001e090, + 0x1e1000001e12d, + 0x1e1300001e13e, + 0x1e1400001e14a, + 0x1e14e0001e14f, + 0x1e2900001e2af, + 0x1e2c00001e2fa, + 0x1e4d00001e4fa, + 0x1e7e00001e7e7, + 0x1e7e80001e7ec, + 0x1e7ed0001e7ef, + 0x1e7f00001e7ff, + 0x1e8000001e8c5, + 0x1e8d00001e8d7, + 0x1e9220001e94c, + 0x1e9500001e95a, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x300000003134b, + 0x31350000323b0, + ), + 'CONTEXTJ': ( + 0x200c0000200e, + ), + 'CONTEXTO': ( + 0xb7000000b8, + 0x37500000376, + 0x5f3000005f5, + 0x6600000066a, + 0x6f0000006fa, + 0x30fb000030fc, + ), +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 00000000..6a43b047 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,54 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i+1 < len(sorted_list): + if sorted_list[i] == sorted_list[i+1]-1: + continue + current_range = sorted_list[last_write+1:i+1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos-1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 00000000..8501893b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.4' + diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 00000000..186796c1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8600 @@ +# This file is automatically generated by tools/idna-data +# vim: set fileencoding=utf-8 : + +from typing import List, Tuple, Union + + +"""IDNA Mapping Table from UTS46.""" + + +__version__ = '15.0.0' +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, '3'), + (0x1, '3'), + (0x2, '3'), + (0x3, '3'), + (0x4, '3'), + (0x5, '3'), + (0x6, '3'), + (0x7, '3'), + (0x8, '3'), + (0x9, '3'), + (0xA, '3'), + (0xB, '3'), + (0xC, '3'), + (0xD, '3'), + (0xE, '3'), + (0xF, '3'), + (0x10, '3'), + (0x11, '3'), + (0x12, '3'), + (0x13, '3'), + (0x14, '3'), + (0x15, '3'), + (0x16, '3'), + (0x17, '3'), + (0x18, '3'), + (0x19, '3'), + (0x1A, '3'), + (0x1B, '3'), + (0x1C, '3'), + (0x1D, '3'), + (0x1E, '3'), + (0x1F, '3'), + (0x20, '3'), + (0x21, '3'), + (0x22, '3'), + (0x23, '3'), + (0x24, '3'), + (0x25, '3'), + (0x26, '3'), + (0x27, '3'), + (0x28, '3'), + (0x29, '3'), + (0x2A, '3'), + (0x2B, '3'), + (0x2C, '3'), + (0x2D, 'V'), + (0x2E, 'V'), + (0x2F, '3'), + (0x30, 'V'), + (0x31, 'V'), + (0x32, 'V'), + (0x33, 'V'), + (0x34, 'V'), + (0x35, 'V'), + (0x36, 'V'), + (0x37, 'V'), + (0x38, 'V'), + (0x39, 'V'), + (0x3A, '3'), + (0x3B, '3'), + (0x3C, '3'), + (0x3D, '3'), + (0x3E, '3'), + (0x3F, '3'), + (0x40, '3'), + (0x41, 'M', 'a'), + (0x42, 'M', 'b'), + (0x43, 'M', 'c'), + (0x44, 'M', 'd'), + (0x45, 'M', 'e'), + (0x46, 'M', 'f'), + (0x47, 'M', 'g'), + (0x48, 'M', 'h'), + (0x49, 'M', 'i'), + (0x4A, 'M', 'j'), + (0x4B, 'M', 'k'), + (0x4C, 'M', 'l'), + (0x4D, 'M', 'm'), + (0x4E, 'M', 'n'), + (0x4F, 'M', 'o'), + (0x50, 'M', 'p'), + (0x51, 'M', 'q'), + (0x52, 'M', 'r'), + (0x53, 'M', 's'), + (0x54, 'M', 't'), + (0x55, 'M', 'u'), + (0x56, 'M', 'v'), + (0x57, 'M', 'w'), + (0x58, 'M', 'x'), + (0x59, 'M', 'y'), + (0x5A, 'M', 'z'), + (0x5B, '3'), + (0x5C, '3'), + (0x5D, '3'), + (0x5E, '3'), + (0x5F, '3'), + (0x60, '3'), + (0x61, 'V'), + (0x62, 'V'), + (0x63, 'V'), + ] + +def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x64, 'V'), + (0x65, 'V'), + (0x66, 'V'), + (0x67, 'V'), + (0x68, 'V'), + (0x69, 'V'), + (0x6A, 'V'), + (0x6B, 'V'), + (0x6C, 'V'), + (0x6D, 'V'), + (0x6E, 'V'), + (0x6F, 'V'), + (0x70, 'V'), + (0x71, 'V'), + (0x72, 'V'), + (0x73, 'V'), + (0x74, 'V'), + (0x75, 'V'), + (0x76, 'V'), + (0x77, 'V'), + (0x78, 'V'), + (0x79, 'V'), + (0x7A, 'V'), + (0x7B, '3'), + (0x7C, '3'), + (0x7D, '3'), + (0x7E, '3'), + (0x7F, '3'), + (0x80, 'X'), + (0x81, 'X'), + (0x82, 'X'), + (0x83, 'X'), + (0x84, 'X'), + (0x85, 'X'), + (0x86, 'X'), + (0x87, 'X'), + (0x88, 'X'), + (0x89, 'X'), + (0x8A, 'X'), + (0x8B, 'X'), + (0x8C, 'X'), + (0x8D, 'X'), + (0x8E, 'X'), + (0x8F, 'X'), + (0x90, 'X'), + (0x91, 'X'), + (0x92, 'X'), + (0x93, 'X'), + (0x94, 'X'), + (0x95, 'X'), + (0x96, 'X'), + (0x97, 'X'), + (0x98, 'X'), + (0x99, 'X'), + (0x9A, 'X'), + (0x9B, 'X'), + (0x9C, 'X'), + (0x9D, 'X'), + (0x9E, 'X'), + (0x9F, 'X'), + (0xA0, '3', ' '), + (0xA1, 'V'), + (0xA2, 'V'), + (0xA3, 'V'), + (0xA4, 'V'), + (0xA5, 'V'), + (0xA6, 'V'), + (0xA7, 'V'), + (0xA8, '3', ' ̈'), + (0xA9, 'V'), + (0xAA, 'M', 'a'), + (0xAB, 'V'), + (0xAC, 'V'), + (0xAD, 'I'), + (0xAE, 'V'), + (0xAF, '3', ' ̄'), + (0xB0, 'V'), + (0xB1, 'V'), + (0xB2, 'M', '2'), + (0xB3, 'M', '3'), + (0xB4, '3', ' ́'), + (0xB5, 'M', 'μ'), + (0xB6, 'V'), + (0xB7, 'V'), + (0xB8, '3', ' ̧'), + (0xB9, 'M', '1'), + (0xBA, 'M', 'o'), + (0xBB, 'V'), + (0xBC, 'M', '1⁄4'), + (0xBD, 'M', '1⁄2'), + (0xBE, 'M', '3⁄4'), + (0xBF, 'V'), + (0xC0, 'M', 'à'), + (0xC1, 'M', 'á'), + (0xC2, 'M', 'â'), + (0xC3, 'M', 'ã'), + (0xC4, 'M', 'ä'), + (0xC5, 'M', 'å'), + (0xC6, 'M', 'æ'), + (0xC7, 'M', 'ç'), + ] + +def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC8, 'M', 'è'), + (0xC9, 'M', 'é'), + (0xCA, 'M', 'ê'), + (0xCB, 'M', 'ë'), + (0xCC, 'M', 'ì'), + (0xCD, 'M', 'í'), + (0xCE, 'M', 'î'), + (0xCF, 'M', 'ï'), + (0xD0, 'M', 'ð'), + (0xD1, 'M', 'ñ'), + (0xD2, 'M', 'ò'), + (0xD3, 'M', 'ó'), + (0xD4, 'M', 'ô'), + (0xD5, 'M', 'õ'), + (0xD6, 'M', 'ö'), + (0xD7, 'V'), + (0xD8, 'M', 'ø'), + (0xD9, 'M', 'ù'), + (0xDA, 'M', 'ú'), + (0xDB, 'M', 'û'), + (0xDC, 'M', 'ü'), + (0xDD, 'M', 'ý'), + (0xDE, 'M', 'þ'), + (0xDF, 'D', 'ss'), + (0xE0, 'V'), + (0xE1, 'V'), + (0xE2, 'V'), + (0xE3, 'V'), + (0xE4, 'V'), + (0xE5, 'V'), + (0xE6, 'V'), + (0xE7, 'V'), + (0xE8, 'V'), + (0xE9, 'V'), + (0xEA, 'V'), + (0xEB, 'V'), + (0xEC, 'V'), + (0xED, 'V'), + (0xEE, 'V'), + (0xEF, 'V'), + (0xF0, 'V'), + (0xF1, 'V'), + (0xF2, 'V'), + (0xF3, 'V'), + (0xF4, 'V'), + (0xF5, 'V'), + (0xF6, 'V'), + (0xF7, 'V'), + (0xF8, 'V'), + (0xF9, 'V'), + (0xFA, 'V'), + (0xFB, 'V'), + (0xFC, 'V'), + (0xFD, 'V'), + (0xFE, 'V'), + (0xFF, 'V'), + (0x100, 'M', 'ā'), + (0x101, 'V'), + (0x102, 'M', 'ă'), + (0x103, 'V'), + (0x104, 'M', 'ą'), + (0x105, 'V'), + (0x106, 'M', 'ć'), + (0x107, 'V'), + (0x108, 'M', 'ĉ'), + (0x109, 'V'), + (0x10A, 'M', 'ċ'), + (0x10B, 'V'), + (0x10C, 'M', 'č'), + (0x10D, 'V'), + (0x10E, 'M', 'ď'), + (0x10F, 'V'), + (0x110, 'M', 'đ'), + (0x111, 'V'), + (0x112, 'M', 'ē'), + (0x113, 'V'), + (0x114, 'M', 'ĕ'), + (0x115, 'V'), + (0x116, 'M', 'ė'), + (0x117, 'V'), + (0x118, 'M', 'ę'), + (0x119, 'V'), + (0x11A, 'M', 'ě'), + (0x11B, 'V'), + (0x11C, 'M', 'ĝ'), + (0x11D, 'V'), + (0x11E, 'M', 'ğ'), + (0x11F, 'V'), + (0x120, 'M', 'ġ'), + (0x121, 'V'), + (0x122, 'M', 'ģ'), + (0x123, 'V'), + (0x124, 'M', 'ĥ'), + (0x125, 'V'), + (0x126, 'M', 'ħ'), + (0x127, 'V'), + (0x128, 'M', 'ĩ'), + (0x129, 'V'), + (0x12A, 'M', 'ī'), + (0x12B, 'V'), + ] + +def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x12C, 'M', 'ĭ'), + (0x12D, 'V'), + (0x12E, 'M', 'į'), + (0x12F, 'V'), + (0x130, 'M', 'i̇'), + (0x131, 'V'), + (0x132, 'M', 'ij'), + (0x134, 'M', 'ĵ'), + (0x135, 'V'), + (0x136, 'M', 'ķ'), + (0x137, 'V'), + (0x139, 'M', 'ĺ'), + (0x13A, 'V'), + (0x13B, 'M', 'ļ'), + (0x13C, 'V'), + (0x13D, 'M', 'ľ'), + (0x13E, 'V'), + (0x13F, 'M', 'l·'), + (0x141, 'M', 'ł'), + (0x142, 'V'), + (0x143, 'M', 'ń'), + (0x144, 'V'), + (0x145, 'M', 'ņ'), + (0x146, 'V'), + (0x147, 'M', 'ň'), + (0x148, 'V'), + (0x149, 'M', 'ʼn'), + (0x14A, 'M', 'ŋ'), + (0x14B, 'V'), + (0x14C, 'M', 'ō'), + (0x14D, 'V'), + (0x14E, 'M', 'ŏ'), + (0x14F, 'V'), + (0x150, 'M', 'ő'), + (0x151, 'V'), + (0x152, 'M', 'œ'), + (0x153, 'V'), + (0x154, 'M', 'ŕ'), + (0x155, 'V'), + (0x156, 'M', 'ŗ'), + (0x157, 'V'), + (0x158, 'M', 'ř'), + (0x159, 'V'), + (0x15A, 'M', 'ś'), + (0x15B, 'V'), + (0x15C, 'M', 'ŝ'), + (0x15D, 'V'), + (0x15E, 'M', 'ş'), + (0x15F, 'V'), + (0x160, 'M', 'š'), + (0x161, 'V'), + (0x162, 'M', 'ţ'), + (0x163, 'V'), + (0x164, 'M', 'ť'), + (0x165, 'V'), + (0x166, 'M', 'ŧ'), + (0x167, 'V'), + (0x168, 'M', 'ũ'), + (0x169, 'V'), + (0x16A, 'M', 'ū'), + (0x16B, 'V'), + (0x16C, 'M', 'ŭ'), + (0x16D, 'V'), + (0x16E, 'M', 'ů'), + (0x16F, 'V'), + (0x170, 'M', 'ű'), + (0x171, 'V'), + (0x172, 'M', 'ų'), + (0x173, 'V'), + (0x174, 'M', 'ŵ'), + (0x175, 'V'), + (0x176, 'M', 'ŷ'), + (0x177, 'V'), + (0x178, 'M', 'ÿ'), + (0x179, 'M', 'ź'), + (0x17A, 'V'), + (0x17B, 'M', 'ż'), + (0x17C, 'V'), + (0x17D, 'M', 'ž'), + (0x17E, 'V'), + (0x17F, 'M', 's'), + (0x180, 'V'), + (0x181, 'M', 'ɓ'), + (0x182, 'M', 'ƃ'), + (0x183, 'V'), + (0x184, 'M', 'ƅ'), + (0x185, 'V'), + (0x186, 'M', 'ɔ'), + (0x187, 'M', 'ƈ'), + (0x188, 'V'), + (0x189, 'M', 'ɖ'), + (0x18A, 'M', 'ɗ'), + (0x18B, 'M', 'ƌ'), + (0x18C, 'V'), + (0x18E, 'M', 'ǝ'), + (0x18F, 'M', 'ə'), + (0x190, 'M', 'ɛ'), + (0x191, 'M', 'ƒ'), + (0x192, 'V'), + (0x193, 'M', 'ɠ'), + ] + +def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x194, 'M', 'ɣ'), + (0x195, 'V'), + (0x196, 'M', 'ɩ'), + (0x197, 'M', 'ɨ'), + (0x198, 'M', 'ƙ'), + (0x199, 'V'), + (0x19C, 'M', 'ɯ'), + (0x19D, 'M', 'ɲ'), + (0x19E, 'V'), + (0x19F, 'M', 'ɵ'), + (0x1A0, 'M', 'ơ'), + (0x1A1, 'V'), + (0x1A2, 'M', 'ƣ'), + (0x1A3, 'V'), + (0x1A4, 'M', 'ƥ'), + (0x1A5, 'V'), + (0x1A6, 'M', 'ʀ'), + (0x1A7, 'M', 'ƨ'), + (0x1A8, 'V'), + (0x1A9, 'M', 'ʃ'), + (0x1AA, 'V'), + (0x1AC, 'M', 'ƭ'), + (0x1AD, 'V'), + (0x1AE, 'M', 'ʈ'), + (0x1AF, 'M', 'ư'), + (0x1B0, 'V'), + (0x1B1, 'M', 'ʊ'), + (0x1B2, 'M', 'ʋ'), + (0x1B3, 'M', 'ƴ'), + (0x1B4, 'V'), + (0x1B5, 'M', 'ƶ'), + (0x1B6, 'V'), + (0x1B7, 'M', 'ʒ'), + (0x1B8, 'M', 'ƹ'), + (0x1B9, 'V'), + (0x1BC, 'M', 'ƽ'), + (0x1BD, 'V'), + (0x1C4, 'M', 'dž'), + (0x1C7, 'M', 'lj'), + (0x1CA, 'M', 'nj'), + (0x1CD, 'M', 'ǎ'), + (0x1CE, 'V'), + (0x1CF, 'M', 'ǐ'), + (0x1D0, 'V'), + (0x1D1, 'M', 'ǒ'), + (0x1D2, 'V'), + (0x1D3, 'M', 'ǔ'), + (0x1D4, 'V'), + (0x1D5, 'M', 'ǖ'), + (0x1D6, 'V'), + (0x1D7, 'M', 'ǘ'), + (0x1D8, 'V'), + (0x1D9, 'M', 'ǚ'), + (0x1DA, 'V'), + (0x1DB, 'M', 'ǜ'), + (0x1DC, 'V'), + (0x1DE, 'M', 'ǟ'), + (0x1DF, 'V'), + (0x1E0, 'M', 'ǡ'), + (0x1E1, 'V'), + (0x1E2, 'M', 'ǣ'), + (0x1E3, 'V'), + (0x1E4, 'M', 'ǥ'), + (0x1E5, 'V'), + (0x1E6, 'M', 'ǧ'), + (0x1E7, 'V'), + (0x1E8, 'M', 'ǩ'), + (0x1E9, 'V'), + (0x1EA, 'M', 'ǫ'), + (0x1EB, 'V'), + (0x1EC, 'M', 'ǭ'), + (0x1ED, 'V'), + (0x1EE, 'M', 'ǯ'), + (0x1EF, 'V'), + (0x1F1, 'M', 'dz'), + (0x1F4, 'M', 'ǵ'), + (0x1F5, 'V'), + (0x1F6, 'M', 'ƕ'), + (0x1F7, 'M', 'ƿ'), + (0x1F8, 'M', 'ǹ'), + (0x1F9, 'V'), + (0x1FA, 'M', 'ǻ'), + (0x1FB, 'V'), + (0x1FC, 'M', 'ǽ'), + (0x1FD, 'V'), + (0x1FE, 'M', 'ǿ'), + (0x1FF, 'V'), + (0x200, 'M', 'ȁ'), + (0x201, 'V'), + (0x202, 'M', 'ȃ'), + (0x203, 'V'), + (0x204, 'M', 'ȅ'), + (0x205, 'V'), + (0x206, 'M', 'ȇ'), + (0x207, 'V'), + (0x208, 'M', 'ȉ'), + (0x209, 'V'), + (0x20A, 'M', 'ȋ'), + (0x20B, 'V'), + (0x20C, 'M', 'ȍ'), + ] + +def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x20D, 'V'), + (0x20E, 'M', 'ȏ'), + (0x20F, 'V'), + (0x210, 'M', 'ȑ'), + (0x211, 'V'), + (0x212, 'M', 'ȓ'), + (0x213, 'V'), + (0x214, 'M', 'ȕ'), + (0x215, 'V'), + (0x216, 'M', 'ȗ'), + (0x217, 'V'), + (0x218, 'M', 'ș'), + (0x219, 'V'), + (0x21A, 'M', 'ț'), + (0x21B, 'V'), + (0x21C, 'M', 'ȝ'), + (0x21D, 'V'), + (0x21E, 'M', 'ȟ'), + (0x21F, 'V'), + (0x220, 'M', 'ƞ'), + (0x221, 'V'), + (0x222, 'M', 'ȣ'), + (0x223, 'V'), + (0x224, 'M', 'ȥ'), + (0x225, 'V'), + (0x226, 'M', 'ȧ'), + (0x227, 'V'), + (0x228, 'M', 'ȩ'), + (0x229, 'V'), + (0x22A, 'M', 'ȫ'), + (0x22B, 'V'), + (0x22C, 'M', 'ȭ'), + (0x22D, 'V'), + (0x22E, 'M', 'ȯ'), + (0x22F, 'V'), + (0x230, 'M', 'ȱ'), + (0x231, 'V'), + (0x232, 'M', 'ȳ'), + (0x233, 'V'), + (0x23A, 'M', 'ⱥ'), + (0x23B, 'M', 'ȼ'), + (0x23C, 'V'), + (0x23D, 'M', 'ƚ'), + (0x23E, 'M', 'ⱦ'), + (0x23F, 'V'), + (0x241, 'M', 'ɂ'), + (0x242, 'V'), + (0x243, 'M', 'ƀ'), + (0x244, 'M', 'ʉ'), + (0x245, 'M', 'ʌ'), + (0x246, 'M', 'ɇ'), + (0x247, 'V'), + (0x248, 'M', 'ɉ'), + (0x249, 'V'), + (0x24A, 'M', 'ɋ'), + (0x24B, 'V'), + (0x24C, 'M', 'ɍ'), + (0x24D, 'V'), + (0x24E, 'M', 'ɏ'), + (0x24F, 'V'), + (0x2B0, 'M', 'h'), + (0x2B1, 'M', 'ɦ'), + (0x2B2, 'M', 'j'), + (0x2B3, 'M', 'r'), + (0x2B4, 'M', 'ɹ'), + (0x2B5, 'M', 'ɻ'), + (0x2B6, 'M', 'ʁ'), + (0x2B7, 'M', 'w'), + (0x2B8, 'M', 'y'), + (0x2B9, 'V'), + (0x2D8, '3', ' ̆'), + (0x2D9, '3', ' ̇'), + (0x2DA, '3', ' ̊'), + (0x2DB, '3', ' ̨'), + (0x2DC, '3', ' ̃'), + (0x2DD, '3', ' ̋'), + (0x2DE, 'V'), + (0x2E0, 'M', 'ɣ'), + (0x2E1, 'M', 'l'), + (0x2E2, 'M', 's'), + (0x2E3, 'M', 'x'), + (0x2E4, 'M', 'ʕ'), + (0x2E5, 'V'), + (0x340, 'M', '̀'), + (0x341, 'M', '́'), + (0x342, 'V'), + (0x343, 'M', '̓'), + (0x344, 'M', '̈́'), + (0x345, 'M', 'ι'), + (0x346, 'V'), + (0x34F, 'I'), + (0x350, 'V'), + (0x370, 'M', 'ͱ'), + (0x371, 'V'), + (0x372, 'M', 'ͳ'), + (0x373, 'V'), + (0x374, 'M', 'ʹ'), + (0x375, 'V'), + (0x376, 'M', 'ͷ'), + (0x377, 'V'), + ] + +def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x378, 'X'), + (0x37A, '3', ' ι'), + (0x37B, 'V'), + (0x37E, '3', ';'), + (0x37F, 'M', 'ϳ'), + (0x380, 'X'), + (0x384, '3', ' ́'), + (0x385, '3', ' ̈́'), + (0x386, 'M', 'ά'), + (0x387, 'M', '·'), + (0x388, 'M', 'έ'), + (0x389, 'M', 'ή'), + (0x38A, 'M', 'ί'), + (0x38B, 'X'), + (0x38C, 'M', 'ό'), + (0x38D, 'X'), + (0x38E, 'M', 'ύ'), + (0x38F, 'M', 'ώ'), + (0x390, 'V'), + (0x391, 'M', 'α'), + (0x392, 'M', 'β'), + (0x393, 'M', 'γ'), + (0x394, 'M', 'δ'), + (0x395, 'M', 'ε'), + (0x396, 'M', 'ζ'), + (0x397, 'M', 'η'), + (0x398, 'M', 'θ'), + (0x399, 'M', 'ι'), + (0x39A, 'M', 'κ'), + (0x39B, 'M', 'λ'), + (0x39C, 'M', 'μ'), + (0x39D, 'M', 'ν'), + (0x39E, 'M', 'ξ'), + (0x39F, 'M', 'ο'), + (0x3A0, 'M', 'π'), + (0x3A1, 'M', 'ρ'), + (0x3A2, 'X'), + (0x3A3, 'M', 'σ'), + (0x3A4, 'M', 'τ'), + (0x3A5, 'M', 'υ'), + (0x3A6, 'M', 'φ'), + (0x3A7, 'M', 'χ'), + (0x3A8, 'M', 'ψ'), + (0x3A9, 'M', 'ω'), + (0x3AA, 'M', 'ϊ'), + (0x3AB, 'M', 'ϋ'), + (0x3AC, 'V'), + (0x3C2, 'D', 'σ'), + (0x3C3, 'V'), + (0x3CF, 'M', 'ϗ'), + (0x3D0, 'M', 'β'), + (0x3D1, 'M', 'θ'), + (0x3D2, 'M', 'υ'), + (0x3D3, 'M', 'ύ'), + (0x3D4, 'M', 'ϋ'), + (0x3D5, 'M', 'φ'), + (0x3D6, 'M', 'π'), + (0x3D7, 'V'), + (0x3D8, 'M', 'ϙ'), + (0x3D9, 'V'), + (0x3DA, 'M', 'ϛ'), + (0x3DB, 'V'), + (0x3DC, 'M', 'ϝ'), + (0x3DD, 'V'), + (0x3DE, 'M', 'ϟ'), + (0x3DF, 'V'), + (0x3E0, 'M', 'ϡ'), + (0x3E1, 'V'), + (0x3E2, 'M', 'ϣ'), + (0x3E3, 'V'), + (0x3E4, 'M', 'ϥ'), + (0x3E5, 'V'), + (0x3E6, 'M', 'ϧ'), + (0x3E7, 'V'), + (0x3E8, 'M', 'ϩ'), + (0x3E9, 'V'), + (0x3EA, 'M', 'ϫ'), + (0x3EB, 'V'), + (0x3EC, 'M', 'ϭ'), + (0x3ED, 'V'), + (0x3EE, 'M', 'ϯ'), + (0x3EF, 'V'), + (0x3F0, 'M', 'κ'), + (0x3F1, 'M', 'ρ'), + (0x3F2, 'M', 'σ'), + (0x3F3, 'V'), + (0x3F4, 'M', 'θ'), + (0x3F5, 'M', 'ε'), + (0x3F6, 'V'), + (0x3F7, 'M', 'ϸ'), + (0x3F8, 'V'), + (0x3F9, 'M', 'σ'), + (0x3FA, 'M', 'ϻ'), + (0x3FB, 'V'), + (0x3FD, 'M', 'ͻ'), + (0x3FE, 'M', 'ͼ'), + (0x3FF, 'M', 'ͽ'), + (0x400, 'M', 'ѐ'), + (0x401, 'M', 'ё'), + (0x402, 'M', 'ђ'), + ] + +def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x403, 'M', 'ѓ'), + (0x404, 'M', 'є'), + (0x405, 'M', 'ѕ'), + (0x406, 'M', 'і'), + (0x407, 'M', 'ї'), + (0x408, 'M', 'ј'), + (0x409, 'M', 'љ'), + (0x40A, 'M', 'њ'), + (0x40B, 'M', 'ћ'), + (0x40C, 'M', 'ќ'), + (0x40D, 'M', 'ѝ'), + (0x40E, 'M', 'ў'), + (0x40F, 'M', 'џ'), + (0x410, 'M', 'а'), + (0x411, 'M', 'б'), + (0x412, 'M', 'в'), + (0x413, 'M', 'г'), + (0x414, 'M', 'д'), + (0x415, 'M', 'е'), + (0x416, 'M', 'ж'), + (0x417, 'M', 'з'), + (0x418, 'M', 'и'), + (0x419, 'M', 'й'), + (0x41A, 'M', 'к'), + (0x41B, 'M', 'л'), + (0x41C, 'M', 'м'), + (0x41D, 'M', 'н'), + (0x41E, 'M', 'о'), + (0x41F, 'M', 'п'), + (0x420, 'M', 'р'), + (0x421, 'M', 'с'), + (0x422, 'M', 'т'), + (0x423, 'M', 'у'), + (0x424, 'M', 'ф'), + (0x425, 'M', 'х'), + (0x426, 'M', 'ц'), + (0x427, 'M', 'ч'), + (0x428, 'M', 'ш'), + (0x429, 'M', 'щ'), + (0x42A, 'M', 'ъ'), + (0x42B, 'M', 'ы'), + (0x42C, 'M', 'ь'), + (0x42D, 'M', 'э'), + (0x42E, 'M', 'ю'), + (0x42F, 'M', 'я'), + (0x430, 'V'), + (0x460, 'M', 'ѡ'), + (0x461, 'V'), + (0x462, 'M', 'ѣ'), + (0x463, 'V'), + (0x464, 'M', 'ѥ'), + (0x465, 'V'), + (0x466, 'M', 'ѧ'), + (0x467, 'V'), + (0x468, 'M', 'ѩ'), + (0x469, 'V'), + (0x46A, 'M', 'ѫ'), + (0x46B, 'V'), + (0x46C, 'M', 'ѭ'), + (0x46D, 'V'), + (0x46E, 'M', 'ѯ'), + (0x46F, 'V'), + (0x470, 'M', 'ѱ'), + (0x471, 'V'), + (0x472, 'M', 'ѳ'), + (0x473, 'V'), + (0x474, 'M', 'ѵ'), + (0x475, 'V'), + (0x476, 'M', 'ѷ'), + (0x477, 'V'), + (0x478, 'M', 'ѹ'), + (0x479, 'V'), + (0x47A, 'M', 'ѻ'), + (0x47B, 'V'), + (0x47C, 'M', 'ѽ'), + (0x47D, 'V'), + (0x47E, 'M', 'ѿ'), + (0x47F, 'V'), + (0x480, 'M', 'ҁ'), + (0x481, 'V'), + (0x48A, 'M', 'ҋ'), + (0x48B, 'V'), + (0x48C, 'M', 'ҍ'), + (0x48D, 'V'), + (0x48E, 'M', 'ҏ'), + (0x48F, 'V'), + (0x490, 'M', 'ґ'), + (0x491, 'V'), + (0x492, 'M', 'ғ'), + (0x493, 'V'), + (0x494, 'M', 'ҕ'), + (0x495, 'V'), + (0x496, 'M', 'җ'), + (0x497, 'V'), + (0x498, 'M', 'ҙ'), + (0x499, 'V'), + (0x49A, 'M', 'қ'), + (0x49B, 'V'), + (0x49C, 'M', 'ҝ'), + (0x49D, 'V'), + ] + +def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x49E, 'M', 'ҟ'), + (0x49F, 'V'), + (0x4A0, 'M', 'ҡ'), + (0x4A1, 'V'), + (0x4A2, 'M', 'ң'), + (0x4A3, 'V'), + (0x4A4, 'M', 'ҥ'), + (0x4A5, 'V'), + (0x4A6, 'M', 'ҧ'), + (0x4A7, 'V'), + (0x4A8, 'M', 'ҩ'), + (0x4A9, 'V'), + (0x4AA, 'M', 'ҫ'), + (0x4AB, 'V'), + (0x4AC, 'M', 'ҭ'), + (0x4AD, 'V'), + (0x4AE, 'M', 'ү'), + (0x4AF, 'V'), + (0x4B0, 'M', 'ұ'), + (0x4B1, 'V'), + (0x4B2, 'M', 'ҳ'), + (0x4B3, 'V'), + (0x4B4, 'M', 'ҵ'), + (0x4B5, 'V'), + (0x4B6, 'M', 'ҷ'), + (0x4B7, 'V'), + (0x4B8, 'M', 'ҹ'), + (0x4B9, 'V'), + (0x4BA, 'M', 'һ'), + (0x4BB, 'V'), + (0x4BC, 'M', 'ҽ'), + (0x4BD, 'V'), + (0x4BE, 'M', 'ҿ'), + (0x4BF, 'V'), + (0x4C0, 'X'), + (0x4C1, 'M', 'ӂ'), + (0x4C2, 'V'), + (0x4C3, 'M', 'ӄ'), + (0x4C4, 'V'), + (0x4C5, 'M', 'ӆ'), + (0x4C6, 'V'), + (0x4C7, 'M', 'ӈ'), + (0x4C8, 'V'), + (0x4C9, 'M', 'ӊ'), + (0x4CA, 'V'), + (0x4CB, 'M', 'ӌ'), + (0x4CC, 'V'), + (0x4CD, 'M', 'ӎ'), + (0x4CE, 'V'), + (0x4D0, 'M', 'ӑ'), + (0x4D1, 'V'), + (0x4D2, 'M', 'ӓ'), + (0x4D3, 'V'), + (0x4D4, 'M', 'ӕ'), + (0x4D5, 'V'), + (0x4D6, 'M', 'ӗ'), + (0x4D7, 'V'), + (0x4D8, 'M', 'ә'), + (0x4D9, 'V'), + (0x4DA, 'M', 'ӛ'), + (0x4DB, 'V'), + (0x4DC, 'M', 'ӝ'), + (0x4DD, 'V'), + (0x4DE, 'M', 'ӟ'), + (0x4DF, 'V'), + (0x4E0, 'M', 'ӡ'), + (0x4E1, 'V'), + (0x4E2, 'M', 'ӣ'), + (0x4E3, 'V'), + (0x4E4, 'M', 'ӥ'), + (0x4E5, 'V'), + (0x4E6, 'M', 'ӧ'), + (0x4E7, 'V'), + (0x4E8, 'M', 'ө'), + (0x4E9, 'V'), + (0x4EA, 'M', 'ӫ'), + (0x4EB, 'V'), + (0x4EC, 'M', 'ӭ'), + (0x4ED, 'V'), + (0x4EE, 'M', 'ӯ'), + (0x4EF, 'V'), + (0x4F0, 'M', 'ӱ'), + (0x4F1, 'V'), + (0x4F2, 'M', 'ӳ'), + (0x4F3, 'V'), + (0x4F4, 'M', 'ӵ'), + (0x4F5, 'V'), + (0x4F6, 'M', 'ӷ'), + (0x4F7, 'V'), + (0x4F8, 'M', 'ӹ'), + (0x4F9, 'V'), + (0x4FA, 'M', 'ӻ'), + (0x4FB, 'V'), + (0x4FC, 'M', 'ӽ'), + (0x4FD, 'V'), + (0x4FE, 'M', 'ӿ'), + (0x4FF, 'V'), + (0x500, 'M', 'ԁ'), + (0x501, 'V'), + (0x502, 'M', 'ԃ'), + ] + +def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x503, 'V'), + (0x504, 'M', 'ԅ'), + (0x505, 'V'), + (0x506, 'M', 'ԇ'), + (0x507, 'V'), + (0x508, 'M', 'ԉ'), + (0x509, 'V'), + (0x50A, 'M', 'ԋ'), + (0x50B, 'V'), + (0x50C, 'M', 'ԍ'), + (0x50D, 'V'), + (0x50E, 'M', 'ԏ'), + (0x50F, 'V'), + (0x510, 'M', 'ԑ'), + (0x511, 'V'), + (0x512, 'M', 'ԓ'), + (0x513, 'V'), + (0x514, 'M', 'ԕ'), + (0x515, 'V'), + (0x516, 'M', 'ԗ'), + (0x517, 'V'), + (0x518, 'M', 'ԙ'), + (0x519, 'V'), + (0x51A, 'M', 'ԛ'), + (0x51B, 'V'), + (0x51C, 'M', 'ԝ'), + (0x51D, 'V'), + (0x51E, 'M', 'ԟ'), + (0x51F, 'V'), + (0x520, 'M', 'ԡ'), + (0x521, 'V'), + (0x522, 'M', 'ԣ'), + (0x523, 'V'), + (0x524, 'M', 'ԥ'), + (0x525, 'V'), + (0x526, 'M', 'ԧ'), + (0x527, 'V'), + (0x528, 'M', 'ԩ'), + (0x529, 'V'), + (0x52A, 'M', 'ԫ'), + (0x52B, 'V'), + (0x52C, 'M', 'ԭ'), + (0x52D, 'V'), + (0x52E, 'M', 'ԯ'), + (0x52F, 'V'), + (0x530, 'X'), + (0x531, 'M', 'ա'), + (0x532, 'M', 'բ'), + (0x533, 'M', 'գ'), + (0x534, 'M', 'դ'), + (0x535, 'M', 'ե'), + (0x536, 'M', 'զ'), + (0x537, 'M', 'է'), + (0x538, 'M', 'ը'), + (0x539, 'M', 'թ'), + (0x53A, 'M', 'ժ'), + (0x53B, 'M', 'ի'), + (0x53C, 'M', 'լ'), + (0x53D, 'M', 'խ'), + (0x53E, 'M', 'ծ'), + (0x53F, 'M', 'կ'), + (0x540, 'M', 'հ'), + (0x541, 'M', 'ձ'), + (0x542, 'M', 'ղ'), + (0x543, 'M', 'ճ'), + (0x544, 'M', 'մ'), + (0x545, 'M', 'յ'), + (0x546, 'M', 'ն'), + (0x547, 'M', 'շ'), + (0x548, 'M', 'ո'), + (0x549, 'M', 'չ'), + (0x54A, 'M', 'պ'), + (0x54B, 'M', 'ջ'), + (0x54C, 'M', 'ռ'), + (0x54D, 'M', 'ս'), + (0x54E, 'M', 'վ'), + (0x54F, 'M', 'տ'), + (0x550, 'M', 'ր'), + (0x551, 'M', 'ց'), + (0x552, 'M', 'ւ'), + (0x553, 'M', 'փ'), + (0x554, 'M', 'ք'), + (0x555, 'M', 'օ'), + (0x556, 'M', 'ֆ'), + (0x557, 'X'), + (0x559, 'V'), + (0x587, 'M', 'եւ'), + (0x588, 'V'), + (0x58B, 'X'), + (0x58D, 'V'), + (0x590, 'X'), + (0x591, 'V'), + (0x5C8, 'X'), + (0x5D0, 'V'), + (0x5EB, 'X'), + (0x5EF, 'V'), + (0x5F5, 'X'), + (0x606, 'V'), + (0x61C, 'X'), + (0x61D, 'V'), + ] + +def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x675, 'M', 'اٴ'), + (0x676, 'M', 'وٴ'), + (0x677, 'M', 'ۇٴ'), + (0x678, 'M', 'يٴ'), + (0x679, 'V'), + (0x6DD, 'X'), + (0x6DE, 'V'), + (0x70E, 'X'), + (0x710, 'V'), + (0x74B, 'X'), + (0x74D, 'V'), + (0x7B2, 'X'), + (0x7C0, 'V'), + (0x7FB, 'X'), + (0x7FD, 'V'), + (0x82E, 'X'), + (0x830, 'V'), + (0x83F, 'X'), + (0x840, 'V'), + (0x85C, 'X'), + (0x85E, 'V'), + (0x85F, 'X'), + (0x860, 'V'), + (0x86B, 'X'), + (0x870, 'V'), + (0x88F, 'X'), + (0x898, 'V'), + (0x8E2, 'X'), + (0x8E3, 'V'), + (0x958, 'M', 'क़'), + (0x959, 'M', 'ख़'), + (0x95A, 'M', 'ग़'), + (0x95B, 'M', 'ज़'), + (0x95C, 'M', 'ड़'), + (0x95D, 'M', 'ढ़'), + (0x95E, 'M', 'फ़'), + (0x95F, 'M', 'य़'), + (0x960, 'V'), + (0x984, 'X'), + (0x985, 'V'), + (0x98D, 'X'), + (0x98F, 'V'), + (0x991, 'X'), + (0x993, 'V'), + (0x9A9, 'X'), + (0x9AA, 'V'), + (0x9B1, 'X'), + (0x9B2, 'V'), + (0x9B3, 'X'), + (0x9B6, 'V'), + (0x9BA, 'X'), + (0x9BC, 'V'), + (0x9C5, 'X'), + (0x9C7, 'V'), + (0x9C9, 'X'), + (0x9CB, 'V'), + (0x9CF, 'X'), + (0x9D7, 'V'), + (0x9D8, 'X'), + (0x9DC, 'M', 'ড়'), + (0x9DD, 'M', 'ঢ়'), + (0x9DE, 'X'), + (0x9DF, 'M', 'য়'), + (0x9E0, 'V'), + (0x9E4, 'X'), + (0x9E6, 'V'), + (0x9FF, 'X'), + (0xA01, 'V'), + (0xA04, 'X'), + (0xA05, 'V'), + (0xA0B, 'X'), + (0xA0F, 'V'), + (0xA11, 'X'), + (0xA13, 'V'), + (0xA29, 'X'), + (0xA2A, 'V'), + (0xA31, 'X'), + (0xA32, 'V'), + (0xA33, 'M', 'ਲ਼'), + (0xA34, 'X'), + (0xA35, 'V'), + (0xA36, 'M', 'ਸ਼'), + (0xA37, 'X'), + (0xA38, 'V'), + (0xA3A, 'X'), + (0xA3C, 'V'), + (0xA3D, 'X'), + (0xA3E, 'V'), + (0xA43, 'X'), + (0xA47, 'V'), + (0xA49, 'X'), + (0xA4B, 'V'), + (0xA4E, 'X'), + (0xA51, 'V'), + (0xA52, 'X'), + (0xA59, 'M', 'ਖ਼'), + (0xA5A, 'M', 'ਗ਼'), + (0xA5B, 'M', 'ਜ਼'), + (0xA5C, 'V'), + (0xA5D, 'X'), + ] + +def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA5E, 'M', 'ਫ਼'), + (0xA5F, 'X'), + (0xA66, 'V'), + (0xA77, 'X'), + (0xA81, 'V'), + (0xA84, 'X'), + (0xA85, 'V'), + (0xA8E, 'X'), + (0xA8F, 'V'), + (0xA92, 'X'), + (0xA93, 'V'), + (0xAA9, 'X'), + (0xAAA, 'V'), + (0xAB1, 'X'), + (0xAB2, 'V'), + (0xAB4, 'X'), + (0xAB5, 'V'), + (0xABA, 'X'), + (0xABC, 'V'), + (0xAC6, 'X'), + (0xAC7, 'V'), + (0xACA, 'X'), + (0xACB, 'V'), + (0xACE, 'X'), + (0xAD0, 'V'), + (0xAD1, 'X'), + (0xAE0, 'V'), + (0xAE4, 'X'), + (0xAE6, 'V'), + (0xAF2, 'X'), + (0xAF9, 'V'), + (0xB00, 'X'), + (0xB01, 'V'), + (0xB04, 'X'), + (0xB05, 'V'), + (0xB0D, 'X'), + (0xB0F, 'V'), + (0xB11, 'X'), + (0xB13, 'V'), + (0xB29, 'X'), + (0xB2A, 'V'), + (0xB31, 'X'), + (0xB32, 'V'), + (0xB34, 'X'), + (0xB35, 'V'), + (0xB3A, 'X'), + (0xB3C, 'V'), + (0xB45, 'X'), + (0xB47, 'V'), + (0xB49, 'X'), + (0xB4B, 'V'), + (0xB4E, 'X'), + (0xB55, 'V'), + (0xB58, 'X'), + (0xB5C, 'M', 'ଡ଼'), + (0xB5D, 'M', 'ଢ଼'), + (0xB5E, 'X'), + (0xB5F, 'V'), + (0xB64, 'X'), + (0xB66, 'V'), + (0xB78, 'X'), + (0xB82, 'V'), + (0xB84, 'X'), + (0xB85, 'V'), + (0xB8B, 'X'), + (0xB8E, 'V'), + (0xB91, 'X'), + (0xB92, 'V'), + (0xB96, 'X'), + (0xB99, 'V'), + (0xB9B, 'X'), + (0xB9C, 'V'), + (0xB9D, 'X'), + (0xB9E, 'V'), + (0xBA0, 'X'), + (0xBA3, 'V'), + (0xBA5, 'X'), + (0xBA8, 'V'), + (0xBAB, 'X'), + (0xBAE, 'V'), + (0xBBA, 'X'), + (0xBBE, 'V'), + (0xBC3, 'X'), + (0xBC6, 'V'), + (0xBC9, 'X'), + (0xBCA, 'V'), + (0xBCE, 'X'), + (0xBD0, 'V'), + (0xBD1, 'X'), + (0xBD7, 'V'), + (0xBD8, 'X'), + (0xBE6, 'V'), + (0xBFB, 'X'), + (0xC00, 'V'), + (0xC0D, 'X'), + (0xC0E, 'V'), + (0xC11, 'X'), + (0xC12, 'V'), + (0xC29, 'X'), + (0xC2A, 'V'), + ] + +def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC3A, 'X'), + (0xC3C, 'V'), + (0xC45, 'X'), + (0xC46, 'V'), + (0xC49, 'X'), + (0xC4A, 'V'), + (0xC4E, 'X'), + (0xC55, 'V'), + (0xC57, 'X'), + (0xC58, 'V'), + (0xC5B, 'X'), + (0xC5D, 'V'), + (0xC5E, 'X'), + (0xC60, 'V'), + (0xC64, 'X'), + (0xC66, 'V'), + (0xC70, 'X'), + (0xC77, 'V'), + (0xC8D, 'X'), + (0xC8E, 'V'), + (0xC91, 'X'), + (0xC92, 'V'), + (0xCA9, 'X'), + (0xCAA, 'V'), + (0xCB4, 'X'), + (0xCB5, 'V'), + (0xCBA, 'X'), + (0xCBC, 'V'), + (0xCC5, 'X'), + (0xCC6, 'V'), + (0xCC9, 'X'), + (0xCCA, 'V'), + (0xCCE, 'X'), + (0xCD5, 'V'), + (0xCD7, 'X'), + (0xCDD, 'V'), + (0xCDF, 'X'), + (0xCE0, 'V'), + (0xCE4, 'X'), + (0xCE6, 'V'), + (0xCF0, 'X'), + (0xCF1, 'V'), + (0xCF4, 'X'), + (0xD00, 'V'), + (0xD0D, 'X'), + (0xD0E, 'V'), + (0xD11, 'X'), + (0xD12, 'V'), + (0xD45, 'X'), + (0xD46, 'V'), + (0xD49, 'X'), + (0xD4A, 'V'), + (0xD50, 'X'), + (0xD54, 'V'), + (0xD64, 'X'), + (0xD66, 'V'), + (0xD80, 'X'), + (0xD81, 'V'), + (0xD84, 'X'), + (0xD85, 'V'), + (0xD97, 'X'), + (0xD9A, 'V'), + (0xDB2, 'X'), + (0xDB3, 'V'), + (0xDBC, 'X'), + (0xDBD, 'V'), + (0xDBE, 'X'), + (0xDC0, 'V'), + (0xDC7, 'X'), + (0xDCA, 'V'), + (0xDCB, 'X'), + (0xDCF, 'V'), + (0xDD5, 'X'), + (0xDD6, 'V'), + (0xDD7, 'X'), + (0xDD8, 'V'), + (0xDE0, 'X'), + (0xDE6, 'V'), + (0xDF0, 'X'), + (0xDF2, 'V'), + (0xDF5, 'X'), + (0xE01, 'V'), + (0xE33, 'M', 'ํา'), + (0xE34, 'V'), + (0xE3B, 'X'), + (0xE3F, 'V'), + (0xE5C, 'X'), + (0xE81, 'V'), + (0xE83, 'X'), + (0xE84, 'V'), + (0xE85, 'X'), + (0xE86, 'V'), + (0xE8B, 'X'), + (0xE8C, 'V'), + (0xEA4, 'X'), + (0xEA5, 'V'), + (0xEA6, 'X'), + (0xEA7, 'V'), + (0xEB3, 'M', 'ໍາ'), + (0xEB4, 'V'), + ] + +def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xEBE, 'X'), + (0xEC0, 'V'), + (0xEC5, 'X'), + (0xEC6, 'V'), + (0xEC7, 'X'), + (0xEC8, 'V'), + (0xECF, 'X'), + (0xED0, 'V'), + (0xEDA, 'X'), + (0xEDC, 'M', 'ຫນ'), + (0xEDD, 'M', 'ຫມ'), + (0xEDE, 'V'), + (0xEE0, 'X'), + (0xF00, 'V'), + (0xF0C, 'M', '་'), + (0xF0D, 'V'), + (0xF43, 'M', 'གྷ'), + (0xF44, 'V'), + (0xF48, 'X'), + (0xF49, 'V'), + (0xF4D, 'M', 'ཌྷ'), + (0xF4E, 'V'), + (0xF52, 'M', 'དྷ'), + (0xF53, 'V'), + (0xF57, 'M', 'བྷ'), + (0xF58, 'V'), + (0xF5C, 'M', 'ཛྷ'), + (0xF5D, 'V'), + (0xF69, 'M', 'ཀྵ'), + (0xF6A, 'V'), + (0xF6D, 'X'), + (0xF71, 'V'), + (0xF73, 'M', 'ཱི'), + (0xF74, 'V'), + (0xF75, 'M', 'ཱུ'), + (0xF76, 'M', 'ྲྀ'), + (0xF77, 'M', 'ྲཱྀ'), + (0xF78, 'M', 'ླྀ'), + (0xF79, 'M', 'ླཱྀ'), + (0xF7A, 'V'), + (0xF81, 'M', 'ཱྀ'), + (0xF82, 'V'), + (0xF93, 'M', 'ྒྷ'), + (0xF94, 'V'), + (0xF98, 'X'), + (0xF99, 'V'), + (0xF9D, 'M', 'ྜྷ'), + (0xF9E, 'V'), + (0xFA2, 'M', 'ྡྷ'), + (0xFA3, 'V'), + (0xFA7, 'M', 'ྦྷ'), + (0xFA8, 'V'), + (0xFAC, 'M', 'ྫྷ'), + (0xFAD, 'V'), + (0xFB9, 'M', 'ྐྵ'), + (0xFBA, 'V'), + (0xFBD, 'X'), + (0xFBE, 'V'), + (0xFCD, 'X'), + (0xFCE, 'V'), + (0xFDB, 'X'), + (0x1000, 'V'), + (0x10A0, 'X'), + (0x10C7, 'M', 'ⴧ'), + (0x10C8, 'X'), + (0x10CD, 'M', 'ⴭ'), + (0x10CE, 'X'), + (0x10D0, 'V'), + (0x10FC, 'M', 'ნ'), + (0x10FD, 'V'), + (0x115F, 'X'), + (0x1161, 'V'), + (0x1249, 'X'), + (0x124A, 'V'), + (0x124E, 'X'), + (0x1250, 'V'), + (0x1257, 'X'), + (0x1258, 'V'), + (0x1259, 'X'), + (0x125A, 'V'), + (0x125E, 'X'), + (0x1260, 'V'), + (0x1289, 'X'), + (0x128A, 'V'), + (0x128E, 'X'), + (0x1290, 'V'), + (0x12B1, 'X'), + (0x12B2, 'V'), + (0x12B6, 'X'), + (0x12B8, 'V'), + (0x12BF, 'X'), + (0x12C0, 'V'), + (0x12C1, 'X'), + (0x12C2, 'V'), + (0x12C6, 'X'), + (0x12C8, 'V'), + (0x12D7, 'X'), + (0x12D8, 'V'), + (0x1311, 'X'), + (0x1312, 'V'), + ] + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1316, 'X'), + (0x1318, 'V'), + (0x135B, 'X'), + (0x135D, 'V'), + (0x137D, 'X'), + (0x1380, 'V'), + (0x139A, 'X'), + (0x13A0, 'V'), + (0x13F6, 'X'), + (0x13F8, 'M', 'Ᏸ'), + (0x13F9, 'M', 'Ᏹ'), + (0x13FA, 'M', 'Ᏺ'), + (0x13FB, 'M', 'Ᏻ'), + (0x13FC, 'M', 'Ᏼ'), + (0x13FD, 'M', 'Ᏽ'), + (0x13FE, 'X'), + (0x1400, 'V'), + (0x1680, 'X'), + (0x1681, 'V'), + (0x169D, 'X'), + (0x16A0, 'V'), + (0x16F9, 'X'), + (0x1700, 'V'), + (0x1716, 'X'), + (0x171F, 'V'), + (0x1737, 'X'), + (0x1740, 'V'), + (0x1754, 'X'), + (0x1760, 'V'), + (0x176D, 'X'), + (0x176E, 'V'), + (0x1771, 'X'), + (0x1772, 'V'), + (0x1774, 'X'), + (0x1780, 'V'), + (0x17B4, 'X'), + (0x17B6, 'V'), + (0x17DE, 'X'), + (0x17E0, 'V'), + (0x17EA, 'X'), + (0x17F0, 'V'), + (0x17FA, 'X'), + (0x1800, 'V'), + (0x1806, 'X'), + (0x1807, 'V'), + (0x180B, 'I'), + (0x180E, 'X'), + (0x180F, 'I'), + (0x1810, 'V'), + (0x181A, 'X'), + (0x1820, 'V'), + (0x1879, 'X'), + (0x1880, 'V'), + (0x18AB, 'X'), + (0x18B0, 'V'), + (0x18F6, 'X'), + (0x1900, 'V'), + (0x191F, 'X'), + (0x1920, 'V'), + (0x192C, 'X'), + (0x1930, 'V'), + (0x193C, 'X'), + (0x1940, 'V'), + (0x1941, 'X'), + (0x1944, 'V'), + (0x196E, 'X'), + (0x1970, 'V'), + (0x1975, 'X'), + (0x1980, 'V'), + (0x19AC, 'X'), + (0x19B0, 'V'), + (0x19CA, 'X'), + (0x19D0, 'V'), + (0x19DB, 'X'), + (0x19DE, 'V'), + (0x1A1C, 'X'), + (0x1A1E, 'V'), + (0x1A5F, 'X'), + (0x1A60, 'V'), + (0x1A7D, 'X'), + (0x1A7F, 'V'), + (0x1A8A, 'X'), + (0x1A90, 'V'), + (0x1A9A, 'X'), + (0x1AA0, 'V'), + (0x1AAE, 'X'), + (0x1AB0, 'V'), + (0x1ACF, 'X'), + (0x1B00, 'V'), + (0x1B4D, 'X'), + (0x1B50, 'V'), + (0x1B7F, 'X'), + (0x1B80, 'V'), + (0x1BF4, 'X'), + (0x1BFC, 'V'), + (0x1C38, 'X'), + (0x1C3B, 'V'), + (0x1C4A, 'X'), + (0x1C4D, 'V'), + (0x1C80, 'M', 'в'), + ] + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1C81, 'M', 'д'), + (0x1C82, 'M', 'о'), + (0x1C83, 'M', 'с'), + (0x1C84, 'M', 'т'), + (0x1C86, 'M', 'ъ'), + (0x1C87, 'M', 'ѣ'), + (0x1C88, 'M', 'ꙋ'), + (0x1C89, 'X'), + (0x1C90, 'M', 'ა'), + (0x1C91, 'M', 'ბ'), + (0x1C92, 'M', 'გ'), + (0x1C93, 'M', 'დ'), + (0x1C94, 'M', 'ე'), + (0x1C95, 'M', 'ვ'), + (0x1C96, 'M', 'ზ'), + (0x1C97, 'M', 'თ'), + (0x1C98, 'M', 'ი'), + (0x1C99, 'M', 'კ'), + (0x1C9A, 'M', 'ლ'), + (0x1C9B, 'M', 'მ'), + (0x1C9C, 'M', 'ნ'), + (0x1C9D, 'M', 'ო'), + (0x1C9E, 'M', 'პ'), + (0x1C9F, 'M', 'ჟ'), + (0x1CA0, 'M', 'რ'), + (0x1CA1, 'M', 'ს'), + (0x1CA2, 'M', 'ტ'), + (0x1CA3, 'M', 'უ'), + (0x1CA4, 'M', 'ფ'), + (0x1CA5, 'M', 'ქ'), + (0x1CA6, 'M', 'ღ'), + (0x1CA7, 'M', 'ყ'), + (0x1CA8, 'M', 'შ'), + (0x1CA9, 'M', 'ჩ'), + (0x1CAA, 'M', 'ც'), + (0x1CAB, 'M', 'ძ'), + (0x1CAC, 'M', 'წ'), + (0x1CAD, 'M', 'ჭ'), + (0x1CAE, 'M', 'ხ'), + (0x1CAF, 'M', 'ჯ'), + (0x1CB0, 'M', 'ჰ'), + (0x1CB1, 'M', 'ჱ'), + (0x1CB2, 'M', 'ჲ'), + (0x1CB3, 'M', 'ჳ'), + (0x1CB4, 'M', 'ჴ'), + (0x1CB5, 'M', 'ჵ'), + (0x1CB6, 'M', 'ჶ'), + (0x1CB7, 'M', 'ჷ'), + (0x1CB8, 'M', 'ჸ'), + (0x1CB9, 'M', 'ჹ'), + (0x1CBA, 'M', 'ჺ'), + (0x1CBB, 'X'), + (0x1CBD, 'M', 'ჽ'), + (0x1CBE, 'M', 'ჾ'), + (0x1CBF, 'M', 'ჿ'), + (0x1CC0, 'V'), + (0x1CC8, 'X'), + (0x1CD0, 'V'), + (0x1CFB, 'X'), + (0x1D00, 'V'), + (0x1D2C, 'M', 'a'), + (0x1D2D, 'M', 'æ'), + (0x1D2E, 'M', 'b'), + (0x1D2F, 'V'), + (0x1D30, 'M', 'd'), + (0x1D31, 'M', 'e'), + (0x1D32, 'M', 'ǝ'), + (0x1D33, 'M', 'g'), + (0x1D34, 'M', 'h'), + (0x1D35, 'M', 'i'), + (0x1D36, 'M', 'j'), + (0x1D37, 'M', 'k'), + (0x1D38, 'M', 'l'), + (0x1D39, 'M', 'm'), + (0x1D3A, 'M', 'n'), + (0x1D3B, 'V'), + (0x1D3C, 'M', 'o'), + (0x1D3D, 'M', 'ȣ'), + (0x1D3E, 'M', 'p'), + (0x1D3F, 'M', 'r'), + (0x1D40, 'M', 't'), + (0x1D41, 'M', 'u'), + (0x1D42, 'M', 'w'), + (0x1D43, 'M', 'a'), + (0x1D44, 'M', 'ɐ'), + (0x1D45, 'M', 'ɑ'), + (0x1D46, 'M', 'ᴂ'), + (0x1D47, 'M', 'b'), + (0x1D48, 'M', 'd'), + (0x1D49, 'M', 'e'), + (0x1D4A, 'M', 'ə'), + (0x1D4B, 'M', 'ɛ'), + (0x1D4C, 'M', 'ɜ'), + (0x1D4D, 'M', 'g'), + (0x1D4E, 'V'), + (0x1D4F, 'M', 'k'), + (0x1D50, 'M', 'm'), + (0x1D51, 'M', 'ŋ'), + (0x1D52, 'M', 'o'), + (0x1D53, 'M', 'ɔ'), + ] + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D54, 'M', 'ᴖ'), + (0x1D55, 'M', 'ᴗ'), + (0x1D56, 'M', 'p'), + (0x1D57, 'M', 't'), + (0x1D58, 'M', 'u'), + (0x1D59, 'M', 'ᴝ'), + (0x1D5A, 'M', 'ɯ'), + (0x1D5B, 'M', 'v'), + (0x1D5C, 'M', 'ᴥ'), + (0x1D5D, 'M', 'β'), + (0x1D5E, 'M', 'γ'), + (0x1D5F, 'M', 'δ'), + (0x1D60, 'M', 'φ'), + (0x1D61, 'M', 'χ'), + (0x1D62, 'M', 'i'), + (0x1D63, 'M', 'r'), + (0x1D64, 'M', 'u'), + (0x1D65, 'M', 'v'), + (0x1D66, 'M', 'β'), + (0x1D67, 'M', 'γ'), + (0x1D68, 'M', 'ρ'), + (0x1D69, 'M', 'φ'), + (0x1D6A, 'M', 'χ'), + (0x1D6B, 'V'), + (0x1D78, 'M', 'н'), + (0x1D79, 'V'), + (0x1D9B, 'M', 'ɒ'), + (0x1D9C, 'M', 'c'), + (0x1D9D, 'M', 'ɕ'), + (0x1D9E, 'M', 'ð'), + (0x1D9F, 'M', 'ɜ'), + (0x1DA0, 'M', 'f'), + (0x1DA1, 'M', 'ɟ'), + (0x1DA2, 'M', 'ɡ'), + (0x1DA3, 'M', 'ɥ'), + (0x1DA4, 'M', 'ɨ'), + (0x1DA5, 'M', 'ɩ'), + (0x1DA6, 'M', 'ɪ'), + (0x1DA7, 'M', 'ᵻ'), + (0x1DA8, 'M', 'ʝ'), + (0x1DA9, 'M', 'ɭ'), + (0x1DAA, 'M', 'ᶅ'), + (0x1DAB, 'M', 'ʟ'), + (0x1DAC, 'M', 'ɱ'), + (0x1DAD, 'M', 'ɰ'), + (0x1DAE, 'M', 'ɲ'), + (0x1DAF, 'M', 'ɳ'), + (0x1DB0, 'M', 'ɴ'), + (0x1DB1, 'M', 'ɵ'), + (0x1DB2, 'M', 'ɸ'), + (0x1DB3, 'M', 'ʂ'), + (0x1DB4, 'M', 'ʃ'), + (0x1DB5, 'M', 'ƫ'), + (0x1DB6, 'M', 'ʉ'), + (0x1DB7, 'M', 'ʊ'), + (0x1DB8, 'M', 'ᴜ'), + (0x1DB9, 'M', 'ʋ'), + (0x1DBA, 'M', 'ʌ'), + (0x1DBB, 'M', 'z'), + (0x1DBC, 'M', 'ʐ'), + (0x1DBD, 'M', 'ʑ'), + (0x1DBE, 'M', 'ʒ'), + (0x1DBF, 'M', 'θ'), + (0x1DC0, 'V'), + (0x1E00, 'M', 'ḁ'), + (0x1E01, 'V'), + (0x1E02, 'M', 'ḃ'), + (0x1E03, 'V'), + (0x1E04, 'M', 'ḅ'), + (0x1E05, 'V'), + (0x1E06, 'M', 'ḇ'), + (0x1E07, 'V'), + (0x1E08, 'M', 'ḉ'), + (0x1E09, 'V'), + (0x1E0A, 'M', 'ḋ'), + (0x1E0B, 'V'), + (0x1E0C, 'M', 'ḍ'), + (0x1E0D, 'V'), + (0x1E0E, 'M', 'ḏ'), + (0x1E0F, 'V'), + (0x1E10, 'M', 'ḑ'), + (0x1E11, 'V'), + (0x1E12, 'M', 'ḓ'), + (0x1E13, 'V'), + (0x1E14, 'M', 'ḕ'), + (0x1E15, 'V'), + (0x1E16, 'M', 'ḗ'), + (0x1E17, 'V'), + (0x1E18, 'M', 'ḙ'), + (0x1E19, 'V'), + (0x1E1A, 'M', 'ḛ'), + (0x1E1B, 'V'), + (0x1E1C, 'M', 'ḝ'), + (0x1E1D, 'V'), + (0x1E1E, 'M', 'ḟ'), + (0x1E1F, 'V'), + (0x1E20, 'M', 'ḡ'), + (0x1E21, 'V'), + (0x1E22, 'M', 'ḣ'), + (0x1E23, 'V'), + ] + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E24, 'M', 'ḥ'), + (0x1E25, 'V'), + (0x1E26, 'M', 'ḧ'), + (0x1E27, 'V'), + (0x1E28, 'M', 'ḩ'), + (0x1E29, 'V'), + (0x1E2A, 'M', 'ḫ'), + (0x1E2B, 'V'), + (0x1E2C, 'M', 'ḭ'), + (0x1E2D, 'V'), + (0x1E2E, 'M', 'ḯ'), + (0x1E2F, 'V'), + (0x1E30, 'M', 'ḱ'), + (0x1E31, 'V'), + (0x1E32, 'M', 'ḳ'), + (0x1E33, 'V'), + (0x1E34, 'M', 'ḵ'), + (0x1E35, 'V'), + (0x1E36, 'M', 'ḷ'), + (0x1E37, 'V'), + (0x1E38, 'M', 'ḹ'), + (0x1E39, 'V'), + (0x1E3A, 'M', 'ḻ'), + (0x1E3B, 'V'), + (0x1E3C, 'M', 'ḽ'), + (0x1E3D, 'V'), + (0x1E3E, 'M', 'ḿ'), + (0x1E3F, 'V'), + (0x1E40, 'M', 'ṁ'), + (0x1E41, 'V'), + (0x1E42, 'M', 'ṃ'), + (0x1E43, 'V'), + (0x1E44, 'M', 'ṅ'), + (0x1E45, 'V'), + (0x1E46, 'M', 'ṇ'), + (0x1E47, 'V'), + (0x1E48, 'M', 'ṉ'), + (0x1E49, 'V'), + (0x1E4A, 'M', 'ṋ'), + (0x1E4B, 'V'), + (0x1E4C, 'M', 'ṍ'), + (0x1E4D, 'V'), + (0x1E4E, 'M', 'ṏ'), + (0x1E4F, 'V'), + (0x1E50, 'M', 'ṑ'), + (0x1E51, 'V'), + (0x1E52, 'M', 'ṓ'), + (0x1E53, 'V'), + (0x1E54, 'M', 'ṕ'), + (0x1E55, 'V'), + (0x1E56, 'M', 'ṗ'), + (0x1E57, 'V'), + (0x1E58, 'M', 'ṙ'), + (0x1E59, 'V'), + (0x1E5A, 'M', 'ṛ'), + (0x1E5B, 'V'), + (0x1E5C, 'M', 'ṝ'), + (0x1E5D, 'V'), + (0x1E5E, 'M', 'ṟ'), + (0x1E5F, 'V'), + (0x1E60, 'M', 'ṡ'), + (0x1E61, 'V'), + (0x1E62, 'M', 'ṣ'), + (0x1E63, 'V'), + (0x1E64, 'M', 'ṥ'), + (0x1E65, 'V'), + (0x1E66, 'M', 'ṧ'), + (0x1E67, 'V'), + (0x1E68, 'M', 'ṩ'), + (0x1E69, 'V'), + (0x1E6A, 'M', 'ṫ'), + (0x1E6B, 'V'), + (0x1E6C, 'M', 'ṭ'), + (0x1E6D, 'V'), + (0x1E6E, 'M', 'ṯ'), + (0x1E6F, 'V'), + (0x1E70, 'M', 'ṱ'), + (0x1E71, 'V'), + (0x1E72, 'M', 'ṳ'), + (0x1E73, 'V'), + (0x1E74, 'M', 'ṵ'), + (0x1E75, 'V'), + (0x1E76, 'M', 'ṷ'), + (0x1E77, 'V'), + (0x1E78, 'M', 'ṹ'), + (0x1E79, 'V'), + (0x1E7A, 'M', 'ṻ'), + (0x1E7B, 'V'), + (0x1E7C, 'M', 'ṽ'), + (0x1E7D, 'V'), + (0x1E7E, 'M', 'ṿ'), + (0x1E7F, 'V'), + (0x1E80, 'M', 'ẁ'), + (0x1E81, 'V'), + (0x1E82, 'M', 'ẃ'), + (0x1E83, 'V'), + (0x1E84, 'M', 'ẅ'), + (0x1E85, 'V'), + (0x1E86, 'M', 'ẇ'), + (0x1E87, 'V'), + ] + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E88, 'M', 'ẉ'), + (0x1E89, 'V'), + (0x1E8A, 'M', 'ẋ'), + (0x1E8B, 'V'), + (0x1E8C, 'M', 'ẍ'), + (0x1E8D, 'V'), + (0x1E8E, 'M', 'ẏ'), + (0x1E8F, 'V'), + (0x1E90, 'M', 'ẑ'), + (0x1E91, 'V'), + (0x1E92, 'M', 'ẓ'), + (0x1E93, 'V'), + (0x1E94, 'M', 'ẕ'), + (0x1E95, 'V'), + (0x1E9A, 'M', 'aʾ'), + (0x1E9B, 'M', 'ṡ'), + (0x1E9C, 'V'), + (0x1E9E, 'M', 'ss'), + (0x1E9F, 'V'), + (0x1EA0, 'M', 'ạ'), + (0x1EA1, 'V'), + (0x1EA2, 'M', 'ả'), + (0x1EA3, 'V'), + (0x1EA4, 'M', 'ấ'), + (0x1EA5, 'V'), + (0x1EA6, 'M', 'ầ'), + (0x1EA7, 'V'), + (0x1EA8, 'M', 'ẩ'), + (0x1EA9, 'V'), + (0x1EAA, 'M', 'ẫ'), + (0x1EAB, 'V'), + (0x1EAC, 'M', 'ậ'), + (0x1EAD, 'V'), + (0x1EAE, 'M', 'ắ'), + (0x1EAF, 'V'), + (0x1EB0, 'M', 'ằ'), + (0x1EB1, 'V'), + (0x1EB2, 'M', 'ẳ'), + (0x1EB3, 'V'), + (0x1EB4, 'M', 'ẵ'), + (0x1EB5, 'V'), + (0x1EB6, 'M', 'ặ'), + (0x1EB7, 'V'), + (0x1EB8, 'M', 'ẹ'), + (0x1EB9, 'V'), + (0x1EBA, 'M', 'ẻ'), + (0x1EBB, 'V'), + (0x1EBC, 'M', 'ẽ'), + (0x1EBD, 'V'), + (0x1EBE, 'M', 'ế'), + (0x1EBF, 'V'), + (0x1EC0, 'M', 'ề'), + (0x1EC1, 'V'), + (0x1EC2, 'M', 'ể'), + (0x1EC3, 'V'), + (0x1EC4, 'M', 'ễ'), + (0x1EC5, 'V'), + (0x1EC6, 'M', 'ệ'), + (0x1EC7, 'V'), + (0x1EC8, 'M', 'ỉ'), + (0x1EC9, 'V'), + (0x1ECA, 'M', 'ị'), + (0x1ECB, 'V'), + (0x1ECC, 'M', 'ọ'), + (0x1ECD, 'V'), + (0x1ECE, 'M', 'ỏ'), + (0x1ECF, 'V'), + (0x1ED0, 'M', 'ố'), + (0x1ED1, 'V'), + (0x1ED2, 'M', 'ồ'), + (0x1ED3, 'V'), + (0x1ED4, 'M', 'ổ'), + (0x1ED5, 'V'), + (0x1ED6, 'M', 'ỗ'), + (0x1ED7, 'V'), + (0x1ED8, 'M', 'ộ'), + (0x1ED9, 'V'), + (0x1EDA, 'M', 'ớ'), + (0x1EDB, 'V'), + (0x1EDC, 'M', 'ờ'), + (0x1EDD, 'V'), + (0x1EDE, 'M', 'ở'), + (0x1EDF, 'V'), + (0x1EE0, 'M', 'ỡ'), + (0x1EE1, 'V'), + (0x1EE2, 'M', 'ợ'), + (0x1EE3, 'V'), + (0x1EE4, 'M', 'ụ'), + (0x1EE5, 'V'), + (0x1EE6, 'M', 'ủ'), + (0x1EE7, 'V'), + (0x1EE8, 'M', 'ứ'), + (0x1EE9, 'V'), + (0x1EEA, 'M', 'ừ'), + (0x1EEB, 'V'), + (0x1EEC, 'M', 'ử'), + (0x1EED, 'V'), + (0x1EEE, 'M', 'ữ'), + (0x1EEF, 'V'), + (0x1EF0, 'M', 'ự'), + ] + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EF1, 'V'), + (0x1EF2, 'M', 'ỳ'), + (0x1EF3, 'V'), + (0x1EF4, 'M', 'ỵ'), + (0x1EF5, 'V'), + (0x1EF6, 'M', 'ỷ'), + (0x1EF7, 'V'), + (0x1EF8, 'M', 'ỹ'), + (0x1EF9, 'V'), + (0x1EFA, 'M', 'ỻ'), + (0x1EFB, 'V'), + (0x1EFC, 'M', 'ỽ'), + (0x1EFD, 'V'), + (0x1EFE, 'M', 'ỿ'), + (0x1EFF, 'V'), + (0x1F08, 'M', 'ἀ'), + (0x1F09, 'M', 'ἁ'), + (0x1F0A, 'M', 'ἂ'), + (0x1F0B, 'M', 'ἃ'), + (0x1F0C, 'M', 'ἄ'), + (0x1F0D, 'M', 'ἅ'), + (0x1F0E, 'M', 'ἆ'), + (0x1F0F, 'M', 'ἇ'), + (0x1F10, 'V'), + (0x1F16, 'X'), + (0x1F18, 'M', 'ἐ'), + (0x1F19, 'M', 'ἑ'), + (0x1F1A, 'M', 'ἒ'), + (0x1F1B, 'M', 'ἓ'), + (0x1F1C, 'M', 'ἔ'), + (0x1F1D, 'M', 'ἕ'), + (0x1F1E, 'X'), + (0x1F20, 'V'), + (0x1F28, 'M', 'ἠ'), + (0x1F29, 'M', 'ἡ'), + (0x1F2A, 'M', 'ἢ'), + (0x1F2B, 'M', 'ἣ'), + (0x1F2C, 'M', 'ἤ'), + (0x1F2D, 'M', 'ἥ'), + (0x1F2E, 'M', 'ἦ'), + (0x1F2F, 'M', 'ἧ'), + (0x1F30, 'V'), + (0x1F38, 'M', 'ἰ'), + (0x1F39, 'M', 'ἱ'), + (0x1F3A, 'M', 'ἲ'), + (0x1F3B, 'M', 'ἳ'), + (0x1F3C, 'M', 'ἴ'), + (0x1F3D, 'M', 'ἵ'), + (0x1F3E, 'M', 'ἶ'), + (0x1F3F, 'M', 'ἷ'), + (0x1F40, 'V'), + (0x1F46, 'X'), + (0x1F48, 'M', 'ὀ'), + (0x1F49, 'M', 'ὁ'), + (0x1F4A, 'M', 'ὂ'), + (0x1F4B, 'M', 'ὃ'), + (0x1F4C, 'M', 'ὄ'), + (0x1F4D, 'M', 'ὅ'), + (0x1F4E, 'X'), + (0x1F50, 'V'), + (0x1F58, 'X'), + (0x1F59, 'M', 'ὑ'), + (0x1F5A, 'X'), + (0x1F5B, 'M', 'ὓ'), + (0x1F5C, 'X'), + (0x1F5D, 'M', 'ὕ'), + (0x1F5E, 'X'), + (0x1F5F, 'M', 'ὗ'), + (0x1F60, 'V'), + (0x1F68, 'M', 'ὠ'), + (0x1F69, 'M', 'ὡ'), + (0x1F6A, 'M', 'ὢ'), + (0x1F6B, 'M', 'ὣ'), + (0x1F6C, 'M', 'ὤ'), + (0x1F6D, 'M', 'ὥ'), + (0x1F6E, 'M', 'ὦ'), + (0x1F6F, 'M', 'ὧ'), + (0x1F70, 'V'), + (0x1F71, 'M', 'ά'), + (0x1F72, 'V'), + (0x1F73, 'M', 'έ'), + (0x1F74, 'V'), + (0x1F75, 'M', 'ή'), + (0x1F76, 'V'), + (0x1F77, 'M', 'ί'), + (0x1F78, 'V'), + (0x1F79, 'M', 'ό'), + (0x1F7A, 'V'), + (0x1F7B, 'M', 'ύ'), + (0x1F7C, 'V'), + (0x1F7D, 'M', 'ώ'), + (0x1F7E, 'X'), + (0x1F80, 'M', 'ἀι'), + (0x1F81, 'M', 'ἁι'), + (0x1F82, 'M', 'ἂι'), + (0x1F83, 'M', 'ἃι'), + (0x1F84, 'M', 'ἄι'), + (0x1F85, 'M', 'ἅι'), + (0x1F86, 'M', 'ἆι'), + (0x1F87, 'M', 'ἇι'), + ] + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F88, 'M', 'ἀι'), + (0x1F89, 'M', 'ἁι'), + (0x1F8A, 'M', 'ἂι'), + (0x1F8B, 'M', 'ἃι'), + (0x1F8C, 'M', 'ἄι'), + (0x1F8D, 'M', 'ἅι'), + (0x1F8E, 'M', 'ἆι'), + (0x1F8F, 'M', 'ἇι'), + (0x1F90, 'M', 'ἠι'), + (0x1F91, 'M', 'ἡι'), + (0x1F92, 'M', 'ἢι'), + (0x1F93, 'M', 'ἣι'), + (0x1F94, 'M', 'ἤι'), + (0x1F95, 'M', 'ἥι'), + (0x1F96, 'M', 'ἦι'), + (0x1F97, 'M', 'ἧι'), + (0x1F98, 'M', 'ἠι'), + (0x1F99, 'M', 'ἡι'), + (0x1F9A, 'M', 'ἢι'), + (0x1F9B, 'M', 'ἣι'), + (0x1F9C, 'M', 'ἤι'), + (0x1F9D, 'M', 'ἥι'), + (0x1F9E, 'M', 'ἦι'), + (0x1F9F, 'M', 'ἧι'), + (0x1FA0, 'M', 'ὠι'), + (0x1FA1, 'M', 'ὡι'), + (0x1FA2, 'M', 'ὢι'), + (0x1FA3, 'M', 'ὣι'), + (0x1FA4, 'M', 'ὤι'), + (0x1FA5, 'M', 'ὥι'), + (0x1FA6, 'M', 'ὦι'), + (0x1FA7, 'M', 'ὧι'), + (0x1FA8, 'M', 'ὠι'), + (0x1FA9, 'M', 'ὡι'), + (0x1FAA, 'M', 'ὢι'), + (0x1FAB, 'M', 'ὣι'), + (0x1FAC, 'M', 'ὤι'), + (0x1FAD, 'M', 'ὥι'), + (0x1FAE, 'M', 'ὦι'), + (0x1FAF, 'M', 'ὧι'), + (0x1FB0, 'V'), + (0x1FB2, 'M', 'ὰι'), + (0x1FB3, 'M', 'αι'), + (0x1FB4, 'M', 'άι'), + (0x1FB5, 'X'), + (0x1FB6, 'V'), + (0x1FB7, 'M', 'ᾶι'), + (0x1FB8, 'M', 'ᾰ'), + (0x1FB9, 'M', 'ᾱ'), + (0x1FBA, 'M', 'ὰ'), + (0x1FBB, 'M', 'ά'), + (0x1FBC, 'M', 'αι'), + (0x1FBD, '3', ' ̓'), + (0x1FBE, 'M', 'ι'), + (0x1FBF, '3', ' ̓'), + (0x1FC0, '3', ' ͂'), + (0x1FC1, '3', ' ̈͂'), + (0x1FC2, 'M', 'ὴι'), + (0x1FC3, 'M', 'ηι'), + (0x1FC4, 'M', 'ήι'), + (0x1FC5, 'X'), + (0x1FC6, 'V'), + (0x1FC7, 'M', 'ῆι'), + (0x1FC8, 'M', 'ὲ'), + (0x1FC9, 'M', 'έ'), + (0x1FCA, 'M', 'ὴ'), + (0x1FCB, 'M', 'ή'), + (0x1FCC, 'M', 'ηι'), + (0x1FCD, '3', ' ̓̀'), + (0x1FCE, '3', ' ̓́'), + (0x1FCF, '3', ' ̓͂'), + (0x1FD0, 'V'), + (0x1FD3, 'M', 'ΐ'), + (0x1FD4, 'X'), + (0x1FD6, 'V'), + (0x1FD8, 'M', 'ῐ'), + (0x1FD9, 'M', 'ῑ'), + (0x1FDA, 'M', 'ὶ'), + (0x1FDB, 'M', 'ί'), + (0x1FDC, 'X'), + (0x1FDD, '3', ' ̔̀'), + (0x1FDE, '3', ' ̔́'), + (0x1FDF, '3', ' ̔͂'), + (0x1FE0, 'V'), + (0x1FE3, 'M', 'ΰ'), + (0x1FE4, 'V'), + (0x1FE8, 'M', 'ῠ'), + (0x1FE9, 'M', 'ῡ'), + (0x1FEA, 'M', 'ὺ'), + (0x1FEB, 'M', 'ύ'), + (0x1FEC, 'M', 'ῥ'), + (0x1FED, '3', ' ̈̀'), + (0x1FEE, '3', ' ̈́'), + (0x1FEF, '3', '`'), + (0x1FF0, 'X'), + (0x1FF2, 'M', 'ὼι'), + (0x1FF3, 'M', 'ωι'), + (0x1FF4, 'M', 'ώι'), + (0x1FF5, 'X'), + (0x1FF6, 'V'), + ] + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FF7, 'M', 'ῶι'), + (0x1FF8, 'M', 'ὸ'), + (0x1FF9, 'M', 'ό'), + (0x1FFA, 'M', 'ὼ'), + (0x1FFB, 'M', 'ώ'), + (0x1FFC, 'M', 'ωι'), + (0x1FFD, '3', ' ́'), + (0x1FFE, '3', ' ̔'), + (0x1FFF, 'X'), + (0x2000, '3', ' '), + (0x200B, 'I'), + (0x200C, 'D', ''), + (0x200E, 'X'), + (0x2010, 'V'), + (0x2011, 'M', '‐'), + (0x2012, 'V'), + (0x2017, '3', ' ̳'), + (0x2018, 'V'), + (0x2024, 'X'), + (0x2027, 'V'), + (0x2028, 'X'), + (0x202F, '3', ' '), + (0x2030, 'V'), + (0x2033, 'M', '′′'), + (0x2034, 'M', '′′′'), + (0x2035, 'V'), + (0x2036, 'M', '‵‵'), + (0x2037, 'M', '‵‵‵'), + (0x2038, 'V'), + (0x203C, '3', '!!'), + (0x203D, 'V'), + (0x203E, '3', ' ̅'), + (0x203F, 'V'), + (0x2047, '3', '??'), + (0x2048, '3', '?!'), + (0x2049, '3', '!?'), + (0x204A, 'V'), + (0x2057, 'M', '′′′′'), + (0x2058, 'V'), + (0x205F, '3', ' '), + (0x2060, 'I'), + (0x2061, 'X'), + (0x2064, 'I'), + (0x2065, 'X'), + (0x2070, 'M', '0'), + (0x2071, 'M', 'i'), + (0x2072, 'X'), + (0x2074, 'M', '4'), + (0x2075, 'M', '5'), + (0x2076, 'M', '6'), + (0x2077, 'M', '7'), + (0x2078, 'M', '8'), + (0x2079, 'M', '9'), + (0x207A, '3', '+'), + (0x207B, 'M', '−'), + (0x207C, '3', '='), + (0x207D, '3', '('), + (0x207E, '3', ')'), + (0x207F, 'M', 'n'), + (0x2080, 'M', '0'), + (0x2081, 'M', '1'), + (0x2082, 'M', '2'), + (0x2083, 'M', '3'), + (0x2084, 'M', '4'), + (0x2085, 'M', '5'), + (0x2086, 'M', '6'), + (0x2087, 'M', '7'), + (0x2088, 'M', '8'), + (0x2089, 'M', '9'), + (0x208A, '3', '+'), + (0x208B, 'M', '−'), + (0x208C, '3', '='), + (0x208D, '3', '('), + (0x208E, '3', ')'), + (0x208F, 'X'), + (0x2090, 'M', 'a'), + (0x2091, 'M', 'e'), + (0x2092, 'M', 'o'), + (0x2093, 'M', 'x'), + (0x2094, 'M', 'ə'), + (0x2095, 'M', 'h'), + (0x2096, 'M', 'k'), + (0x2097, 'M', 'l'), + (0x2098, 'M', 'm'), + (0x2099, 'M', 'n'), + (0x209A, 'M', 'p'), + (0x209B, 'M', 's'), + (0x209C, 'M', 't'), + (0x209D, 'X'), + (0x20A0, 'V'), + (0x20A8, 'M', 'rs'), + (0x20A9, 'V'), + (0x20C1, 'X'), + (0x20D0, 'V'), + (0x20F1, 'X'), + (0x2100, '3', 'a/c'), + (0x2101, '3', 'a/s'), + (0x2102, 'M', 'c'), + (0x2103, 'M', '°c'), + (0x2104, 'V'), + ] + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2105, '3', 'c/o'), + (0x2106, '3', 'c/u'), + (0x2107, 'M', 'ɛ'), + (0x2108, 'V'), + (0x2109, 'M', '°f'), + (0x210A, 'M', 'g'), + (0x210B, 'M', 'h'), + (0x210F, 'M', 'ħ'), + (0x2110, 'M', 'i'), + (0x2112, 'M', 'l'), + (0x2114, 'V'), + (0x2115, 'M', 'n'), + (0x2116, 'M', 'no'), + (0x2117, 'V'), + (0x2119, 'M', 'p'), + (0x211A, 'M', 'q'), + (0x211B, 'M', 'r'), + (0x211E, 'V'), + (0x2120, 'M', 'sm'), + (0x2121, 'M', 'tel'), + (0x2122, 'M', 'tm'), + (0x2123, 'V'), + (0x2124, 'M', 'z'), + (0x2125, 'V'), + (0x2126, 'M', 'ω'), + (0x2127, 'V'), + (0x2128, 'M', 'z'), + (0x2129, 'V'), + (0x212A, 'M', 'k'), + (0x212B, 'M', 'å'), + (0x212C, 'M', 'b'), + (0x212D, 'M', 'c'), + (0x212E, 'V'), + (0x212F, 'M', 'e'), + (0x2131, 'M', 'f'), + (0x2132, 'X'), + (0x2133, 'M', 'm'), + (0x2134, 'M', 'o'), + (0x2135, 'M', 'א'), + (0x2136, 'M', 'ב'), + (0x2137, 'M', 'ג'), + (0x2138, 'M', 'ד'), + (0x2139, 'M', 'i'), + (0x213A, 'V'), + (0x213B, 'M', 'fax'), + (0x213C, 'M', 'π'), + (0x213D, 'M', 'γ'), + (0x213F, 'M', 'π'), + (0x2140, 'M', '∑'), + (0x2141, 'V'), + (0x2145, 'M', 'd'), + (0x2147, 'M', 'e'), + (0x2148, 'M', 'i'), + (0x2149, 'M', 'j'), + (0x214A, 'V'), + (0x2150, 'M', '1⁄7'), + (0x2151, 'M', '1⁄9'), + (0x2152, 'M', '1⁄10'), + (0x2153, 'M', '1⁄3'), + (0x2154, 'M', '2⁄3'), + (0x2155, 'M', '1⁄5'), + (0x2156, 'M', '2⁄5'), + (0x2157, 'M', '3⁄5'), + (0x2158, 'M', '4⁄5'), + (0x2159, 'M', '1⁄6'), + (0x215A, 'M', '5⁄6'), + (0x215B, 'M', '1⁄8'), + (0x215C, 'M', '3⁄8'), + (0x215D, 'M', '5⁄8'), + (0x215E, 'M', '7⁄8'), + (0x215F, 'M', '1⁄'), + (0x2160, 'M', 'i'), + (0x2161, 'M', 'ii'), + (0x2162, 'M', 'iii'), + (0x2163, 'M', 'iv'), + (0x2164, 'M', 'v'), + (0x2165, 'M', 'vi'), + (0x2166, 'M', 'vii'), + (0x2167, 'M', 'viii'), + (0x2168, 'M', 'ix'), + (0x2169, 'M', 'x'), + (0x216A, 'M', 'xi'), + (0x216B, 'M', 'xii'), + (0x216C, 'M', 'l'), + (0x216D, 'M', 'c'), + (0x216E, 'M', 'd'), + (0x216F, 'M', 'm'), + (0x2170, 'M', 'i'), + (0x2171, 'M', 'ii'), + (0x2172, 'M', 'iii'), + (0x2173, 'M', 'iv'), + (0x2174, 'M', 'v'), + (0x2175, 'M', 'vi'), + (0x2176, 'M', 'vii'), + (0x2177, 'M', 'viii'), + (0x2178, 'M', 'ix'), + (0x2179, 'M', 'x'), + (0x217A, 'M', 'xi'), + (0x217B, 'M', 'xii'), + (0x217C, 'M', 'l'), + ] + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x217D, 'M', 'c'), + (0x217E, 'M', 'd'), + (0x217F, 'M', 'm'), + (0x2180, 'V'), + (0x2183, 'X'), + (0x2184, 'V'), + (0x2189, 'M', '0⁄3'), + (0x218A, 'V'), + (0x218C, 'X'), + (0x2190, 'V'), + (0x222C, 'M', '∫∫'), + (0x222D, 'M', '∫∫∫'), + (0x222E, 'V'), + (0x222F, 'M', '∮∮'), + (0x2230, 'M', '∮∮∮'), + (0x2231, 'V'), + (0x2260, '3'), + (0x2261, 'V'), + (0x226E, '3'), + (0x2270, 'V'), + (0x2329, 'M', '〈'), + (0x232A, 'M', '〉'), + (0x232B, 'V'), + (0x2427, 'X'), + (0x2440, 'V'), + (0x244B, 'X'), + (0x2460, 'M', '1'), + (0x2461, 'M', '2'), + (0x2462, 'M', '3'), + (0x2463, 'M', '4'), + (0x2464, 'M', '5'), + (0x2465, 'M', '6'), + (0x2466, 'M', '7'), + (0x2467, 'M', '8'), + (0x2468, 'M', '9'), + (0x2469, 'M', '10'), + (0x246A, 'M', '11'), + (0x246B, 'M', '12'), + (0x246C, 'M', '13'), + (0x246D, 'M', '14'), + (0x246E, 'M', '15'), + (0x246F, 'M', '16'), + (0x2470, 'M', '17'), + (0x2471, 'M', '18'), + (0x2472, 'M', '19'), + (0x2473, 'M', '20'), + (0x2474, '3', '(1)'), + (0x2475, '3', '(2)'), + (0x2476, '3', '(3)'), + (0x2477, '3', '(4)'), + (0x2478, '3', '(5)'), + (0x2479, '3', '(6)'), + (0x247A, '3', '(7)'), + (0x247B, '3', '(8)'), + (0x247C, '3', '(9)'), + (0x247D, '3', '(10)'), + (0x247E, '3', '(11)'), + (0x247F, '3', '(12)'), + (0x2480, '3', '(13)'), + (0x2481, '3', '(14)'), + (0x2482, '3', '(15)'), + (0x2483, '3', '(16)'), + (0x2484, '3', '(17)'), + (0x2485, '3', '(18)'), + (0x2486, '3', '(19)'), + (0x2487, '3', '(20)'), + (0x2488, 'X'), + (0x249C, '3', '(a)'), + (0x249D, '3', '(b)'), + (0x249E, '3', '(c)'), + (0x249F, '3', '(d)'), + (0x24A0, '3', '(e)'), + (0x24A1, '3', '(f)'), + (0x24A2, '3', '(g)'), + (0x24A3, '3', '(h)'), + (0x24A4, '3', '(i)'), + (0x24A5, '3', '(j)'), + (0x24A6, '3', '(k)'), + (0x24A7, '3', '(l)'), + (0x24A8, '3', '(m)'), + (0x24A9, '3', '(n)'), + (0x24AA, '3', '(o)'), + (0x24AB, '3', '(p)'), + (0x24AC, '3', '(q)'), + (0x24AD, '3', '(r)'), + (0x24AE, '3', '(s)'), + (0x24AF, '3', '(t)'), + (0x24B0, '3', '(u)'), + (0x24B1, '3', '(v)'), + (0x24B2, '3', '(w)'), + (0x24B3, '3', '(x)'), + (0x24B4, '3', '(y)'), + (0x24B5, '3', '(z)'), + (0x24B6, 'M', 'a'), + (0x24B7, 'M', 'b'), + (0x24B8, 'M', 'c'), + (0x24B9, 'M', 'd'), + (0x24BA, 'M', 'e'), + (0x24BB, 'M', 'f'), + (0x24BC, 'M', 'g'), + ] + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24BD, 'M', 'h'), + (0x24BE, 'M', 'i'), + (0x24BF, 'M', 'j'), + (0x24C0, 'M', 'k'), + (0x24C1, 'M', 'l'), + (0x24C2, 'M', 'm'), + (0x24C3, 'M', 'n'), + (0x24C4, 'M', 'o'), + (0x24C5, 'M', 'p'), + (0x24C6, 'M', 'q'), + (0x24C7, 'M', 'r'), + (0x24C8, 'M', 's'), + (0x24C9, 'M', 't'), + (0x24CA, 'M', 'u'), + (0x24CB, 'M', 'v'), + (0x24CC, 'M', 'w'), + (0x24CD, 'M', 'x'), + (0x24CE, 'M', 'y'), + (0x24CF, 'M', 'z'), + (0x24D0, 'M', 'a'), + (0x24D1, 'M', 'b'), + (0x24D2, 'M', 'c'), + (0x24D3, 'M', 'd'), + (0x24D4, 'M', 'e'), + (0x24D5, 'M', 'f'), + (0x24D6, 'M', 'g'), + (0x24D7, 'M', 'h'), + (0x24D8, 'M', 'i'), + (0x24D9, 'M', 'j'), + (0x24DA, 'M', 'k'), + (0x24DB, 'M', 'l'), + (0x24DC, 'M', 'm'), + (0x24DD, 'M', 'n'), + (0x24DE, 'M', 'o'), + (0x24DF, 'M', 'p'), + (0x24E0, 'M', 'q'), + (0x24E1, 'M', 'r'), + (0x24E2, 'M', 's'), + (0x24E3, 'M', 't'), + (0x24E4, 'M', 'u'), + (0x24E5, 'M', 'v'), + (0x24E6, 'M', 'w'), + (0x24E7, 'M', 'x'), + (0x24E8, 'M', 'y'), + (0x24E9, 'M', 'z'), + (0x24EA, 'M', '0'), + (0x24EB, 'V'), + (0x2A0C, 'M', '∫∫∫∫'), + (0x2A0D, 'V'), + (0x2A74, '3', '::='), + (0x2A75, '3', '=='), + (0x2A76, '3', '==='), + (0x2A77, 'V'), + (0x2ADC, 'M', '⫝̸'), + (0x2ADD, 'V'), + (0x2B74, 'X'), + (0x2B76, 'V'), + (0x2B96, 'X'), + (0x2B97, 'V'), + (0x2C00, 'M', 'ⰰ'), + (0x2C01, 'M', 'ⰱ'), + (0x2C02, 'M', 'ⰲ'), + (0x2C03, 'M', 'ⰳ'), + (0x2C04, 'M', 'ⰴ'), + (0x2C05, 'M', 'ⰵ'), + (0x2C06, 'M', 'ⰶ'), + (0x2C07, 'M', 'ⰷ'), + (0x2C08, 'M', 'ⰸ'), + (0x2C09, 'M', 'ⰹ'), + (0x2C0A, 'M', 'ⰺ'), + (0x2C0B, 'M', 'ⰻ'), + (0x2C0C, 'M', 'ⰼ'), + (0x2C0D, 'M', 'ⰽ'), + (0x2C0E, 'M', 'ⰾ'), + (0x2C0F, 'M', 'ⰿ'), + (0x2C10, 'M', 'ⱀ'), + (0x2C11, 'M', 'ⱁ'), + (0x2C12, 'M', 'ⱂ'), + (0x2C13, 'M', 'ⱃ'), + (0x2C14, 'M', 'ⱄ'), + (0x2C15, 'M', 'ⱅ'), + (0x2C16, 'M', 'ⱆ'), + (0x2C17, 'M', 'ⱇ'), + (0x2C18, 'M', 'ⱈ'), + (0x2C19, 'M', 'ⱉ'), + (0x2C1A, 'M', 'ⱊ'), + (0x2C1B, 'M', 'ⱋ'), + (0x2C1C, 'M', 'ⱌ'), + (0x2C1D, 'M', 'ⱍ'), + (0x2C1E, 'M', 'ⱎ'), + (0x2C1F, 'M', 'ⱏ'), + (0x2C20, 'M', 'ⱐ'), + (0x2C21, 'M', 'ⱑ'), + (0x2C22, 'M', 'ⱒ'), + (0x2C23, 'M', 'ⱓ'), + (0x2C24, 'M', 'ⱔ'), + (0x2C25, 'M', 'ⱕ'), + (0x2C26, 'M', 'ⱖ'), + (0x2C27, 'M', 'ⱗ'), + (0x2C28, 'M', 'ⱘ'), + ] + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2C29, 'M', 'ⱙ'), + (0x2C2A, 'M', 'ⱚ'), + (0x2C2B, 'M', 'ⱛ'), + (0x2C2C, 'M', 'ⱜ'), + (0x2C2D, 'M', 'ⱝ'), + (0x2C2E, 'M', 'ⱞ'), + (0x2C2F, 'M', 'ⱟ'), + (0x2C30, 'V'), + (0x2C60, 'M', 'ⱡ'), + (0x2C61, 'V'), + (0x2C62, 'M', 'ɫ'), + (0x2C63, 'M', 'ᵽ'), + (0x2C64, 'M', 'ɽ'), + (0x2C65, 'V'), + (0x2C67, 'M', 'ⱨ'), + (0x2C68, 'V'), + (0x2C69, 'M', 'ⱪ'), + (0x2C6A, 'V'), + (0x2C6B, 'M', 'ⱬ'), + (0x2C6C, 'V'), + (0x2C6D, 'M', 'ɑ'), + (0x2C6E, 'M', 'ɱ'), + (0x2C6F, 'M', 'ɐ'), + (0x2C70, 'M', 'ɒ'), + (0x2C71, 'V'), + (0x2C72, 'M', 'ⱳ'), + (0x2C73, 'V'), + (0x2C75, 'M', 'ⱶ'), + (0x2C76, 'V'), + (0x2C7C, 'M', 'j'), + (0x2C7D, 'M', 'v'), + (0x2C7E, 'M', 'ȿ'), + (0x2C7F, 'M', 'ɀ'), + (0x2C80, 'M', 'ⲁ'), + (0x2C81, 'V'), + (0x2C82, 'M', 'ⲃ'), + (0x2C83, 'V'), + (0x2C84, 'M', 'ⲅ'), + (0x2C85, 'V'), + (0x2C86, 'M', 'ⲇ'), + (0x2C87, 'V'), + (0x2C88, 'M', 'ⲉ'), + (0x2C89, 'V'), + (0x2C8A, 'M', 'ⲋ'), + (0x2C8B, 'V'), + (0x2C8C, 'M', 'ⲍ'), + (0x2C8D, 'V'), + (0x2C8E, 'M', 'ⲏ'), + (0x2C8F, 'V'), + (0x2C90, 'M', 'ⲑ'), + (0x2C91, 'V'), + (0x2C92, 'M', 'ⲓ'), + (0x2C93, 'V'), + (0x2C94, 'M', 'ⲕ'), + (0x2C95, 'V'), + (0x2C96, 'M', 'ⲗ'), + (0x2C97, 'V'), + (0x2C98, 'M', 'ⲙ'), + (0x2C99, 'V'), + (0x2C9A, 'M', 'ⲛ'), + (0x2C9B, 'V'), + (0x2C9C, 'M', 'ⲝ'), + (0x2C9D, 'V'), + (0x2C9E, 'M', 'ⲟ'), + (0x2C9F, 'V'), + (0x2CA0, 'M', 'ⲡ'), + (0x2CA1, 'V'), + (0x2CA2, 'M', 'ⲣ'), + (0x2CA3, 'V'), + (0x2CA4, 'M', 'ⲥ'), + (0x2CA5, 'V'), + (0x2CA6, 'M', 'ⲧ'), + (0x2CA7, 'V'), + (0x2CA8, 'M', 'ⲩ'), + (0x2CA9, 'V'), + (0x2CAA, 'M', 'ⲫ'), + (0x2CAB, 'V'), + (0x2CAC, 'M', 'ⲭ'), + (0x2CAD, 'V'), + (0x2CAE, 'M', 'ⲯ'), + (0x2CAF, 'V'), + (0x2CB0, 'M', 'ⲱ'), + (0x2CB1, 'V'), + (0x2CB2, 'M', 'ⲳ'), + (0x2CB3, 'V'), + (0x2CB4, 'M', 'ⲵ'), + (0x2CB5, 'V'), + (0x2CB6, 'M', 'ⲷ'), + (0x2CB7, 'V'), + (0x2CB8, 'M', 'ⲹ'), + (0x2CB9, 'V'), + (0x2CBA, 'M', 'ⲻ'), + (0x2CBB, 'V'), + (0x2CBC, 'M', 'ⲽ'), + (0x2CBD, 'V'), + (0x2CBE, 'M', 'ⲿ'), + (0x2CBF, 'V'), + (0x2CC0, 'M', 'ⳁ'), + (0x2CC1, 'V'), + (0x2CC2, 'M', 'ⳃ'), + ] + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2CC3, 'V'), + (0x2CC4, 'M', 'ⳅ'), + (0x2CC5, 'V'), + (0x2CC6, 'M', 'ⳇ'), + (0x2CC7, 'V'), + (0x2CC8, 'M', 'ⳉ'), + (0x2CC9, 'V'), + (0x2CCA, 'M', 'ⳋ'), + (0x2CCB, 'V'), + (0x2CCC, 'M', 'ⳍ'), + (0x2CCD, 'V'), + (0x2CCE, 'M', 'ⳏ'), + (0x2CCF, 'V'), + (0x2CD0, 'M', 'ⳑ'), + (0x2CD1, 'V'), + (0x2CD2, 'M', 'ⳓ'), + (0x2CD3, 'V'), + (0x2CD4, 'M', 'ⳕ'), + (0x2CD5, 'V'), + (0x2CD6, 'M', 'ⳗ'), + (0x2CD7, 'V'), + (0x2CD8, 'M', 'ⳙ'), + (0x2CD9, 'V'), + (0x2CDA, 'M', 'ⳛ'), + (0x2CDB, 'V'), + (0x2CDC, 'M', 'ⳝ'), + (0x2CDD, 'V'), + (0x2CDE, 'M', 'ⳟ'), + (0x2CDF, 'V'), + (0x2CE0, 'M', 'ⳡ'), + (0x2CE1, 'V'), + (0x2CE2, 'M', 'ⳣ'), + (0x2CE3, 'V'), + (0x2CEB, 'M', 'ⳬ'), + (0x2CEC, 'V'), + (0x2CED, 'M', 'ⳮ'), + (0x2CEE, 'V'), + (0x2CF2, 'M', 'ⳳ'), + (0x2CF3, 'V'), + (0x2CF4, 'X'), + (0x2CF9, 'V'), + (0x2D26, 'X'), + (0x2D27, 'V'), + (0x2D28, 'X'), + (0x2D2D, 'V'), + (0x2D2E, 'X'), + (0x2D30, 'V'), + (0x2D68, 'X'), + (0x2D6F, 'M', 'ⵡ'), + (0x2D70, 'V'), + (0x2D71, 'X'), + (0x2D7F, 'V'), + (0x2D97, 'X'), + (0x2DA0, 'V'), + (0x2DA7, 'X'), + (0x2DA8, 'V'), + (0x2DAF, 'X'), + (0x2DB0, 'V'), + (0x2DB7, 'X'), + (0x2DB8, 'V'), + (0x2DBF, 'X'), + (0x2DC0, 'V'), + (0x2DC7, 'X'), + (0x2DC8, 'V'), + (0x2DCF, 'X'), + (0x2DD0, 'V'), + (0x2DD7, 'X'), + (0x2DD8, 'V'), + (0x2DDF, 'X'), + (0x2DE0, 'V'), + (0x2E5E, 'X'), + (0x2E80, 'V'), + (0x2E9A, 'X'), + (0x2E9B, 'V'), + (0x2E9F, 'M', '母'), + (0x2EA0, 'V'), + (0x2EF3, 'M', '龟'), + (0x2EF4, 'X'), + (0x2F00, 'M', '一'), + (0x2F01, 'M', '丨'), + (0x2F02, 'M', '丶'), + (0x2F03, 'M', '丿'), + (0x2F04, 'M', '乙'), + (0x2F05, 'M', '亅'), + (0x2F06, 'M', '二'), + (0x2F07, 'M', '亠'), + (0x2F08, 'M', '人'), + (0x2F09, 'M', '儿'), + (0x2F0A, 'M', '入'), + (0x2F0B, 'M', '八'), + (0x2F0C, 'M', '冂'), + (0x2F0D, 'M', '冖'), + (0x2F0E, 'M', '冫'), + (0x2F0F, 'M', '几'), + (0x2F10, 'M', '凵'), + (0x2F11, 'M', '刀'), + (0x2F12, 'M', '力'), + (0x2F13, 'M', '勹'), + (0x2F14, 'M', '匕'), + (0x2F15, 'M', '匚'), + ] + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F16, 'M', '匸'), + (0x2F17, 'M', '十'), + (0x2F18, 'M', '卜'), + (0x2F19, 'M', '卩'), + (0x2F1A, 'M', '厂'), + (0x2F1B, 'M', '厶'), + (0x2F1C, 'M', '又'), + (0x2F1D, 'M', '口'), + (0x2F1E, 'M', '囗'), + (0x2F1F, 'M', '土'), + (0x2F20, 'M', '士'), + (0x2F21, 'M', '夂'), + (0x2F22, 'M', '夊'), + (0x2F23, 'M', '夕'), + (0x2F24, 'M', '大'), + (0x2F25, 'M', '女'), + (0x2F26, 'M', '子'), + (0x2F27, 'M', '宀'), + (0x2F28, 'M', '寸'), + (0x2F29, 'M', '小'), + (0x2F2A, 'M', '尢'), + (0x2F2B, 'M', '尸'), + (0x2F2C, 'M', '屮'), + (0x2F2D, 'M', '山'), + (0x2F2E, 'M', '巛'), + (0x2F2F, 'M', '工'), + (0x2F30, 'M', '己'), + (0x2F31, 'M', '巾'), + (0x2F32, 'M', '干'), + (0x2F33, 'M', '幺'), + (0x2F34, 'M', '广'), + (0x2F35, 'M', '廴'), + (0x2F36, 'M', '廾'), + (0x2F37, 'M', '弋'), + (0x2F38, 'M', '弓'), + (0x2F39, 'M', '彐'), + (0x2F3A, 'M', '彡'), + (0x2F3B, 'M', '彳'), + (0x2F3C, 'M', '心'), + (0x2F3D, 'M', '戈'), + (0x2F3E, 'M', '戶'), + (0x2F3F, 'M', '手'), + (0x2F40, 'M', '支'), + (0x2F41, 'M', '攴'), + (0x2F42, 'M', '文'), + (0x2F43, 'M', '斗'), + (0x2F44, 'M', '斤'), + (0x2F45, 'M', '方'), + (0x2F46, 'M', '无'), + (0x2F47, 'M', '日'), + (0x2F48, 'M', '曰'), + (0x2F49, 'M', '月'), + (0x2F4A, 'M', '木'), + (0x2F4B, 'M', '欠'), + (0x2F4C, 'M', '止'), + (0x2F4D, 'M', '歹'), + (0x2F4E, 'M', '殳'), + (0x2F4F, 'M', '毋'), + (0x2F50, 'M', '比'), + (0x2F51, 'M', '毛'), + (0x2F52, 'M', '氏'), + (0x2F53, 'M', '气'), + (0x2F54, 'M', '水'), + (0x2F55, 'M', '火'), + (0x2F56, 'M', '爪'), + (0x2F57, 'M', '父'), + (0x2F58, 'M', '爻'), + (0x2F59, 'M', '爿'), + (0x2F5A, 'M', '片'), + (0x2F5B, 'M', '牙'), + (0x2F5C, 'M', '牛'), + (0x2F5D, 'M', '犬'), + (0x2F5E, 'M', '玄'), + (0x2F5F, 'M', '玉'), + (0x2F60, 'M', '瓜'), + (0x2F61, 'M', '瓦'), + (0x2F62, 'M', '甘'), + (0x2F63, 'M', '生'), + (0x2F64, 'M', '用'), + (0x2F65, 'M', '田'), + (0x2F66, 'M', '疋'), + (0x2F67, 'M', '疒'), + (0x2F68, 'M', '癶'), + (0x2F69, 'M', '白'), + (0x2F6A, 'M', '皮'), + (0x2F6B, 'M', '皿'), + (0x2F6C, 'M', '目'), + (0x2F6D, 'M', '矛'), + (0x2F6E, 'M', '矢'), + (0x2F6F, 'M', '石'), + (0x2F70, 'M', '示'), + (0x2F71, 'M', '禸'), + (0x2F72, 'M', '禾'), + (0x2F73, 'M', '穴'), + (0x2F74, 'M', '立'), + (0x2F75, 'M', '竹'), + (0x2F76, 'M', '米'), + (0x2F77, 'M', '糸'), + (0x2F78, 'M', '缶'), + (0x2F79, 'M', '网'), + ] + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F7A, 'M', '羊'), + (0x2F7B, 'M', '羽'), + (0x2F7C, 'M', '老'), + (0x2F7D, 'M', '而'), + (0x2F7E, 'M', '耒'), + (0x2F7F, 'M', '耳'), + (0x2F80, 'M', '聿'), + (0x2F81, 'M', '肉'), + (0x2F82, 'M', '臣'), + (0x2F83, 'M', '自'), + (0x2F84, 'M', '至'), + (0x2F85, 'M', '臼'), + (0x2F86, 'M', '舌'), + (0x2F87, 'M', '舛'), + (0x2F88, 'M', '舟'), + (0x2F89, 'M', '艮'), + (0x2F8A, 'M', '色'), + (0x2F8B, 'M', '艸'), + (0x2F8C, 'M', '虍'), + (0x2F8D, 'M', '虫'), + (0x2F8E, 'M', '血'), + (0x2F8F, 'M', '行'), + (0x2F90, 'M', '衣'), + (0x2F91, 'M', '襾'), + (0x2F92, 'M', '見'), + (0x2F93, 'M', '角'), + (0x2F94, 'M', '言'), + (0x2F95, 'M', '谷'), + (0x2F96, 'M', '豆'), + (0x2F97, 'M', '豕'), + (0x2F98, 'M', '豸'), + (0x2F99, 'M', '貝'), + (0x2F9A, 'M', '赤'), + (0x2F9B, 'M', '走'), + (0x2F9C, 'M', '足'), + (0x2F9D, 'M', '身'), + (0x2F9E, 'M', '車'), + (0x2F9F, 'M', '辛'), + (0x2FA0, 'M', '辰'), + (0x2FA1, 'M', '辵'), + (0x2FA2, 'M', '邑'), + (0x2FA3, 'M', '酉'), + (0x2FA4, 'M', '釆'), + (0x2FA5, 'M', '里'), + (0x2FA6, 'M', '金'), + (0x2FA7, 'M', '長'), + (0x2FA8, 'M', '門'), + (0x2FA9, 'M', '阜'), + (0x2FAA, 'M', '隶'), + (0x2FAB, 'M', '隹'), + (0x2FAC, 'M', '雨'), + (0x2FAD, 'M', '靑'), + (0x2FAE, 'M', '非'), + (0x2FAF, 'M', '面'), + (0x2FB0, 'M', '革'), + (0x2FB1, 'M', '韋'), + (0x2FB2, 'M', '韭'), + (0x2FB3, 'M', '音'), + (0x2FB4, 'M', '頁'), + (0x2FB5, 'M', '風'), + (0x2FB6, 'M', '飛'), + (0x2FB7, 'M', '食'), + (0x2FB8, 'M', '首'), + (0x2FB9, 'M', '香'), + (0x2FBA, 'M', '馬'), + (0x2FBB, 'M', '骨'), + (0x2FBC, 'M', '高'), + (0x2FBD, 'M', '髟'), + (0x2FBE, 'M', '鬥'), + (0x2FBF, 'M', '鬯'), + (0x2FC0, 'M', '鬲'), + (0x2FC1, 'M', '鬼'), + (0x2FC2, 'M', '魚'), + (0x2FC3, 'M', '鳥'), + (0x2FC4, 'M', '鹵'), + (0x2FC5, 'M', '鹿'), + (0x2FC6, 'M', '麥'), + (0x2FC7, 'M', '麻'), + (0x2FC8, 'M', '黃'), + (0x2FC9, 'M', '黍'), + (0x2FCA, 'M', '黑'), + (0x2FCB, 'M', '黹'), + (0x2FCC, 'M', '黽'), + (0x2FCD, 'M', '鼎'), + (0x2FCE, 'M', '鼓'), + (0x2FCF, 'M', '鼠'), + (0x2FD0, 'M', '鼻'), + (0x2FD1, 'M', '齊'), + (0x2FD2, 'M', '齒'), + (0x2FD3, 'M', '龍'), + (0x2FD4, 'M', '龜'), + (0x2FD5, 'M', '龠'), + (0x2FD6, 'X'), + (0x3000, '3', ' '), + (0x3001, 'V'), + (0x3002, 'M', '.'), + (0x3003, 'V'), + (0x3036, 'M', '〒'), + (0x3037, 'V'), + (0x3038, 'M', '十'), + ] + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3039, 'M', '卄'), + (0x303A, 'M', '卅'), + (0x303B, 'V'), + (0x3040, 'X'), + (0x3041, 'V'), + (0x3097, 'X'), + (0x3099, 'V'), + (0x309B, '3', ' ゙'), + (0x309C, '3', ' ゚'), + (0x309D, 'V'), + (0x309F, 'M', 'より'), + (0x30A0, 'V'), + (0x30FF, 'M', 'コト'), + (0x3100, 'X'), + (0x3105, 'V'), + (0x3130, 'X'), + (0x3131, 'M', 'ᄀ'), + (0x3132, 'M', 'ᄁ'), + (0x3133, 'M', 'ᆪ'), + (0x3134, 'M', 'ᄂ'), + (0x3135, 'M', 'ᆬ'), + (0x3136, 'M', 'ᆭ'), + (0x3137, 'M', 'ᄃ'), + (0x3138, 'M', 'ᄄ'), + (0x3139, 'M', 'ᄅ'), + (0x313A, 'M', 'ᆰ'), + (0x313B, 'M', 'ᆱ'), + (0x313C, 'M', 'ᆲ'), + (0x313D, 'M', 'ᆳ'), + (0x313E, 'M', 'ᆴ'), + (0x313F, 'M', 'ᆵ'), + (0x3140, 'M', 'ᄚ'), + (0x3141, 'M', 'ᄆ'), + (0x3142, 'M', 'ᄇ'), + (0x3143, 'M', 'ᄈ'), + (0x3144, 'M', 'ᄡ'), + (0x3145, 'M', 'ᄉ'), + (0x3146, 'M', 'ᄊ'), + (0x3147, 'M', 'ᄋ'), + (0x3148, 'M', 'ᄌ'), + (0x3149, 'M', 'ᄍ'), + (0x314A, 'M', 'ᄎ'), + (0x314B, 'M', 'ᄏ'), + (0x314C, 'M', 'ᄐ'), + (0x314D, 'M', 'ᄑ'), + (0x314E, 'M', 'ᄒ'), + (0x314F, 'M', 'ᅡ'), + (0x3150, 'M', 'ᅢ'), + (0x3151, 'M', 'ᅣ'), + (0x3152, 'M', 'ᅤ'), + (0x3153, 'M', 'ᅥ'), + (0x3154, 'M', 'ᅦ'), + (0x3155, 'M', 'ᅧ'), + (0x3156, 'M', 'ᅨ'), + (0x3157, 'M', 'ᅩ'), + (0x3158, 'M', 'ᅪ'), + (0x3159, 'M', 'ᅫ'), + (0x315A, 'M', 'ᅬ'), + (0x315B, 'M', 'ᅭ'), + (0x315C, 'M', 'ᅮ'), + (0x315D, 'M', 'ᅯ'), + (0x315E, 'M', 'ᅰ'), + (0x315F, 'M', 'ᅱ'), + (0x3160, 'M', 'ᅲ'), + (0x3161, 'M', 'ᅳ'), + (0x3162, 'M', 'ᅴ'), + (0x3163, 'M', 'ᅵ'), + (0x3164, 'X'), + (0x3165, 'M', 'ᄔ'), + (0x3166, 'M', 'ᄕ'), + (0x3167, 'M', 'ᇇ'), + (0x3168, 'M', 'ᇈ'), + (0x3169, 'M', 'ᇌ'), + (0x316A, 'M', 'ᇎ'), + (0x316B, 'M', 'ᇓ'), + (0x316C, 'M', 'ᇗ'), + (0x316D, 'M', 'ᇙ'), + (0x316E, 'M', 'ᄜ'), + (0x316F, 'M', 'ᇝ'), + (0x3170, 'M', 'ᇟ'), + (0x3171, 'M', 'ᄝ'), + (0x3172, 'M', 'ᄞ'), + (0x3173, 'M', 'ᄠ'), + (0x3174, 'M', 'ᄢ'), + (0x3175, 'M', 'ᄣ'), + (0x3176, 'M', 'ᄧ'), + (0x3177, 'M', 'ᄩ'), + (0x3178, 'M', 'ᄫ'), + (0x3179, 'M', 'ᄬ'), + (0x317A, 'M', 'ᄭ'), + (0x317B, 'M', 'ᄮ'), + (0x317C, 'M', 'ᄯ'), + (0x317D, 'M', 'ᄲ'), + (0x317E, 'M', 'ᄶ'), + (0x317F, 'M', 'ᅀ'), + (0x3180, 'M', 'ᅇ'), + (0x3181, 'M', 'ᅌ'), + (0x3182, 'M', 'ᇱ'), + (0x3183, 'M', 'ᇲ'), + (0x3184, 'M', 'ᅗ'), + ] + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3185, 'M', 'ᅘ'), + (0x3186, 'M', 'ᅙ'), + (0x3187, 'M', 'ᆄ'), + (0x3188, 'M', 'ᆅ'), + (0x3189, 'M', 'ᆈ'), + (0x318A, 'M', 'ᆑ'), + (0x318B, 'M', 'ᆒ'), + (0x318C, 'M', 'ᆔ'), + (0x318D, 'M', 'ᆞ'), + (0x318E, 'M', 'ᆡ'), + (0x318F, 'X'), + (0x3190, 'V'), + (0x3192, 'M', '一'), + (0x3193, 'M', '二'), + (0x3194, 'M', '三'), + (0x3195, 'M', '四'), + (0x3196, 'M', '上'), + (0x3197, 'M', '中'), + (0x3198, 'M', '下'), + (0x3199, 'M', '甲'), + (0x319A, 'M', '乙'), + (0x319B, 'M', '丙'), + (0x319C, 'M', '丁'), + (0x319D, 'M', '天'), + (0x319E, 'M', '地'), + (0x319F, 'M', '人'), + (0x31A0, 'V'), + (0x31E4, 'X'), + (0x31F0, 'V'), + (0x3200, '3', '(ᄀ)'), + (0x3201, '3', '(ᄂ)'), + (0x3202, '3', '(ᄃ)'), + (0x3203, '3', '(ᄅ)'), + (0x3204, '3', '(ᄆ)'), + (0x3205, '3', '(ᄇ)'), + (0x3206, '3', '(ᄉ)'), + (0x3207, '3', '(ᄋ)'), + (0x3208, '3', '(ᄌ)'), + (0x3209, '3', '(ᄎ)'), + (0x320A, '3', '(ᄏ)'), + (0x320B, '3', '(ᄐ)'), + (0x320C, '3', '(ᄑ)'), + (0x320D, '3', '(ᄒ)'), + (0x320E, '3', '(가)'), + (0x320F, '3', '(나)'), + (0x3210, '3', '(다)'), + (0x3211, '3', '(라)'), + (0x3212, '3', '(마)'), + (0x3213, '3', '(바)'), + (0x3214, '3', '(사)'), + (0x3215, '3', '(아)'), + (0x3216, '3', '(자)'), + (0x3217, '3', '(차)'), + (0x3218, '3', '(카)'), + (0x3219, '3', '(타)'), + (0x321A, '3', '(파)'), + (0x321B, '3', '(하)'), + (0x321C, '3', '(주)'), + (0x321D, '3', '(오전)'), + (0x321E, '3', '(오후)'), + (0x321F, 'X'), + (0x3220, '3', '(一)'), + (0x3221, '3', '(二)'), + (0x3222, '3', '(三)'), + (0x3223, '3', '(四)'), + (0x3224, '3', '(五)'), + (0x3225, '3', '(六)'), + (0x3226, '3', '(七)'), + (0x3227, '3', '(八)'), + (0x3228, '3', '(九)'), + (0x3229, '3', '(十)'), + (0x322A, '3', '(月)'), + (0x322B, '3', '(火)'), + (0x322C, '3', '(水)'), + (0x322D, '3', '(木)'), + (0x322E, '3', '(金)'), + (0x322F, '3', '(土)'), + (0x3230, '3', '(日)'), + (0x3231, '3', '(株)'), + (0x3232, '3', '(有)'), + (0x3233, '3', '(社)'), + (0x3234, '3', '(名)'), + (0x3235, '3', '(特)'), + (0x3236, '3', '(財)'), + (0x3237, '3', '(祝)'), + (0x3238, '3', '(労)'), + (0x3239, '3', '(代)'), + (0x323A, '3', '(呼)'), + (0x323B, '3', '(学)'), + (0x323C, '3', '(監)'), + (0x323D, '3', '(企)'), + (0x323E, '3', '(資)'), + (0x323F, '3', '(協)'), + (0x3240, '3', '(祭)'), + (0x3241, '3', '(休)'), + (0x3242, '3', '(自)'), + (0x3243, '3', '(至)'), + (0x3244, 'M', '問'), + (0x3245, 'M', '幼'), + (0x3246, 'M', '文'), + ] + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3247, 'M', '箏'), + (0x3248, 'V'), + (0x3250, 'M', 'pte'), + (0x3251, 'M', '21'), + (0x3252, 'M', '22'), + (0x3253, 'M', '23'), + (0x3254, 'M', '24'), + (0x3255, 'M', '25'), + (0x3256, 'M', '26'), + (0x3257, 'M', '27'), + (0x3258, 'M', '28'), + (0x3259, 'M', '29'), + (0x325A, 'M', '30'), + (0x325B, 'M', '31'), + (0x325C, 'M', '32'), + (0x325D, 'M', '33'), + (0x325E, 'M', '34'), + (0x325F, 'M', '35'), + (0x3260, 'M', 'ᄀ'), + (0x3261, 'M', 'ᄂ'), + (0x3262, 'M', 'ᄃ'), + (0x3263, 'M', 'ᄅ'), + (0x3264, 'M', 'ᄆ'), + (0x3265, 'M', 'ᄇ'), + (0x3266, 'M', 'ᄉ'), + (0x3267, 'M', 'ᄋ'), + (0x3268, 'M', 'ᄌ'), + (0x3269, 'M', 'ᄎ'), + (0x326A, 'M', 'ᄏ'), + (0x326B, 'M', 'ᄐ'), + (0x326C, 'M', 'ᄑ'), + (0x326D, 'M', 'ᄒ'), + (0x326E, 'M', '가'), + (0x326F, 'M', '나'), + (0x3270, 'M', '다'), + (0x3271, 'M', '라'), + (0x3272, 'M', '마'), + (0x3273, 'M', '바'), + (0x3274, 'M', '사'), + (0x3275, 'M', '아'), + (0x3276, 'M', '자'), + (0x3277, 'M', '차'), + (0x3278, 'M', '카'), + (0x3279, 'M', '타'), + (0x327A, 'M', '파'), + (0x327B, 'M', '하'), + (0x327C, 'M', '참고'), + (0x327D, 'M', '주의'), + (0x327E, 'M', '우'), + (0x327F, 'V'), + (0x3280, 'M', '一'), + (0x3281, 'M', '二'), + (0x3282, 'M', '三'), + (0x3283, 'M', '四'), + (0x3284, 'M', '五'), + (0x3285, 'M', '六'), + (0x3286, 'M', '七'), + (0x3287, 'M', '八'), + (0x3288, 'M', '九'), + (0x3289, 'M', '十'), + (0x328A, 'M', '月'), + (0x328B, 'M', '火'), + (0x328C, 'M', '水'), + (0x328D, 'M', '木'), + (0x328E, 'M', '金'), + (0x328F, 'M', '土'), + (0x3290, 'M', '日'), + (0x3291, 'M', '株'), + (0x3292, 'M', '有'), + (0x3293, 'M', '社'), + (0x3294, 'M', '名'), + (0x3295, 'M', '特'), + (0x3296, 'M', '財'), + (0x3297, 'M', '祝'), + (0x3298, 'M', '労'), + (0x3299, 'M', '秘'), + (0x329A, 'M', '男'), + (0x329B, 'M', '女'), + (0x329C, 'M', '適'), + (0x329D, 'M', '優'), + (0x329E, 'M', '印'), + (0x329F, 'M', '注'), + (0x32A0, 'M', '項'), + (0x32A1, 'M', '休'), + (0x32A2, 'M', '写'), + (0x32A3, 'M', '正'), + (0x32A4, 'M', '上'), + (0x32A5, 'M', '中'), + (0x32A6, 'M', '下'), + (0x32A7, 'M', '左'), + (0x32A8, 'M', '右'), + (0x32A9, 'M', '医'), + (0x32AA, 'M', '宗'), + (0x32AB, 'M', '学'), + (0x32AC, 'M', '監'), + (0x32AD, 'M', '企'), + (0x32AE, 'M', '資'), + (0x32AF, 'M', '協'), + (0x32B0, 'M', '夜'), + (0x32B1, 'M', '36'), + ] + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x32B2, 'M', '37'), + (0x32B3, 'M', '38'), + (0x32B4, 'M', '39'), + (0x32B5, 'M', '40'), + (0x32B6, 'M', '41'), + (0x32B7, 'M', '42'), + (0x32B8, 'M', '43'), + (0x32B9, 'M', '44'), + (0x32BA, 'M', '45'), + (0x32BB, 'M', '46'), + (0x32BC, 'M', '47'), + (0x32BD, 'M', '48'), + (0x32BE, 'M', '49'), + (0x32BF, 'M', '50'), + (0x32C0, 'M', '1月'), + (0x32C1, 'M', '2月'), + (0x32C2, 'M', '3月'), + (0x32C3, 'M', '4月'), + (0x32C4, 'M', '5月'), + (0x32C5, 'M', '6月'), + (0x32C6, 'M', '7月'), + (0x32C7, 'M', '8月'), + (0x32C8, 'M', '9月'), + (0x32C9, 'M', '10月'), + (0x32CA, 'M', '11月'), + (0x32CB, 'M', '12月'), + (0x32CC, 'M', 'hg'), + (0x32CD, 'M', 'erg'), + (0x32CE, 'M', 'ev'), + (0x32CF, 'M', 'ltd'), + (0x32D0, 'M', 'ア'), + (0x32D1, 'M', 'イ'), + (0x32D2, 'M', 'ウ'), + (0x32D3, 'M', 'エ'), + (0x32D4, 'M', 'オ'), + (0x32D5, 'M', 'カ'), + (0x32D6, 'M', 'キ'), + (0x32D7, 'M', 'ク'), + (0x32D8, 'M', 'ケ'), + (0x32D9, 'M', 'コ'), + (0x32DA, 'M', 'サ'), + (0x32DB, 'M', 'シ'), + (0x32DC, 'M', 'ス'), + (0x32DD, 'M', 'セ'), + (0x32DE, 'M', 'ソ'), + (0x32DF, 'M', 'タ'), + (0x32E0, 'M', 'チ'), + (0x32E1, 'M', 'ツ'), + (0x32E2, 'M', 'テ'), + (0x32E3, 'M', 'ト'), + (0x32E4, 'M', 'ナ'), + (0x32E5, 'M', 'ニ'), + (0x32E6, 'M', 'ヌ'), + (0x32E7, 'M', 'ネ'), + (0x32E8, 'M', 'ノ'), + (0x32E9, 'M', 'ハ'), + (0x32EA, 'M', 'ヒ'), + (0x32EB, 'M', 'フ'), + (0x32EC, 'M', 'ヘ'), + (0x32ED, 'M', 'ホ'), + (0x32EE, 'M', 'マ'), + (0x32EF, 'M', 'ミ'), + (0x32F0, 'M', 'ム'), + (0x32F1, 'M', 'メ'), + (0x32F2, 'M', 'モ'), + (0x32F3, 'M', 'ヤ'), + (0x32F4, 'M', 'ユ'), + (0x32F5, 'M', 'ヨ'), + (0x32F6, 'M', 'ラ'), + (0x32F7, 'M', 'リ'), + (0x32F8, 'M', 'ル'), + (0x32F9, 'M', 'レ'), + (0x32FA, 'M', 'ロ'), + (0x32FB, 'M', 'ワ'), + (0x32FC, 'M', 'ヰ'), + (0x32FD, 'M', 'ヱ'), + (0x32FE, 'M', 'ヲ'), + (0x32FF, 'M', '令和'), + (0x3300, 'M', 'アパート'), + (0x3301, 'M', 'アルファ'), + (0x3302, 'M', 'アンペア'), + (0x3303, 'M', 'アール'), + (0x3304, 'M', 'イニング'), + (0x3305, 'M', 'インチ'), + (0x3306, 'M', 'ウォン'), + (0x3307, 'M', 'エスクード'), + (0x3308, 'M', 'エーカー'), + (0x3309, 'M', 'オンス'), + (0x330A, 'M', 'オーム'), + (0x330B, 'M', 'カイリ'), + (0x330C, 'M', 'カラット'), + (0x330D, 'M', 'カロリー'), + (0x330E, 'M', 'ガロン'), + (0x330F, 'M', 'ガンマ'), + (0x3310, 'M', 'ギガ'), + (0x3311, 'M', 'ギニー'), + (0x3312, 'M', 'キュリー'), + (0x3313, 'M', 'ギルダー'), + (0x3314, 'M', 'キロ'), + (0x3315, 'M', 'キログラム'), + ] + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3316, 'M', 'キロメートル'), + (0x3317, 'M', 'キロワット'), + (0x3318, 'M', 'グラム'), + (0x3319, 'M', 'グラムトン'), + (0x331A, 'M', 'クルゼイロ'), + (0x331B, 'M', 'クローネ'), + (0x331C, 'M', 'ケース'), + (0x331D, 'M', 'コルナ'), + (0x331E, 'M', 'コーポ'), + (0x331F, 'M', 'サイクル'), + (0x3320, 'M', 'サンチーム'), + (0x3321, 'M', 'シリング'), + (0x3322, 'M', 'センチ'), + (0x3323, 'M', 'セント'), + (0x3324, 'M', 'ダース'), + (0x3325, 'M', 'デシ'), + (0x3326, 'M', 'ドル'), + (0x3327, 'M', 'トン'), + (0x3328, 'M', 'ナノ'), + (0x3329, 'M', 'ノット'), + (0x332A, 'M', 'ハイツ'), + (0x332B, 'M', 'パーセント'), + (0x332C, 'M', 'パーツ'), + (0x332D, 'M', 'バーレル'), + (0x332E, 'M', 'ピアストル'), + (0x332F, 'M', 'ピクル'), + (0x3330, 'M', 'ピコ'), + (0x3331, 'M', 'ビル'), + (0x3332, 'M', 'ファラッド'), + (0x3333, 'M', 'フィート'), + (0x3334, 'M', 'ブッシェル'), + (0x3335, 'M', 'フラン'), + (0x3336, 'M', 'ヘクタール'), + (0x3337, 'M', 'ペソ'), + (0x3338, 'M', 'ペニヒ'), + (0x3339, 'M', 'ヘルツ'), + (0x333A, 'M', 'ペンス'), + (0x333B, 'M', 'ページ'), + (0x333C, 'M', 'ベータ'), + (0x333D, 'M', 'ポイント'), + (0x333E, 'M', 'ボルト'), + (0x333F, 'M', 'ホン'), + (0x3340, 'M', 'ポンド'), + (0x3341, 'M', 'ホール'), + (0x3342, 'M', 'ホーン'), + (0x3343, 'M', 'マイクロ'), + (0x3344, 'M', 'マイル'), + (0x3345, 'M', 'マッハ'), + (0x3346, 'M', 'マルク'), + (0x3347, 'M', 'マンション'), + (0x3348, 'M', 'ミクロン'), + (0x3349, 'M', 'ミリ'), + (0x334A, 'M', 'ミリバール'), + (0x334B, 'M', 'メガ'), + (0x334C, 'M', 'メガトン'), + (0x334D, 'M', 'メートル'), + (0x334E, 'M', 'ヤード'), + (0x334F, 'M', 'ヤール'), + (0x3350, 'M', 'ユアン'), + (0x3351, 'M', 'リットル'), + (0x3352, 'M', 'リラ'), + (0x3353, 'M', 'ルピー'), + (0x3354, 'M', 'ルーブル'), + (0x3355, 'M', 'レム'), + (0x3356, 'M', 'レントゲン'), + (0x3357, 'M', 'ワット'), + (0x3358, 'M', '0点'), + (0x3359, 'M', '1点'), + (0x335A, 'M', '2点'), + (0x335B, 'M', '3点'), + (0x335C, 'M', '4点'), + (0x335D, 'M', '5点'), + (0x335E, 'M', '6点'), + (0x335F, 'M', '7点'), + (0x3360, 'M', '8点'), + (0x3361, 'M', '9点'), + (0x3362, 'M', '10点'), + (0x3363, 'M', '11点'), + (0x3364, 'M', '12点'), + (0x3365, 'M', '13点'), + (0x3366, 'M', '14点'), + (0x3367, 'M', '15点'), + (0x3368, 'M', '16点'), + (0x3369, 'M', '17点'), + (0x336A, 'M', '18点'), + (0x336B, 'M', '19点'), + (0x336C, 'M', '20点'), + (0x336D, 'M', '21点'), + (0x336E, 'M', '22点'), + (0x336F, 'M', '23点'), + (0x3370, 'M', '24点'), + (0x3371, 'M', 'hpa'), + (0x3372, 'M', 'da'), + (0x3373, 'M', 'au'), + (0x3374, 'M', 'bar'), + (0x3375, 'M', 'ov'), + (0x3376, 'M', 'pc'), + (0x3377, 'M', 'dm'), + (0x3378, 'M', 'dm2'), + (0x3379, 'M', 'dm3'), + ] + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x337A, 'M', 'iu'), + (0x337B, 'M', '平成'), + (0x337C, 'M', '昭和'), + (0x337D, 'M', '大正'), + (0x337E, 'M', '明治'), + (0x337F, 'M', '株式会社'), + (0x3380, 'M', 'pa'), + (0x3381, 'M', 'na'), + (0x3382, 'M', 'μa'), + (0x3383, 'M', 'ma'), + (0x3384, 'M', 'ka'), + (0x3385, 'M', 'kb'), + (0x3386, 'M', 'mb'), + (0x3387, 'M', 'gb'), + (0x3388, 'M', 'cal'), + (0x3389, 'M', 'kcal'), + (0x338A, 'M', 'pf'), + (0x338B, 'M', 'nf'), + (0x338C, 'M', 'μf'), + (0x338D, 'M', 'μg'), + (0x338E, 'M', 'mg'), + (0x338F, 'M', 'kg'), + (0x3390, 'M', 'hz'), + (0x3391, 'M', 'khz'), + (0x3392, 'M', 'mhz'), + (0x3393, 'M', 'ghz'), + (0x3394, 'M', 'thz'), + (0x3395, 'M', 'μl'), + (0x3396, 'M', 'ml'), + (0x3397, 'M', 'dl'), + (0x3398, 'M', 'kl'), + (0x3399, 'M', 'fm'), + (0x339A, 'M', 'nm'), + (0x339B, 'M', 'μm'), + (0x339C, 'M', 'mm'), + (0x339D, 'M', 'cm'), + (0x339E, 'M', 'km'), + (0x339F, 'M', 'mm2'), + (0x33A0, 'M', 'cm2'), + (0x33A1, 'M', 'm2'), + (0x33A2, 'M', 'km2'), + (0x33A3, 'M', 'mm3'), + (0x33A4, 'M', 'cm3'), + (0x33A5, 'M', 'm3'), + (0x33A6, 'M', 'km3'), + (0x33A7, 'M', 'm∕s'), + (0x33A8, 'M', 'm∕s2'), + (0x33A9, 'M', 'pa'), + (0x33AA, 'M', 'kpa'), + (0x33AB, 'M', 'mpa'), + (0x33AC, 'M', 'gpa'), + (0x33AD, 'M', 'rad'), + (0x33AE, 'M', 'rad∕s'), + (0x33AF, 'M', 'rad∕s2'), + (0x33B0, 'M', 'ps'), + (0x33B1, 'M', 'ns'), + (0x33B2, 'M', 'μs'), + (0x33B3, 'M', 'ms'), + (0x33B4, 'M', 'pv'), + (0x33B5, 'M', 'nv'), + (0x33B6, 'M', 'μv'), + (0x33B7, 'M', 'mv'), + (0x33B8, 'M', 'kv'), + (0x33B9, 'M', 'mv'), + (0x33BA, 'M', 'pw'), + (0x33BB, 'M', 'nw'), + (0x33BC, 'M', 'μw'), + (0x33BD, 'M', 'mw'), + (0x33BE, 'M', 'kw'), + (0x33BF, 'M', 'mw'), + (0x33C0, 'M', 'kω'), + (0x33C1, 'M', 'mω'), + (0x33C2, 'X'), + (0x33C3, 'M', 'bq'), + (0x33C4, 'M', 'cc'), + (0x33C5, 'M', 'cd'), + (0x33C6, 'M', 'c∕kg'), + (0x33C7, 'X'), + (0x33C8, 'M', 'db'), + (0x33C9, 'M', 'gy'), + (0x33CA, 'M', 'ha'), + (0x33CB, 'M', 'hp'), + (0x33CC, 'M', 'in'), + (0x33CD, 'M', 'kk'), + (0x33CE, 'M', 'km'), + (0x33CF, 'M', 'kt'), + (0x33D0, 'M', 'lm'), + (0x33D1, 'M', 'ln'), + (0x33D2, 'M', 'log'), + (0x33D3, 'M', 'lx'), + (0x33D4, 'M', 'mb'), + (0x33D5, 'M', 'mil'), + (0x33D6, 'M', 'mol'), + (0x33D7, 'M', 'ph'), + (0x33D8, 'X'), + (0x33D9, 'M', 'ppm'), + (0x33DA, 'M', 'pr'), + (0x33DB, 'M', 'sr'), + (0x33DC, 'M', 'sv'), + (0x33DD, 'M', 'wb'), + ] + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x33DE, 'M', 'v∕m'), + (0x33DF, 'M', 'a∕m'), + (0x33E0, 'M', '1日'), + (0x33E1, 'M', '2日'), + (0x33E2, 'M', '3日'), + (0x33E3, 'M', '4日'), + (0x33E4, 'M', '5日'), + (0x33E5, 'M', '6日'), + (0x33E6, 'M', '7日'), + (0x33E7, 'M', '8日'), + (0x33E8, 'M', '9日'), + (0x33E9, 'M', '10日'), + (0x33EA, 'M', '11日'), + (0x33EB, 'M', '12日'), + (0x33EC, 'M', '13日'), + (0x33ED, 'M', '14日'), + (0x33EE, 'M', '15日'), + (0x33EF, 'M', '16日'), + (0x33F0, 'M', '17日'), + (0x33F1, 'M', '18日'), + (0x33F2, 'M', '19日'), + (0x33F3, 'M', '20日'), + (0x33F4, 'M', '21日'), + (0x33F5, 'M', '22日'), + (0x33F6, 'M', '23日'), + (0x33F7, 'M', '24日'), + (0x33F8, 'M', '25日'), + (0x33F9, 'M', '26日'), + (0x33FA, 'M', '27日'), + (0x33FB, 'M', '28日'), + (0x33FC, 'M', '29日'), + (0x33FD, 'M', '30日'), + (0x33FE, 'M', '31日'), + (0x33FF, 'M', 'gal'), + (0x3400, 'V'), + (0xA48D, 'X'), + (0xA490, 'V'), + (0xA4C7, 'X'), + (0xA4D0, 'V'), + (0xA62C, 'X'), + (0xA640, 'M', 'ꙁ'), + (0xA641, 'V'), + (0xA642, 'M', 'ꙃ'), + (0xA643, 'V'), + (0xA644, 'M', 'ꙅ'), + (0xA645, 'V'), + (0xA646, 'M', 'ꙇ'), + (0xA647, 'V'), + (0xA648, 'M', 'ꙉ'), + (0xA649, 'V'), + (0xA64A, 'M', 'ꙋ'), + (0xA64B, 'V'), + (0xA64C, 'M', 'ꙍ'), + (0xA64D, 'V'), + (0xA64E, 'M', 'ꙏ'), + (0xA64F, 'V'), + (0xA650, 'M', 'ꙑ'), + (0xA651, 'V'), + (0xA652, 'M', 'ꙓ'), + (0xA653, 'V'), + (0xA654, 'M', 'ꙕ'), + (0xA655, 'V'), + (0xA656, 'M', 'ꙗ'), + (0xA657, 'V'), + (0xA658, 'M', 'ꙙ'), + (0xA659, 'V'), + (0xA65A, 'M', 'ꙛ'), + (0xA65B, 'V'), + (0xA65C, 'M', 'ꙝ'), + (0xA65D, 'V'), + (0xA65E, 'M', 'ꙟ'), + (0xA65F, 'V'), + (0xA660, 'M', 'ꙡ'), + (0xA661, 'V'), + (0xA662, 'M', 'ꙣ'), + (0xA663, 'V'), + (0xA664, 'M', 'ꙥ'), + (0xA665, 'V'), + (0xA666, 'M', 'ꙧ'), + (0xA667, 'V'), + (0xA668, 'M', 'ꙩ'), + (0xA669, 'V'), + (0xA66A, 'M', 'ꙫ'), + (0xA66B, 'V'), + (0xA66C, 'M', 'ꙭ'), + (0xA66D, 'V'), + (0xA680, 'M', 'ꚁ'), + (0xA681, 'V'), + (0xA682, 'M', 'ꚃ'), + (0xA683, 'V'), + (0xA684, 'M', 'ꚅ'), + (0xA685, 'V'), + (0xA686, 'M', 'ꚇ'), + (0xA687, 'V'), + (0xA688, 'M', 'ꚉ'), + (0xA689, 'V'), + (0xA68A, 'M', 'ꚋ'), + (0xA68B, 'V'), + (0xA68C, 'M', 'ꚍ'), + (0xA68D, 'V'), + ] + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA68E, 'M', 'ꚏ'), + (0xA68F, 'V'), + (0xA690, 'M', 'ꚑ'), + (0xA691, 'V'), + (0xA692, 'M', 'ꚓ'), + (0xA693, 'V'), + (0xA694, 'M', 'ꚕ'), + (0xA695, 'V'), + (0xA696, 'M', 'ꚗ'), + (0xA697, 'V'), + (0xA698, 'M', 'ꚙ'), + (0xA699, 'V'), + (0xA69A, 'M', 'ꚛ'), + (0xA69B, 'V'), + (0xA69C, 'M', 'ъ'), + (0xA69D, 'M', 'ь'), + (0xA69E, 'V'), + (0xA6F8, 'X'), + (0xA700, 'V'), + (0xA722, 'M', 'ꜣ'), + (0xA723, 'V'), + (0xA724, 'M', 'ꜥ'), + (0xA725, 'V'), + (0xA726, 'M', 'ꜧ'), + (0xA727, 'V'), + (0xA728, 'M', 'ꜩ'), + (0xA729, 'V'), + (0xA72A, 'M', 'ꜫ'), + (0xA72B, 'V'), + (0xA72C, 'M', 'ꜭ'), + (0xA72D, 'V'), + (0xA72E, 'M', 'ꜯ'), + (0xA72F, 'V'), + (0xA732, 'M', 'ꜳ'), + (0xA733, 'V'), + (0xA734, 'M', 'ꜵ'), + (0xA735, 'V'), + (0xA736, 'M', 'ꜷ'), + (0xA737, 'V'), + (0xA738, 'M', 'ꜹ'), + (0xA739, 'V'), + (0xA73A, 'M', 'ꜻ'), + (0xA73B, 'V'), + (0xA73C, 'M', 'ꜽ'), + (0xA73D, 'V'), + (0xA73E, 'M', 'ꜿ'), + (0xA73F, 'V'), + (0xA740, 'M', 'ꝁ'), + (0xA741, 'V'), + (0xA742, 'M', 'ꝃ'), + (0xA743, 'V'), + (0xA744, 'M', 'ꝅ'), + (0xA745, 'V'), + (0xA746, 'M', 'ꝇ'), + (0xA747, 'V'), + (0xA748, 'M', 'ꝉ'), + (0xA749, 'V'), + (0xA74A, 'M', 'ꝋ'), + (0xA74B, 'V'), + (0xA74C, 'M', 'ꝍ'), + (0xA74D, 'V'), + (0xA74E, 'M', 'ꝏ'), + (0xA74F, 'V'), + (0xA750, 'M', 'ꝑ'), + (0xA751, 'V'), + (0xA752, 'M', 'ꝓ'), + (0xA753, 'V'), + (0xA754, 'M', 'ꝕ'), + (0xA755, 'V'), + (0xA756, 'M', 'ꝗ'), + (0xA757, 'V'), + (0xA758, 'M', 'ꝙ'), + (0xA759, 'V'), + (0xA75A, 'M', 'ꝛ'), + (0xA75B, 'V'), + (0xA75C, 'M', 'ꝝ'), + (0xA75D, 'V'), + (0xA75E, 'M', 'ꝟ'), + (0xA75F, 'V'), + (0xA760, 'M', 'ꝡ'), + (0xA761, 'V'), + (0xA762, 'M', 'ꝣ'), + (0xA763, 'V'), + (0xA764, 'M', 'ꝥ'), + (0xA765, 'V'), + (0xA766, 'M', 'ꝧ'), + (0xA767, 'V'), + (0xA768, 'M', 'ꝩ'), + (0xA769, 'V'), + (0xA76A, 'M', 'ꝫ'), + (0xA76B, 'V'), + (0xA76C, 'M', 'ꝭ'), + (0xA76D, 'V'), + (0xA76E, 'M', 'ꝯ'), + (0xA76F, 'V'), + (0xA770, 'M', 'ꝯ'), + (0xA771, 'V'), + (0xA779, 'M', 'ꝺ'), + (0xA77A, 'V'), + (0xA77B, 'M', 'ꝼ'), + ] + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA77C, 'V'), + (0xA77D, 'M', 'ᵹ'), + (0xA77E, 'M', 'ꝿ'), + (0xA77F, 'V'), + (0xA780, 'M', 'ꞁ'), + (0xA781, 'V'), + (0xA782, 'M', 'ꞃ'), + (0xA783, 'V'), + (0xA784, 'M', 'ꞅ'), + (0xA785, 'V'), + (0xA786, 'M', 'ꞇ'), + (0xA787, 'V'), + (0xA78B, 'M', 'ꞌ'), + (0xA78C, 'V'), + (0xA78D, 'M', 'ɥ'), + (0xA78E, 'V'), + (0xA790, 'M', 'ꞑ'), + (0xA791, 'V'), + (0xA792, 'M', 'ꞓ'), + (0xA793, 'V'), + (0xA796, 'M', 'ꞗ'), + (0xA797, 'V'), + (0xA798, 'M', 'ꞙ'), + (0xA799, 'V'), + (0xA79A, 'M', 'ꞛ'), + (0xA79B, 'V'), + (0xA79C, 'M', 'ꞝ'), + (0xA79D, 'V'), + (0xA79E, 'M', 'ꞟ'), + (0xA79F, 'V'), + (0xA7A0, 'M', 'ꞡ'), + (0xA7A1, 'V'), + (0xA7A2, 'M', 'ꞣ'), + (0xA7A3, 'V'), + (0xA7A4, 'M', 'ꞥ'), + (0xA7A5, 'V'), + (0xA7A6, 'M', 'ꞧ'), + (0xA7A7, 'V'), + (0xA7A8, 'M', 'ꞩ'), + (0xA7A9, 'V'), + (0xA7AA, 'M', 'ɦ'), + (0xA7AB, 'M', 'ɜ'), + (0xA7AC, 'M', 'ɡ'), + (0xA7AD, 'M', 'ɬ'), + (0xA7AE, 'M', 'ɪ'), + (0xA7AF, 'V'), + (0xA7B0, 'M', 'ʞ'), + (0xA7B1, 'M', 'ʇ'), + (0xA7B2, 'M', 'ʝ'), + (0xA7B3, 'M', 'ꭓ'), + (0xA7B4, 'M', 'ꞵ'), + (0xA7B5, 'V'), + (0xA7B6, 'M', 'ꞷ'), + (0xA7B7, 'V'), + (0xA7B8, 'M', 'ꞹ'), + (0xA7B9, 'V'), + (0xA7BA, 'M', 'ꞻ'), + (0xA7BB, 'V'), + (0xA7BC, 'M', 'ꞽ'), + (0xA7BD, 'V'), + (0xA7BE, 'M', 'ꞿ'), + (0xA7BF, 'V'), + (0xA7C0, 'M', 'ꟁ'), + (0xA7C1, 'V'), + (0xA7C2, 'M', 'ꟃ'), + (0xA7C3, 'V'), + (0xA7C4, 'M', 'ꞔ'), + (0xA7C5, 'M', 'ʂ'), + (0xA7C6, 'M', 'ᶎ'), + (0xA7C7, 'M', 'ꟈ'), + (0xA7C8, 'V'), + (0xA7C9, 'M', 'ꟊ'), + (0xA7CA, 'V'), + (0xA7CB, 'X'), + (0xA7D0, 'M', 'ꟑ'), + (0xA7D1, 'V'), + (0xA7D2, 'X'), + (0xA7D3, 'V'), + (0xA7D4, 'X'), + (0xA7D5, 'V'), + (0xA7D6, 'M', 'ꟗ'), + (0xA7D7, 'V'), + (0xA7D8, 'M', 'ꟙ'), + (0xA7D9, 'V'), + (0xA7DA, 'X'), + (0xA7F2, 'M', 'c'), + (0xA7F3, 'M', 'f'), + (0xA7F4, 'M', 'q'), + (0xA7F5, 'M', 'ꟶ'), + (0xA7F6, 'V'), + (0xA7F8, 'M', 'ħ'), + (0xA7F9, 'M', 'œ'), + (0xA7FA, 'V'), + (0xA82D, 'X'), + (0xA830, 'V'), + (0xA83A, 'X'), + (0xA840, 'V'), + (0xA878, 'X'), + (0xA880, 'V'), + (0xA8C6, 'X'), + ] + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA8CE, 'V'), + (0xA8DA, 'X'), + (0xA8E0, 'V'), + (0xA954, 'X'), + (0xA95F, 'V'), + (0xA97D, 'X'), + (0xA980, 'V'), + (0xA9CE, 'X'), + (0xA9CF, 'V'), + (0xA9DA, 'X'), + (0xA9DE, 'V'), + (0xA9FF, 'X'), + (0xAA00, 'V'), + (0xAA37, 'X'), + (0xAA40, 'V'), + (0xAA4E, 'X'), + (0xAA50, 'V'), + (0xAA5A, 'X'), + (0xAA5C, 'V'), + (0xAAC3, 'X'), + (0xAADB, 'V'), + (0xAAF7, 'X'), + (0xAB01, 'V'), + (0xAB07, 'X'), + (0xAB09, 'V'), + (0xAB0F, 'X'), + (0xAB11, 'V'), + (0xAB17, 'X'), + (0xAB20, 'V'), + (0xAB27, 'X'), + (0xAB28, 'V'), + (0xAB2F, 'X'), + (0xAB30, 'V'), + (0xAB5C, 'M', 'ꜧ'), + (0xAB5D, 'M', 'ꬷ'), + (0xAB5E, 'M', 'ɫ'), + (0xAB5F, 'M', 'ꭒ'), + (0xAB60, 'V'), + (0xAB69, 'M', 'ʍ'), + (0xAB6A, 'V'), + (0xAB6C, 'X'), + (0xAB70, 'M', 'Ꭰ'), + (0xAB71, 'M', 'Ꭱ'), + (0xAB72, 'M', 'Ꭲ'), + (0xAB73, 'M', 'Ꭳ'), + (0xAB74, 'M', 'Ꭴ'), + (0xAB75, 'M', 'Ꭵ'), + (0xAB76, 'M', 'Ꭶ'), + (0xAB77, 'M', 'Ꭷ'), + (0xAB78, 'M', 'Ꭸ'), + (0xAB79, 'M', 'Ꭹ'), + (0xAB7A, 'M', 'Ꭺ'), + (0xAB7B, 'M', 'Ꭻ'), + (0xAB7C, 'M', 'Ꭼ'), + (0xAB7D, 'M', 'Ꭽ'), + (0xAB7E, 'M', 'Ꭾ'), + (0xAB7F, 'M', 'Ꭿ'), + (0xAB80, 'M', 'Ꮀ'), + (0xAB81, 'M', 'Ꮁ'), + (0xAB82, 'M', 'Ꮂ'), + (0xAB83, 'M', 'Ꮃ'), + (0xAB84, 'M', 'Ꮄ'), + (0xAB85, 'M', 'Ꮅ'), + (0xAB86, 'M', 'Ꮆ'), + (0xAB87, 'M', 'Ꮇ'), + (0xAB88, 'M', 'Ꮈ'), + (0xAB89, 'M', 'Ꮉ'), + (0xAB8A, 'M', 'Ꮊ'), + (0xAB8B, 'M', 'Ꮋ'), + (0xAB8C, 'M', 'Ꮌ'), + (0xAB8D, 'M', 'Ꮍ'), + (0xAB8E, 'M', 'Ꮎ'), + (0xAB8F, 'M', 'Ꮏ'), + (0xAB90, 'M', 'Ꮐ'), + (0xAB91, 'M', 'Ꮑ'), + (0xAB92, 'M', 'Ꮒ'), + (0xAB93, 'M', 'Ꮓ'), + (0xAB94, 'M', 'Ꮔ'), + (0xAB95, 'M', 'Ꮕ'), + (0xAB96, 'M', 'Ꮖ'), + (0xAB97, 'M', 'Ꮗ'), + (0xAB98, 'M', 'Ꮘ'), + (0xAB99, 'M', 'Ꮙ'), + (0xAB9A, 'M', 'Ꮚ'), + (0xAB9B, 'M', 'Ꮛ'), + (0xAB9C, 'M', 'Ꮜ'), + (0xAB9D, 'M', 'Ꮝ'), + (0xAB9E, 'M', 'Ꮞ'), + (0xAB9F, 'M', 'Ꮟ'), + (0xABA0, 'M', 'Ꮠ'), + (0xABA1, 'M', 'Ꮡ'), + (0xABA2, 'M', 'Ꮢ'), + (0xABA3, 'M', 'Ꮣ'), + (0xABA4, 'M', 'Ꮤ'), + (0xABA5, 'M', 'Ꮥ'), + (0xABA6, 'M', 'Ꮦ'), + (0xABA7, 'M', 'Ꮧ'), + (0xABA8, 'M', 'Ꮨ'), + (0xABA9, 'M', 'Ꮩ'), + (0xABAA, 'M', 'Ꮪ'), + ] + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xABAB, 'M', 'Ꮫ'), + (0xABAC, 'M', 'Ꮬ'), + (0xABAD, 'M', 'Ꮭ'), + (0xABAE, 'M', 'Ꮮ'), + (0xABAF, 'M', 'Ꮯ'), + (0xABB0, 'M', 'Ꮰ'), + (0xABB1, 'M', 'Ꮱ'), + (0xABB2, 'M', 'Ꮲ'), + (0xABB3, 'M', 'Ꮳ'), + (0xABB4, 'M', 'Ꮴ'), + (0xABB5, 'M', 'Ꮵ'), + (0xABB6, 'M', 'Ꮶ'), + (0xABB7, 'M', 'Ꮷ'), + (0xABB8, 'M', 'Ꮸ'), + (0xABB9, 'M', 'Ꮹ'), + (0xABBA, 'M', 'Ꮺ'), + (0xABBB, 'M', 'Ꮻ'), + (0xABBC, 'M', 'Ꮼ'), + (0xABBD, 'M', 'Ꮽ'), + (0xABBE, 'M', 'Ꮾ'), + (0xABBF, 'M', 'Ꮿ'), + (0xABC0, 'V'), + (0xABEE, 'X'), + (0xABF0, 'V'), + (0xABFA, 'X'), + (0xAC00, 'V'), + (0xD7A4, 'X'), + (0xD7B0, 'V'), + (0xD7C7, 'X'), + (0xD7CB, 'V'), + (0xD7FC, 'X'), + (0xF900, 'M', '豈'), + (0xF901, 'M', '更'), + (0xF902, 'M', '車'), + (0xF903, 'M', '賈'), + (0xF904, 'M', '滑'), + (0xF905, 'M', '串'), + (0xF906, 'M', '句'), + (0xF907, 'M', '龜'), + (0xF909, 'M', '契'), + (0xF90A, 'M', '金'), + (0xF90B, 'M', '喇'), + (0xF90C, 'M', '奈'), + (0xF90D, 'M', '懶'), + (0xF90E, 'M', '癩'), + (0xF90F, 'M', '羅'), + (0xF910, 'M', '蘿'), + (0xF911, 'M', '螺'), + (0xF912, 'M', '裸'), + (0xF913, 'M', '邏'), + (0xF914, 'M', '樂'), + (0xF915, 'M', '洛'), + (0xF916, 'M', '烙'), + (0xF917, 'M', '珞'), + (0xF918, 'M', '落'), + (0xF919, 'M', '酪'), + (0xF91A, 'M', '駱'), + (0xF91B, 'M', '亂'), + (0xF91C, 'M', '卵'), + (0xF91D, 'M', '欄'), + (0xF91E, 'M', '爛'), + (0xF91F, 'M', '蘭'), + (0xF920, 'M', '鸞'), + (0xF921, 'M', '嵐'), + (0xF922, 'M', '濫'), + (0xF923, 'M', '藍'), + (0xF924, 'M', '襤'), + (0xF925, 'M', '拉'), + (0xF926, 'M', '臘'), + (0xF927, 'M', '蠟'), + (0xF928, 'M', '廊'), + (0xF929, 'M', '朗'), + (0xF92A, 'M', '浪'), + (0xF92B, 'M', '狼'), + (0xF92C, 'M', '郎'), + (0xF92D, 'M', '來'), + (0xF92E, 'M', '冷'), + (0xF92F, 'M', '勞'), + (0xF930, 'M', '擄'), + (0xF931, 'M', '櫓'), + (0xF932, 'M', '爐'), + (0xF933, 'M', '盧'), + (0xF934, 'M', '老'), + (0xF935, 'M', '蘆'), + (0xF936, 'M', '虜'), + (0xF937, 'M', '路'), + (0xF938, 'M', '露'), + (0xF939, 'M', '魯'), + (0xF93A, 'M', '鷺'), + (0xF93B, 'M', '碌'), + (0xF93C, 'M', '祿'), + (0xF93D, 'M', '綠'), + (0xF93E, 'M', '菉'), + (0xF93F, 'M', '錄'), + (0xF940, 'M', '鹿'), + (0xF941, 'M', '論'), + (0xF942, 'M', '壟'), + (0xF943, 'M', '弄'), + (0xF944, 'M', '籠'), + (0xF945, 'M', '聾'), + ] + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF946, 'M', '牢'), + (0xF947, 'M', '磊'), + (0xF948, 'M', '賂'), + (0xF949, 'M', '雷'), + (0xF94A, 'M', '壘'), + (0xF94B, 'M', '屢'), + (0xF94C, 'M', '樓'), + (0xF94D, 'M', '淚'), + (0xF94E, 'M', '漏'), + (0xF94F, 'M', '累'), + (0xF950, 'M', '縷'), + (0xF951, 'M', '陋'), + (0xF952, 'M', '勒'), + (0xF953, 'M', '肋'), + (0xF954, 'M', '凜'), + (0xF955, 'M', '凌'), + (0xF956, 'M', '稜'), + (0xF957, 'M', '綾'), + (0xF958, 'M', '菱'), + (0xF959, 'M', '陵'), + (0xF95A, 'M', '讀'), + (0xF95B, 'M', '拏'), + (0xF95C, 'M', '樂'), + (0xF95D, 'M', '諾'), + (0xF95E, 'M', '丹'), + (0xF95F, 'M', '寧'), + (0xF960, 'M', '怒'), + (0xF961, 'M', '率'), + (0xF962, 'M', '異'), + (0xF963, 'M', '北'), + (0xF964, 'M', '磻'), + (0xF965, 'M', '便'), + (0xF966, 'M', '復'), + (0xF967, 'M', '不'), + (0xF968, 'M', '泌'), + (0xF969, 'M', '數'), + (0xF96A, 'M', '索'), + (0xF96B, 'M', '參'), + (0xF96C, 'M', '塞'), + (0xF96D, 'M', '省'), + (0xF96E, 'M', '葉'), + (0xF96F, 'M', '說'), + (0xF970, 'M', '殺'), + (0xF971, 'M', '辰'), + (0xF972, 'M', '沈'), + (0xF973, 'M', '拾'), + (0xF974, 'M', '若'), + (0xF975, 'M', '掠'), + (0xF976, 'M', '略'), + (0xF977, 'M', '亮'), + (0xF978, 'M', '兩'), + (0xF979, 'M', '凉'), + (0xF97A, 'M', '梁'), + (0xF97B, 'M', '糧'), + (0xF97C, 'M', '良'), + (0xF97D, 'M', '諒'), + (0xF97E, 'M', '量'), + (0xF97F, 'M', '勵'), + (0xF980, 'M', '呂'), + (0xF981, 'M', '女'), + (0xF982, 'M', '廬'), + (0xF983, 'M', '旅'), + (0xF984, 'M', '濾'), + (0xF985, 'M', '礪'), + (0xF986, 'M', '閭'), + (0xF987, 'M', '驪'), + (0xF988, 'M', '麗'), + (0xF989, 'M', '黎'), + (0xF98A, 'M', '力'), + (0xF98B, 'M', '曆'), + (0xF98C, 'M', '歷'), + (0xF98D, 'M', '轢'), + (0xF98E, 'M', '年'), + (0xF98F, 'M', '憐'), + (0xF990, 'M', '戀'), + (0xF991, 'M', '撚'), + (0xF992, 'M', '漣'), + (0xF993, 'M', '煉'), + (0xF994, 'M', '璉'), + (0xF995, 'M', '秊'), + (0xF996, 'M', '練'), + (0xF997, 'M', '聯'), + (0xF998, 'M', '輦'), + (0xF999, 'M', '蓮'), + (0xF99A, 'M', '連'), + (0xF99B, 'M', '鍊'), + (0xF99C, 'M', '列'), + (0xF99D, 'M', '劣'), + (0xF99E, 'M', '咽'), + (0xF99F, 'M', '烈'), + (0xF9A0, 'M', '裂'), + (0xF9A1, 'M', '說'), + (0xF9A2, 'M', '廉'), + (0xF9A3, 'M', '念'), + (0xF9A4, 'M', '捻'), + (0xF9A5, 'M', '殮'), + (0xF9A6, 'M', '簾'), + (0xF9A7, 'M', '獵'), + (0xF9A8, 'M', '令'), + (0xF9A9, 'M', '囹'), + ] + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF9AA, 'M', '寧'), + (0xF9AB, 'M', '嶺'), + (0xF9AC, 'M', '怜'), + (0xF9AD, 'M', '玲'), + (0xF9AE, 'M', '瑩'), + (0xF9AF, 'M', '羚'), + (0xF9B0, 'M', '聆'), + (0xF9B1, 'M', '鈴'), + (0xF9B2, 'M', '零'), + (0xF9B3, 'M', '靈'), + (0xF9B4, 'M', '領'), + (0xF9B5, 'M', '例'), + (0xF9B6, 'M', '禮'), + (0xF9B7, 'M', '醴'), + (0xF9B8, 'M', '隸'), + (0xF9B9, 'M', '惡'), + (0xF9BA, 'M', '了'), + (0xF9BB, 'M', '僚'), + (0xF9BC, 'M', '寮'), + (0xF9BD, 'M', '尿'), + (0xF9BE, 'M', '料'), + (0xF9BF, 'M', '樂'), + (0xF9C0, 'M', '燎'), + (0xF9C1, 'M', '療'), + (0xF9C2, 'M', '蓼'), + (0xF9C3, 'M', '遼'), + (0xF9C4, 'M', '龍'), + (0xF9C5, 'M', '暈'), + (0xF9C6, 'M', '阮'), + (0xF9C7, 'M', '劉'), + (0xF9C8, 'M', '杻'), + (0xF9C9, 'M', '柳'), + (0xF9CA, 'M', '流'), + (0xF9CB, 'M', '溜'), + (0xF9CC, 'M', '琉'), + (0xF9CD, 'M', '留'), + (0xF9CE, 'M', '硫'), + (0xF9CF, 'M', '紐'), + (0xF9D0, 'M', '類'), + (0xF9D1, 'M', '六'), + (0xF9D2, 'M', '戮'), + (0xF9D3, 'M', '陸'), + (0xF9D4, 'M', '倫'), + (0xF9D5, 'M', '崙'), + (0xF9D6, 'M', '淪'), + (0xF9D7, 'M', '輪'), + (0xF9D8, 'M', '律'), + (0xF9D9, 'M', '慄'), + (0xF9DA, 'M', '栗'), + (0xF9DB, 'M', '率'), + (0xF9DC, 'M', '隆'), + (0xF9DD, 'M', '利'), + (0xF9DE, 'M', '吏'), + (0xF9DF, 'M', '履'), + (0xF9E0, 'M', '易'), + (0xF9E1, 'M', '李'), + (0xF9E2, 'M', '梨'), + (0xF9E3, 'M', '泥'), + (0xF9E4, 'M', '理'), + (0xF9E5, 'M', '痢'), + (0xF9E6, 'M', '罹'), + (0xF9E7, 'M', '裏'), + (0xF9E8, 'M', '裡'), + (0xF9E9, 'M', '里'), + (0xF9EA, 'M', '離'), + (0xF9EB, 'M', '匿'), + (0xF9EC, 'M', '溺'), + (0xF9ED, 'M', '吝'), + (0xF9EE, 'M', '燐'), + (0xF9EF, 'M', '璘'), + (0xF9F0, 'M', '藺'), + (0xF9F1, 'M', '隣'), + (0xF9F2, 'M', '鱗'), + (0xF9F3, 'M', '麟'), + (0xF9F4, 'M', '林'), + (0xF9F5, 'M', '淋'), + (0xF9F6, 'M', '臨'), + (0xF9F7, 'M', '立'), + (0xF9F8, 'M', '笠'), + (0xF9F9, 'M', '粒'), + (0xF9FA, 'M', '狀'), + (0xF9FB, 'M', '炙'), + (0xF9FC, 'M', '識'), + (0xF9FD, 'M', '什'), + (0xF9FE, 'M', '茶'), + (0xF9FF, 'M', '刺'), + (0xFA00, 'M', '切'), + (0xFA01, 'M', '度'), + (0xFA02, 'M', '拓'), + (0xFA03, 'M', '糖'), + (0xFA04, 'M', '宅'), + (0xFA05, 'M', '洞'), + (0xFA06, 'M', '暴'), + (0xFA07, 'M', '輻'), + (0xFA08, 'M', '行'), + (0xFA09, 'M', '降'), + (0xFA0A, 'M', '見'), + (0xFA0B, 'M', '廓'), + (0xFA0C, 'M', '兀'), + (0xFA0D, 'M', '嗀'), + ] + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA0E, 'V'), + (0xFA10, 'M', '塚'), + (0xFA11, 'V'), + (0xFA12, 'M', '晴'), + (0xFA13, 'V'), + (0xFA15, 'M', '凞'), + (0xFA16, 'M', '猪'), + (0xFA17, 'M', '益'), + (0xFA18, 'M', '礼'), + (0xFA19, 'M', '神'), + (0xFA1A, 'M', '祥'), + (0xFA1B, 'M', '福'), + (0xFA1C, 'M', '靖'), + (0xFA1D, 'M', '精'), + (0xFA1E, 'M', '羽'), + (0xFA1F, 'V'), + (0xFA20, 'M', '蘒'), + (0xFA21, 'V'), + (0xFA22, 'M', '諸'), + (0xFA23, 'V'), + (0xFA25, 'M', '逸'), + (0xFA26, 'M', '都'), + (0xFA27, 'V'), + (0xFA2A, 'M', '飯'), + (0xFA2B, 'M', '飼'), + (0xFA2C, 'M', '館'), + (0xFA2D, 'M', '鶴'), + (0xFA2E, 'M', '郞'), + (0xFA2F, 'M', '隷'), + (0xFA30, 'M', '侮'), + (0xFA31, 'M', '僧'), + (0xFA32, 'M', '免'), + (0xFA33, 'M', '勉'), + (0xFA34, 'M', '勤'), + (0xFA35, 'M', '卑'), + (0xFA36, 'M', '喝'), + (0xFA37, 'M', '嘆'), + (0xFA38, 'M', '器'), + (0xFA39, 'M', '塀'), + (0xFA3A, 'M', '墨'), + (0xFA3B, 'M', '層'), + (0xFA3C, 'M', '屮'), + (0xFA3D, 'M', '悔'), + (0xFA3E, 'M', '慨'), + (0xFA3F, 'M', '憎'), + (0xFA40, 'M', '懲'), + (0xFA41, 'M', '敏'), + (0xFA42, 'M', '既'), + (0xFA43, 'M', '暑'), + (0xFA44, 'M', '梅'), + (0xFA45, 'M', '海'), + (0xFA46, 'M', '渚'), + (0xFA47, 'M', '漢'), + (0xFA48, 'M', '煮'), + (0xFA49, 'M', '爫'), + (0xFA4A, 'M', '琢'), + (0xFA4B, 'M', '碑'), + (0xFA4C, 'M', '社'), + (0xFA4D, 'M', '祉'), + (0xFA4E, 'M', '祈'), + (0xFA4F, 'M', '祐'), + (0xFA50, 'M', '祖'), + (0xFA51, 'M', '祝'), + (0xFA52, 'M', '禍'), + (0xFA53, 'M', '禎'), + (0xFA54, 'M', '穀'), + (0xFA55, 'M', '突'), + (0xFA56, 'M', '節'), + (0xFA57, 'M', '練'), + (0xFA58, 'M', '縉'), + (0xFA59, 'M', '繁'), + (0xFA5A, 'M', '署'), + (0xFA5B, 'M', '者'), + (0xFA5C, 'M', '臭'), + (0xFA5D, 'M', '艹'), + (0xFA5F, 'M', '著'), + (0xFA60, 'M', '褐'), + (0xFA61, 'M', '視'), + (0xFA62, 'M', '謁'), + (0xFA63, 'M', '謹'), + (0xFA64, 'M', '賓'), + (0xFA65, 'M', '贈'), + (0xFA66, 'M', '辶'), + (0xFA67, 'M', '逸'), + (0xFA68, 'M', '難'), + (0xFA69, 'M', '響'), + (0xFA6A, 'M', '頻'), + (0xFA6B, 'M', '恵'), + (0xFA6C, 'M', '𤋮'), + (0xFA6D, 'M', '舘'), + (0xFA6E, 'X'), + (0xFA70, 'M', '並'), + (0xFA71, 'M', '况'), + (0xFA72, 'M', '全'), + (0xFA73, 'M', '侀'), + (0xFA74, 'M', '充'), + (0xFA75, 'M', '冀'), + (0xFA76, 'M', '勇'), + (0xFA77, 'M', '勺'), + (0xFA78, 'M', '喝'), + ] + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA79, 'M', '啕'), + (0xFA7A, 'M', '喙'), + (0xFA7B, 'M', '嗢'), + (0xFA7C, 'M', '塚'), + (0xFA7D, 'M', '墳'), + (0xFA7E, 'M', '奄'), + (0xFA7F, 'M', '奔'), + (0xFA80, 'M', '婢'), + (0xFA81, 'M', '嬨'), + (0xFA82, 'M', '廒'), + (0xFA83, 'M', '廙'), + (0xFA84, 'M', '彩'), + (0xFA85, 'M', '徭'), + (0xFA86, 'M', '惘'), + (0xFA87, 'M', '慎'), + (0xFA88, 'M', '愈'), + (0xFA89, 'M', '憎'), + (0xFA8A, 'M', '慠'), + (0xFA8B, 'M', '懲'), + (0xFA8C, 'M', '戴'), + (0xFA8D, 'M', '揄'), + (0xFA8E, 'M', '搜'), + (0xFA8F, 'M', '摒'), + (0xFA90, 'M', '敖'), + (0xFA91, 'M', '晴'), + (0xFA92, 'M', '朗'), + (0xFA93, 'M', '望'), + (0xFA94, 'M', '杖'), + (0xFA95, 'M', '歹'), + (0xFA96, 'M', '殺'), + (0xFA97, 'M', '流'), + (0xFA98, 'M', '滛'), + (0xFA99, 'M', '滋'), + (0xFA9A, 'M', '漢'), + (0xFA9B, 'M', '瀞'), + (0xFA9C, 'M', '煮'), + (0xFA9D, 'M', '瞧'), + (0xFA9E, 'M', '爵'), + (0xFA9F, 'M', '犯'), + (0xFAA0, 'M', '猪'), + (0xFAA1, 'M', '瑱'), + (0xFAA2, 'M', '甆'), + (0xFAA3, 'M', '画'), + (0xFAA4, 'M', '瘝'), + (0xFAA5, 'M', '瘟'), + (0xFAA6, 'M', '益'), + (0xFAA7, 'M', '盛'), + (0xFAA8, 'M', '直'), + (0xFAA9, 'M', '睊'), + (0xFAAA, 'M', '着'), + (0xFAAB, 'M', '磌'), + (0xFAAC, 'M', '窱'), + (0xFAAD, 'M', '節'), + (0xFAAE, 'M', '类'), + (0xFAAF, 'M', '絛'), + (0xFAB0, 'M', '練'), + (0xFAB1, 'M', '缾'), + (0xFAB2, 'M', '者'), + (0xFAB3, 'M', '荒'), + (0xFAB4, 'M', '華'), + (0xFAB5, 'M', '蝹'), + (0xFAB6, 'M', '襁'), + (0xFAB7, 'M', '覆'), + (0xFAB8, 'M', '視'), + (0xFAB9, 'M', '調'), + (0xFABA, 'M', '諸'), + (0xFABB, 'M', '請'), + (0xFABC, 'M', '謁'), + (0xFABD, 'M', '諾'), + (0xFABE, 'M', '諭'), + (0xFABF, 'M', '謹'), + (0xFAC0, 'M', '變'), + (0xFAC1, 'M', '贈'), + (0xFAC2, 'M', '輸'), + (0xFAC3, 'M', '遲'), + (0xFAC4, 'M', '醙'), + (0xFAC5, 'M', '鉶'), + (0xFAC6, 'M', '陼'), + (0xFAC7, 'M', '難'), + (0xFAC8, 'M', '靖'), + (0xFAC9, 'M', '韛'), + (0xFACA, 'M', '響'), + (0xFACB, 'M', '頋'), + (0xFACC, 'M', '頻'), + (0xFACD, 'M', '鬒'), + (0xFACE, 'M', '龜'), + (0xFACF, 'M', '𢡊'), + (0xFAD0, 'M', '𢡄'), + (0xFAD1, 'M', '𣏕'), + (0xFAD2, 'M', '㮝'), + (0xFAD3, 'M', '䀘'), + (0xFAD4, 'M', '䀹'), + (0xFAD5, 'M', '𥉉'), + (0xFAD6, 'M', '𥳐'), + (0xFAD7, 'M', '𧻓'), + (0xFAD8, 'M', '齃'), + (0xFAD9, 'M', '龎'), + (0xFADA, 'X'), + (0xFB00, 'M', 'ff'), + (0xFB01, 'M', 'fi'), + ] + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFB02, 'M', 'fl'), + (0xFB03, 'M', 'ffi'), + (0xFB04, 'M', 'ffl'), + (0xFB05, 'M', 'st'), + (0xFB07, 'X'), + (0xFB13, 'M', 'մն'), + (0xFB14, 'M', 'մե'), + (0xFB15, 'M', 'մի'), + (0xFB16, 'M', 'վն'), + (0xFB17, 'M', 'մխ'), + (0xFB18, 'X'), + (0xFB1D, 'M', 'יִ'), + (0xFB1E, 'V'), + (0xFB1F, 'M', 'ײַ'), + (0xFB20, 'M', 'ע'), + (0xFB21, 'M', 'א'), + (0xFB22, 'M', 'ד'), + (0xFB23, 'M', 'ה'), + (0xFB24, 'M', 'כ'), + (0xFB25, 'M', 'ל'), + (0xFB26, 'M', 'ם'), + (0xFB27, 'M', 'ר'), + (0xFB28, 'M', 'ת'), + (0xFB29, '3', '+'), + (0xFB2A, 'M', 'שׁ'), + (0xFB2B, 'M', 'שׂ'), + (0xFB2C, 'M', 'שּׁ'), + (0xFB2D, 'M', 'שּׂ'), + (0xFB2E, 'M', 'אַ'), + (0xFB2F, 'M', 'אָ'), + (0xFB30, 'M', 'אּ'), + (0xFB31, 'M', 'בּ'), + (0xFB32, 'M', 'גּ'), + (0xFB33, 'M', 'דּ'), + (0xFB34, 'M', 'הּ'), + (0xFB35, 'M', 'וּ'), + (0xFB36, 'M', 'זּ'), + (0xFB37, 'X'), + (0xFB38, 'M', 'טּ'), + (0xFB39, 'M', 'יּ'), + (0xFB3A, 'M', 'ךּ'), + (0xFB3B, 'M', 'כּ'), + (0xFB3C, 'M', 'לּ'), + (0xFB3D, 'X'), + (0xFB3E, 'M', 'מּ'), + (0xFB3F, 'X'), + (0xFB40, 'M', 'נּ'), + (0xFB41, 'M', 'סּ'), + (0xFB42, 'X'), + (0xFB43, 'M', 'ףּ'), + (0xFB44, 'M', 'פּ'), + (0xFB45, 'X'), + (0xFB46, 'M', 'צּ'), + (0xFB47, 'M', 'קּ'), + (0xFB48, 'M', 'רּ'), + (0xFB49, 'M', 'שּ'), + (0xFB4A, 'M', 'תּ'), + (0xFB4B, 'M', 'וֹ'), + (0xFB4C, 'M', 'בֿ'), + (0xFB4D, 'M', 'כֿ'), + (0xFB4E, 'M', 'פֿ'), + (0xFB4F, 'M', 'אל'), + (0xFB50, 'M', 'ٱ'), + (0xFB52, 'M', 'ٻ'), + (0xFB56, 'M', 'پ'), + (0xFB5A, 'M', 'ڀ'), + (0xFB5E, 'M', 'ٺ'), + (0xFB62, 'M', 'ٿ'), + (0xFB66, 'M', 'ٹ'), + (0xFB6A, 'M', 'ڤ'), + (0xFB6E, 'M', 'ڦ'), + (0xFB72, 'M', 'ڄ'), + (0xFB76, 'M', 'ڃ'), + (0xFB7A, 'M', 'چ'), + (0xFB7E, 'M', 'ڇ'), + (0xFB82, 'M', 'ڍ'), + (0xFB84, 'M', 'ڌ'), + (0xFB86, 'M', 'ڎ'), + (0xFB88, 'M', 'ڈ'), + (0xFB8A, 'M', 'ژ'), + (0xFB8C, 'M', 'ڑ'), + (0xFB8E, 'M', 'ک'), + (0xFB92, 'M', 'گ'), + (0xFB96, 'M', 'ڳ'), + (0xFB9A, 'M', 'ڱ'), + (0xFB9E, 'M', 'ں'), + (0xFBA0, 'M', 'ڻ'), + (0xFBA4, 'M', 'ۀ'), + (0xFBA6, 'M', 'ہ'), + (0xFBAA, 'M', 'ھ'), + (0xFBAE, 'M', 'ے'), + (0xFBB0, 'M', 'ۓ'), + (0xFBB2, 'V'), + (0xFBC3, 'X'), + (0xFBD3, 'M', 'ڭ'), + (0xFBD7, 'M', 'ۇ'), + (0xFBD9, 'M', 'ۆ'), + (0xFBDB, 'M', 'ۈ'), + (0xFBDD, 'M', 'ۇٴ'), + (0xFBDE, 'M', 'ۋ'), + ] + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFBE0, 'M', 'ۅ'), + (0xFBE2, 'M', 'ۉ'), + (0xFBE4, 'M', 'ې'), + (0xFBE8, 'M', 'ى'), + (0xFBEA, 'M', 'ئا'), + (0xFBEC, 'M', 'ئە'), + (0xFBEE, 'M', 'ئو'), + (0xFBF0, 'M', 'ئۇ'), + (0xFBF2, 'M', 'ئۆ'), + (0xFBF4, 'M', 'ئۈ'), + (0xFBF6, 'M', 'ئې'), + (0xFBF9, 'M', 'ئى'), + (0xFBFC, 'M', 'ی'), + (0xFC00, 'M', 'ئج'), + (0xFC01, 'M', 'ئح'), + (0xFC02, 'M', 'ئم'), + (0xFC03, 'M', 'ئى'), + (0xFC04, 'M', 'ئي'), + (0xFC05, 'M', 'بج'), + (0xFC06, 'M', 'بح'), + (0xFC07, 'M', 'بخ'), + (0xFC08, 'M', 'بم'), + (0xFC09, 'M', 'بى'), + (0xFC0A, 'M', 'بي'), + (0xFC0B, 'M', 'تج'), + (0xFC0C, 'M', 'تح'), + (0xFC0D, 'M', 'تخ'), + (0xFC0E, 'M', 'تم'), + (0xFC0F, 'M', 'تى'), + (0xFC10, 'M', 'تي'), + (0xFC11, 'M', 'ثج'), + (0xFC12, 'M', 'ثم'), + (0xFC13, 'M', 'ثى'), + (0xFC14, 'M', 'ثي'), + (0xFC15, 'M', 'جح'), + (0xFC16, 'M', 'جم'), + (0xFC17, 'M', 'حج'), + (0xFC18, 'M', 'حم'), + (0xFC19, 'M', 'خج'), + (0xFC1A, 'M', 'خح'), + (0xFC1B, 'M', 'خم'), + (0xFC1C, 'M', 'سج'), + (0xFC1D, 'M', 'سح'), + (0xFC1E, 'M', 'سخ'), + (0xFC1F, 'M', 'سم'), + (0xFC20, 'M', 'صح'), + (0xFC21, 'M', 'صم'), + (0xFC22, 'M', 'ضج'), + (0xFC23, 'M', 'ضح'), + (0xFC24, 'M', 'ضخ'), + (0xFC25, 'M', 'ضم'), + (0xFC26, 'M', 'طح'), + (0xFC27, 'M', 'طم'), + (0xFC28, 'M', 'ظم'), + (0xFC29, 'M', 'عج'), + (0xFC2A, 'M', 'عم'), + (0xFC2B, 'M', 'غج'), + (0xFC2C, 'M', 'غم'), + (0xFC2D, 'M', 'فج'), + (0xFC2E, 'M', 'فح'), + (0xFC2F, 'M', 'فخ'), + (0xFC30, 'M', 'فم'), + (0xFC31, 'M', 'فى'), + (0xFC32, 'M', 'في'), + (0xFC33, 'M', 'قح'), + (0xFC34, 'M', 'قم'), + (0xFC35, 'M', 'قى'), + (0xFC36, 'M', 'قي'), + (0xFC37, 'M', 'كا'), + (0xFC38, 'M', 'كج'), + (0xFC39, 'M', 'كح'), + (0xFC3A, 'M', 'كخ'), + (0xFC3B, 'M', 'كل'), + (0xFC3C, 'M', 'كم'), + (0xFC3D, 'M', 'كى'), + (0xFC3E, 'M', 'كي'), + (0xFC3F, 'M', 'لج'), + (0xFC40, 'M', 'لح'), + (0xFC41, 'M', 'لخ'), + (0xFC42, 'M', 'لم'), + (0xFC43, 'M', 'لى'), + (0xFC44, 'M', 'لي'), + (0xFC45, 'M', 'مج'), + (0xFC46, 'M', 'مح'), + (0xFC47, 'M', 'مخ'), + (0xFC48, 'M', 'مم'), + (0xFC49, 'M', 'مى'), + (0xFC4A, 'M', 'مي'), + (0xFC4B, 'M', 'نج'), + (0xFC4C, 'M', 'نح'), + (0xFC4D, 'M', 'نخ'), + (0xFC4E, 'M', 'نم'), + (0xFC4F, 'M', 'نى'), + (0xFC50, 'M', 'ني'), + (0xFC51, 'M', 'هج'), + (0xFC52, 'M', 'هم'), + (0xFC53, 'M', 'هى'), + (0xFC54, 'M', 'هي'), + (0xFC55, 'M', 'يج'), + (0xFC56, 'M', 'يح'), + ] + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFC57, 'M', 'يخ'), + (0xFC58, 'M', 'يم'), + (0xFC59, 'M', 'يى'), + (0xFC5A, 'M', 'يي'), + (0xFC5B, 'M', 'ذٰ'), + (0xFC5C, 'M', 'رٰ'), + (0xFC5D, 'M', 'ىٰ'), + (0xFC5E, '3', ' ٌّ'), + (0xFC5F, '3', ' ٍّ'), + (0xFC60, '3', ' َّ'), + (0xFC61, '3', ' ُّ'), + (0xFC62, '3', ' ِّ'), + (0xFC63, '3', ' ّٰ'), + (0xFC64, 'M', 'ئر'), + (0xFC65, 'M', 'ئز'), + (0xFC66, 'M', 'ئم'), + (0xFC67, 'M', 'ئن'), + (0xFC68, 'M', 'ئى'), + (0xFC69, 'M', 'ئي'), + (0xFC6A, 'M', 'بر'), + (0xFC6B, 'M', 'بز'), + (0xFC6C, 'M', 'بم'), + (0xFC6D, 'M', 'بن'), + (0xFC6E, 'M', 'بى'), + (0xFC6F, 'M', 'بي'), + (0xFC70, 'M', 'تر'), + (0xFC71, 'M', 'تز'), + (0xFC72, 'M', 'تم'), + (0xFC73, 'M', 'تن'), + (0xFC74, 'M', 'تى'), + (0xFC75, 'M', 'تي'), + (0xFC76, 'M', 'ثر'), + (0xFC77, 'M', 'ثز'), + (0xFC78, 'M', 'ثم'), + (0xFC79, 'M', 'ثن'), + (0xFC7A, 'M', 'ثى'), + (0xFC7B, 'M', 'ثي'), + (0xFC7C, 'M', 'فى'), + (0xFC7D, 'M', 'في'), + (0xFC7E, 'M', 'قى'), + (0xFC7F, 'M', 'قي'), + (0xFC80, 'M', 'كا'), + (0xFC81, 'M', 'كل'), + (0xFC82, 'M', 'كم'), + (0xFC83, 'M', 'كى'), + (0xFC84, 'M', 'كي'), + (0xFC85, 'M', 'لم'), + (0xFC86, 'M', 'لى'), + (0xFC87, 'M', 'لي'), + (0xFC88, 'M', 'ما'), + (0xFC89, 'M', 'مم'), + (0xFC8A, 'M', 'نر'), + (0xFC8B, 'M', 'نز'), + (0xFC8C, 'M', 'نم'), + (0xFC8D, 'M', 'نن'), + (0xFC8E, 'M', 'نى'), + (0xFC8F, 'M', 'ني'), + (0xFC90, 'M', 'ىٰ'), + (0xFC91, 'M', 'ير'), + (0xFC92, 'M', 'يز'), + (0xFC93, 'M', 'يم'), + (0xFC94, 'M', 'ين'), + (0xFC95, 'M', 'يى'), + (0xFC96, 'M', 'يي'), + (0xFC97, 'M', 'ئج'), + (0xFC98, 'M', 'ئح'), + (0xFC99, 'M', 'ئخ'), + (0xFC9A, 'M', 'ئم'), + (0xFC9B, 'M', 'ئه'), + (0xFC9C, 'M', 'بج'), + (0xFC9D, 'M', 'بح'), + (0xFC9E, 'M', 'بخ'), + (0xFC9F, 'M', 'بم'), + (0xFCA0, 'M', 'به'), + (0xFCA1, 'M', 'تج'), + (0xFCA2, 'M', 'تح'), + (0xFCA3, 'M', 'تخ'), + (0xFCA4, 'M', 'تم'), + (0xFCA5, 'M', 'ته'), + (0xFCA6, 'M', 'ثم'), + (0xFCA7, 'M', 'جح'), + (0xFCA8, 'M', 'جم'), + (0xFCA9, 'M', 'حج'), + (0xFCAA, 'M', 'حم'), + (0xFCAB, 'M', 'خج'), + (0xFCAC, 'M', 'خم'), + (0xFCAD, 'M', 'سج'), + (0xFCAE, 'M', 'سح'), + (0xFCAF, 'M', 'سخ'), + (0xFCB0, 'M', 'سم'), + (0xFCB1, 'M', 'صح'), + (0xFCB2, 'M', 'صخ'), + (0xFCB3, 'M', 'صم'), + (0xFCB4, 'M', 'ضج'), + (0xFCB5, 'M', 'ضح'), + (0xFCB6, 'M', 'ضخ'), + (0xFCB7, 'M', 'ضم'), + (0xFCB8, 'M', 'طح'), + (0xFCB9, 'M', 'ظم'), + (0xFCBA, 'M', 'عج'), + ] + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFCBB, 'M', 'عم'), + (0xFCBC, 'M', 'غج'), + (0xFCBD, 'M', 'غم'), + (0xFCBE, 'M', 'فج'), + (0xFCBF, 'M', 'فح'), + (0xFCC0, 'M', 'فخ'), + (0xFCC1, 'M', 'فم'), + (0xFCC2, 'M', 'قح'), + (0xFCC3, 'M', 'قم'), + (0xFCC4, 'M', 'كج'), + (0xFCC5, 'M', 'كح'), + (0xFCC6, 'M', 'كخ'), + (0xFCC7, 'M', 'كل'), + (0xFCC8, 'M', 'كم'), + (0xFCC9, 'M', 'لج'), + (0xFCCA, 'M', 'لح'), + (0xFCCB, 'M', 'لخ'), + (0xFCCC, 'M', 'لم'), + (0xFCCD, 'M', 'له'), + (0xFCCE, 'M', 'مج'), + (0xFCCF, 'M', 'مح'), + (0xFCD0, 'M', 'مخ'), + (0xFCD1, 'M', 'مم'), + (0xFCD2, 'M', 'نج'), + (0xFCD3, 'M', 'نح'), + (0xFCD4, 'M', 'نخ'), + (0xFCD5, 'M', 'نم'), + (0xFCD6, 'M', 'نه'), + (0xFCD7, 'M', 'هج'), + (0xFCD8, 'M', 'هم'), + (0xFCD9, 'M', 'هٰ'), + (0xFCDA, 'M', 'يج'), + (0xFCDB, 'M', 'يح'), + (0xFCDC, 'M', 'يخ'), + (0xFCDD, 'M', 'يم'), + (0xFCDE, 'M', 'يه'), + (0xFCDF, 'M', 'ئم'), + (0xFCE0, 'M', 'ئه'), + (0xFCE1, 'M', 'بم'), + (0xFCE2, 'M', 'به'), + (0xFCE3, 'M', 'تم'), + (0xFCE4, 'M', 'ته'), + (0xFCE5, 'M', 'ثم'), + (0xFCE6, 'M', 'ثه'), + (0xFCE7, 'M', 'سم'), + (0xFCE8, 'M', 'سه'), + (0xFCE9, 'M', 'شم'), + (0xFCEA, 'M', 'شه'), + (0xFCEB, 'M', 'كل'), + (0xFCEC, 'M', 'كم'), + (0xFCED, 'M', 'لم'), + (0xFCEE, 'M', 'نم'), + (0xFCEF, 'M', 'نه'), + (0xFCF0, 'M', 'يم'), + (0xFCF1, 'M', 'يه'), + (0xFCF2, 'M', 'ـَّ'), + (0xFCF3, 'M', 'ـُّ'), + (0xFCF4, 'M', 'ـِّ'), + (0xFCF5, 'M', 'طى'), + (0xFCF6, 'M', 'طي'), + (0xFCF7, 'M', 'عى'), + (0xFCF8, 'M', 'عي'), + (0xFCF9, 'M', 'غى'), + (0xFCFA, 'M', 'غي'), + (0xFCFB, 'M', 'سى'), + (0xFCFC, 'M', 'سي'), + (0xFCFD, 'M', 'شى'), + (0xFCFE, 'M', 'شي'), + (0xFCFF, 'M', 'حى'), + (0xFD00, 'M', 'حي'), + (0xFD01, 'M', 'جى'), + (0xFD02, 'M', 'جي'), + (0xFD03, 'M', 'خى'), + (0xFD04, 'M', 'خي'), + (0xFD05, 'M', 'صى'), + (0xFD06, 'M', 'صي'), + (0xFD07, 'M', 'ضى'), + (0xFD08, 'M', 'ضي'), + (0xFD09, 'M', 'شج'), + (0xFD0A, 'M', 'شح'), + (0xFD0B, 'M', 'شخ'), + (0xFD0C, 'M', 'شم'), + (0xFD0D, 'M', 'شر'), + (0xFD0E, 'M', 'سر'), + (0xFD0F, 'M', 'صر'), + (0xFD10, 'M', 'ضر'), + (0xFD11, 'M', 'طى'), + (0xFD12, 'M', 'طي'), + (0xFD13, 'M', 'عى'), + (0xFD14, 'M', 'عي'), + (0xFD15, 'M', 'غى'), + (0xFD16, 'M', 'غي'), + (0xFD17, 'M', 'سى'), + (0xFD18, 'M', 'سي'), + (0xFD19, 'M', 'شى'), + (0xFD1A, 'M', 'شي'), + (0xFD1B, 'M', 'حى'), + (0xFD1C, 'M', 'حي'), + (0xFD1D, 'M', 'جى'), + (0xFD1E, 'M', 'جي'), + ] + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFD1F, 'M', 'خى'), + (0xFD20, 'M', 'خي'), + (0xFD21, 'M', 'صى'), + (0xFD22, 'M', 'صي'), + (0xFD23, 'M', 'ضى'), + (0xFD24, 'M', 'ضي'), + (0xFD25, 'M', 'شج'), + (0xFD26, 'M', 'شح'), + (0xFD27, 'M', 'شخ'), + (0xFD28, 'M', 'شم'), + (0xFD29, 'M', 'شر'), + (0xFD2A, 'M', 'سر'), + (0xFD2B, 'M', 'صر'), + (0xFD2C, 'M', 'ضر'), + (0xFD2D, 'M', 'شج'), + (0xFD2E, 'M', 'شح'), + (0xFD2F, 'M', 'شخ'), + (0xFD30, 'M', 'شم'), + (0xFD31, 'M', 'سه'), + (0xFD32, 'M', 'شه'), + (0xFD33, 'M', 'طم'), + (0xFD34, 'M', 'سج'), + (0xFD35, 'M', 'سح'), + (0xFD36, 'M', 'سخ'), + (0xFD37, 'M', 'شج'), + (0xFD38, 'M', 'شح'), + (0xFD39, 'M', 'شخ'), + (0xFD3A, 'M', 'طم'), + (0xFD3B, 'M', 'ظم'), + (0xFD3C, 'M', 'اً'), + (0xFD3E, 'V'), + (0xFD50, 'M', 'تجم'), + (0xFD51, 'M', 'تحج'), + (0xFD53, 'M', 'تحم'), + (0xFD54, 'M', 'تخم'), + (0xFD55, 'M', 'تمج'), + (0xFD56, 'M', 'تمح'), + (0xFD57, 'M', 'تمخ'), + (0xFD58, 'M', 'جمح'), + (0xFD5A, 'M', 'حمي'), + (0xFD5B, 'M', 'حمى'), + (0xFD5C, 'M', 'سحج'), + (0xFD5D, 'M', 'سجح'), + (0xFD5E, 'M', 'سجى'), + (0xFD5F, 'M', 'سمح'), + (0xFD61, 'M', 'سمج'), + (0xFD62, 'M', 'سمم'), + (0xFD64, 'M', 'صحح'), + (0xFD66, 'M', 'صمم'), + (0xFD67, 'M', 'شحم'), + (0xFD69, 'M', 'شجي'), + (0xFD6A, 'M', 'شمخ'), + (0xFD6C, 'M', 'شمم'), + (0xFD6E, 'M', 'ضحى'), + (0xFD6F, 'M', 'ضخم'), + (0xFD71, 'M', 'طمح'), + (0xFD73, 'M', 'طمم'), + (0xFD74, 'M', 'طمي'), + (0xFD75, 'M', 'عجم'), + (0xFD76, 'M', 'عمم'), + (0xFD78, 'M', 'عمى'), + (0xFD79, 'M', 'غمم'), + (0xFD7A, 'M', 'غمي'), + (0xFD7B, 'M', 'غمى'), + (0xFD7C, 'M', 'فخم'), + (0xFD7E, 'M', 'قمح'), + (0xFD7F, 'M', 'قمم'), + (0xFD80, 'M', 'لحم'), + (0xFD81, 'M', 'لحي'), + (0xFD82, 'M', 'لحى'), + (0xFD83, 'M', 'لجج'), + (0xFD85, 'M', 'لخم'), + (0xFD87, 'M', 'لمح'), + (0xFD89, 'M', 'محج'), + (0xFD8A, 'M', 'محم'), + (0xFD8B, 'M', 'محي'), + (0xFD8C, 'M', 'مجح'), + (0xFD8D, 'M', 'مجم'), + (0xFD8E, 'M', 'مخج'), + (0xFD8F, 'M', 'مخم'), + (0xFD90, 'X'), + (0xFD92, 'M', 'مجخ'), + (0xFD93, 'M', 'همج'), + (0xFD94, 'M', 'همم'), + (0xFD95, 'M', 'نحم'), + (0xFD96, 'M', 'نحى'), + (0xFD97, 'M', 'نجم'), + (0xFD99, 'M', 'نجى'), + (0xFD9A, 'M', 'نمي'), + (0xFD9B, 'M', 'نمى'), + (0xFD9C, 'M', 'يمم'), + (0xFD9E, 'M', 'بخي'), + (0xFD9F, 'M', 'تجي'), + (0xFDA0, 'M', 'تجى'), + (0xFDA1, 'M', 'تخي'), + (0xFDA2, 'M', 'تخى'), + (0xFDA3, 'M', 'تمي'), + (0xFDA4, 'M', 'تمى'), + (0xFDA5, 'M', 'جمي'), + (0xFDA6, 'M', 'جحى'), + ] + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFDA7, 'M', 'جمى'), + (0xFDA8, 'M', 'سخى'), + (0xFDA9, 'M', 'صحي'), + (0xFDAA, 'M', 'شحي'), + (0xFDAB, 'M', 'ضحي'), + (0xFDAC, 'M', 'لجي'), + (0xFDAD, 'M', 'لمي'), + (0xFDAE, 'M', 'يحي'), + (0xFDAF, 'M', 'يجي'), + (0xFDB0, 'M', 'يمي'), + (0xFDB1, 'M', 'ممي'), + (0xFDB2, 'M', 'قمي'), + (0xFDB3, 'M', 'نحي'), + (0xFDB4, 'M', 'قمح'), + (0xFDB5, 'M', 'لحم'), + (0xFDB6, 'M', 'عمي'), + (0xFDB7, 'M', 'كمي'), + (0xFDB8, 'M', 'نجح'), + (0xFDB9, 'M', 'مخي'), + (0xFDBA, 'M', 'لجم'), + (0xFDBB, 'M', 'كمم'), + (0xFDBC, 'M', 'لجم'), + (0xFDBD, 'M', 'نجح'), + (0xFDBE, 'M', 'جحي'), + (0xFDBF, 'M', 'حجي'), + (0xFDC0, 'M', 'مجي'), + (0xFDC1, 'M', 'فمي'), + (0xFDC2, 'M', 'بحي'), + (0xFDC3, 'M', 'كمم'), + (0xFDC4, 'M', 'عجم'), + (0xFDC5, 'M', 'صمم'), + (0xFDC6, 'M', 'سخي'), + (0xFDC7, 'M', 'نجي'), + (0xFDC8, 'X'), + (0xFDCF, 'V'), + (0xFDD0, 'X'), + (0xFDF0, 'M', 'صلے'), + (0xFDF1, 'M', 'قلے'), + (0xFDF2, 'M', 'الله'), + (0xFDF3, 'M', 'اكبر'), + (0xFDF4, 'M', 'محمد'), + (0xFDF5, 'M', 'صلعم'), + (0xFDF6, 'M', 'رسول'), + (0xFDF7, 'M', 'عليه'), + (0xFDF8, 'M', 'وسلم'), + (0xFDF9, 'M', 'صلى'), + (0xFDFA, '3', 'صلى الله عليه وسلم'), + (0xFDFB, '3', 'جل جلاله'), + (0xFDFC, 'M', 'ریال'), + (0xFDFD, 'V'), + (0xFE00, 'I'), + (0xFE10, '3', ','), + (0xFE11, 'M', '、'), + (0xFE12, 'X'), + (0xFE13, '3', ':'), + (0xFE14, '3', ';'), + (0xFE15, '3', '!'), + (0xFE16, '3', '?'), + (0xFE17, 'M', '〖'), + (0xFE18, 'M', '〗'), + (0xFE19, 'X'), + (0xFE20, 'V'), + (0xFE30, 'X'), + (0xFE31, 'M', '—'), + (0xFE32, 'M', '–'), + (0xFE33, '3', '_'), + (0xFE35, '3', '('), + (0xFE36, '3', ')'), + (0xFE37, '3', '{'), + (0xFE38, '3', '}'), + (0xFE39, 'M', '〔'), + (0xFE3A, 'M', '〕'), + (0xFE3B, 'M', '【'), + (0xFE3C, 'M', '】'), + (0xFE3D, 'M', '《'), + (0xFE3E, 'M', '》'), + (0xFE3F, 'M', '〈'), + (0xFE40, 'M', '〉'), + (0xFE41, 'M', '「'), + (0xFE42, 'M', '」'), + (0xFE43, 'M', '『'), + (0xFE44, 'M', '』'), + (0xFE45, 'V'), + (0xFE47, '3', '['), + (0xFE48, '3', ']'), + (0xFE49, '3', ' ̅'), + (0xFE4D, '3', '_'), + (0xFE50, '3', ','), + (0xFE51, 'M', '、'), + (0xFE52, 'X'), + (0xFE54, '3', ';'), + (0xFE55, '3', ':'), + (0xFE56, '3', '?'), + (0xFE57, '3', '!'), + (0xFE58, 'M', '—'), + (0xFE59, '3', '('), + (0xFE5A, '3', ')'), + (0xFE5B, '3', '{'), + (0xFE5C, '3', '}'), + (0xFE5D, 'M', '〔'), + ] + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE5E, 'M', '〕'), + (0xFE5F, '3', '#'), + (0xFE60, '3', '&'), + (0xFE61, '3', '*'), + (0xFE62, '3', '+'), + (0xFE63, 'M', '-'), + (0xFE64, '3', '<'), + (0xFE65, '3', '>'), + (0xFE66, '3', '='), + (0xFE67, 'X'), + (0xFE68, '3', '\\'), + (0xFE69, '3', '$'), + (0xFE6A, '3', '%'), + (0xFE6B, '3', '@'), + (0xFE6C, 'X'), + (0xFE70, '3', ' ً'), + (0xFE71, 'M', 'ـً'), + (0xFE72, '3', ' ٌ'), + (0xFE73, 'V'), + (0xFE74, '3', ' ٍ'), + (0xFE75, 'X'), + (0xFE76, '3', ' َ'), + (0xFE77, 'M', 'ـَ'), + (0xFE78, '3', ' ُ'), + (0xFE79, 'M', 'ـُ'), + (0xFE7A, '3', ' ِ'), + (0xFE7B, 'M', 'ـِ'), + (0xFE7C, '3', ' ّ'), + (0xFE7D, 'M', 'ـّ'), + (0xFE7E, '3', ' ْ'), + (0xFE7F, 'M', 'ـْ'), + (0xFE80, 'M', 'ء'), + (0xFE81, 'M', 'آ'), + (0xFE83, 'M', 'أ'), + (0xFE85, 'M', 'ؤ'), + (0xFE87, 'M', 'إ'), + (0xFE89, 'M', 'ئ'), + (0xFE8D, 'M', 'ا'), + (0xFE8F, 'M', 'ب'), + (0xFE93, 'M', 'ة'), + (0xFE95, 'M', 'ت'), + (0xFE99, 'M', 'ث'), + (0xFE9D, 'M', 'ج'), + (0xFEA1, 'M', 'ح'), + (0xFEA5, 'M', 'خ'), + (0xFEA9, 'M', 'د'), + (0xFEAB, 'M', 'ذ'), + (0xFEAD, 'M', 'ر'), + (0xFEAF, 'M', 'ز'), + (0xFEB1, 'M', 'س'), + (0xFEB5, 'M', 'ش'), + (0xFEB9, 'M', 'ص'), + (0xFEBD, 'M', 'ض'), + (0xFEC1, 'M', 'ط'), + (0xFEC5, 'M', 'ظ'), + (0xFEC9, 'M', 'ع'), + (0xFECD, 'M', 'غ'), + (0xFED1, 'M', 'ف'), + (0xFED5, 'M', 'ق'), + (0xFED9, 'M', 'ك'), + (0xFEDD, 'M', 'ل'), + (0xFEE1, 'M', 'م'), + (0xFEE5, 'M', 'ن'), + (0xFEE9, 'M', 'ه'), + (0xFEED, 'M', 'و'), + (0xFEEF, 'M', 'ى'), + (0xFEF1, 'M', 'ي'), + (0xFEF5, 'M', 'لآ'), + (0xFEF7, 'M', 'لأ'), + (0xFEF9, 'M', 'لإ'), + (0xFEFB, 'M', 'لا'), + (0xFEFD, 'X'), + (0xFEFF, 'I'), + (0xFF00, 'X'), + (0xFF01, '3', '!'), + (0xFF02, '3', '"'), + (0xFF03, '3', '#'), + (0xFF04, '3', '$'), + (0xFF05, '3', '%'), + (0xFF06, '3', '&'), + (0xFF07, '3', '\''), + (0xFF08, '3', '('), + (0xFF09, '3', ')'), + (0xFF0A, '3', '*'), + (0xFF0B, '3', '+'), + (0xFF0C, '3', ','), + (0xFF0D, 'M', '-'), + (0xFF0E, 'M', '.'), + (0xFF0F, '3', '/'), + (0xFF10, 'M', '0'), + (0xFF11, 'M', '1'), + (0xFF12, 'M', '2'), + (0xFF13, 'M', '3'), + (0xFF14, 'M', '4'), + (0xFF15, 'M', '5'), + (0xFF16, 'M', '6'), + (0xFF17, 'M', '7'), + (0xFF18, 'M', '8'), + (0xFF19, 'M', '9'), + (0xFF1A, '3', ':'), + ] + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF1B, '3', ';'), + (0xFF1C, '3', '<'), + (0xFF1D, '3', '='), + (0xFF1E, '3', '>'), + (0xFF1F, '3', '?'), + (0xFF20, '3', '@'), + (0xFF21, 'M', 'a'), + (0xFF22, 'M', 'b'), + (0xFF23, 'M', 'c'), + (0xFF24, 'M', 'd'), + (0xFF25, 'M', 'e'), + (0xFF26, 'M', 'f'), + (0xFF27, 'M', 'g'), + (0xFF28, 'M', 'h'), + (0xFF29, 'M', 'i'), + (0xFF2A, 'M', 'j'), + (0xFF2B, 'M', 'k'), + (0xFF2C, 'M', 'l'), + (0xFF2D, 'M', 'm'), + (0xFF2E, 'M', 'n'), + (0xFF2F, 'M', 'o'), + (0xFF30, 'M', 'p'), + (0xFF31, 'M', 'q'), + (0xFF32, 'M', 'r'), + (0xFF33, 'M', 's'), + (0xFF34, 'M', 't'), + (0xFF35, 'M', 'u'), + (0xFF36, 'M', 'v'), + (0xFF37, 'M', 'w'), + (0xFF38, 'M', 'x'), + (0xFF39, 'M', 'y'), + (0xFF3A, 'M', 'z'), + (0xFF3B, '3', '['), + (0xFF3C, '3', '\\'), + (0xFF3D, '3', ']'), + (0xFF3E, '3', '^'), + (0xFF3F, '3', '_'), + (0xFF40, '3', '`'), + (0xFF41, 'M', 'a'), + (0xFF42, 'M', 'b'), + (0xFF43, 'M', 'c'), + (0xFF44, 'M', 'd'), + (0xFF45, 'M', 'e'), + (0xFF46, 'M', 'f'), + (0xFF47, 'M', 'g'), + (0xFF48, 'M', 'h'), + (0xFF49, 'M', 'i'), + (0xFF4A, 'M', 'j'), + (0xFF4B, 'M', 'k'), + (0xFF4C, 'M', 'l'), + (0xFF4D, 'M', 'm'), + (0xFF4E, 'M', 'n'), + (0xFF4F, 'M', 'o'), + (0xFF50, 'M', 'p'), + (0xFF51, 'M', 'q'), + (0xFF52, 'M', 'r'), + (0xFF53, 'M', 's'), + (0xFF54, 'M', 't'), + (0xFF55, 'M', 'u'), + (0xFF56, 'M', 'v'), + (0xFF57, 'M', 'w'), + (0xFF58, 'M', 'x'), + (0xFF59, 'M', 'y'), + (0xFF5A, 'M', 'z'), + (0xFF5B, '3', '{'), + (0xFF5C, '3', '|'), + (0xFF5D, '3', '}'), + (0xFF5E, '3', '~'), + (0xFF5F, 'M', '⦅'), + (0xFF60, 'M', '⦆'), + (0xFF61, 'M', '.'), + (0xFF62, 'M', '「'), + (0xFF63, 'M', '」'), + (0xFF64, 'M', '、'), + (0xFF65, 'M', '・'), + (0xFF66, 'M', 'ヲ'), + (0xFF67, 'M', 'ァ'), + (0xFF68, 'M', 'ィ'), + (0xFF69, 'M', 'ゥ'), + (0xFF6A, 'M', 'ェ'), + (0xFF6B, 'M', 'ォ'), + (0xFF6C, 'M', 'ャ'), + (0xFF6D, 'M', 'ュ'), + (0xFF6E, 'M', 'ョ'), + (0xFF6F, 'M', 'ッ'), + (0xFF70, 'M', 'ー'), + (0xFF71, 'M', 'ア'), + (0xFF72, 'M', 'イ'), + (0xFF73, 'M', 'ウ'), + (0xFF74, 'M', 'エ'), + (0xFF75, 'M', 'オ'), + (0xFF76, 'M', 'カ'), + (0xFF77, 'M', 'キ'), + (0xFF78, 'M', 'ク'), + (0xFF79, 'M', 'ケ'), + (0xFF7A, 'M', 'コ'), + (0xFF7B, 'M', 'サ'), + (0xFF7C, 'M', 'シ'), + (0xFF7D, 'M', 'ス'), + (0xFF7E, 'M', 'セ'), + ] + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF7F, 'M', 'ソ'), + (0xFF80, 'M', 'タ'), + (0xFF81, 'M', 'チ'), + (0xFF82, 'M', 'ツ'), + (0xFF83, 'M', 'テ'), + (0xFF84, 'M', 'ト'), + (0xFF85, 'M', 'ナ'), + (0xFF86, 'M', 'ニ'), + (0xFF87, 'M', 'ヌ'), + (0xFF88, 'M', 'ネ'), + (0xFF89, 'M', 'ノ'), + (0xFF8A, 'M', 'ハ'), + (0xFF8B, 'M', 'ヒ'), + (0xFF8C, 'M', 'フ'), + (0xFF8D, 'M', 'ヘ'), + (0xFF8E, 'M', 'ホ'), + (0xFF8F, 'M', 'マ'), + (0xFF90, 'M', 'ミ'), + (0xFF91, 'M', 'ム'), + (0xFF92, 'M', 'メ'), + (0xFF93, 'M', 'モ'), + (0xFF94, 'M', 'ヤ'), + (0xFF95, 'M', 'ユ'), + (0xFF96, 'M', 'ヨ'), + (0xFF97, 'M', 'ラ'), + (0xFF98, 'M', 'リ'), + (0xFF99, 'M', 'ル'), + (0xFF9A, 'M', 'レ'), + (0xFF9B, 'M', 'ロ'), + (0xFF9C, 'M', 'ワ'), + (0xFF9D, 'M', 'ン'), + (0xFF9E, 'M', '゙'), + (0xFF9F, 'M', '゚'), + (0xFFA0, 'X'), + (0xFFA1, 'M', 'ᄀ'), + (0xFFA2, 'M', 'ᄁ'), + (0xFFA3, 'M', 'ᆪ'), + (0xFFA4, 'M', 'ᄂ'), + (0xFFA5, 'M', 'ᆬ'), + (0xFFA6, 'M', 'ᆭ'), + (0xFFA7, 'M', 'ᄃ'), + (0xFFA8, 'M', 'ᄄ'), + (0xFFA9, 'M', 'ᄅ'), + (0xFFAA, 'M', 'ᆰ'), + (0xFFAB, 'M', 'ᆱ'), + (0xFFAC, 'M', 'ᆲ'), + (0xFFAD, 'M', 'ᆳ'), + (0xFFAE, 'M', 'ᆴ'), + (0xFFAF, 'M', 'ᆵ'), + (0xFFB0, 'M', 'ᄚ'), + (0xFFB1, 'M', 'ᄆ'), + (0xFFB2, 'M', 'ᄇ'), + (0xFFB3, 'M', 'ᄈ'), + (0xFFB4, 'M', 'ᄡ'), + (0xFFB5, 'M', 'ᄉ'), + (0xFFB6, 'M', 'ᄊ'), + (0xFFB7, 'M', 'ᄋ'), + (0xFFB8, 'M', 'ᄌ'), + (0xFFB9, 'M', 'ᄍ'), + (0xFFBA, 'M', 'ᄎ'), + (0xFFBB, 'M', 'ᄏ'), + (0xFFBC, 'M', 'ᄐ'), + (0xFFBD, 'M', 'ᄑ'), + (0xFFBE, 'M', 'ᄒ'), + (0xFFBF, 'X'), + (0xFFC2, 'M', 'ᅡ'), + (0xFFC3, 'M', 'ᅢ'), + (0xFFC4, 'M', 'ᅣ'), + (0xFFC5, 'M', 'ᅤ'), + (0xFFC6, 'M', 'ᅥ'), + (0xFFC7, 'M', 'ᅦ'), + (0xFFC8, 'X'), + (0xFFCA, 'M', 'ᅧ'), + (0xFFCB, 'M', 'ᅨ'), + (0xFFCC, 'M', 'ᅩ'), + (0xFFCD, 'M', 'ᅪ'), + (0xFFCE, 'M', 'ᅫ'), + (0xFFCF, 'M', 'ᅬ'), + (0xFFD0, 'X'), + (0xFFD2, 'M', 'ᅭ'), + (0xFFD3, 'M', 'ᅮ'), + (0xFFD4, 'M', 'ᅯ'), + (0xFFD5, 'M', 'ᅰ'), + (0xFFD6, 'M', 'ᅱ'), + (0xFFD7, 'M', 'ᅲ'), + (0xFFD8, 'X'), + (0xFFDA, 'M', 'ᅳ'), + (0xFFDB, 'M', 'ᅴ'), + (0xFFDC, 'M', 'ᅵ'), + (0xFFDD, 'X'), + (0xFFE0, 'M', '¢'), + (0xFFE1, 'M', '£'), + (0xFFE2, 'M', '¬'), + (0xFFE3, '3', ' ̄'), + (0xFFE4, 'M', '¦'), + (0xFFE5, 'M', '¥'), + (0xFFE6, 'M', '₩'), + (0xFFE7, 'X'), + (0xFFE8, 'M', '│'), + (0xFFE9, 'M', '←'), + ] + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFFEA, 'M', '↑'), + (0xFFEB, 'M', '→'), + (0xFFEC, 'M', '↓'), + (0xFFED, 'M', '■'), + (0xFFEE, 'M', '○'), + (0xFFEF, 'X'), + (0x10000, 'V'), + (0x1000C, 'X'), + (0x1000D, 'V'), + (0x10027, 'X'), + (0x10028, 'V'), + (0x1003B, 'X'), + (0x1003C, 'V'), + (0x1003E, 'X'), + (0x1003F, 'V'), + (0x1004E, 'X'), + (0x10050, 'V'), + (0x1005E, 'X'), + (0x10080, 'V'), + (0x100FB, 'X'), + (0x10100, 'V'), + (0x10103, 'X'), + (0x10107, 'V'), + (0x10134, 'X'), + (0x10137, 'V'), + (0x1018F, 'X'), + (0x10190, 'V'), + (0x1019D, 'X'), + (0x101A0, 'V'), + (0x101A1, 'X'), + (0x101D0, 'V'), + (0x101FE, 'X'), + (0x10280, 'V'), + (0x1029D, 'X'), + (0x102A0, 'V'), + (0x102D1, 'X'), + (0x102E0, 'V'), + (0x102FC, 'X'), + (0x10300, 'V'), + (0x10324, 'X'), + (0x1032D, 'V'), + (0x1034B, 'X'), + (0x10350, 'V'), + (0x1037B, 'X'), + (0x10380, 'V'), + (0x1039E, 'X'), + (0x1039F, 'V'), + (0x103C4, 'X'), + (0x103C8, 'V'), + (0x103D6, 'X'), + (0x10400, 'M', '𐐨'), + (0x10401, 'M', '𐐩'), + (0x10402, 'M', '𐐪'), + (0x10403, 'M', '𐐫'), + (0x10404, 'M', '𐐬'), + (0x10405, 'M', '𐐭'), + (0x10406, 'M', '𐐮'), + (0x10407, 'M', '𐐯'), + (0x10408, 'M', '𐐰'), + (0x10409, 'M', '𐐱'), + (0x1040A, 'M', '𐐲'), + (0x1040B, 'M', '𐐳'), + (0x1040C, 'M', '𐐴'), + (0x1040D, 'M', '𐐵'), + (0x1040E, 'M', '𐐶'), + (0x1040F, 'M', '𐐷'), + (0x10410, 'M', '𐐸'), + (0x10411, 'M', '𐐹'), + (0x10412, 'M', '𐐺'), + (0x10413, 'M', '𐐻'), + (0x10414, 'M', '𐐼'), + (0x10415, 'M', '𐐽'), + (0x10416, 'M', '𐐾'), + (0x10417, 'M', '𐐿'), + (0x10418, 'M', '𐑀'), + (0x10419, 'M', '𐑁'), + (0x1041A, 'M', '𐑂'), + (0x1041B, 'M', '𐑃'), + (0x1041C, 'M', '𐑄'), + (0x1041D, 'M', '𐑅'), + (0x1041E, 'M', '𐑆'), + (0x1041F, 'M', '𐑇'), + (0x10420, 'M', '𐑈'), + (0x10421, 'M', '𐑉'), + (0x10422, 'M', '𐑊'), + (0x10423, 'M', '𐑋'), + (0x10424, 'M', '𐑌'), + (0x10425, 'M', '𐑍'), + (0x10426, 'M', '𐑎'), + (0x10427, 'M', '𐑏'), + (0x10428, 'V'), + (0x1049E, 'X'), + (0x104A0, 'V'), + (0x104AA, 'X'), + (0x104B0, 'M', '𐓘'), + (0x104B1, 'M', '𐓙'), + (0x104B2, 'M', '𐓚'), + (0x104B3, 'M', '𐓛'), + (0x104B4, 'M', '𐓜'), + (0x104B5, 'M', '𐓝'), + ] + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x104B6, 'M', '𐓞'), + (0x104B7, 'M', '𐓟'), + (0x104B8, 'M', '𐓠'), + (0x104B9, 'M', '𐓡'), + (0x104BA, 'M', '𐓢'), + (0x104BB, 'M', '𐓣'), + (0x104BC, 'M', '𐓤'), + (0x104BD, 'M', '𐓥'), + (0x104BE, 'M', '𐓦'), + (0x104BF, 'M', '𐓧'), + (0x104C0, 'M', '𐓨'), + (0x104C1, 'M', '𐓩'), + (0x104C2, 'M', '𐓪'), + (0x104C3, 'M', '𐓫'), + (0x104C4, 'M', '𐓬'), + (0x104C5, 'M', '𐓭'), + (0x104C6, 'M', '𐓮'), + (0x104C7, 'M', '𐓯'), + (0x104C8, 'M', '𐓰'), + (0x104C9, 'M', '𐓱'), + (0x104CA, 'M', '𐓲'), + (0x104CB, 'M', '𐓳'), + (0x104CC, 'M', '𐓴'), + (0x104CD, 'M', '𐓵'), + (0x104CE, 'M', '𐓶'), + (0x104CF, 'M', '𐓷'), + (0x104D0, 'M', '𐓸'), + (0x104D1, 'M', '𐓹'), + (0x104D2, 'M', '𐓺'), + (0x104D3, 'M', '𐓻'), + (0x104D4, 'X'), + (0x104D8, 'V'), + (0x104FC, 'X'), + (0x10500, 'V'), + (0x10528, 'X'), + (0x10530, 'V'), + (0x10564, 'X'), + (0x1056F, 'V'), + (0x10570, 'M', '𐖗'), + (0x10571, 'M', '𐖘'), + (0x10572, 'M', '𐖙'), + (0x10573, 'M', '𐖚'), + (0x10574, 'M', '𐖛'), + (0x10575, 'M', '𐖜'), + (0x10576, 'M', '𐖝'), + (0x10577, 'M', '𐖞'), + (0x10578, 'M', '𐖟'), + (0x10579, 'M', '𐖠'), + (0x1057A, 'M', '𐖡'), + (0x1057B, 'X'), + (0x1057C, 'M', '𐖣'), + (0x1057D, 'M', '𐖤'), + (0x1057E, 'M', '𐖥'), + (0x1057F, 'M', '𐖦'), + (0x10580, 'M', '𐖧'), + (0x10581, 'M', '𐖨'), + (0x10582, 'M', '𐖩'), + (0x10583, 'M', '𐖪'), + (0x10584, 'M', '𐖫'), + (0x10585, 'M', '𐖬'), + (0x10586, 'M', '𐖭'), + (0x10587, 'M', '𐖮'), + (0x10588, 'M', '𐖯'), + (0x10589, 'M', '𐖰'), + (0x1058A, 'M', '𐖱'), + (0x1058B, 'X'), + (0x1058C, 'M', '𐖳'), + (0x1058D, 'M', '𐖴'), + (0x1058E, 'M', '𐖵'), + (0x1058F, 'M', '𐖶'), + (0x10590, 'M', '𐖷'), + (0x10591, 'M', '𐖸'), + (0x10592, 'M', '𐖹'), + (0x10593, 'X'), + (0x10594, 'M', '𐖻'), + (0x10595, 'M', '𐖼'), + (0x10596, 'X'), + (0x10597, 'V'), + (0x105A2, 'X'), + (0x105A3, 'V'), + (0x105B2, 'X'), + (0x105B3, 'V'), + (0x105BA, 'X'), + (0x105BB, 'V'), + (0x105BD, 'X'), + (0x10600, 'V'), + (0x10737, 'X'), + (0x10740, 'V'), + (0x10756, 'X'), + (0x10760, 'V'), + (0x10768, 'X'), + (0x10780, 'V'), + (0x10781, 'M', 'ː'), + (0x10782, 'M', 'ˑ'), + (0x10783, 'M', 'æ'), + (0x10784, 'M', 'ʙ'), + (0x10785, 'M', 'ɓ'), + (0x10786, 'X'), + (0x10787, 'M', 'ʣ'), + (0x10788, 'M', 'ꭦ'), + ] + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10789, 'M', 'ʥ'), + (0x1078A, 'M', 'ʤ'), + (0x1078B, 'M', 'ɖ'), + (0x1078C, 'M', 'ɗ'), + (0x1078D, 'M', 'ᶑ'), + (0x1078E, 'M', 'ɘ'), + (0x1078F, 'M', 'ɞ'), + (0x10790, 'M', 'ʩ'), + (0x10791, 'M', 'ɤ'), + (0x10792, 'M', 'ɢ'), + (0x10793, 'M', 'ɠ'), + (0x10794, 'M', 'ʛ'), + (0x10795, 'M', 'ħ'), + (0x10796, 'M', 'ʜ'), + (0x10797, 'M', 'ɧ'), + (0x10798, 'M', 'ʄ'), + (0x10799, 'M', 'ʪ'), + (0x1079A, 'M', 'ʫ'), + (0x1079B, 'M', 'ɬ'), + (0x1079C, 'M', '𝼄'), + (0x1079D, 'M', 'ꞎ'), + (0x1079E, 'M', 'ɮ'), + (0x1079F, 'M', '𝼅'), + (0x107A0, 'M', 'ʎ'), + (0x107A1, 'M', '𝼆'), + (0x107A2, 'M', 'ø'), + (0x107A3, 'M', 'ɶ'), + (0x107A4, 'M', 'ɷ'), + (0x107A5, 'M', 'q'), + (0x107A6, 'M', 'ɺ'), + (0x107A7, 'M', '𝼈'), + (0x107A8, 'M', 'ɽ'), + (0x107A9, 'M', 'ɾ'), + (0x107AA, 'M', 'ʀ'), + (0x107AB, 'M', 'ʨ'), + (0x107AC, 'M', 'ʦ'), + (0x107AD, 'M', 'ꭧ'), + (0x107AE, 'M', 'ʧ'), + (0x107AF, 'M', 'ʈ'), + (0x107B0, 'M', 'ⱱ'), + (0x107B1, 'X'), + (0x107B2, 'M', 'ʏ'), + (0x107B3, 'M', 'ʡ'), + (0x107B4, 'M', 'ʢ'), + (0x107B5, 'M', 'ʘ'), + (0x107B6, 'M', 'ǀ'), + (0x107B7, 'M', 'ǁ'), + (0x107B8, 'M', 'ǂ'), + (0x107B9, 'M', '𝼊'), + (0x107BA, 'M', '𝼞'), + (0x107BB, 'X'), + (0x10800, 'V'), + (0x10806, 'X'), + (0x10808, 'V'), + (0x10809, 'X'), + (0x1080A, 'V'), + (0x10836, 'X'), + (0x10837, 'V'), + (0x10839, 'X'), + (0x1083C, 'V'), + (0x1083D, 'X'), + (0x1083F, 'V'), + (0x10856, 'X'), + (0x10857, 'V'), + (0x1089F, 'X'), + (0x108A7, 'V'), + (0x108B0, 'X'), + (0x108E0, 'V'), + (0x108F3, 'X'), + (0x108F4, 'V'), + (0x108F6, 'X'), + (0x108FB, 'V'), + (0x1091C, 'X'), + (0x1091F, 'V'), + (0x1093A, 'X'), + (0x1093F, 'V'), + (0x10940, 'X'), + (0x10980, 'V'), + (0x109B8, 'X'), + (0x109BC, 'V'), + (0x109D0, 'X'), + (0x109D2, 'V'), + (0x10A04, 'X'), + (0x10A05, 'V'), + (0x10A07, 'X'), + (0x10A0C, 'V'), + (0x10A14, 'X'), + (0x10A15, 'V'), + (0x10A18, 'X'), + (0x10A19, 'V'), + (0x10A36, 'X'), + (0x10A38, 'V'), + (0x10A3B, 'X'), + (0x10A3F, 'V'), + (0x10A49, 'X'), + (0x10A50, 'V'), + (0x10A59, 'X'), + (0x10A60, 'V'), + (0x10AA0, 'X'), + (0x10AC0, 'V'), + ] + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10AE7, 'X'), + (0x10AEB, 'V'), + (0x10AF7, 'X'), + (0x10B00, 'V'), + (0x10B36, 'X'), + (0x10B39, 'V'), + (0x10B56, 'X'), + (0x10B58, 'V'), + (0x10B73, 'X'), + (0x10B78, 'V'), + (0x10B92, 'X'), + (0x10B99, 'V'), + (0x10B9D, 'X'), + (0x10BA9, 'V'), + (0x10BB0, 'X'), + (0x10C00, 'V'), + (0x10C49, 'X'), + (0x10C80, 'M', '𐳀'), + (0x10C81, 'M', '𐳁'), + (0x10C82, 'M', '𐳂'), + (0x10C83, 'M', '𐳃'), + (0x10C84, 'M', '𐳄'), + (0x10C85, 'M', '𐳅'), + (0x10C86, 'M', '𐳆'), + (0x10C87, 'M', '𐳇'), + (0x10C88, 'M', '𐳈'), + (0x10C89, 'M', '𐳉'), + (0x10C8A, 'M', '𐳊'), + (0x10C8B, 'M', '𐳋'), + (0x10C8C, 'M', '𐳌'), + (0x10C8D, 'M', '𐳍'), + (0x10C8E, 'M', '𐳎'), + (0x10C8F, 'M', '𐳏'), + (0x10C90, 'M', '𐳐'), + (0x10C91, 'M', '𐳑'), + (0x10C92, 'M', '𐳒'), + (0x10C93, 'M', '𐳓'), + (0x10C94, 'M', '𐳔'), + (0x10C95, 'M', '𐳕'), + (0x10C96, 'M', '𐳖'), + (0x10C97, 'M', '𐳗'), + (0x10C98, 'M', '𐳘'), + (0x10C99, 'M', '𐳙'), + (0x10C9A, 'M', '𐳚'), + (0x10C9B, 'M', '𐳛'), + (0x10C9C, 'M', '𐳜'), + (0x10C9D, 'M', '𐳝'), + (0x10C9E, 'M', '𐳞'), + (0x10C9F, 'M', '𐳟'), + (0x10CA0, 'M', '𐳠'), + (0x10CA1, 'M', '𐳡'), + (0x10CA2, 'M', '𐳢'), + (0x10CA3, 'M', '𐳣'), + (0x10CA4, 'M', '𐳤'), + (0x10CA5, 'M', '𐳥'), + (0x10CA6, 'M', '𐳦'), + (0x10CA7, 'M', '𐳧'), + (0x10CA8, 'M', '𐳨'), + (0x10CA9, 'M', '𐳩'), + (0x10CAA, 'M', '𐳪'), + (0x10CAB, 'M', '𐳫'), + (0x10CAC, 'M', '𐳬'), + (0x10CAD, 'M', '𐳭'), + (0x10CAE, 'M', '𐳮'), + (0x10CAF, 'M', '𐳯'), + (0x10CB0, 'M', '𐳰'), + (0x10CB1, 'M', '𐳱'), + (0x10CB2, 'M', '𐳲'), + (0x10CB3, 'X'), + (0x10CC0, 'V'), + (0x10CF3, 'X'), + (0x10CFA, 'V'), + (0x10D28, 'X'), + (0x10D30, 'V'), + (0x10D3A, 'X'), + (0x10E60, 'V'), + (0x10E7F, 'X'), + (0x10E80, 'V'), + (0x10EAA, 'X'), + (0x10EAB, 'V'), + (0x10EAE, 'X'), + (0x10EB0, 'V'), + (0x10EB2, 'X'), + (0x10EFD, 'V'), + (0x10F28, 'X'), + (0x10F30, 'V'), + (0x10F5A, 'X'), + (0x10F70, 'V'), + (0x10F8A, 'X'), + (0x10FB0, 'V'), + (0x10FCC, 'X'), + (0x10FE0, 'V'), + (0x10FF7, 'X'), + (0x11000, 'V'), + (0x1104E, 'X'), + (0x11052, 'V'), + (0x11076, 'X'), + (0x1107F, 'V'), + (0x110BD, 'X'), + (0x110BE, 'V'), + ] + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x110C3, 'X'), + (0x110D0, 'V'), + (0x110E9, 'X'), + (0x110F0, 'V'), + (0x110FA, 'X'), + (0x11100, 'V'), + (0x11135, 'X'), + (0x11136, 'V'), + (0x11148, 'X'), + (0x11150, 'V'), + (0x11177, 'X'), + (0x11180, 'V'), + (0x111E0, 'X'), + (0x111E1, 'V'), + (0x111F5, 'X'), + (0x11200, 'V'), + (0x11212, 'X'), + (0x11213, 'V'), + (0x11242, 'X'), + (0x11280, 'V'), + (0x11287, 'X'), + (0x11288, 'V'), + (0x11289, 'X'), + (0x1128A, 'V'), + (0x1128E, 'X'), + (0x1128F, 'V'), + (0x1129E, 'X'), + (0x1129F, 'V'), + (0x112AA, 'X'), + (0x112B0, 'V'), + (0x112EB, 'X'), + (0x112F0, 'V'), + (0x112FA, 'X'), + (0x11300, 'V'), + (0x11304, 'X'), + (0x11305, 'V'), + (0x1130D, 'X'), + (0x1130F, 'V'), + (0x11311, 'X'), + (0x11313, 'V'), + (0x11329, 'X'), + (0x1132A, 'V'), + (0x11331, 'X'), + (0x11332, 'V'), + (0x11334, 'X'), + (0x11335, 'V'), + (0x1133A, 'X'), + (0x1133B, 'V'), + (0x11345, 'X'), + (0x11347, 'V'), + (0x11349, 'X'), + (0x1134B, 'V'), + (0x1134E, 'X'), + (0x11350, 'V'), + (0x11351, 'X'), + (0x11357, 'V'), + (0x11358, 'X'), + (0x1135D, 'V'), + (0x11364, 'X'), + (0x11366, 'V'), + (0x1136D, 'X'), + (0x11370, 'V'), + (0x11375, 'X'), + (0x11400, 'V'), + (0x1145C, 'X'), + (0x1145D, 'V'), + (0x11462, 'X'), + (0x11480, 'V'), + (0x114C8, 'X'), + (0x114D0, 'V'), + (0x114DA, 'X'), + (0x11580, 'V'), + (0x115B6, 'X'), + (0x115B8, 'V'), + (0x115DE, 'X'), + (0x11600, 'V'), + (0x11645, 'X'), + (0x11650, 'V'), + (0x1165A, 'X'), + (0x11660, 'V'), + (0x1166D, 'X'), + (0x11680, 'V'), + (0x116BA, 'X'), + (0x116C0, 'V'), + (0x116CA, 'X'), + (0x11700, 'V'), + (0x1171B, 'X'), + (0x1171D, 'V'), + (0x1172C, 'X'), + (0x11730, 'V'), + (0x11747, 'X'), + (0x11800, 'V'), + (0x1183C, 'X'), + (0x118A0, 'M', '𑣀'), + (0x118A1, 'M', '𑣁'), + (0x118A2, 'M', '𑣂'), + (0x118A3, 'M', '𑣃'), + (0x118A4, 'M', '𑣄'), + (0x118A5, 'M', '𑣅'), + (0x118A6, 'M', '𑣆'), + ] + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x118A7, 'M', '𑣇'), + (0x118A8, 'M', '𑣈'), + (0x118A9, 'M', '𑣉'), + (0x118AA, 'M', '𑣊'), + (0x118AB, 'M', '𑣋'), + (0x118AC, 'M', '𑣌'), + (0x118AD, 'M', '𑣍'), + (0x118AE, 'M', '𑣎'), + (0x118AF, 'M', '𑣏'), + (0x118B0, 'M', '𑣐'), + (0x118B1, 'M', '𑣑'), + (0x118B2, 'M', '𑣒'), + (0x118B3, 'M', '𑣓'), + (0x118B4, 'M', '𑣔'), + (0x118B5, 'M', '𑣕'), + (0x118B6, 'M', '𑣖'), + (0x118B7, 'M', '𑣗'), + (0x118B8, 'M', '𑣘'), + (0x118B9, 'M', '𑣙'), + (0x118BA, 'M', '𑣚'), + (0x118BB, 'M', '𑣛'), + (0x118BC, 'M', '𑣜'), + (0x118BD, 'M', '𑣝'), + (0x118BE, 'M', '𑣞'), + (0x118BF, 'M', '𑣟'), + (0x118C0, 'V'), + (0x118F3, 'X'), + (0x118FF, 'V'), + (0x11907, 'X'), + (0x11909, 'V'), + (0x1190A, 'X'), + (0x1190C, 'V'), + (0x11914, 'X'), + (0x11915, 'V'), + (0x11917, 'X'), + (0x11918, 'V'), + (0x11936, 'X'), + (0x11937, 'V'), + (0x11939, 'X'), + (0x1193B, 'V'), + (0x11947, 'X'), + (0x11950, 'V'), + (0x1195A, 'X'), + (0x119A0, 'V'), + (0x119A8, 'X'), + (0x119AA, 'V'), + (0x119D8, 'X'), + (0x119DA, 'V'), + (0x119E5, 'X'), + (0x11A00, 'V'), + (0x11A48, 'X'), + (0x11A50, 'V'), + (0x11AA3, 'X'), + (0x11AB0, 'V'), + (0x11AF9, 'X'), + (0x11B00, 'V'), + (0x11B0A, 'X'), + (0x11C00, 'V'), + (0x11C09, 'X'), + (0x11C0A, 'V'), + (0x11C37, 'X'), + (0x11C38, 'V'), + (0x11C46, 'X'), + (0x11C50, 'V'), + (0x11C6D, 'X'), + (0x11C70, 'V'), + (0x11C90, 'X'), + (0x11C92, 'V'), + (0x11CA8, 'X'), + (0x11CA9, 'V'), + (0x11CB7, 'X'), + (0x11D00, 'V'), + (0x11D07, 'X'), + (0x11D08, 'V'), + (0x11D0A, 'X'), + (0x11D0B, 'V'), + (0x11D37, 'X'), + (0x11D3A, 'V'), + (0x11D3B, 'X'), + (0x11D3C, 'V'), + (0x11D3E, 'X'), + (0x11D3F, 'V'), + (0x11D48, 'X'), + (0x11D50, 'V'), + (0x11D5A, 'X'), + (0x11D60, 'V'), + (0x11D66, 'X'), + (0x11D67, 'V'), + (0x11D69, 'X'), + (0x11D6A, 'V'), + (0x11D8F, 'X'), + (0x11D90, 'V'), + (0x11D92, 'X'), + (0x11D93, 'V'), + (0x11D99, 'X'), + (0x11DA0, 'V'), + (0x11DAA, 'X'), + (0x11EE0, 'V'), + (0x11EF9, 'X'), + (0x11F00, 'V'), + ] + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x11F11, 'X'), + (0x11F12, 'V'), + (0x11F3B, 'X'), + (0x11F3E, 'V'), + (0x11F5A, 'X'), + (0x11FB0, 'V'), + (0x11FB1, 'X'), + (0x11FC0, 'V'), + (0x11FF2, 'X'), + (0x11FFF, 'V'), + (0x1239A, 'X'), + (0x12400, 'V'), + (0x1246F, 'X'), + (0x12470, 'V'), + (0x12475, 'X'), + (0x12480, 'V'), + (0x12544, 'X'), + (0x12F90, 'V'), + (0x12FF3, 'X'), + (0x13000, 'V'), + (0x13430, 'X'), + (0x13440, 'V'), + (0x13456, 'X'), + (0x14400, 'V'), + (0x14647, 'X'), + (0x16800, 'V'), + (0x16A39, 'X'), + (0x16A40, 'V'), + (0x16A5F, 'X'), + (0x16A60, 'V'), + (0x16A6A, 'X'), + (0x16A6E, 'V'), + (0x16ABF, 'X'), + (0x16AC0, 'V'), + (0x16ACA, 'X'), + (0x16AD0, 'V'), + (0x16AEE, 'X'), + (0x16AF0, 'V'), + (0x16AF6, 'X'), + (0x16B00, 'V'), + (0x16B46, 'X'), + (0x16B50, 'V'), + (0x16B5A, 'X'), + (0x16B5B, 'V'), + (0x16B62, 'X'), + (0x16B63, 'V'), + (0x16B78, 'X'), + (0x16B7D, 'V'), + (0x16B90, 'X'), + (0x16E40, 'M', '𖹠'), + (0x16E41, 'M', '𖹡'), + (0x16E42, 'M', '𖹢'), + (0x16E43, 'M', '𖹣'), + (0x16E44, 'M', '𖹤'), + (0x16E45, 'M', '𖹥'), + (0x16E46, 'M', '𖹦'), + (0x16E47, 'M', '𖹧'), + (0x16E48, 'M', '𖹨'), + (0x16E49, 'M', '𖹩'), + (0x16E4A, 'M', '𖹪'), + (0x16E4B, 'M', '𖹫'), + (0x16E4C, 'M', '𖹬'), + (0x16E4D, 'M', '𖹭'), + (0x16E4E, 'M', '𖹮'), + (0x16E4F, 'M', '𖹯'), + (0x16E50, 'M', '𖹰'), + (0x16E51, 'M', '𖹱'), + (0x16E52, 'M', '𖹲'), + (0x16E53, 'M', '𖹳'), + (0x16E54, 'M', '𖹴'), + (0x16E55, 'M', '𖹵'), + (0x16E56, 'M', '𖹶'), + (0x16E57, 'M', '𖹷'), + (0x16E58, 'M', '𖹸'), + (0x16E59, 'M', '𖹹'), + (0x16E5A, 'M', '𖹺'), + (0x16E5B, 'M', '𖹻'), + (0x16E5C, 'M', '𖹼'), + (0x16E5D, 'M', '𖹽'), + (0x16E5E, 'M', '𖹾'), + (0x16E5F, 'M', '𖹿'), + (0x16E60, 'V'), + (0x16E9B, 'X'), + (0x16F00, 'V'), + (0x16F4B, 'X'), + (0x16F4F, 'V'), + (0x16F88, 'X'), + (0x16F8F, 'V'), + (0x16FA0, 'X'), + (0x16FE0, 'V'), + (0x16FE5, 'X'), + (0x16FF0, 'V'), + (0x16FF2, 'X'), + (0x17000, 'V'), + (0x187F8, 'X'), + (0x18800, 'V'), + (0x18CD6, 'X'), + (0x18D00, 'V'), + (0x18D09, 'X'), + (0x1AFF0, 'V'), + ] + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFF4, 'X'), + (0x1AFF5, 'V'), + (0x1AFFC, 'X'), + (0x1AFFD, 'V'), + (0x1AFFF, 'X'), + (0x1B000, 'V'), + (0x1B123, 'X'), + (0x1B132, 'V'), + (0x1B133, 'X'), + (0x1B150, 'V'), + (0x1B153, 'X'), + (0x1B155, 'V'), + (0x1B156, 'X'), + (0x1B164, 'V'), + (0x1B168, 'X'), + (0x1B170, 'V'), + (0x1B2FC, 'X'), + (0x1BC00, 'V'), + (0x1BC6B, 'X'), + (0x1BC70, 'V'), + (0x1BC7D, 'X'), + (0x1BC80, 'V'), + (0x1BC89, 'X'), + (0x1BC90, 'V'), + (0x1BC9A, 'X'), + (0x1BC9C, 'V'), + (0x1BCA0, 'I'), + (0x1BCA4, 'X'), + (0x1CF00, 'V'), + (0x1CF2E, 'X'), + (0x1CF30, 'V'), + (0x1CF47, 'X'), + (0x1CF50, 'V'), + (0x1CFC4, 'X'), + (0x1D000, 'V'), + (0x1D0F6, 'X'), + (0x1D100, 'V'), + (0x1D127, 'X'), + (0x1D129, 'V'), + (0x1D15E, 'M', '𝅗𝅥'), + (0x1D15F, 'M', '𝅘𝅥'), + (0x1D160, 'M', '𝅘𝅥𝅮'), + (0x1D161, 'M', '𝅘𝅥𝅯'), + (0x1D162, 'M', '𝅘𝅥𝅰'), + (0x1D163, 'M', '𝅘𝅥𝅱'), + (0x1D164, 'M', '𝅘𝅥𝅲'), + (0x1D165, 'V'), + (0x1D173, 'X'), + (0x1D17B, 'V'), + (0x1D1BB, 'M', '𝆹𝅥'), + (0x1D1BC, 'M', '𝆺𝅥'), + (0x1D1BD, 'M', '𝆹𝅥𝅮'), + (0x1D1BE, 'M', '𝆺𝅥𝅮'), + (0x1D1BF, 'M', '𝆹𝅥𝅯'), + (0x1D1C0, 'M', '𝆺𝅥𝅯'), + (0x1D1C1, 'V'), + (0x1D1EB, 'X'), + (0x1D200, 'V'), + (0x1D246, 'X'), + (0x1D2C0, 'V'), + (0x1D2D4, 'X'), + (0x1D2E0, 'V'), + (0x1D2F4, 'X'), + (0x1D300, 'V'), + (0x1D357, 'X'), + (0x1D360, 'V'), + (0x1D379, 'X'), + (0x1D400, 'M', 'a'), + (0x1D401, 'M', 'b'), + (0x1D402, 'M', 'c'), + (0x1D403, 'M', 'd'), + (0x1D404, 'M', 'e'), + (0x1D405, 'M', 'f'), + (0x1D406, 'M', 'g'), + (0x1D407, 'M', 'h'), + (0x1D408, 'M', 'i'), + (0x1D409, 'M', 'j'), + (0x1D40A, 'M', 'k'), + (0x1D40B, 'M', 'l'), + (0x1D40C, 'M', 'm'), + (0x1D40D, 'M', 'n'), + (0x1D40E, 'M', 'o'), + (0x1D40F, 'M', 'p'), + (0x1D410, 'M', 'q'), + (0x1D411, 'M', 'r'), + (0x1D412, 'M', 's'), + (0x1D413, 'M', 't'), + (0x1D414, 'M', 'u'), + (0x1D415, 'M', 'v'), + (0x1D416, 'M', 'w'), + (0x1D417, 'M', 'x'), + (0x1D418, 'M', 'y'), + (0x1D419, 'M', 'z'), + (0x1D41A, 'M', 'a'), + (0x1D41B, 'M', 'b'), + (0x1D41C, 'M', 'c'), + (0x1D41D, 'M', 'd'), + (0x1D41E, 'M', 'e'), + (0x1D41F, 'M', 'f'), + (0x1D420, 'M', 'g'), + ] + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D421, 'M', 'h'), + (0x1D422, 'M', 'i'), + (0x1D423, 'M', 'j'), + (0x1D424, 'M', 'k'), + (0x1D425, 'M', 'l'), + (0x1D426, 'M', 'm'), + (0x1D427, 'M', 'n'), + (0x1D428, 'M', 'o'), + (0x1D429, 'M', 'p'), + (0x1D42A, 'M', 'q'), + (0x1D42B, 'M', 'r'), + (0x1D42C, 'M', 's'), + (0x1D42D, 'M', 't'), + (0x1D42E, 'M', 'u'), + (0x1D42F, 'M', 'v'), + (0x1D430, 'M', 'w'), + (0x1D431, 'M', 'x'), + (0x1D432, 'M', 'y'), + (0x1D433, 'M', 'z'), + (0x1D434, 'M', 'a'), + (0x1D435, 'M', 'b'), + (0x1D436, 'M', 'c'), + (0x1D437, 'M', 'd'), + (0x1D438, 'M', 'e'), + (0x1D439, 'M', 'f'), + (0x1D43A, 'M', 'g'), + (0x1D43B, 'M', 'h'), + (0x1D43C, 'M', 'i'), + (0x1D43D, 'M', 'j'), + (0x1D43E, 'M', 'k'), + (0x1D43F, 'M', 'l'), + (0x1D440, 'M', 'm'), + (0x1D441, 'M', 'n'), + (0x1D442, 'M', 'o'), + (0x1D443, 'M', 'p'), + (0x1D444, 'M', 'q'), + (0x1D445, 'M', 'r'), + (0x1D446, 'M', 's'), + (0x1D447, 'M', 't'), + (0x1D448, 'M', 'u'), + (0x1D449, 'M', 'v'), + (0x1D44A, 'M', 'w'), + (0x1D44B, 'M', 'x'), + (0x1D44C, 'M', 'y'), + (0x1D44D, 'M', 'z'), + (0x1D44E, 'M', 'a'), + (0x1D44F, 'M', 'b'), + (0x1D450, 'M', 'c'), + (0x1D451, 'M', 'd'), + (0x1D452, 'M', 'e'), + (0x1D453, 'M', 'f'), + (0x1D454, 'M', 'g'), + (0x1D455, 'X'), + (0x1D456, 'M', 'i'), + (0x1D457, 'M', 'j'), + (0x1D458, 'M', 'k'), + (0x1D459, 'M', 'l'), + (0x1D45A, 'M', 'm'), + (0x1D45B, 'M', 'n'), + (0x1D45C, 'M', 'o'), + (0x1D45D, 'M', 'p'), + (0x1D45E, 'M', 'q'), + (0x1D45F, 'M', 'r'), + (0x1D460, 'M', 's'), + (0x1D461, 'M', 't'), + (0x1D462, 'M', 'u'), + (0x1D463, 'M', 'v'), + (0x1D464, 'M', 'w'), + (0x1D465, 'M', 'x'), + (0x1D466, 'M', 'y'), + (0x1D467, 'M', 'z'), + (0x1D468, 'M', 'a'), + (0x1D469, 'M', 'b'), + (0x1D46A, 'M', 'c'), + (0x1D46B, 'M', 'd'), + (0x1D46C, 'M', 'e'), + (0x1D46D, 'M', 'f'), + (0x1D46E, 'M', 'g'), + (0x1D46F, 'M', 'h'), + (0x1D470, 'M', 'i'), + (0x1D471, 'M', 'j'), + (0x1D472, 'M', 'k'), + (0x1D473, 'M', 'l'), + (0x1D474, 'M', 'm'), + (0x1D475, 'M', 'n'), + (0x1D476, 'M', 'o'), + (0x1D477, 'M', 'p'), + (0x1D478, 'M', 'q'), + (0x1D479, 'M', 'r'), + (0x1D47A, 'M', 's'), + (0x1D47B, 'M', 't'), + (0x1D47C, 'M', 'u'), + (0x1D47D, 'M', 'v'), + (0x1D47E, 'M', 'w'), + (0x1D47F, 'M', 'x'), + (0x1D480, 'M', 'y'), + (0x1D481, 'M', 'z'), + (0x1D482, 'M', 'a'), + (0x1D483, 'M', 'b'), + (0x1D484, 'M', 'c'), + ] + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D485, 'M', 'd'), + (0x1D486, 'M', 'e'), + (0x1D487, 'M', 'f'), + (0x1D488, 'M', 'g'), + (0x1D489, 'M', 'h'), + (0x1D48A, 'M', 'i'), + (0x1D48B, 'M', 'j'), + (0x1D48C, 'M', 'k'), + (0x1D48D, 'M', 'l'), + (0x1D48E, 'M', 'm'), + (0x1D48F, 'M', 'n'), + (0x1D490, 'M', 'o'), + (0x1D491, 'M', 'p'), + (0x1D492, 'M', 'q'), + (0x1D493, 'M', 'r'), + (0x1D494, 'M', 's'), + (0x1D495, 'M', 't'), + (0x1D496, 'M', 'u'), + (0x1D497, 'M', 'v'), + (0x1D498, 'M', 'w'), + (0x1D499, 'M', 'x'), + (0x1D49A, 'M', 'y'), + (0x1D49B, 'M', 'z'), + (0x1D49C, 'M', 'a'), + (0x1D49D, 'X'), + (0x1D49E, 'M', 'c'), + (0x1D49F, 'M', 'd'), + (0x1D4A0, 'X'), + (0x1D4A2, 'M', 'g'), + (0x1D4A3, 'X'), + (0x1D4A5, 'M', 'j'), + (0x1D4A6, 'M', 'k'), + (0x1D4A7, 'X'), + (0x1D4A9, 'M', 'n'), + (0x1D4AA, 'M', 'o'), + (0x1D4AB, 'M', 'p'), + (0x1D4AC, 'M', 'q'), + (0x1D4AD, 'X'), + (0x1D4AE, 'M', 's'), + (0x1D4AF, 'M', 't'), + (0x1D4B0, 'M', 'u'), + (0x1D4B1, 'M', 'v'), + (0x1D4B2, 'M', 'w'), + (0x1D4B3, 'M', 'x'), + (0x1D4B4, 'M', 'y'), + (0x1D4B5, 'M', 'z'), + (0x1D4B6, 'M', 'a'), + (0x1D4B7, 'M', 'b'), + (0x1D4B8, 'M', 'c'), + (0x1D4B9, 'M', 'd'), + (0x1D4BA, 'X'), + (0x1D4BB, 'M', 'f'), + (0x1D4BC, 'X'), + (0x1D4BD, 'M', 'h'), + (0x1D4BE, 'M', 'i'), + (0x1D4BF, 'M', 'j'), + (0x1D4C0, 'M', 'k'), + (0x1D4C1, 'M', 'l'), + (0x1D4C2, 'M', 'm'), + (0x1D4C3, 'M', 'n'), + (0x1D4C4, 'X'), + (0x1D4C5, 'M', 'p'), + (0x1D4C6, 'M', 'q'), + (0x1D4C7, 'M', 'r'), + (0x1D4C8, 'M', 's'), + (0x1D4C9, 'M', 't'), + (0x1D4CA, 'M', 'u'), + (0x1D4CB, 'M', 'v'), + (0x1D4CC, 'M', 'w'), + (0x1D4CD, 'M', 'x'), + (0x1D4CE, 'M', 'y'), + (0x1D4CF, 'M', 'z'), + (0x1D4D0, 'M', 'a'), + (0x1D4D1, 'M', 'b'), + (0x1D4D2, 'M', 'c'), + (0x1D4D3, 'M', 'd'), + (0x1D4D4, 'M', 'e'), + (0x1D4D5, 'M', 'f'), + (0x1D4D6, 'M', 'g'), + (0x1D4D7, 'M', 'h'), + (0x1D4D8, 'M', 'i'), + (0x1D4D9, 'M', 'j'), + (0x1D4DA, 'M', 'k'), + (0x1D4DB, 'M', 'l'), + (0x1D4DC, 'M', 'm'), + (0x1D4DD, 'M', 'n'), + (0x1D4DE, 'M', 'o'), + (0x1D4DF, 'M', 'p'), + (0x1D4E0, 'M', 'q'), + (0x1D4E1, 'M', 'r'), + (0x1D4E2, 'M', 's'), + (0x1D4E3, 'M', 't'), + (0x1D4E4, 'M', 'u'), + (0x1D4E5, 'M', 'v'), + (0x1D4E6, 'M', 'w'), + (0x1D4E7, 'M', 'x'), + (0x1D4E8, 'M', 'y'), + (0x1D4E9, 'M', 'z'), + (0x1D4EA, 'M', 'a'), + (0x1D4EB, 'M', 'b'), + ] + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D4EC, 'M', 'c'), + (0x1D4ED, 'M', 'd'), + (0x1D4EE, 'M', 'e'), + (0x1D4EF, 'M', 'f'), + (0x1D4F0, 'M', 'g'), + (0x1D4F1, 'M', 'h'), + (0x1D4F2, 'M', 'i'), + (0x1D4F3, 'M', 'j'), + (0x1D4F4, 'M', 'k'), + (0x1D4F5, 'M', 'l'), + (0x1D4F6, 'M', 'm'), + (0x1D4F7, 'M', 'n'), + (0x1D4F8, 'M', 'o'), + (0x1D4F9, 'M', 'p'), + (0x1D4FA, 'M', 'q'), + (0x1D4FB, 'M', 'r'), + (0x1D4FC, 'M', 's'), + (0x1D4FD, 'M', 't'), + (0x1D4FE, 'M', 'u'), + (0x1D4FF, 'M', 'v'), + (0x1D500, 'M', 'w'), + (0x1D501, 'M', 'x'), + (0x1D502, 'M', 'y'), + (0x1D503, 'M', 'z'), + (0x1D504, 'M', 'a'), + (0x1D505, 'M', 'b'), + (0x1D506, 'X'), + (0x1D507, 'M', 'd'), + (0x1D508, 'M', 'e'), + (0x1D509, 'M', 'f'), + (0x1D50A, 'M', 'g'), + (0x1D50B, 'X'), + (0x1D50D, 'M', 'j'), + (0x1D50E, 'M', 'k'), + (0x1D50F, 'M', 'l'), + (0x1D510, 'M', 'm'), + (0x1D511, 'M', 'n'), + (0x1D512, 'M', 'o'), + (0x1D513, 'M', 'p'), + (0x1D514, 'M', 'q'), + (0x1D515, 'X'), + (0x1D516, 'M', 's'), + (0x1D517, 'M', 't'), + (0x1D518, 'M', 'u'), + (0x1D519, 'M', 'v'), + (0x1D51A, 'M', 'w'), + (0x1D51B, 'M', 'x'), + (0x1D51C, 'M', 'y'), + (0x1D51D, 'X'), + (0x1D51E, 'M', 'a'), + (0x1D51F, 'M', 'b'), + (0x1D520, 'M', 'c'), + (0x1D521, 'M', 'd'), + (0x1D522, 'M', 'e'), + (0x1D523, 'M', 'f'), + (0x1D524, 'M', 'g'), + (0x1D525, 'M', 'h'), + (0x1D526, 'M', 'i'), + (0x1D527, 'M', 'j'), + (0x1D528, 'M', 'k'), + (0x1D529, 'M', 'l'), + (0x1D52A, 'M', 'm'), + (0x1D52B, 'M', 'n'), + (0x1D52C, 'M', 'o'), + (0x1D52D, 'M', 'p'), + (0x1D52E, 'M', 'q'), + (0x1D52F, 'M', 'r'), + (0x1D530, 'M', 's'), + (0x1D531, 'M', 't'), + (0x1D532, 'M', 'u'), + (0x1D533, 'M', 'v'), + (0x1D534, 'M', 'w'), + (0x1D535, 'M', 'x'), + (0x1D536, 'M', 'y'), + (0x1D537, 'M', 'z'), + (0x1D538, 'M', 'a'), + (0x1D539, 'M', 'b'), + (0x1D53A, 'X'), + (0x1D53B, 'M', 'd'), + (0x1D53C, 'M', 'e'), + (0x1D53D, 'M', 'f'), + (0x1D53E, 'M', 'g'), + (0x1D53F, 'X'), + (0x1D540, 'M', 'i'), + (0x1D541, 'M', 'j'), + (0x1D542, 'M', 'k'), + (0x1D543, 'M', 'l'), + (0x1D544, 'M', 'm'), + (0x1D545, 'X'), + (0x1D546, 'M', 'o'), + (0x1D547, 'X'), + (0x1D54A, 'M', 's'), + (0x1D54B, 'M', 't'), + (0x1D54C, 'M', 'u'), + (0x1D54D, 'M', 'v'), + (0x1D54E, 'M', 'w'), + (0x1D54F, 'M', 'x'), + (0x1D550, 'M', 'y'), + (0x1D551, 'X'), + (0x1D552, 'M', 'a'), + ] + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D553, 'M', 'b'), + (0x1D554, 'M', 'c'), + (0x1D555, 'M', 'd'), + (0x1D556, 'M', 'e'), + (0x1D557, 'M', 'f'), + (0x1D558, 'M', 'g'), + (0x1D559, 'M', 'h'), + (0x1D55A, 'M', 'i'), + (0x1D55B, 'M', 'j'), + (0x1D55C, 'M', 'k'), + (0x1D55D, 'M', 'l'), + (0x1D55E, 'M', 'm'), + (0x1D55F, 'M', 'n'), + (0x1D560, 'M', 'o'), + (0x1D561, 'M', 'p'), + (0x1D562, 'M', 'q'), + (0x1D563, 'M', 'r'), + (0x1D564, 'M', 's'), + (0x1D565, 'M', 't'), + (0x1D566, 'M', 'u'), + (0x1D567, 'M', 'v'), + (0x1D568, 'M', 'w'), + (0x1D569, 'M', 'x'), + (0x1D56A, 'M', 'y'), + (0x1D56B, 'M', 'z'), + (0x1D56C, 'M', 'a'), + (0x1D56D, 'M', 'b'), + (0x1D56E, 'M', 'c'), + (0x1D56F, 'M', 'd'), + (0x1D570, 'M', 'e'), + (0x1D571, 'M', 'f'), + (0x1D572, 'M', 'g'), + (0x1D573, 'M', 'h'), + (0x1D574, 'M', 'i'), + (0x1D575, 'M', 'j'), + (0x1D576, 'M', 'k'), + (0x1D577, 'M', 'l'), + (0x1D578, 'M', 'm'), + (0x1D579, 'M', 'n'), + (0x1D57A, 'M', 'o'), + (0x1D57B, 'M', 'p'), + (0x1D57C, 'M', 'q'), + (0x1D57D, 'M', 'r'), + (0x1D57E, 'M', 's'), + (0x1D57F, 'M', 't'), + (0x1D580, 'M', 'u'), + (0x1D581, 'M', 'v'), + (0x1D582, 'M', 'w'), + (0x1D583, 'M', 'x'), + (0x1D584, 'M', 'y'), + (0x1D585, 'M', 'z'), + (0x1D586, 'M', 'a'), + (0x1D587, 'M', 'b'), + (0x1D588, 'M', 'c'), + (0x1D589, 'M', 'd'), + (0x1D58A, 'M', 'e'), + (0x1D58B, 'M', 'f'), + (0x1D58C, 'M', 'g'), + (0x1D58D, 'M', 'h'), + (0x1D58E, 'M', 'i'), + (0x1D58F, 'M', 'j'), + (0x1D590, 'M', 'k'), + (0x1D591, 'M', 'l'), + (0x1D592, 'M', 'm'), + (0x1D593, 'M', 'n'), + (0x1D594, 'M', 'o'), + (0x1D595, 'M', 'p'), + (0x1D596, 'M', 'q'), + (0x1D597, 'M', 'r'), + (0x1D598, 'M', 's'), + (0x1D599, 'M', 't'), + (0x1D59A, 'M', 'u'), + (0x1D59B, 'M', 'v'), + (0x1D59C, 'M', 'w'), + (0x1D59D, 'M', 'x'), + (0x1D59E, 'M', 'y'), + (0x1D59F, 'M', 'z'), + (0x1D5A0, 'M', 'a'), + (0x1D5A1, 'M', 'b'), + (0x1D5A2, 'M', 'c'), + (0x1D5A3, 'M', 'd'), + (0x1D5A4, 'M', 'e'), + (0x1D5A5, 'M', 'f'), + (0x1D5A6, 'M', 'g'), + (0x1D5A7, 'M', 'h'), + (0x1D5A8, 'M', 'i'), + (0x1D5A9, 'M', 'j'), + (0x1D5AA, 'M', 'k'), + (0x1D5AB, 'M', 'l'), + (0x1D5AC, 'M', 'm'), + (0x1D5AD, 'M', 'n'), + (0x1D5AE, 'M', 'o'), + (0x1D5AF, 'M', 'p'), + (0x1D5B0, 'M', 'q'), + (0x1D5B1, 'M', 'r'), + (0x1D5B2, 'M', 's'), + (0x1D5B3, 'M', 't'), + (0x1D5B4, 'M', 'u'), + (0x1D5B5, 'M', 'v'), + (0x1D5B6, 'M', 'w'), + ] + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D5B7, 'M', 'x'), + (0x1D5B8, 'M', 'y'), + (0x1D5B9, 'M', 'z'), + (0x1D5BA, 'M', 'a'), + (0x1D5BB, 'M', 'b'), + (0x1D5BC, 'M', 'c'), + (0x1D5BD, 'M', 'd'), + (0x1D5BE, 'M', 'e'), + (0x1D5BF, 'M', 'f'), + (0x1D5C0, 'M', 'g'), + (0x1D5C1, 'M', 'h'), + (0x1D5C2, 'M', 'i'), + (0x1D5C3, 'M', 'j'), + (0x1D5C4, 'M', 'k'), + (0x1D5C5, 'M', 'l'), + (0x1D5C6, 'M', 'm'), + (0x1D5C7, 'M', 'n'), + (0x1D5C8, 'M', 'o'), + (0x1D5C9, 'M', 'p'), + (0x1D5CA, 'M', 'q'), + (0x1D5CB, 'M', 'r'), + (0x1D5CC, 'M', 's'), + (0x1D5CD, 'M', 't'), + (0x1D5CE, 'M', 'u'), + (0x1D5CF, 'M', 'v'), + (0x1D5D0, 'M', 'w'), + (0x1D5D1, 'M', 'x'), + (0x1D5D2, 'M', 'y'), + (0x1D5D3, 'M', 'z'), + (0x1D5D4, 'M', 'a'), + (0x1D5D5, 'M', 'b'), + (0x1D5D6, 'M', 'c'), + (0x1D5D7, 'M', 'd'), + (0x1D5D8, 'M', 'e'), + (0x1D5D9, 'M', 'f'), + (0x1D5DA, 'M', 'g'), + (0x1D5DB, 'M', 'h'), + (0x1D5DC, 'M', 'i'), + (0x1D5DD, 'M', 'j'), + (0x1D5DE, 'M', 'k'), + (0x1D5DF, 'M', 'l'), + (0x1D5E0, 'M', 'm'), + (0x1D5E1, 'M', 'n'), + (0x1D5E2, 'M', 'o'), + (0x1D5E3, 'M', 'p'), + (0x1D5E4, 'M', 'q'), + (0x1D5E5, 'M', 'r'), + (0x1D5E6, 'M', 's'), + (0x1D5E7, 'M', 't'), + (0x1D5E8, 'M', 'u'), + (0x1D5E9, 'M', 'v'), + (0x1D5EA, 'M', 'w'), + (0x1D5EB, 'M', 'x'), + (0x1D5EC, 'M', 'y'), + (0x1D5ED, 'M', 'z'), + (0x1D5EE, 'M', 'a'), + (0x1D5EF, 'M', 'b'), + (0x1D5F0, 'M', 'c'), + (0x1D5F1, 'M', 'd'), + (0x1D5F2, 'M', 'e'), + (0x1D5F3, 'M', 'f'), + (0x1D5F4, 'M', 'g'), + (0x1D5F5, 'M', 'h'), + (0x1D5F6, 'M', 'i'), + (0x1D5F7, 'M', 'j'), + (0x1D5F8, 'M', 'k'), + (0x1D5F9, 'M', 'l'), + (0x1D5FA, 'M', 'm'), + (0x1D5FB, 'M', 'n'), + (0x1D5FC, 'M', 'o'), + (0x1D5FD, 'M', 'p'), + (0x1D5FE, 'M', 'q'), + (0x1D5FF, 'M', 'r'), + (0x1D600, 'M', 's'), + (0x1D601, 'M', 't'), + (0x1D602, 'M', 'u'), + (0x1D603, 'M', 'v'), + (0x1D604, 'M', 'w'), + (0x1D605, 'M', 'x'), + (0x1D606, 'M', 'y'), + (0x1D607, 'M', 'z'), + (0x1D608, 'M', 'a'), + (0x1D609, 'M', 'b'), + (0x1D60A, 'M', 'c'), + (0x1D60B, 'M', 'd'), + (0x1D60C, 'M', 'e'), + (0x1D60D, 'M', 'f'), + (0x1D60E, 'M', 'g'), + (0x1D60F, 'M', 'h'), + (0x1D610, 'M', 'i'), + (0x1D611, 'M', 'j'), + (0x1D612, 'M', 'k'), + (0x1D613, 'M', 'l'), + (0x1D614, 'M', 'm'), + (0x1D615, 'M', 'n'), + (0x1D616, 'M', 'o'), + (0x1D617, 'M', 'p'), + (0x1D618, 'M', 'q'), + (0x1D619, 'M', 'r'), + (0x1D61A, 'M', 's'), + ] + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D61B, 'M', 't'), + (0x1D61C, 'M', 'u'), + (0x1D61D, 'M', 'v'), + (0x1D61E, 'M', 'w'), + (0x1D61F, 'M', 'x'), + (0x1D620, 'M', 'y'), + (0x1D621, 'M', 'z'), + (0x1D622, 'M', 'a'), + (0x1D623, 'M', 'b'), + (0x1D624, 'M', 'c'), + (0x1D625, 'M', 'd'), + (0x1D626, 'M', 'e'), + (0x1D627, 'M', 'f'), + (0x1D628, 'M', 'g'), + (0x1D629, 'M', 'h'), + (0x1D62A, 'M', 'i'), + (0x1D62B, 'M', 'j'), + (0x1D62C, 'M', 'k'), + (0x1D62D, 'M', 'l'), + (0x1D62E, 'M', 'm'), + (0x1D62F, 'M', 'n'), + (0x1D630, 'M', 'o'), + (0x1D631, 'M', 'p'), + (0x1D632, 'M', 'q'), + (0x1D633, 'M', 'r'), + (0x1D634, 'M', 's'), + (0x1D635, 'M', 't'), + (0x1D636, 'M', 'u'), + (0x1D637, 'M', 'v'), + (0x1D638, 'M', 'w'), + (0x1D639, 'M', 'x'), + (0x1D63A, 'M', 'y'), + (0x1D63B, 'M', 'z'), + (0x1D63C, 'M', 'a'), + (0x1D63D, 'M', 'b'), + (0x1D63E, 'M', 'c'), + (0x1D63F, 'M', 'd'), + (0x1D640, 'M', 'e'), + (0x1D641, 'M', 'f'), + (0x1D642, 'M', 'g'), + (0x1D643, 'M', 'h'), + (0x1D644, 'M', 'i'), + (0x1D645, 'M', 'j'), + (0x1D646, 'M', 'k'), + (0x1D647, 'M', 'l'), + (0x1D648, 'M', 'm'), + (0x1D649, 'M', 'n'), + (0x1D64A, 'M', 'o'), + (0x1D64B, 'M', 'p'), + (0x1D64C, 'M', 'q'), + (0x1D64D, 'M', 'r'), + (0x1D64E, 'M', 's'), + (0x1D64F, 'M', 't'), + (0x1D650, 'M', 'u'), + (0x1D651, 'M', 'v'), + (0x1D652, 'M', 'w'), + (0x1D653, 'M', 'x'), + (0x1D654, 'M', 'y'), + (0x1D655, 'M', 'z'), + (0x1D656, 'M', 'a'), + (0x1D657, 'M', 'b'), + (0x1D658, 'M', 'c'), + (0x1D659, 'M', 'd'), + (0x1D65A, 'M', 'e'), + (0x1D65B, 'M', 'f'), + (0x1D65C, 'M', 'g'), + (0x1D65D, 'M', 'h'), + (0x1D65E, 'M', 'i'), + (0x1D65F, 'M', 'j'), + (0x1D660, 'M', 'k'), + (0x1D661, 'M', 'l'), + (0x1D662, 'M', 'm'), + (0x1D663, 'M', 'n'), + (0x1D664, 'M', 'o'), + (0x1D665, 'M', 'p'), + (0x1D666, 'M', 'q'), + (0x1D667, 'M', 'r'), + (0x1D668, 'M', 's'), + (0x1D669, 'M', 't'), + (0x1D66A, 'M', 'u'), + (0x1D66B, 'M', 'v'), + (0x1D66C, 'M', 'w'), + (0x1D66D, 'M', 'x'), + (0x1D66E, 'M', 'y'), + (0x1D66F, 'M', 'z'), + (0x1D670, 'M', 'a'), + (0x1D671, 'M', 'b'), + (0x1D672, 'M', 'c'), + (0x1D673, 'M', 'd'), + (0x1D674, 'M', 'e'), + (0x1D675, 'M', 'f'), + (0x1D676, 'M', 'g'), + (0x1D677, 'M', 'h'), + (0x1D678, 'M', 'i'), + (0x1D679, 'M', 'j'), + (0x1D67A, 'M', 'k'), + (0x1D67B, 'M', 'l'), + (0x1D67C, 'M', 'm'), + (0x1D67D, 'M', 'n'), + (0x1D67E, 'M', 'o'), + ] + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D67F, 'M', 'p'), + (0x1D680, 'M', 'q'), + (0x1D681, 'M', 'r'), + (0x1D682, 'M', 's'), + (0x1D683, 'M', 't'), + (0x1D684, 'M', 'u'), + (0x1D685, 'M', 'v'), + (0x1D686, 'M', 'w'), + (0x1D687, 'M', 'x'), + (0x1D688, 'M', 'y'), + (0x1D689, 'M', 'z'), + (0x1D68A, 'M', 'a'), + (0x1D68B, 'M', 'b'), + (0x1D68C, 'M', 'c'), + (0x1D68D, 'M', 'd'), + (0x1D68E, 'M', 'e'), + (0x1D68F, 'M', 'f'), + (0x1D690, 'M', 'g'), + (0x1D691, 'M', 'h'), + (0x1D692, 'M', 'i'), + (0x1D693, 'M', 'j'), + (0x1D694, 'M', 'k'), + (0x1D695, 'M', 'l'), + (0x1D696, 'M', 'm'), + (0x1D697, 'M', 'n'), + (0x1D698, 'M', 'o'), + (0x1D699, 'M', 'p'), + (0x1D69A, 'M', 'q'), + (0x1D69B, 'M', 'r'), + (0x1D69C, 'M', 's'), + (0x1D69D, 'M', 't'), + (0x1D69E, 'M', 'u'), + (0x1D69F, 'M', 'v'), + (0x1D6A0, 'M', 'w'), + (0x1D6A1, 'M', 'x'), + (0x1D6A2, 'M', 'y'), + (0x1D6A3, 'M', 'z'), + (0x1D6A4, 'M', 'ı'), + (0x1D6A5, 'M', 'ȷ'), + (0x1D6A6, 'X'), + (0x1D6A8, 'M', 'α'), + (0x1D6A9, 'M', 'β'), + (0x1D6AA, 'M', 'γ'), + (0x1D6AB, 'M', 'δ'), + (0x1D6AC, 'M', 'ε'), + (0x1D6AD, 'M', 'ζ'), + (0x1D6AE, 'M', 'η'), + (0x1D6AF, 'M', 'θ'), + (0x1D6B0, 'M', 'ι'), + (0x1D6B1, 'M', 'κ'), + (0x1D6B2, 'M', 'λ'), + (0x1D6B3, 'M', 'μ'), + (0x1D6B4, 'M', 'ν'), + (0x1D6B5, 'M', 'ξ'), + (0x1D6B6, 'M', 'ο'), + (0x1D6B7, 'M', 'π'), + (0x1D6B8, 'M', 'ρ'), + (0x1D6B9, 'M', 'θ'), + (0x1D6BA, 'M', 'σ'), + (0x1D6BB, 'M', 'τ'), + (0x1D6BC, 'M', 'υ'), + (0x1D6BD, 'M', 'φ'), + (0x1D6BE, 'M', 'χ'), + (0x1D6BF, 'M', 'ψ'), + (0x1D6C0, 'M', 'ω'), + (0x1D6C1, 'M', '∇'), + (0x1D6C2, 'M', 'α'), + (0x1D6C3, 'M', 'β'), + (0x1D6C4, 'M', 'γ'), + (0x1D6C5, 'M', 'δ'), + (0x1D6C6, 'M', 'ε'), + (0x1D6C7, 'M', 'ζ'), + (0x1D6C8, 'M', 'η'), + (0x1D6C9, 'M', 'θ'), + (0x1D6CA, 'M', 'ι'), + (0x1D6CB, 'M', 'κ'), + (0x1D6CC, 'M', 'λ'), + (0x1D6CD, 'M', 'μ'), + (0x1D6CE, 'M', 'ν'), + (0x1D6CF, 'M', 'ξ'), + (0x1D6D0, 'M', 'ο'), + (0x1D6D1, 'M', 'π'), + (0x1D6D2, 'M', 'ρ'), + (0x1D6D3, 'M', 'σ'), + (0x1D6D5, 'M', 'τ'), + (0x1D6D6, 'M', 'υ'), + (0x1D6D7, 'M', 'φ'), + (0x1D6D8, 'M', 'χ'), + (0x1D6D9, 'M', 'ψ'), + (0x1D6DA, 'M', 'ω'), + (0x1D6DB, 'M', '∂'), + (0x1D6DC, 'M', 'ε'), + (0x1D6DD, 'M', 'θ'), + (0x1D6DE, 'M', 'κ'), + (0x1D6DF, 'M', 'φ'), + (0x1D6E0, 'M', 'ρ'), + (0x1D6E1, 'M', 'π'), + (0x1D6E2, 'M', 'α'), + (0x1D6E3, 'M', 'β'), + (0x1D6E4, 'M', 'γ'), + ] + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D6E5, 'M', 'δ'), + (0x1D6E6, 'M', 'ε'), + (0x1D6E7, 'M', 'ζ'), + (0x1D6E8, 'M', 'η'), + (0x1D6E9, 'M', 'θ'), + (0x1D6EA, 'M', 'ι'), + (0x1D6EB, 'M', 'κ'), + (0x1D6EC, 'M', 'λ'), + (0x1D6ED, 'M', 'μ'), + (0x1D6EE, 'M', 'ν'), + (0x1D6EF, 'M', 'ξ'), + (0x1D6F0, 'M', 'ο'), + (0x1D6F1, 'M', 'π'), + (0x1D6F2, 'M', 'ρ'), + (0x1D6F3, 'M', 'θ'), + (0x1D6F4, 'M', 'σ'), + (0x1D6F5, 'M', 'τ'), + (0x1D6F6, 'M', 'υ'), + (0x1D6F7, 'M', 'φ'), + (0x1D6F8, 'M', 'χ'), + (0x1D6F9, 'M', 'ψ'), + (0x1D6FA, 'M', 'ω'), + (0x1D6FB, 'M', '∇'), + (0x1D6FC, 'M', 'α'), + (0x1D6FD, 'M', 'β'), + (0x1D6FE, 'M', 'γ'), + (0x1D6FF, 'M', 'δ'), + (0x1D700, 'M', 'ε'), + (0x1D701, 'M', 'ζ'), + (0x1D702, 'M', 'η'), + (0x1D703, 'M', 'θ'), + (0x1D704, 'M', 'ι'), + (0x1D705, 'M', 'κ'), + (0x1D706, 'M', 'λ'), + (0x1D707, 'M', 'μ'), + (0x1D708, 'M', 'ν'), + (0x1D709, 'M', 'ξ'), + (0x1D70A, 'M', 'ο'), + (0x1D70B, 'M', 'π'), + (0x1D70C, 'M', 'ρ'), + (0x1D70D, 'M', 'σ'), + (0x1D70F, 'M', 'τ'), + (0x1D710, 'M', 'υ'), + (0x1D711, 'M', 'φ'), + (0x1D712, 'M', 'χ'), + (0x1D713, 'M', 'ψ'), + (0x1D714, 'M', 'ω'), + (0x1D715, 'M', '∂'), + (0x1D716, 'M', 'ε'), + (0x1D717, 'M', 'θ'), + (0x1D718, 'M', 'κ'), + (0x1D719, 'M', 'φ'), + (0x1D71A, 'M', 'ρ'), + (0x1D71B, 'M', 'π'), + (0x1D71C, 'M', 'α'), + (0x1D71D, 'M', 'β'), + (0x1D71E, 'M', 'γ'), + (0x1D71F, 'M', 'δ'), + (0x1D720, 'M', 'ε'), + (0x1D721, 'M', 'ζ'), + (0x1D722, 'M', 'η'), + (0x1D723, 'M', 'θ'), + (0x1D724, 'M', 'ι'), + (0x1D725, 'M', 'κ'), + (0x1D726, 'M', 'λ'), + (0x1D727, 'M', 'μ'), + (0x1D728, 'M', 'ν'), + (0x1D729, 'M', 'ξ'), + (0x1D72A, 'M', 'ο'), + (0x1D72B, 'M', 'π'), + (0x1D72C, 'M', 'ρ'), + (0x1D72D, 'M', 'θ'), + (0x1D72E, 'M', 'σ'), + (0x1D72F, 'M', 'τ'), + (0x1D730, 'M', 'υ'), + (0x1D731, 'M', 'φ'), + (0x1D732, 'M', 'χ'), + (0x1D733, 'M', 'ψ'), + (0x1D734, 'M', 'ω'), + (0x1D735, 'M', '∇'), + (0x1D736, 'M', 'α'), + (0x1D737, 'M', 'β'), + (0x1D738, 'M', 'γ'), + (0x1D739, 'M', 'δ'), + (0x1D73A, 'M', 'ε'), + (0x1D73B, 'M', 'ζ'), + (0x1D73C, 'M', 'η'), + (0x1D73D, 'M', 'θ'), + (0x1D73E, 'M', 'ι'), + (0x1D73F, 'M', 'κ'), + (0x1D740, 'M', 'λ'), + (0x1D741, 'M', 'μ'), + (0x1D742, 'M', 'ν'), + (0x1D743, 'M', 'ξ'), + (0x1D744, 'M', 'ο'), + (0x1D745, 'M', 'π'), + (0x1D746, 'M', 'ρ'), + (0x1D747, 'M', 'σ'), + (0x1D749, 'M', 'τ'), + (0x1D74A, 'M', 'υ'), + ] + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D74B, 'M', 'φ'), + (0x1D74C, 'M', 'χ'), + (0x1D74D, 'M', 'ψ'), + (0x1D74E, 'M', 'ω'), + (0x1D74F, 'M', '∂'), + (0x1D750, 'M', 'ε'), + (0x1D751, 'M', 'θ'), + (0x1D752, 'M', 'κ'), + (0x1D753, 'M', 'φ'), + (0x1D754, 'M', 'ρ'), + (0x1D755, 'M', 'π'), + (0x1D756, 'M', 'α'), + (0x1D757, 'M', 'β'), + (0x1D758, 'M', 'γ'), + (0x1D759, 'M', 'δ'), + (0x1D75A, 'M', 'ε'), + (0x1D75B, 'M', 'ζ'), + (0x1D75C, 'M', 'η'), + (0x1D75D, 'M', 'θ'), + (0x1D75E, 'M', 'ι'), + (0x1D75F, 'M', 'κ'), + (0x1D760, 'M', 'λ'), + (0x1D761, 'M', 'μ'), + (0x1D762, 'M', 'ν'), + (0x1D763, 'M', 'ξ'), + (0x1D764, 'M', 'ο'), + (0x1D765, 'M', 'π'), + (0x1D766, 'M', 'ρ'), + (0x1D767, 'M', 'θ'), + (0x1D768, 'M', 'σ'), + (0x1D769, 'M', 'τ'), + (0x1D76A, 'M', 'υ'), + (0x1D76B, 'M', 'φ'), + (0x1D76C, 'M', 'χ'), + (0x1D76D, 'M', 'ψ'), + (0x1D76E, 'M', 'ω'), + (0x1D76F, 'M', '∇'), + (0x1D770, 'M', 'α'), + (0x1D771, 'M', 'β'), + (0x1D772, 'M', 'γ'), + (0x1D773, 'M', 'δ'), + (0x1D774, 'M', 'ε'), + (0x1D775, 'M', 'ζ'), + (0x1D776, 'M', 'η'), + (0x1D777, 'M', 'θ'), + (0x1D778, 'M', 'ι'), + (0x1D779, 'M', 'κ'), + (0x1D77A, 'M', 'λ'), + (0x1D77B, 'M', 'μ'), + (0x1D77C, 'M', 'ν'), + (0x1D77D, 'M', 'ξ'), + (0x1D77E, 'M', 'ο'), + (0x1D77F, 'M', 'π'), + (0x1D780, 'M', 'ρ'), + (0x1D781, 'M', 'σ'), + (0x1D783, 'M', 'τ'), + (0x1D784, 'M', 'υ'), + (0x1D785, 'M', 'φ'), + (0x1D786, 'M', 'χ'), + (0x1D787, 'M', 'ψ'), + (0x1D788, 'M', 'ω'), + (0x1D789, 'M', '∂'), + (0x1D78A, 'M', 'ε'), + (0x1D78B, 'M', 'θ'), + (0x1D78C, 'M', 'κ'), + (0x1D78D, 'M', 'φ'), + (0x1D78E, 'M', 'ρ'), + (0x1D78F, 'M', 'π'), + (0x1D790, 'M', 'α'), + (0x1D791, 'M', 'β'), + (0x1D792, 'M', 'γ'), + (0x1D793, 'M', 'δ'), + (0x1D794, 'M', 'ε'), + (0x1D795, 'M', 'ζ'), + (0x1D796, 'M', 'η'), + (0x1D797, 'M', 'θ'), + (0x1D798, 'M', 'ι'), + (0x1D799, 'M', 'κ'), + (0x1D79A, 'M', 'λ'), + (0x1D79B, 'M', 'μ'), + (0x1D79C, 'M', 'ν'), + (0x1D79D, 'M', 'ξ'), + (0x1D79E, 'M', 'ο'), + (0x1D79F, 'M', 'π'), + (0x1D7A0, 'M', 'ρ'), + (0x1D7A1, 'M', 'θ'), + (0x1D7A2, 'M', 'σ'), + (0x1D7A3, 'M', 'τ'), + (0x1D7A4, 'M', 'υ'), + (0x1D7A5, 'M', 'φ'), + (0x1D7A6, 'M', 'χ'), + (0x1D7A7, 'M', 'ψ'), + (0x1D7A8, 'M', 'ω'), + (0x1D7A9, 'M', '∇'), + (0x1D7AA, 'M', 'α'), + (0x1D7AB, 'M', 'β'), + (0x1D7AC, 'M', 'γ'), + (0x1D7AD, 'M', 'δ'), + (0x1D7AE, 'M', 'ε'), + (0x1D7AF, 'M', 'ζ'), + ] + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D7B0, 'M', 'η'), + (0x1D7B1, 'M', 'θ'), + (0x1D7B2, 'M', 'ι'), + (0x1D7B3, 'M', 'κ'), + (0x1D7B4, 'M', 'λ'), + (0x1D7B5, 'M', 'μ'), + (0x1D7B6, 'M', 'ν'), + (0x1D7B7, 'M', 'ξ'), + (0x1D7B8, 'M', 'ο'), + (0x1D7B9, 'M', 'π'), + (0x1D7BA, 'M', 'ρ'), + (0x1D7BB, 'M', 'σ'), + (0x1D7BD, 'M', 'τ'), + (0x1D7BE, 'M', 'υ'), + (0x1D7BF, 'M', 'φ'), + (0x1D7C0, 'M', 'χ'), + (0x1D7C1, 'M', 'ψ'), + (0x1D7C2, 'M', 'ω'), + (0x1D7C3, 'M', '∂'), + (0x1D7C4, 'M', 'ε'), + (0x1D7C5, 'M', 'θ'), + (0x1D7C6, 'M', 'κ'), + (0x1D7C7, 'M', 'φ'), + (0x1D7C8, 'M', 'ρ'), + (0x1D7C9, 'M', 'π'), + (0x1D7CA, 'M', 'ϝ'), + (0x1D7CC, 'X'), + (0x1D7CE, 'M', '0'), + (0x1D7CF, 'M', '1'), + (0x1D7D0, 'M', '2'), + (0x1D7D1, 'M', '3'), + (0x1D7D2, 'M', '4'), + (0x1D7D3, 'M', '5'), + (0x1D7D4, 'M', '6'), + (0x1D7D5, 'M', '7'), + (0x1D7D6, 'M', '8'), + (0x1D7D7, 'M', '9'), + (0x1D7D8, 'M', '0'), + (0x1D7D9, 'M', '1'), + (0x1D7DA, 'M', '2'), + (0x1D7DB, 'M', '3'), + (0x1D7DC, 'M', '4'), + (0x1D7DD, 'M', '5'), + (0x1D7DE, 'M', '6'), + (0x1D7DF, 'M', '7'), + (0x1D7E0, 'M', '8'), + (0x1D7E1, 'M', '9'), + (0x1D7E2, 'M', '0'), + (0x1D7E3, 'M', '1'), + (0x1D7E4, 'M', '2'), + (0x1D7E5, 'M', '3'), + (0x1D7E6, 'M', '4'), + (0x1D7E7, 'M', '5'), + (0x1D7E8, 'M', '6'), + (0x1D7E9, 'M', '7'), + (0x1D7EA, 'M', '8'), + (0x1D7EB, 'M', '9'), + (0x1D7EC, 'M', '0'), + (0x1D7ED, 'M', '1'), + (0x1D7EE, 'M', '2'), + (0x1D7EF, 'M', '3'), + (0x1D7F0, 'M', '4'), + (0x1D7F1, 'M', '5'), + (0x1D7F2, 'M', '6'), + (0x1D7F3, 'M', '7'), + (0x1D7F4, 'M', '8'), + (0x1D7F5, 'M', '9'), + (0x1D7F6, 'M', '0'), + (0x1D7F7, 'M', '1'), + (0x1D7F8, 'M', '2'), + (0x1D7F9, 'M', '3'), + (0x1D7FA, 'M', '4'), + (0x1D7FB, 'M', '5'), + (0x1D7FC, 'M', '6'), + (0x1D7FD, 'M', '7'), + (0x1D7FE, 'M', '8'), + (0x1D7FF, 'M', '9'), + (0x1D800, 'V'), + (0x1DA8C, 'X'), + (0x1DA9B, 'V'), + (0x1DAA0, 'X'), + (0x1DAA1, 'V'), + (0x1DAB0, 'X'), + (0x1DF00, 'V'), + (0x1DF1F, 'X'), + (0x1DF25, 'V'), + (0x1DF2B, 'X'), + (0x1E000, 'V'), + (0x1E007, 'X'), + (0x1E008, 'V'), + (0x1E019, 'X'), + (0x1E01B, 'V'), + (0x1E022, 'X'), + (0x1E023, 'V'), + (0x1E025, 'X'), + (0x1E026, 'V'), + (0x1E02B, 'X'), + (0x1E030, 'M', 'а'), + (0x1E031, 'M', 'б'), + (0x1E032, 'M', 'в'), + ] + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E033, 'M', 'г'), + (0x1E034, 'M', 'д'), + (0x1E035, 'M', 'е'), + (0x1E036, 'M', 'ж'), + (0x1E037, 'M', 'з'), + (0x1E038, 'M', 'и'), + (0x1E039, 'M', 'к'), + (0x1E03A, 'M', 'л'), + (0x1E03B, 'M', 'м'), + (0x1E03C, 'M', 'о'), + (0x1E03D, 'M', 'п'), + (0x1E03E, 'M', 'р'), + (0x1E03F, 'M', 'с'), + (0x1E040, 'M', 'т'), + (0x1E041, 'M', 'у'), + (0x1E042, 'M', 'ф'), + (0x1E043, 'M', 'х'), + (0x1E044, 'M', 'ц'), + (0x1E045, 'M', 'ч'), + (0x1E046, 'M', 'ш'), + (0x1E047, 'M', 'ы'), + (0x1E048, 'M', 'э'), + (0x1E049, 'M', 'ю'), + (0x1E04A, 'M', 'ꚉ'), + (0x1E04B, 'M', 'ә'), + (0x1E04C, 'M', 'і'), + (0x1E04D, 'M', 'ј'), + (0x1E04E, 'M', 'ө'), + (0x1E04F, 'M', 'ү'), + (0x1E050, 'M', 'ӏ'), + (0x1E051, 'M', 'а'), + (0x1E052, 'M', 'б'), + (0x1E053, 'M', 'в'), + (0x1E054, 'M', 'г'), + (0x1E055, 'M', 'д'), + (0x1E056, 'M', 'е'), + (0x1E057, 'M', 'ж'), + (0x1E058, 'M', 'з'), + (0x1E059, 'M', 'и'), + (0x1E05A, 'M', 'к'), + (0x1E05B, 'M', 'л'), + (0x1E05C, 'M', 'о'), + (0x1E05D, 'M', 'п'), + (0x1E05E, 'M', 'с'), + (0x1E05F, 'M', 'у'), + (0x1E060, 'M', 'ф'), + (0x1E061, 'M', 'х'), + (0x1E062, 'M', 'ц'), + (0x1E063, 'M', 'ч'), + (0x1E064, 'M', 'ш'), + (0x1E065, 'M', 'ъ'), + (0x1E066, 'M', 'ы'), + (0x1E067, 'M', 'ґ'), + (0x1E068, 'M', 'і'), + (0x1E069, 'M', 'ѕ'), + (0x1E06A, 'M', 'џ'), + (0x1E06B, 'M', 'ҫ'), + (0x1E06C, 'M', 'ꙑ'), + (0x1E06D, 'M', 'ұ'), + (0x1E06E, 'X'), + (0x1E08F, 'V'), + (0x1E090, 'X'), + (0x1E100, 'V'), + (0x1E12D, 'X'), + (0x1E130, 'V'), + (0x1E13E, 'X'), + (0x1E140, 'V'), + (0x1E14A, 'X'), + (0x1E14E, 'V'), + (0x1E150, 'X'), + (0x1E290, 'V'), + (0x1E2AF, 'X'), + (0x1E2C0, 'V'), + (0x1E2FA, 'X'), + (0x1E2FF, 'V'), + (0x1E300, 'X'), + (0x1E4D0, 'V'), + (0x1E4FA, 'X'), + (0x1E7E0, 'V'), + (0x1E7E7, 'X'), + (0x1E7E8, 'V'), + (0x1E7EC, 'X'), + (0x1E7ED, 'V'), + (0x1E7EF, 'X'), + (0x1E7F0, 'V'), + (0x1E7FF, 'X'), + (0x1E800, 'V'), + (0x1E8C5, 'X'), + (0x1E8C7, 'V'), + (0x1E8D7, 'X'), + (0x1E900, 'M', '𞤢'), + (0x1E901, 'M', '𞤣'), + (0x1E902, 'M', '𞤤'), + (0x1E903, 'M', '𞤥'), + (0x1E904, 'M', '𞤦'), + (0x1E905, 'M', '𞤧'), + (0x1E906, 'M', '𞤨'), + (0x1E907, 'M', '𞤩'), + (0x1E908, 'M', '𞤪'), + (0x1E909, 'M', '𞤫'), + ] + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E90A, 'M', '𞤬'), + (0x1E90B, 'M', '𞤭'), + (0x1E90C, 'M', '𞤮'), + (0x1E90D, 'M', '𞤯'), + (0x1E90E, 'M', '𞤰'), + (0x1E90F, 'M', '𞤱'), + (0x1E910, 'M', '𞤲'), + (0x1E911, 'M', '𞤳'), + (0x1E912, 'M', '𞤴'), + (0x1E913, 'M', '𞤵'), + (0x1E914, 'M', '𞤶'), + (0x1E915, 'M', '𞤷'), + (0x1E916, 'M', '𞤸'), + (0x1E917, 'M', '𞤹'), + (0x1E918, 'M', '𞤺'), + (0x1E919, 'M', '𞤻'), + (0x1E91A, 'M', '𞤼'), + (0x1E91B, 'M', '𞤽'), + (0x1E91C, 'M', '𞤾'), + (0x1E91D, 'M', '𞤿'), + (0x1E91E, 'M', '𞥀'), + (0x1E91F, 'M', '𞥁'), + (0x1E920, 'M', '𞥂'), + (0x1E921, 'M', '𞥃'), + (0x1E922, 'V'), + (0x1E94C, 'X'), + (0x1E950, 'V'), + (0x1E95A, 'X'), + (0x1E95E, 'V'), + (0x1E960, 'X'), + (0x1EC71, 'V'), + (0x1ECB5, 'X'), + (0x1ED01, 'V'), + (0x1ED3E, 'X'), + (0x1EE00, 'M', 'ا'), + (0x1EE01, 'M', 'ب'), + (0x1EE02, 'M', 'ج'), + (0x1EE03, 'M', 'د'), + (0x1EE04, 'X'), + (0x1EE05, 'M', 'و'), + (0x1EE06, 'M', 'ز'), + (0x1EE07, 'M', 'ح'), + (0x1EE08, 'M', 'ط'), + (0x1EE09, 'M', 'ي'), + (0x1EE0A, 'M', 'ك'), + (0x1EE0B, 'M', 'ل'), + (0x1EE0C, 'M', 'م'), + (0x1EE0D, 'M', 'ن'), + (0x1EE0E, 'M', 'س'), + (0x1EE0F, 'M', 'ع'), + (0x1EE10, 'M', 'ف'), + (0x1EE11, 'M', 'ص'), + (0x1EE12, 'M', 'ق'), + (0x1EE13, 'M', 'ر'), + (0x1EE14, 'M', 'ش'), + (0x1EE15, 'M', 'ت'), + (0x1EE16, 'M', 'ث'), + (0x1EE17, 'M', 'خ'), + (0x1EE18, 'M', 'ذ'), + (0x1EE19, 'M', 'ض'), + (0x1EE1A, 'M', 'ظ'), + (0x1EE1B, 'M', 'غ'), + (0x1EE1C, 'M', 'ٮ'), + (0x1EE1D, 'M', 'ں'), + (0x1EE1E, 'M', 'ڡ'), + (0x1EE1F, 'M', 'ٯ'), + (0x1EE20, 'X'), + (0x1EE21, 'M', 'ب'), + (0x1EE22, 'M', 'ج'), + (0x1EE23, 'X'), + (0x1EE24, 'M', 'ه'), + (0x1EE25, 'X'), + (0x1EE27, 'M', 'ح'), + (0x1EE28, 'X'), + (0x1EE29, 'M', 'ي'), + (0x1EE2A, 'M', 'ك'), + (0x1EE2B, 'M', 'ل'), + (0x1EE2C, 'M', 'م'), + (0x1EE2D, 'M', 'ن'), + (0x1EE2E, 'M', 'س'), + (0x1EE2F, 'M', 'ع'), + (0x1EE30, 'M', 'ف'), + (0x1EE31, 'M', 'ص'), + (0x1EE32, 'M', 'ق'), + (0x1EE33, 'X'), + (0x1EE34, 'M', 'ش'), + (0x1EE35, 'M', 'ت'), + (0x1EE36, 'M', 'ث'), + (0x1EE37, 'M', 'خ'), + (0x1EE38, 'X'), + (0x1EE39, 'M', 'ض'), + (0x1EE3A, 'X'), + (0x1EE3B, 'M', 'غ'), + (0x1EE3C, 'X'), + (0x1EE42, 'M', 'ج'), + (0x1EE43, 'X'), + (0x1EE47, 'M', 'ح'), + (0x1EE48, 'X'), + (0x1EE49, 'M', 'ي'), + (0x1EE4A, 'X'), + ] + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EE4B, 'M', 'ل'), + (0x1EE4C, 'X'), + (0x1EE4D, 'M', 'ن'), + (0x1EE4E, 'M', 'س'), + (0x1EE4F, 'M', 'ع'), + (0x1EE50, 'X'), + (0x1EE51, 'M', 'ص'), + (0x1EE52, 'M', 'ق'), + (0x1EE53, 'X'), + (0x1EE54, 'M', 'ش'), + (0x1EE55, 'X'), + (0x1EE57, 'M', 'خ'), + (0x1EE58, 'X'), + (0x1EE59, 'M', 'ض'), + (0x1EE5A, 'X'), + (0x1EE5B, 'M', 'غ'), + (0x1EE5C, 'X'), + (0x1EE5D, 'M', 'ں'), + (0x1EE5E, 'X'), + (0x1EE5F, 'M', 'ٯ'), + (0x1EE60, 'X'), + (0x1EE61, 'M', 'ب'), + (0x1EE62, 'M', 'ج'), + (0x1EE63, 'X'), + (0x1EE64, 'M', 'ه'), + (0x1EE65, 'X'), + (0x1EE67, 'M', 'ح'), + (0x1EE68, 'M', 'ط'), + (0x1EE69, 'M', 'ي'), + (0x1EE6A, 'M', 'ك'), + (0x1EE6B, 'X'), + (0x1EE6C, 'M', 'م'), + (0x1EE6D, 'M', 'ن'), + (0x1EE6E, 'M', 'س'), + (0x1EE6F, 'M', 'ع'), + (0x1EE70, 'M', 'ف'), + (0x1EE71, 'M', 'ص'), + (0x1EE72, 'M', 'ق'), + (0x1EE73, 'X'), + (0x1EE74, 'M', 'ش'), + (0x1EE75, 'M', 'ت'), + (0x1EE76, 'M', 'ث'), + (0x1EE77, 'M', 'خ'), + (0x1EE78, 'X'), + (0x1EE79, 'M', 'ض'), + (0x1EE7A, 'M', 'ظ'), + (0x1EE7B, 'M', 'غ'), + (0x1EE7C, 'M', 'ٮ'), + (0x1EE7D, 'X'), + (0x1EE7E, 'M', 'ڡ'), + (0x1EE7F, 'X'), + (0x1EE80, 'M', 'ا'), + (0x1EE81, 'M', 'ب'), + (0x1EE82, 'M', 'ج'), + (0x1EE83, 'M', 'د'), + (0x1EE84, 'M', 'ه'), + (0x1EE85, 'M', 'و'), + (0x1EE86, 'M', 'ز'), + (0x1EE87, 'M', 'ح'), + (0x1EE88, 'M', 'ط'), + (0x1EE89, 'M', 'ي'), + (0x1EE8A, 'X'), + (0x1EE8B, 'M', 'ل'), + (0x1EE8C, 'M', 'م'), + (0x1EE8D, 'M', 'ن'), + (0x1EE8E, 'M', 'س'), + (0x1EE8F, 'M', 'ع'), + (0x1EE90, 'M', 'ف'), + (0x1EE91, 'M', 'ص'), + (0x1EE92, 'M', 'ق'), + (0x1EE93, 'M', 'ر'), + (0x1EE94, 'M', 'ش'), + (0x1EE95, 'M', 'ت'), + (0x1EE96, 'M', 'ث'), + (0x1EE97, 'M', 'خ'), + (0x1EE98, 'M', 'ذ'), + (0x1EE99, 'M', 'ض'), + (0x1EE9A, 'M', 'ظ'), + (0x1EE9B, 'M', 'غ'), + (0x1EE9C, 'X'), + (0x1EEA1, 'M', 'ب'), + (0x1EEA2, 'M', 'ج'), + (0x1EEA3, 'M', 'د'), + (0x1EEA4, 'X'), + (0x1EEA5, 'M', 'و'), + (0x1EEA6, 'M', 'ز'), + (0x1EEA7, 'M', 'ح'), + (0x1EEA8, 'M', 'ط'), + (0x1EEA9, 'M', 'ي'), + (0x1EEAA, 'X'), + (0x1EEAB, 'M', 'ل'), + (0x1EEAC, 'M', 'م'), + (0x1EEAD, 'M', 'ن'), + (0x1EEAE, 'M', 'س'), + (0x1EEAF, 'M', 'ع'), + (0x1EEB0, 'M', 'ف'), + (0x1EEB1, 'M', 'ص'), + (0x1EEB2, 'M', 'ق'), + (0x1EEB3, 'M', 'ر'), + (0x1EEB4, 'M', 'ش'), + ] + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EEB5, 'M', 'ت'), + (0x1EEB6, 'M', 'ث'), + (0x1EEB7, 'M', 'خ'), + (0x1EEB8, 'M', 'ذ'), + (0x1EEB9, 'M', 'ض'), + (0x1EEBA, 'M', 'ظ'), + (0x1EEBB, 'M', 'غ'), + (0x1EEBC, 'X'), + (0x1EEF0, 'V'), + (0x1EEF2, 'X'), + (0x1F000, 'V'), + (0x1F02C, 'X'), + (0x1F030, 'V'), + (0x1F094, 'X'), + (0x1F0A0, 'V'), + (0x1F0AF, 'X'), + (0x1F0B1, 'V'), + (0x1F0C0, 'X'), + (0x1F0C1, 'V'), + (0x1F0D0, 'X'), + (0x1F0D1, 'V'), + (0x1F0F6, 'X'), + (0x1F101, '3', '0,'), + (0x1F102, '3', '1,'), + (0x1F103, '3', '2,'), + (0x1F104, '3', '3,'), + (0x1F105, '3', '4,'), + (0x1F106, '3', '5,'), + (0x1F107, '3', '6,'), + (0x1F108, '3', '7,'), + (0x1F109, '3', '8,'), + (0x1F10A, '3', '9,'), + (0x1F10B, 'V'), + (0x1F110, '3', '(a)'), + (0x1F111, '3', '(b)'), + (0x1F112, '3', '(c)'), + (0x1F113, '3', '(d)'), + (0x1F114, '3', '(e)'), + (0x1F115, '3', '(f)'), + (0x1F116, '3', '(g)'), + (0x1F117, '3', '(h)'), + (0x1F118, '3', '(i)'), + (0x1F119, '3', '(j)'), + (0x1F11A, '3', '(k)'), + (0x1F11B, '3', '(l)'), + (0x1F11C, '3', '(m)'), + (0x1F11D, '3', '(n)'), + (0x1F11E, '3', '(o)'), + (0x1F11F, '3', '(p)'), + (0x1F120, '3', '(q)'), + (0x1F121, '3', '(r)'), + (0x1F122, '3', '(s)'), + (0x1F123, '3', '(t)'), + (0x1F124, '3', '(u)'), + (0x1F125, '3', '(v)'), + (0x1F126, '3', '(w)'), + (0x1F127, '3', '(x)'), + (0x1F128, '3', '(y)'), + (0x1F129, '3', '(z)'), + (0x1F12A, 'M', '〔s〕'), + (0x1F12B, 'M', 'c'), + (0x1F12C, 'M', 'r'), + (0x1F12D, 'M', 'cd'), + (0x1F12E, 'M', 'wz'), + (0x1F12F, 'V'), + (0x1F130, 'M', 'a'), + (0x1F131, 'M', 'b'), + (0x1F132, 'M', 'c'), + (0x1F133, 'M', 'd'), + (0x1F134, 'M', 'e'), + (0x1F135, 'M', 'f'), + (0x1F136, 'M', 'g'), + (0x1F137, 'M', 'h'), + (0x1F138, 'M', 'i'), + (0x1F139, 'M', 'j'), + (0x1F13A, 'M', 'k'), + (0x1F13B, 'M', 'l'), + (0x1F13C, 'M', 'm'), + (0x1F13D, 'M', 'n'), + (0x1F13E, 'M', 'o'), + (0x1F13F, 'M', 'p'), + (0x1F140, 'M', 'q'), + (0x1F141, 'M', 'r'), + (0x1F142, 'M', 's'), + (0x1F143, 'M', 't'), + (0x1F144, 'M', 'u'), + (0x1F145, 'M', 'v'), + (0x1F146, 'M', 'w'), + (0x1F147, 'M', 'x'), + (0x1F148, 'M', 'y'), + (0x1F149, 'M', 'z'), + (0x1F14A, 'M', 'hv'), + (0x1F14B, 'M', 'mv'), + (0x1F14C, 'M', 'sd'), + (0x1F14D, 'M', 'ss'), + (0x1F14E, 'M', 'ppv'), + (0x1F14F, 'M', 'wc'), + (0x1F150, 'V'), + (0x1F16A, 'M', 'mc'), + (0x1F16B, 'M', 'md'), + ] + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F16C, 'M', 'mr'), + (0x1F16D, 'V'), + (0x1F190, 'M', 'dj'), + (0x1F191, 'V'), + (0x1F1AE, 'X'), + (0x1F1E6, 'V'), + (0x1F200, 'M', 'ほか'), + (0x1F201, 'M', 'ココ'), + (0x1F202, 'M', 'サ'), + (0x1F203, 'X'), + (0x1F210, 'M', '手'), + (0x1F211, 'M', '字'), + (0x1F212, 'M', '双'), + (0x1F213, 'M', 'デ'), + (0x1F214, 'M', '二'), + (0x1F215, 'M', '多'), + (0x1F216, 'M', '解'), + (0x1F217, 'M', '天'), + (0x1F218, 'M', '交'), + (0x1F219, 'M', '映'), + (0x1F21A, 'M', '無'), + (0x1F21B, 'M', '料'), + (0x1F21C, 'M', '前'), + (0x1F21D, 'M', '後'), + (0x1F21E, 'M', '再'), + (0x1F21F, 'M', '新'), + (0x1F220, 'M', '初'), + (0x1F221, 'M', '終'), + (0x1F222, 'M', '生'), + (0x1F223, 'M', '販'), + (0x1F224, 'M', '声'), + (0x1F225, 'M', '吹'), + (0x1F226, 'M', '演'), + (0x1F227, 'M', '投'), + (0x1F228, 'M', '捕'), + (0x1F229, 'M', '一'), + (0x1F22A, 'M', '三'), + (0x1F22B, 'M', '遊'), + (0x1F22C, 'M', '左'), + (0x1F22D, 'M', '中'), + (0x1F22E, 'M', '右'), + (0x1F22F, 'M', '指'), + (0x1F230, 'M', '走'), + (0x1F231, 'M', '打'), + (0x1F232, 'M', '禁'), + (0x1F233, 'M', '空'), + (0x1F234, 'M', '合'), + (0x1F235, 'M', '満'), + (0x1F236, 'M', '有'), + (0x1F237, 'M', '月'), + (0x1F238, 'M', '申'), + (0x1F239, 'M', '割'), + (0x1F23A, 'M', '営'), + (0x1F23B, 'M', '配'), + (0x1F23C, 'X'), + (0x1F240, 'M', '〔本〕'), + (0x1F241, 'M', '〔三〕'), + (0x1F242, 'M', '〔二〕'), + (0x1F243, 'M', '〔安〕'), + (0x1F244, 'M', '〔点〕'), + (0x1F245, 'M', '〔打〕'), + (0x1F246, 'M', '〔盗〕'), + (0x1F247, 'M', '〔勝〕'), + (0x1F248, 'M', '〔敗〕'), + (0x1F249, 'X'), + (0x1F250, 'M', '得'), + (0x1F251, 'M', '可'), + (0x1F252, 'X'), + (0x1F260, 'V'), + (0x1F266, 'X'), + (0x1F300, 'V'), + (0x1F6D8, 'X'), + (0x1F6DC, 'V'), + (0x1F6ED, 'X'), + (0x1F6F0, 'V'), + (0x1F6FD, 'X'), + (0x1F700, 'V'), + (0x1F777, 'X'), + (0x1F77B, 'V'), + (0x1F7DA, 'X'), + (0x1F7E0, 'V'), + (0x1F7EC, 'X'), + (0x1F7F0, 'V'), + (0x1F7F1, 'X'), + (0x1F800, 'V'), + (0x1F80C, 'X'), + (0x1F810, 'V'), + (0x1F848, 'X'), + (0x1F850, 'V'), + (0x1F85A, 'X'), + (0x1F860, 'V'), + (0x1F888, 'X'), + (0x1F890, 'V'), + (0x1F8AE, 'X'), + (0x1F8B0, 'V'), + (0x1F8B2, 'X'), + (0x1F900, 'V'), + (0x1FA54, 'X'), + (0x1FA60, 'V'), + (0x1FA6E, 'X'), + ] + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FA70, 'V'), + (0x1FA7D, 'X'), + (0x1FA80, 'V'), + (0x1FA89, 'X'), + (0x1FA90, 'V'), + (0x1FABE, 'X'), + (0x1FABF, 'V'), + (0x1FAC6, 'X'), + (0x1FACE, 'V'), + (0x1FADC, 'X'), + (0x1FAE0, 'V'), + (0x1FAE9, 'X'), + (0x1FAF0, 'V'), + (0x1FAF9, 'X'), + (0x1FB00, 'V'), + (0x1FB93, 'X'), + (0x1FB94, 'V'), + (0x1FBCB, 'X'), + (0x1FBF0, 'M', '0'), + (0x1FBF1, 'M', '1'), + (0x1FBF2, 'M', '2'), + (0x1FBF3, 'M', '3'), + (0x1FBF4, 'M', '4'), + (0x1FBF5, 'M', '5'), + (0x1FBF6, 'M', '6'), + (0x1FBF7, 'M', '7'), + (0x1FBF8, 'M', '8'), + (0x1FBF9, 'M', '9'), + (0x1FBFA, 'X'), + (0x20000, 'V'), + (0x2A6E0, 'X'), + (0x2A700, 'V'), + (0x2B73A, 'X'), + (0x2B740, 'V'), + (0x2B81E, 'X'), + (0x2B820, 'V'), + (0x2CEA2, 'X'), + (0x2CEB0, 'V'), + (0x2EBE1, 'X'), + (0x2F800, 'M', '丽'), + (0x2F801, 'M', '丸'), + (0x2F802, 'M', '乁'), + (0x2F803, 'M', '𠄢'), + (0x2F804, 'M', '你'), + (0x2F805, 'M', '侮'), + (0x2F806, 'M', '侻'), + (0x2F807, 'M', '倂'), + (0x2F808, 'M', '偺'), + (0x2F809, 'M', '備'), + (0x2F80A, 'M', '僧'), + (0x2F80B, 'M', '像'), + (0x2F80C, 'M', '㒞'), + (0x2F80D, 'M', '𠘺'), + (0x2F80E, 'M', '免'), + (0x2F80F, 'M', '兔'), + (0x2F810, 'M', '兤'), + (0x2F811, 'M', '具'), + (0x2F812, 'M', '𠔜'), + (0x2F813, 'M', '㒹'), + (0x2F814, 'M', '內'), + (0x2F815, 'M', '再'), + (0x2F816, 'M', '𠕋'), + (0x2F817, 'M', '冗'), + (0x2F818, 'M', '冤'), + (0x2F819, 'M', '仌'), + (0x2F81A, 'M', '冬'), + (0x2F81B, 'M', '况'), + (0x2F81C, 'M', '𩇟'), + (0x2F81D, 'M', '凵'), + (0x2F81E, 'M', '刃'), + (0x2F81F, 'M', '㓟'), + (0x2F820, 'M', '刻'), + (0x2F821, 'M', '剆'), + (0x2F822, 'M', '割'), + (0x2F823, 'M', '剷'), + (0x2F824, 'M', '㔕'), + (0x2F825, 'M', '勇'), + (0x2F826, 'M', '勉'), + (0x2F827, 'M', '勤'), + (0x2F828, 'M', '勺'), + (0x2F829, 'M', '包'), + (0x2F82A, 'M', '匆'), + (0x2F82B, 'M', '北'), + (0x2F82C, 'M', '卉'), + (0x2F82D, 'M', '卑'), + (0x2F82E, 'M', '博'), + (0x2F82F, 'M', '即'), + (0x2F830, 'M', '卽'), + (0x2F831, 'M', '卿'), + (0x2F834, 'M', '𠨬'), + (0x2F835, 'M', '灰'), + (0x2F836, 'M', '及'), + (0x2F837, 'M', '叟'), + (0x2F838, 'M', '𠭣'), + (0x2F839, 'M', '叫'), + (0x2F83A, 'M', '叱'), + (0x2F83B, 'M', '吆'), + (0x2F83C, 'M', '咞'), + (0x2F83D, 'M', '吸'), + (0x2F83E, 'M', '呈'), + ] + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F83F, 'M', '周'), + (0x2F840, 'M', '咢'), + (0x2F841, 'M', '哶'), + (0x2F842, 'M', '唐'), + (0x2F843, 'M', '啓'), + (0x2F844, 'M', '啣'), + (0x2F845, 'M', '善'), + (0x2F847, 'M', '喙'), + (0x2F848, 'M', '喫'), + (0x2F849, 'M', '喳'), + (0x2F84A, 'M', '嗂'), + (0x2F84B, 'M', '圖'), + (0x2F84C, 'M', '嘆'), + (0x2F84D, 'M', '圗'), + (0x2F84E, 'M', '噑'), + (0x2F84F, 'M', '噴'), + (0x2F850, 'M', '切'), + (0x2F851, 'M', '壮'), + (0x2F852, 'M', '城'), + (0x2F853, 'M', '埴'), + (0x2F854, 'M', '堍'), + (0x2F855, 'M', '型'), + (0x2F856, 'M', '堲'), + (0x2F857, 'M', '報'), + (0x2F858, 'M', '墬'), + (0x2F859, 'M', '𡓤'), + (0x2F85A, 'M', '売'), + (0x2F85B, 'M', '壷'), + (0x2F85C, 'M', '夆'), + (0x2F85D, 'M', '多'), + (0x2F85E, 'M', '夢'), + (0x2F85F, 'M', '奢'), + (0x2F860, 'M', '𡚨'), + (0x2F861, 'M', '𡛪'), + (0x2F862, 'M', '姬'), + (0x2F863, 'M', '娛'), + (0x2F864, 'M', '娧'), + (0x2F865, 'M', '姘'), + (0x2F866, 'M', '婦'), + (0x2F867, 'M', '㛮'), + (0x2F868, 'X'), + (0x2F869, 'M', '嬈'), + (0x2F86A, 'M', '嬾'), + (0x2F86C, 'M', '𡧈'), + (0x2F86D, 'M', '寃'), + (0x2F86E, 'M', '寘'), + (0x2F86F, 'M', '寧'), + (0x2F870, 'M', '寳'), + (0x2F871, 'M', '𡬘'), + (0x2F872, 'M', '寿'), + (0x2F873, 'M', '将'), + (0x2F874, 'X'), + (0x2F875, 'M', '尢'), + (0x2F876, 'M', '㞁'), + (0x2F877, 'M', '屠'), + (0x2F878, 'M', '屮'), + (0x2F879, 'M', '峀'), + (0x2F87A, 'M', '岍'), + (0x2F87B, 'M', '𡷤'), + (0x2F87C, 'M', '嵃'), + (0x2F87D, 'M', '𡷦'), + (0x2F87E, 'M', '嵮'), + (0x2F87F, 'M', '嵫'), + (0x2F880, 'M', '嵼'), + (0x2F881, 'M', '巡'), + (0x2F882, 'M', '巢'), + (0x2F883, 'M', '㠯'), + (0x2F884, 'M', '巽'), + (0x2F885, 'M', '帨'), + (0x2F886, 'M', '帽'), + (0x2F887, 'M', '幩'), + (0x2F888, 'M', '㡢'), + (0x2F889, 'M', '𢆃'), + (0x2F88A, 'M', '㡼'), + (0x2F88B, 'M', '庰'), + (0x2F88C, 'M', '庳'), + (0x2F88D, 'M', '庶'), + (0x2F88E, 'M', '廊'), + (0x2F88F, 'M', '𪎒'), + (0x2F890, 'M', '廾'), + (0x2F891, 'M', '𢌱'), + (0x2F893, 'M', '舁'), + (0x2F894, 'M', '弢'), + (0x2F896, 'M', '㣇'), + (0x2F897, 'M', '𣊸'), + (0x2F898, 'M', '𦇚'), + (0x2F899, 'M', '形'), + (0x2F89A, 'M', '彫'), + (0x2F89B, 'M', '㣣'), + (0x2F89C, 'M', '徚'), + (0x2F89D, 'M', '忍'), + (0x2F89E, 'M', '志'), + (0x2F89F, 'M', '忹'), + (0x2F8A0, 'M', '悁'), + (0x2F8A1, 'M', '㤺'), + (0x2F8A2, 'M', '㤜'), + (0x2F8A3, 'M', '悔'), + (0x2F8A4, 'M', '𢛔'), + (0x2F8A5, 'M', '惇'), + (0x2F8A6, 'M', '慈'), + ] + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F8A7, 'M', '慌'), + (0x2F8A8, 'M', '慎'), + (0x2F8A9, 'M', '慌'), + (0x2F8AA, 'M', '慺'), + (0x2F8AB, 'M', '憎'), + (0x2F8AC, 'M', '憲'), + (0x2F8AD, 'M', '憤'), + (0x2F8AE, 'M', '憯'), + (0x2F8AF, 'M', '懞'), + (0x2F8B0, 'M', '懲'), + (0x2F8B1, 'M', '懶'), + (0x2F8B2, 'M', '成'), + (0x2F8B3, 'M', '戛'), + (0x2F8B4, 'M', '扝'), + (0x2F8B5, 'M', '抱'), + (0x2F8B6, 'M', '拔'), + (0x2F8B7, 'M', '捐'), + (0x2F8B8, 'M', '𢬌'), + (0x2F8B9, 'M', '挽'), + (0x2F8BA, 'M', '拼'), + (0x2F8BB, 'M', '捨'), + (0x2F8BC, 'M', '掃'), + (0x2F8BD, 'M', '揤'), + (0x2F8BE, 'M', '𢯱'), + (0x2F8BF, 'M', '搢'), + (0x2F8C0, 'M', '揅'), + (0x2F8C1, 'M', '掩'), + (0x2F8C2, 'M', '㨮'), + (0x2F8C3, 'M', '摩'), + (0x2F8C4, 'M', '摾'), + (0x2F8C5, 'M', '撝'), + (0x2F8C6, 'M', '摷'), + (0x2F8C7, 'M', '㩬'), + (0x2F8C8, 'M', '敏'), + (0x2F8C9, 'M', '敬'), + (0x2F8CA, 'M', '𣀊'), + (0x2F8CB, 'M', '旣'), + (0x2F8CC, 'M', '書'), + (0x2F8CD, 'M', '晉'), + (0x2F8CE, 'M', '㬙'), + (0x2F8CF, 'M', '暑'), + (0x2F8D0, 'M', '㬈'), + (0x2F8D1, 'M', '㫤'), + (0x2F8D2, 'M', '冒'), + (0x2F8D3, 'M', '冕'), + (0x2F8D4, 'M', '最'), + (0x2F8D5, 'M', '暜'), + (0x2F8D6, 'M', '肭'), + (0x2F8D7, 'M', '䏙'), + (0x2F8D8, 'M', '朗'), + (0x2F8D9, 'M', '望'), + (0x2F8DA, 'M', '朡'), + (0x2F8DB, 'M', '杞'), + (0x2F8DC, 'M', '杓'), + (0x2F8DD, 'M', '𣏃'), + (0x2F8DE, 'M', '㭉'), + (0x2F8DF, 'M', '柺'), + (0x2F8E0, 'M', '枅'), + (0x2F8E1, 'M', '桒'), + (0x2F8E2, 'M', '梅'), + (0x2F8E3, 'M', '𣑭'), + (0x2F8E4, 'M', '梎'), + (0x2F8E5, 'M', '栟'), + (0x2F8E6, 'M', '椔'), + (0x2F8E7, 'M', '㮝'), + (0x2F8E8, 'M', '楂'), + (0x2F8E9, 'M', '榣'), + (0x2F8EA, 'M', '槪'), + (0x2F8EB, 'M', '檨'), + (0x2F8EC, 'M', '𣚣'), + (0x2F8ED, 'M', '櫛'), + (0x2F8EE, 'M', '㰘'), + (0x2F8EF, 'M', '次'), + (0x2F8F0, 'M', '𣢧'), + (0x2F8F1, 'M', '歔'), + (0x2F8F2, 'M', '㱎'), + (0x2F8F3, 'M', '歲'), + (0x2F8F4, 'M', '殟'), + (0x2F8F5, 'M', '殺'), + (0x2F8F6, 'M', '殻'), + (0x2F8F7, 'M', '𣪍'), + (0x2F8F8, 'M', '𡴋'), + (0x2F8F9, 'M', '𣫺'), + (0x2F8FA, 'M', '汎'), + (0x2F8FB, 'M', '𣲼'), + (0x2F8FC, 'M', '沿'), + (0x2F8FD, 'M', '泍'), + (0x2F8FE, 'M', '汧'), + (0x2F8FF, 'M', '洖'), + (0x2F900, 'M', '派'), + (0x2F901, 'M', '海'), + (0x2F902, 'M', '流'), + (0x2F903, 'M', '浩'), + (0x2F904, 'M', '浸'), + (0x2F905, 'M', '涅'), + (0x2F906, 'M', '𣴞'), + (0x2F907, 'M', '洴'), + (0x2F908, 'M', '港'), + (0x2F909, 'M', '湮'), + (0x2F90A, 'M', '㴳'), + ] + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F90B, 'M', '滋'), + (0x2F90C, 'M', '滇'), + (0x2F90D, 'M', '𣻑'), + (0x2F90E, 'M', '淹'), + (0x2F90F, 'M', '潮'), + (0x2F910, 'M', '𣽞'), + (0x2F911, 'M', '𣾎'), + (0x2F912, 'M', '濆'), + (0x2F913, 'M', '瀹'), + (0x2F914, 'M', '瀞'), + (0x2F915, 'M', '瀛'), + (0x2F916, 'M', '㶖'), + (0x2F917, 'M', '灊'), + (0x2F918, 'M', '災'), + (0x2F919, 'M', '灷'), + (0x2F91A, 'M', '炭'), + (0x2F91B, 'M', '𠔥'), + (0x2F91C, 'M', '煅'), + (0x2F91D, 'M', '𤉣'), + (0x2F91E, 'M', '熜'), + (0x2F91F, 'X'), + (0x2F920, 'M', '爨'), + (0x2F921, 'M', '爵'), + (0x2F922, 'M', '牐'), + (0x2F923, 'M', '𤘈'), + (0x2F924, 'M', '犀'), + (0x2F925, 'M', '犕'), + (0x2F926, 'M', '𤜵'), + (0x2F927, 'M', '𤠔'), + (0x2F928, 'M', '獺'), + (0x2F929, 'M', '王'), + (0x2F92A, 'M', '㺬'), + (0x2F92B, 'M', '玥'), + (0x2F92C, 'M', '㺸'), + (0x2F92E, 'M', '瑇'), + (0x2F92F, 'M', '瑜'), + (0x2F930, 'M', '瑱'), + (0x2F931, 'M', '璅'), + (0x2F932, 'M', '瓊'), + (0x2F933, 'M', '㼛'), + (0x2F934, 'M', '甤'), + (0x2F935, 'M', '𤰶'), + (0x2F936, 'M', '甾'), + (0x2F937, 'M', '𤲒'), + (0x2F938, 'M', '異'), + (0x2F939, 'M', '𢆟'), + (0x2F93A, 'M', '瘐'), + (0x2F93B, 'M', '𤾡'), + (0x2F93C, 'M', '𤾸'), + (0x2F93D, 'M', '𥁄'), + (0x2F93E, 'M', '㿼'), + (0x2F93F, 'M', '䀈'), + (0x2F940, 'M', '直'), + (0x2F941, 'M', '𥃳'), + (0x2F942, 'M', '𥃲'), + (0x2F943, 'M', '𥄙'), + (0x2F944, 'M', '𥄳'), + (0x2F945, 'M', '眞'), + (0x2F946, 'M', '真'), + (0x2F948, 'M', '睊'), + (0x2F949, 'M', '䀹'), + (0x2F94A, 'M', '瞋'), + (0x2F94B, 'M', '䁆'), + (0x2F94C, 'M', '䂖'), + (0x2F94D, 'M', '𥐝'), + (0x2F94E, 'M', '硎'), + (0x2F94F, 'M', '碌'), + (0x2F950, 'M', '磌'), + (0x2F951, 'M', '䃣'), + (0x2F952, 'M', '𥘦'), + (0x2F953, 'M', '祖'), + (0x2F954, 'M', '𥚚'), + (0x2F955, 'M', '𥛅'), + (0x2F956, 'M', '福'), + (0x2F957, 'M', '秫'), + (0x2F958, 'M', '䄯'), + (0x2F959, 'M', '穀'), + (0x2F95A, 'M', '穊'), + (0x2F95B, 'M', '穏'), + (0x2F95C, 'M', '𥥼'), + (0x2F95D, 'M', '𥪧'), + (0x2F95F, 'X'), + (0x2F960, 'M', '䈂'), + (0x2F961, 'M', '𥮫'), + (0x2F962, 'M', '篆'), + (0x2F963, 'M', '築'), + (0x2F964, 'M', '䈧'), + (0x2F965, 'M', '𥲀'), + (0x2F966, 'M', '糒'), + (0x2F967, 'M', '䊠'), + (0x2F968, 'M', '糨'), + (0x2F969, 'M', '糣'), + (0x2F96A, 'M', '紀'), + (0x2F96B, 'M', '𥾆'), + (0x2F96C, 'M', '絣'), + (0x2F96D, 'M', '䌁'), + (0x2F96E, 'M', '緇'), + (0x2F96F, 'M', '縂'), + (0x2F970, 'M', '繅'), + (0x2F971, 'M', '䌴'), + ] + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F972, 'M', '𦈨'), + (0x2F973, 'M', '𦉇'), + (0x2F974, 'M', '䍙'), + (0x2F975, 'M', '𦋙'), + (0x2F976, 'M', '罺'), + (0x2F977, 'M', '𦌾'), + (0x2F978, 'M', '羕'), + (0x2F979, 'M', '翺'), + (0x2F97A, 'M', '者'), + (0x2F97B, 'M', '𦓚'), + (0x2F97C, 'M', '𦔣'), + (0x2F97D, 'M', '聠'), + (0x2F97E, 'M', '𦖨'), + (0x2F97F, 'M', '聰'), + (0x2F980, 'M', '𣍟'), + (0x2F981, 'M', '䏕'), + (0x2F982, 'M', '育'), + (0x2F983, 'M', '脃'), + (0x2F984, 'M', '䐋'), + (0x2F985, 'M', '脾'), + (0x2F986, 'M', '媵'), + (0x2F987, 'M', '𦞧'), + (0x2F988, 'M', '𦞵'), + (0x2F989, 'M', '𣎓'), + (0x2F98A, 'M', '𣎜'), + (0x2F98B, 'M', '舁'), + (0x2F98C, 'M', '舄'), + (0x2F98D, 'M', '辞'), + (0x2F98E, 'M', '䑫'), + (0x2F98F, 'M', '芑'), + (0x2F990, 'M', '芋'), + (0x2F991, 'M', '芝'), + (0x2F992, 'M', '劳'), + (0x2F993, 'M', '花'), + (0x2F994, 'M', '芳'), + (0x2F995, 'M', '芽'), + (0x2F996, 'M', '苦'), + (0x2F997, 'M', '𦬼'), + (0x2F998, 'M', '若'), + (0x2F999, 'M', '茝'), + (0x2F99A, 'M', '荣'), + (0x2F99B, 'M', '莭'), + (0x2F99C, 'M', '茣'), + (0x2F99D, 'M', '莽'), + (0x2F99E, 'M', '菧'), + (0x2F99F, 'M', '著'), + (0x2F9A0, 'M', '荓'), + (0x2F9A1, 'M', '菊'), + (0x2F9A2, 'M', '菌'), + (0x2F9A3, 'M', '菜'), + (0x2F9A4, 'M', '𦰶'), + (0x2F9A5, 'M', '𦵫'), + (0x2F9A6, 'M', '𦳕'), + (0x2F9A7, 'M', '䔫'), + (0x2F9A8, 'M', '蓱'), + (0x2F9A9, 'M', '蓳'), + (0x2F9AA, 'M', '蔖'), + (0x2F9AB, 'M', '𧏊'), + (0x2F9AC, 'M', '蕤'), + (0x2F9AD, 'M', '𦼬'), + (0x2F9AE, 'M', '䕝'), + (0x2F9AF, 'M', '䕡'), + (0x2F9B0, 'M', '𦾱'), + (0x2F9B1, 'M', '𧃒'), + (0x2F9B2, 'M', '䕫'), + (0x2F9B3, 'M', '虐'), + (0x2F9B4, 'M', '虜'), + (0x2F9B5, 'M', '虧'), + (0x2F9B6, 'M', '虩'), + (0x2F9B7, 'M', '蚩'), + (0x2F9B8, 'M', '蚈'), + (0x2F9B9, 'M', '蜎'), + (0x2F9BA, 'M', '蛢'), + (0x2F9BB, 'M', '蝹'), + (0x2F9BC, 'M', '蜨'), + (0x2F9BD, 'M', '蝫'), + (0x2F9BE, 'M', '螆'), + (0x2F9BF, 'X'), + (0x2F9C0, 'M', '蟡'), + (0x2F9C1, 'M', '蠁'), + (0x2F9C2, 'M', '䗹'), + (0x2F9C3, 'M', '衠'), + (0x2F9C4, 'M', '衣'), + (0x2F9C5, 'M', '𧙧'), + (0x2F9C6, 'M', '裗'), + (0x2F9C7, 'M', '裞'), + (0x2F9C8, 'M', '䘵'), + (0x2F9C9, 'M', '裺'), + (0x2F9CA, 'M', '㒻'), + (0x2F9CB, 'M', '𧢮'), + (0x2F9CC, 'M', '𧥦'), + (0x2F9CD, 'M', '䚾'), + (0x2F9CE, 'M', '䛇'), + (0x2F9CF, 'M', '誠'), + (0x2F9D0, 'M', '諭'), + (0x2F9D1, 'M', '變'), + (0x2F9D2, 'M', '豕'), + (0x2F9D3, 'M', '𧲨'), + (0x2F9D4, 'M', '貫'), + (0x2F9D5, 'M', '賁'), + ] + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D6, 'M', '贛'), + (0x2F9D7, 'M', '起'), + (0x2F9D8, 'M', '𧼯'), + (0x2F9D9, 'M', '𠠄'), + (0x2F9DA, 'M', '跋'), + (0x2F9DB, 'M', '趼'), + (0x2F9DC, 'M', '跰'), + (0x2F9DD, 'M', '𠣞'), + (0x2F9DE, 'M', '軔'), + (0x2F9DF, 'M', '輸'), + (0x2F9E0, 'M', '𨗒'), + (0x2F9E1, 'M', '𨗭'), + (0x2F9E2, 'M', '邔'), + (0x2F9E3, 'M', '郱'), + (0x2F9E4, 'M', '鄑'), + (0x2F9E5, 'M', '𨜮'), + (0x2F9E6, 'M', '鄛'), + (0x2F9E7, 'M', '鈸'), + (0x2F9E8, 'M', '鋗'), + (0x2F9E9, 'M', '鋘'), + (0x2F9EA, 'M', '鉼'), + (0x2F9EB, 'M', '鏹'), + (0x2F9EC, 'M', '鐕'), + (0x2F9ED, 'M', '𨯺'), + (0x2F9EE, 'M', '開'), + (0x2F9EF, 'M', '䦕'), + (0x2F9F0, 'M', '閷'), + (0x2F9F1, 'M', '𨵷'), + (0x2F9F2, 'M', '䧦'), + (0x2F9F3, 'M', '雃'), + (0x2F9F4, 'M', '嶲'), + (0x2F9F5, 'M', '霣'), + (0x2F9F6, 'M', '𩅅'), + (0x2F9F7, 'M', '𩈚'), + (0x2F9F8, 'M', '䩮'), + (0x2F9F9, 'M', '䩶'), + (0x2F9FA, 'M', '韠'), + (0x2F9FB, 'M', '𩐊'), + (0x2F9FC, 'M', '䪲'), + (0x2F9FD, 'M', '𩒖'), + (0x2F9FE, 'M', '頋'), + (0x2FA00, 'M', '頩'), + (0x2FA01, 'M', '𩖶'), + (0x2FA02, 'M', '飢'), + (0x2FA03, 'M', '䬳'), + (0x2FA04, 'M', '餩'), + (0x2FA05, 'M', '馧'), + (0x2FA06, 'M', '駂'), + (0x2FA07, 'M', '駾'), + (0x2FA08, 'M', '䯎'), + (0x2FA09, 'M', '𩬰'), + (0x2FA0A, 'M', '鬒'), + (0x2FA0B, 'M', '鱀'), + (0x2FA0C, 'M', '鳽'), + (0x2FA0D, 'M', '䳎'), + (0x2FA0E, 'M', '䳭'), + (0x2FA0F, 'M', '鵧'), + (0x2FA10, 'M', '𪃎'), + (0x2FA11, 'M', '䳸'), + (0x2FA12, 'M', '𪄅'), + (0x2FA13, 'M', '𪈎'), + (0x2FA14, 'M', '𪊑'), + (0x2FA15, 'M', '麻'), + (0x2FA16, 'M', '䵖'), + (0x2FA17, 'M', '黹'), + (0x2FA18, 'M', '黾'), + (0x2FA19, 'M', '鼅'), + (0x2FA1A, 'M', '鼏'), + (0x2FA1B, 'M', '鼖'), + (0x2FA1C, 'M', '鼻'), + (0x2FA1D, 'M', '𪘀'), + (0x2FA1E, 'X'), + (0x30000, 'V'), + (0x3134B, 'X'), + (0x31350, 'V'), + (0x323B0, 'X'), + (0xE0100, 'I'), + (0xE01F0, 'X'), + ] + +uts46data = tuple( + _seg_0() + + _seg_1() + + _seg_2() + + _seg_3() + + _seg_4() + + _seg_5() + + _seg_6() + + _seg_7() + + _seg_8() + + _seg_9() + + _seg_10() + + _seg_11() + + _seg_12() + + _seg_13() + + _seg_14() + + _seg_15() + + _seg_16() + + _seg_17() + + _seg_18() + + _seg_19() + + _seg_20() + + _seg_21() + + _seg_22() + + _seg_23() + + _seg_24() + + _seg_25() + + _seg_26() + + _seg_27() + + _seg_28() + + _seg_29() + + _seg_30() + + _seg_31() + + _seg_32() + + _seg_33() + + _seg_34() + + _seg_35() + + _seg_36() + + _seg_37() + + _seg_38() + + _seg_39() + + _seg_40() + + _seg_41() + + _seg_42() + + _seg_43() + + _seg_44() + + _seg_45() + + _seg_46() + + _seg_47() + + _seg_48() + + _seg_49() + + _seg_50() + + _seg_51() + + _seg_52() + + _seg_53() + + _seg_54() + + _seg_55() + + _seg_56() + + _seg_57() + + _seg_58() + + _seg_59() + + _seg_60() + + _seg_61() + + _seg_62() + + _seg_63() + + _seg_64() + + _seg_65() + + _seg_66() + + _seg_67() + + _seg_68() + + _seg_69() + + _seg_70() + + _seg_71() + + _seg_72() + + _seg_73() + + _seg_74() + + _seg_75() + + _seg_76() + + _seg_77() + + _seg_78() + + _seg_79() + + _seg_80() + + _seg_81() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 00000000..1300b866 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,57 @@ +# coding: utf-8 +from .exceptions import * +from .ext import ExtType, Timestamp + +import os +import sys + + +version = (1, 0, 5) +__version__ = "1.0.5" + + +if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2: + from .fallback import Packer, unpackb, Unpacker +else: + try: + from ._cmsgpack import Packer, unpackb, Unpacker + except ImportError: + from .fallback import Packer, unpackb, Unpacker + + +def pack(o, stream, **kwargs): + """ + Pack object `o` and write it to `stream` + + See :class:`Packer` for options. + """ + packer = Packer(**kwargs) + stream.write(packer.pack(o)) + + +def packb(o, **kwargs): + """ + Pack object `o` and return packed bytes + + See :class:`Packer` for options. + """ + return Packer(**kwargs).pack(o) + + +def unpack(stream, **kwargs): + """ + Unpack an object from `stream`. + + Raises `ExtraData` when `stream` contains extra bytes. + See :class:`Unpacker` for options. + """ + data = stream.read() + return unpackb(data, **kwargs) + + +# alias for compatibility to simplejson/marshal/pickle. +load = unpack +loads = unpackb + +dump = pack +dumps = packb diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7aca2f70135fc5771b37cc0918f0fb4d46ce4822 GIT binary patch literal 1857 zcmb7EO>7%Q6rR~1+wt0Nc|W`@J`_Z)V@m z_x7i3HjO|gir3~{1)&FG(H2-o@-T%F+CVn4v5UTwu&^W-dy*-6vMIw_wiQ<~l}M|m zYO7|#PMAre)b_S7d!lPSPwcj3CvUK*&X1A>Y=Isn%59u*`N!IKm-DW?@oBJBd03v&jBAShI z``67g==#7CT9#+f5-w!7M5G1G@v8-iCnuM~=|-LKu4%_3EVR7(mI(V?L8cODngG~R z0anyw#n*~&^8DG0?@mpe{Gc>->B8jH%=CNb&ut0Mg3J?BR%L-uo?P_nV9oN>rN|(( zB0Sn6Zqwj-Xaa1Y@Nwm!I+BA{rLXa4_=>!WYjXR*6TK?e#OZ&?Dr#51tubogg1qu^ zS_ctP>A`G`R6@NRly%Fu^(E?rM0Y|x4D>P!DY3kAI`Y0qh(20zEyhO6aXw|e8c;o` zhfd(LV&ru0TgaCR>Txx?iYp@Hg2HjY6Y+gKv9M&(ImQ#>6`@SQ3D#ftwvr!(($|-zb$F-w8{lV!c5Hog?T6gS`mQM1N*buD6vv zv|a^hp59c_SI?}SS?}LC_{G5+AAb4#FN*#U98smyCs=fPcpMhb^bkW2vFPEh{p)n< zA}UBLAN^;4CDo?dd|no{*cdLRX}) zL+e$k+9?*41Fu|<$`Q{Du(ZwDDh<32NsDnAE?5pDOfSRuQtOlzT4jA{p7Pdt52_`<_p z0BEA^9LnTBANzFd+S|=jziIjPH(J_}8^-}|D@USA7WVTrS+0~xb!MGGK zF0%&X$;&W5Fn(Ms0lg!$RN_gP2ZzG0JV!#FX}@s%YQR%f%XMd=xiJYu5;P<3>?&0r zPX^cC_v!%+Cn*hRJQ{)rQ4(Bn1Iy;BKn58vdUdV}WD&Qb*rU`RrQY(QsU4?7a9FgS ztpjY!7~?un}CbA3$>Y$b7ZbZzwN_}cjG{7XN}FMl(9Z*Z(N zIQIQSYjFIB!*>Qx-dBe2D8t)|td87IjkHoDJLx1oywjV&M|bimJg~hVrE*PWGqtCw w{+`r?m0eT++CGm_X5S9N;@FA1sS^;1I`W8#{@v2NbqyPW_ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2438fa3a111c94744598646ebb93316e5526dce9 GIT binary patch literal 2051 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52cfdf327c59d04055b86bba9d7b2324a4e2df47 GIT binary patch literal 43602 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 34 + elif len(b) == 12: + nanoseconds, seconds = struct.unpack("!Iq", b) + else: + raise ValueError( + "Timestamp type can only be created from 32, 64, or 96-bit byte objects" + ) + return Timestamp(seconds, nanoseconds) + + def to_bytes(self): + """Pack this Timestamp object into bytes. + + Used for pure-Python msgpack packing. + + :returns data: Payload for EXT message with code -1 (timestamp type) + :rtype: bytes + """ + if (self.seconds >> 34) == 0: # seconds is non-negative and fits in 34 bits + data64 = self.nanoseconds << 34 | self.seconds + if data64 & 0xFFFFFFFF00000000 == 0: + # nanoseconds is zero and seconds < 2**32, so timestamp 32 + data = struct.pack("!L", data64) + else: + # timestamp 64 + data = struct.pack("!Q", data64) + else: + # timestamp 96 + data = struct.pack("!Iq", self.nanoseconds, self.seconds) + return data + + @staticmethod + def from_unix(unix_sec): + """Create a Timestamp from posix timestamp in seconds. + + :param unix_float: Posix timestamp in seconds. + :type unix_float: int or float. + """ + seconds = int(unix_sec // 1) + nanoseconds = int((unix_sec % 1) * 10**9) + return Timestamp(seconds, nanoseconds) + + def to_unix(self): + """Get the timestamp as a floating-point value. + + :returns: posix timestamp + :rtype: float + """ + return self.seconds + self.nanoseconds / 1e9 + + @staticmethod + def from_unix_nano(unix_ns): + """Create a Timestamp from posix timestamp in nanoseconds. + + :param int unix_ns: Posix timestamp in nanoseconds. + :rtype: Timestamp + """ + return Timestamp(*divmod(unix_ns, 10**9)) + + def to_unix_nano(self): + """Get the timestamp as a unixtime in nanoseconds. + + :returns: posix timestamp in nanoseconds + :rtype: int + """ + return self.seconds * 10**9 + self.nanoseconds + + def to_datetime(self): + """Get the timestamp as a UTC datetime. + + Python 2 is not supported. + + :rtype: datetime. + """ + return datetime.datetime.fromtimestamp(0, _utc) + datetime.timedelta( + seconds=self.to_unix() + ) + + @staticmethod + def from_datetime(dt): + """Create a Timestamp from datetime with tzinfo. + + Python 2 is not supported. + + :rtype: Timestamp + """ + return Timestamp.from_unix(dt.timestamp()) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 00000000..e8cebc1b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,1010 @@ +"""Fallback pure Python implementation of msgpack""" +from datetime import datetime as _DateTime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 +if PY2: + int_types = (int, long) + + def dict_iteritems(d): + return d.iteritems() + +else: + int_types = int + unicode = str + xrange = range + + def dict_iteritems(d): + return d.items() + + +if sys.version_info < (3, 5): + # Ugly hack... + RecursionError = RuntimeError + + def _is_recursionerror(e): + return ( + len(e.args) == 1 + and isinstance(e.args[0], str) + and e.args[0].startswith("maximum recursion depth exceeded") + ) + +else: + + def _is_recursionerror(e): + return True + + +if hasattr(sys, "pypy_version_info"): + # StringIO is slow on PyPy, StringIO is faster. However: PyPy's own + # StringBuilder is fastest. + from __pypy__ import newlist_hint + + try: + from __pypy__.builders import BytesBuilder as StringBuilder + except ImportError: + from __pypy__.builders import StringBuilder + USING_STRINGBUILDER = True + + class StringIO(object): + def __init__(self, s=b""): + if s: + self.builder = StringBuilder(len(s)) + self.builder.append(s) + else: + self.builder = StringBuilder() + + def write(self, s): + if isinstance(s, memoryview): + s = s.tobytes() + elif isinstance(s, bytearray): + s = bytes(s) + self.builder.append(s) + + def getvalue(self): + return self.builder.build() + +else: + USING_STRINGBUILDER = False + from io import BytesIO as StringIO + + newlist_hint = lambda size: [] + + +from .exceptions import BufferFull, OutOfData, ExtraData, FormatError, StackError + +from .ext import ExtType, Timestamp + + +EX_SKIP = 0 +EX_CONSTRUCT = 1 +EX_READ_ARRAY_HEADER = 2 +EX_READ_MAP_HEADER = 3 + +TYPE_IMMEDIATE = 0 +TYPE_ARRAY = 1 +TYPE_MAP = 2 +TYPE_RAW = 3 +TYPE_BIN = 4 +TYPE_EXT = 5 + +DEFAULT_RECURSE_LIMIT = 511 + + +def _check_type_strict(obj, t, type=type, tuple=tuple): + if type(t) is tuple: + return type(obj) in t + else: + return type(obj) is t + + +def _get_data_from_buffer(obj): + view = memoryview(obj) + if view.itemsize != 1: + raise ValueError("cannot unpack from multi-byte object") + return view + + +def unpackb(packed, **kwargs): + """ + Unpack an object from `packed`. + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``ValueError`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + + See :class:`Unpacker` for options. + """ + unpacker = Unpacker(None, max_buffer_size=len(packed), **kwargs) + unpacker.feed(packed) + try: + ret = unpacker._unpack() + except OutOfData: + raise ValueError("Unpack failed: incomplete input") + except RecursionError as e: + if _is_recursionerror(e): + raise StackError + raise + if unpacker._got_extradata(): + raise ExtraData(ret, unpacker._get_extradata()) + return ret + + +if sys.version_info < (2, 7, 6): + + def _unpack_from(f, b, o=0): + """Explicit type cast for legacy struct.unpack_from""" + return struct.unpack_from(f, bytes(b), o) + +else: + _unpack_from = struct.unpack_from + +_NO_FORMAT_USED = "" +_MSGPACK_HEADERS = { + 0xC4: (1, _NO_FORMAT_USED, TYPE_BIN), + 0xC5: (2, ">H", TYPE_BIN), + 0xC6: (4, ">I", TYPE_BIN), + 0xC7: (2, "Bb", TYPE_EXT), + 0xC8: (3, ">Hb", TYPE_EXT), + 0xC9: (5, ">Ib", TYPE_EXT), + 0xCA: (4, ">f"), + 0xCB: (8, ">d"), + 0xCC: (1, _NO_FORMAT_USED), + 0xCD: (2, ">H"), + 0xCE: (4, ">I"), + 0xCF: (8, ">Q"), + 0xD0: (1, "b"), + 0xD1: (2, ">h"), + 0xD2: (4, ">i"), + 0xD3: (8, ">q"), + 0xD4: (1, "b1s", TYPE_EXT), + 0xD5: (2, "b2s", TYPE_EXT), + 0xD6: (4, "b4s", TYPE_EXT), + 0xD7: (8, "b8s", TYPE_EXT), + 0xD8: (16, "b16s", TYPE_EXT), + 0xD9: (1, _NO_FORMAT_USED, TYPE_RAW), + 0xDA: (2, ">H", TYPE_RAW), + 0xDB: (4, ">I", TYPE_RAW), + 0xDC: (2, ">H", TYPE_ARRAY), + 0xDD: (4, ">I", TYPE_ARRAY), + 0xDE: (2, ">H", TYPE_MAP), + 0xDF: (4, ">I", TYPE_MAP), +} + + +class Unpacker(object): + """Streaming unpacker. + + Arguments: + + :param file_like: + File-like object having `.read(n)` method. + If specified, unpacker reads serialized data from it and :meth:`feed()` is not usable. + + :param int read_size: + Used as `file_like.read(read_size)`. (default: `min(16*1024, max_buffer_size)`) + + :param bool use_list: + If true, unpack msgpack array to Python list. + Otherwise, unpack to Python tuple. (default: True) + + :param bool raw: + If true, unpack msgpack raw to Python bytes. + Otherwise, unpack to Python str by decoding with UTF-8 encoding (default). + + :param int timestamp: + Control how timestamp type is unpacked: + + 0 - Timestamp + 1 - float (Seconds from the EPOCH) + 2 - int (Nanoseconds from the EPOCH) + 3 - datetime.datetime (UTC). Python 2 is not supported. + + :param bool strict_map_key: + If true (default), only str or bytes are accepted for map (dict) keys. + + :param callable object_hook: + When specified, it should be callable. + Unpacker calls it with a dict argument after unpacking msgpack map. + (See also simplejson) + + :param callable object_pairs_hook: + When specified, it should be callable. + Unpacker calls it with a list of key-value pairs after unpacking msgpack map. + (See also simplejson) + + :param str unicode_errors: + The error handler for decoding unicode. (default: 'strict') + This option should be used only when you have msgpack data which + contains invalid UTF-8 string. + + :param int max_buffer_size: + Limits size of data waiting unpacked. 0 means 2**32-1. + The default value is 100*1024*1024 (100MiB). + Raises `BufferFull` exception when it is insufficient. + You should set this parameter when unpacking data from untrusted source. + + :param int max_str_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of str. (default: max_buffer_size) + + :param int max_bin_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of bin. (default: max_buffer_size) + + :param int max_array_len: + Limits max length of array. + (default: max_buffer_size) + + :param int max_map_len: + Limits max length of map. + (default: max_buffer_size//2) + + :param int max_ext_len: + Deprecated, use *max_buffer_size* instead. + Limits max size of ext type. (default: max_buffer_size) + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + file_like=None, + read_size=0, + use_list=True, + raw=False, + timestamp=0, + strict_map_key=True, + object_hook=None, + object_pairs_hook=None, + list_hook=None, + unicode_errors=None, + max_buffer_size=100 * 1024 * 1024, + ext_hook=ExtType, + max_str_len=-1, + max_bin_len=-1, + max_array_len=-1, + max_map_len=-1, + max_ext_len=-1, + ): + if unicode_errors is None: + unicode_errors = "strict" + + if file_like is None: + self._feeding = True + else: + if not callable(file_like.read): + raise TypeError("`file_like.read` must be callable") + self.file_like = file_like + self._feeding = False + + #: array of bytes fed. + self._buffer = bytearray() + #: Which position we currently reads + self._buff_i = 0 + + # When Unpacker is used as an iterable, between the calls to next(), + # the buffer is not "consumed" completely, for efficiency sake. + # Instead, it is done sloppily. To make sure we raise BufferFull at + # the correct moments, we have to keep track of how sloppy we were. + # Furthermore, when the buffer is incomplete (that is: in the case + # we raise an OutOfData) we need to rollback the buffer to the correct + # state, which _buf_checkpoint records. + self._buf_checkpoint = 0 + + if not max_buffer_size: + max_buffer_size = 2**31 - 1 + if max_str_len == -1: + max_str_len = max_buffer_size + if max_bin_len == -1: + max_bin_len = max_buffer_size + if max_array_len == -1: + max_array_len = max_buffer_size + if max_map_len == -1: + max_map_len = max_buffer_size // 2 + if max_ext_len == -1: + max_ext_len = max_buffer_size + + self._max_buffer_size = max_buffer_size + if read_size > self._max_buffer_size: + raise ValueError("read_size must be smaller than max_buffer_size") + self._read_size = read_size or min(self._max_buffer_size, 16 * 1024) + self._raw = bool(raw) + self._strict_map_key = bool(strict_map_key) + self._unicode_errors = unicode_errors + self._use_list = use_list + if not (0 <= timestamp <= 3): + raise ValueError("timestamp must be 0..3") + self._timestamp = timestamp + self._list_hook = list_hook + self._object_hook = object_hook + self._object_pairs_hook = object_pairs_hook + self._ext_hook = ext_hook + self._max_str_len = max_str_len + self._max_bin_len = max_bin_len + self._max_array_len = max_array_len + self._max_map_len = max_map_len + self._max_ext_len = max_ext_len + self._stream_offset = 0 + + if list_hook is not None and not callable(list_hook): + raise TypeError("`list_hook` is not callable") + if object_hook is not None and not callable(object_hook): + raise TypeError("`object_hook` is not callable") + if object_pairs_hook is not None and not callable(object_pairs_hook): + raise TypeError("`object_pairs_hook` is not callable") + if object_hook is not None and object_pairs_hook is not None: + raise TypeError( + "object_pairs_hook and object_hook are mutually " "exclusive" + ) + if not callable(ext_hook): + raise TypeError("`ext_hook` is not callable") + + def feed(self, next_bytes): + assert self._feeding + view = _get_data_from_buffer(next_bytes) + if len(self._buffer) - self._buff_i + len(view) > self._max_buffer_size: + raise BufferFull + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Use extend here: INPLACE_ADD += doesn't reliably typecast memoryview in jython + self._buffer.extend(view) + + def _consume(self): + """Gets rid of the used parts of the buffer.""" + self._stream_offset += self._buff_i - self._buf_checkpoint + self._buf_checkpoint = self._buff_i + + def _got_extradata(self): + return self._buff_i < len(self._buffer) + + def _get_extradata(self): + return self._buffer[self._buff_i :] + + def read_bytes(self, n): + ret = self._read(n, raise_outofdata=False) + self._consume() + return ret + + def _read(self, n, raise_outofdata=True): + # (int) -> bytearray + self._reserve(n, raise_outofdata=raise_outofdata) + i = self._buff_i + ret = self._buffer[i : i + n] + self._buff_i = i + len(ret) + return ret + + def _reserve(self, n, raise_outofdata=True): + remain_bytes = len(self._buffer) - self._buff_i - n + + # Fast path: buffer has n bytes already + if remain_bytes >= 0: + return + + if self._feeding: + self._buff_i = self._buf_checkpoint + raise OutOfData + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Read from file + remain_bytes = -remain_bytes + if remain_bytes + len(self._buffer) > self._max_buffer_size: + raise BufferFull + while remain_bytes > 0: + to_read_bytes = max(self._read_size, remain_bytes) + read_data = self.file_like.read(to_read_bytes) + if not read_data: + break + assert isinstance(read_data, bytes) + self._buffer += read_data + remain_bytes -= len(read_data) + + if len(self._buffer) < n + self._buff_i and raise_outofdata: + self._buff_i = 0 # rollback + raise OutOfData + + def _read_header(self): + typ = TYPE_IMMEDIATE + n = 0 + obj = None + self._reserve(1) + b = self._buffer[self._buff_i] + self._buff_i += 1 + if b & 0b10000000 == 0: + obj = b + elif b & 0b11100000 == 0b11100000: + obj = -1 - (b ^ 0xFF) + elif b & 0b11100000 == 0b10100000: + n = b & 0b00011111 + typ = TYPE_RAW + if n > self._max_str_len: + raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) + obj = self._read(n) + elif b & 0b11110000 == 0b10010000: + n = b & 0b00001111 + typ = TYPE_ARRAY + if n > self._max_array_len: + raise ValueError( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif b & 0b11110000 == 0b10000000: + n = b & 0b00001111 + typ = TYPE_MAP + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) + elif b == 0xC0: + obj = None + elif b == 0xC2: + obj = False + elif b == 0xC3: + obj = True + elif 0xC4 <= b <= 0xC6: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + n = _unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_bin_len: + raise ValueError("%s exceeds max_bin_len(%s)" % (n, self._max_bin_len)) + obj = self._read(n) + elif 0xC7 <= b <= 0xC9: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + L, n = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if L > self._max_ext_len: + raise ValueError("%s exceeds max_ext_len(%s)" % (L, self._max_ext_len)) + obj = self._read(L) + elif 0xCA <= b <= 0xD3: + size, fmt = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + obj = _unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + obj = self._buffer[self._buff_i] + self._buff_i += size + elif 0xD4 <= b <= 0xD8: + size, fmt, typ = _MSGPACK_HEADERS[b] + if self._max_ext_len < size: + raise ValueError( + "%s exceeds max_ext_len(%s)" % (size, self._max_ext_len) + ) + self._reserve(size + 1) + n, obj = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + 1 + elif 0xD9 <= b <= 0xDB: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_str_len: + raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) + obj = self._read(n) + elif 0xDC <= b <= 0xDD: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_array_len: + raise ValueError( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif 0xDE <= b <= 0xDF: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) + else: + raise FormatError("Unknown header: 0x%x" % b) + return typ, n, obj + + def _unpack(self, execute=EX_CONSTRUCT): + typ, n, obj = self._read_header() + + if execute == EX_READ_ARRAY_HEADER: + if typ != TYPE_ARRAY: + raise ValueError("Expected array") + return n + if execute == EX_READ_MAP_HEADER: + if typ != TYPE_MAP: + raise ValueError("Expected map") + return n + # TODO should we eliminate the recursion? + if typ == TYPE_ARRAY: + if execute == EX_SKIP: + for i in xrange(n): + # TODO check whether we need to call `list_hook` + self._unpack(EX_SKIP) + return + ret = newlist_hint(n) + for i in xrange(n): + ret.append(self._unpack(EX_CONSTRUCT)) + if self._list_hook is not None: + ret = self._list_hook(ret) + # TODO is the interaction between `list_hook` and `use_list` ok? + return ret if self._use_list else tuple(ret) + if typ == TYPE_MAP: + if execute == EX_SKIP: + for i in xrange(n): + # TODO check whether we need to call hooks + self._unpack(EX_SKIP) + self._unpack(EX_SKIP) + return + if self._object_pairs_hook is not None: + ret = self._object_pairs_hook( + (self._unpack(EX_CONSTRUCT), self._unpack(EX_CONSTRUCT)) + for _ in xrange(n) + ) + else: + ret = {} + for _ in xrange(n): + key = self._unpack(EX_CONSTRUCT) + if self._strict_map_key and type(key) not in (unicode, bytes): + raise ValueError( + "%s is not allowed for map key" % str(type(key)) + ) + if not PY2 and type(key) is str: + key = sys.intern(key) + ret[key] = self._unpack(EX_CONSTRUCT) + if self._object_hook is not None: + ret = self._object_hook(ret) + return ret + if execute == EX_SKIP: + return + if typ == TYPE_RAW: + if self._raw: + obj = bytes(obj) + else: + obj = obj.decode("utf_8", self._unicode_errors) + return obj + if typ == TYPE_BIN: + return bytes(obj) + if typ == TYPE_EXT: + if n == -1: # timestamp + ts = Timestamp.from_bytes(bytes(obj)) + if self._timestamp == 1: + return ts.to_unix() + elif self._timestamp == 2: + return ts.to_unix_nano() + elif self._timestamp == 3: + return ts.to_datetime() + else: + return ts + else: + return self._ext_hook(n, bytes(obj)) + assert typ == TYPE_IMMEDIATE + return obj + + def __iter__(self): + return self + + def __next__(self): + try: + ret = self._unpack(EX_CONSTRUCT) + self._consume() + return ret + except OutOfData: + self._consume() + raise StopIteration + except RecursionError: + raise StackError + + next = __next__ + + def skip(self): + self._unpack(EX_SKIP) + self._consume() + + def unpack(self): + try: + ret = self._unpack(EX_CONSTRUCT) + except RecursionError: + raise StackError + self._consume() + return ret + + def read_array_header(self): + ret = self._unpack(EX_READ_ARRAY_HEADER) + self._consume() + return ret + + def read_map_header(self): + ret = self._unpack(EX_READ_MAP_HEADER) + self._consume() + return ret + + def tell(self): + return self._stream_offset + + +class Packer(object): + """ + MessagePack Packer + + Usage:: + + packer = Packer() + astream.write(packer.pack(a)) + astream.write(packer.pack(b)) + + Packer's constructor has some keyword arguments: + + :param callable default: + Convert user type to builtin type that Packer supports. + See also simplejson's document. + + :param bool use_single_float: + Use single precision float type for float. (default: False) + + :param bool autoreset: + Reset buffer after each pack and return its content as `bytes`. (default: True). + If set this to false, use `bytes()` to get content and `.reset()` to clear buffer. + + :param bool use_bin_type: + Use bin type introduced in msgpack spec 2.0 for bytes. + It also enables str8 type for unicode. (default: True) + + :param bool strict_types: + If set to true, types will be checked to be exact. Derived classes + from serializable types will not be serialized and will be + treated as unsupported type and forwarded to default. + Additionally tuples will not be serialized as lists. + This is useful when trying to implement accurate serialization + for python types. + + :param bool datetime: + If set to true, datetime with tzinfo is packed into Timestamp type. + Note that the tzinfo is stripped in the timestamp. + You can get UTC datetime with `timestamp=3` option of the Unpacker. + (Python 2 is not supported). + + :param str unicode_errors: + The error handler for encoding unicode. (default: 'strict') + DO NOT USE THIS!! This option is kept for very specific usage. + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + default=None, + use_single_float=False, + autoreset=True, + use_bin_type=True, + strict_types=False, + datetime=False, + unicode_errors=None, + ): + self._strict_types = strict_types + self._use_float = use_single_float + self._autoreset = autoreset + self._use_bin_type = use_bin_type + self._buffer = StringIO() + if PY2 and datetime: + raise ValueError("datetime is not supported in Python 2") + self._datetime = bool(datetime) + self._unicode_errors = unicode_errors or "strict" + if default is not None: + if not callable(default): + raise TypeError("default must be callable") + self._default = default + + def _pack( + self, + obj, + nest_limit=DEFAULT_RECURSE_LIMIT, + check=isinstance, + check_type_strict=_check_type_strict, + ): + default_used = False + if self._strict_types: + check = check_type_strict + list_types = list + else: + list_types = (list, tuple) + while True: + if nest_limit < 0: + raise ValueError("recursion limit exceeded") + if obj is None: + return self._buffer.write(b"\xc0") + if check(obj, bool): + if obj: + return self._buffer.write(b"\xc3") + return self._buffer.write(b"\xc2") + if check(obj, int_types): + if 0 <= obj < 0x80: + return self._buffer.write(struct.pack("B", obj)) + if -0x20 <= obj < 0: + return self._buffer.write(struct.pack("b", obj)) + if 0x80 <= obj <= 0xFF: + return self._buffer.write(struct.pack("BB", 0xCC, obj)) + if -0x80 <= obj < 0: + return self._buffer.write(struct.pack(">Bb", 0xD0, obj)) + if 0xFF < obj <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xCD, obj)) + if -0x8000 <= obj < -0x80: + return self._buffer.write(struct.pack(">Bh", 0xD1, obj)) + if 0xFFFF < obj <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xCE, obj)) + if -0x80000000 <= obj < -0x8000: + return self._buffer.write(struct.pack(">Bi", 0xD2, obj)) + if 0xFFFFFFFF < obj <= 0xFFFFFFFFFFFFFFFF: + return self._buffer.write(struct.pack(">BQ", 0xCF, obj)) + if -0x8000000000000000 <= obj < -0x80000000: + return self._buffer.write(struct.pack(">Bq", 0xD3, obj)) + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = True + continue + raise OverflowError("Integer value out of range") + if check(obj, (bytes, bytearray)): + n = len(obj) + if n >= 2**32: + raise ValueError("%s is too large" % type(obj).__name__) + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, unicode): + obj = obj.encode("utf-8", self._unicode_errors) + n = len(obj) + if n >= 2**32: + raise ValueError("String is too large") + self._pack_raw_header(n) + return self._buffer.write(obj) + if check(obj, memoryview): + n = obj.nbytes + if n >= 2**32: + raise ValueError("Memoryview is too large") + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, float): + if self._use_float: + return self._buffer.write(struct.pack(">Bf", 0xCA, obj)) + return self._buffer.write(struct.pack(">Bd", 0xCB, obj)) + if check(obj, (ExtType, Timestamp)): + if check(obj, Timestamp): + code = -1 + data = obj.to_bytes() + else: + code = obj.code + data = obj.data + assert isinstance(code, int) + assert isinstance(data, bytes) + L = len(data) + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xC7, L)) + elif L <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xC8, L)) + else: + self._buffer.write(struct.pack(">BI", 0xC9, L)) + self._buffer.write(struct.pack("b", code)) + self._buffer.write(data) + return + if check(obj, list_types): + n = len(obj) + self._pack_array_header(n) + for i in xrange(n): + self._pack(obj[i], nest_limit - 1) + return + if check(obj, dict): + return self._pack_map_pairs( + len(obj), dict_iteritems(obj), nest_limit - 1 + ) + + if self._datetime and check(obj, _DateTime) and obj.tzinfo is not None: + obj = Timestamp.from_datetime(obj) + default_used = 1 + continue + + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = 1 + continue + + if self._datetime and check(obj, _DateTime): + raise ValueError("Cannot serialize %r where tzinfo=None" % (obj,)) + + raise TypeError("Cannot serialize %r" % (obj,)) + + def pack(self, obj): + try: + self._pack(obj) + except: + self._buffer = StringIO() # force reset + raise + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_pairs(self, pairs): + self._pack_map_pairs(len(pairs), pairs) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_array_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_array_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_map_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_ext_type(self, typecode, data): + if not isinstance(typecode, int): + raise TypeError("typecode must have int type.") + if not 0 <= typecode <= 127: + raise ValueError("typecode should be 0-127") + if not isinstance(data, bytes): + raise TypeError("data must have bytes type") + L = len(data) + if L > 0xFFFFFFFF: + raise ValueError("Too large data") + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(b"\xc7" + struct.pack("B", L)) + elif L <= 0xFFFF: + self._buffer.write(b"\xc8" + struct.pack(">H", L)) + else: + self._buffer.write(b"\xc9" + struct.pack(">I", L)) + self._buffer.write(struct.pack("B", typecode)) + self._buffer.write(data) + + def _pack_array_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x90 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDC, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDD, n)) + raise ValueError("Array is too large") + + def _pack_map_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x80 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDE, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDF, n)) + raise ValueError("Dict is too large") + + def _pack_map_pairs(self, n, pairs, nest_limit=DEFAULT_RECURSE_LIMIT): + self._pack_map_header(n) + for (k, v) in pairs: + self._pack(k, nest_limit - 1) + self._pack(v, nest_limit - 1) + + def _pack_raw_header(self, n): + if n <= 0x1F: + self._buffer.write(struct.pack("B", 0xA0 + n)) + elif self._use_bin_type and n <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xD9, n)) + elif n <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xDA, n)) + elif n <= 0xFFFFFFFF: + self._buffer.write(struct.pack(">BI", 0xDB, n)) + else: + raise ValueError("Raw is too large") + + def _pack_bin_header(self, n): + if not self._use_bin_type: + return self._pack_raw_header(n) + elif n <= 0xFF: + return self._buffer.write(struct.pack(">BB", 0xC4, n)) + elif n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xC5, n)) + elif n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xC6, n)) + else: + raise ValueError("Bin is too large") + + def bytes(self): + """Return internal buffer contents as bytes object""" + return self._buffer.getvalue() + + def reset(self): + """Reset internal buffer. + + This method is useful only when autoreset=False. + """ + self._buffer = StringIO() + + def getbuffer(self): + """Return view of internal buffer.""" + if USING_STRINGBUILDER or PY2: + return memoryview(self.bytes()) + else: + return self._buffer.getbuffer() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py new file mode 100644 index 00000000..3551bc2d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py @@ -0,0 +1,26 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] + +__title__ = "packaging" +__summary__ = "Core utilities for Python packages" +__uri__ = "https://github.com/pypa/packaging" + +__version__ = "21.3" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "2014-2019 %s" % __author__ diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 00000000..3c50c5dc --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py @@ -0,0 +1,25 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from .__about__ import ( + __author__, + __copyright__, + __email__, + __license__, + __summary__, + __title__, + __uri__, + __version__, +) + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5677e43c54a0e28e3d6afd01375bb91bec33bb73 GIT binary patch literal 656 zcmYL_zi-n(6vxl`?W8Ul5JDX)gTxS!eT~b&FCj`IHV{%-@N&B3F7c_h&$>GY*(_#e zMy!a9zlDh{>J*88prTtRo)cAll0WC?`@ZM*zP}x(k04I`uhF*#LVxSzIw0T1WdO%_ zv_uU3v_izJ&|;0S!J1){wZax_hi%pgJFFXaS&z5N4nkqCut)t-@7yND2orNc&Ig3( zJV~f3An6j4E3x~!;z|pdLeeLM<|dK~-l38wRKz_B%zE~KSrpy&76Dz@T8oP6u8YO1AkxG|Cww1opTd6N(dGPvl>IL2;rn%-W zjBx_(Bkl$MQMnf!jURh}r|tv&Ze-V1&=}TKwcn~)qgA6_1H444TccOQ2K+*oKy>vP zM>64fL17a-<@(IX3{O73!EYtYWA1&BGS*lmS7*GG)mVXt0SS9g6}*i)`(bC0q`)#aM(%Q6ME3%GNm#kUd+U zrElOhQ?@o940y`XN{Zg_;qLh3{^R|gOvVJ`^X$I-O9^=j#d}0=$@T*#52PRk)x=Ov zO~fM;^Vkgdzzq4&jQGeTJTWOxDOr*tdZaw-;(YLoGfAFq#sH#iO6veN6M%)SJExXq zgJlLFjZhlXBLJ-yvhuPod~1wwT`y`>qeDLdXr1Z>Yw5hQ6+oW46rEfWkOhQqxj0}L zFbWtTzUSj$Ddx6C_g)eD|H%$R4&(k!3a&!qj=#tj#bkfSN^2y$6{;!OSLs)ct=X5G zEB4J6t(MbkYqe*})LI%@HPeOt;YG)0Ygw(CR&!Q&c#i6Fc7DOUYUH#Qizk@tG5}R6TzFP@`}CtZn0#_4xJtONKSTV9DW$t{Mxz};Yy)0Sv!m!|;*RnC E6|SU&tN;K2 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd8efb075478925fa43d315efb96a29836a9fe30 GIT binary patch literal 12102 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 G4*v@z-f?dL literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..55d9b53d78e40c6936e7acec3e1271535b6d8234 GIT binary patch literal 6936 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9e490c2e85fa841ed905f91e8d1cef8d1d63215 GIT binary patch literal 3267 zcmc&#&1)M+6rWwKWZ9N1x0Y);b`k|QG-_+Dos^bB2$Tl*1FB1WsV|ExjigQFl`^|_ zk#NBW9|~!q(1Lw*PsR98>BYsDvh>z}z(s{XPINoZxQ>-y4#ef!?qH}l@SkKg>3 zOinO*KFPnR9Yh)X3qtQPx=iPDVh)(jK4WFJ&&t|~uKsM0jW* zQQofe<@H9R?wa;iv(C4;<1LpO-?+t=ncv~gj#;-i&1TE1HJk_e)%&JvdwjWBEIlh$ zxobAVAGMy=@9d;C3a!?bG;ek-++B!>e&o>UJY()Dx)8v0hjcIN`A_#_1!{ zL|iP%W>pk1%c^@6!^}`}piGior11$>~# z0fXCa_cO$avEQ`7&O@hCxq&-9-f!#r~*KVboL7{a|J(QiB??VXjB2J zq?Eb8i?t|#Y!yFU;MJmM@9@FS2#f}rUe*SQrrHoyPdE2D&7U6L0v&?|k$RzN&TzvP5tH z!35#y>=XIFE*U;Wm&_zxGO1P~mlXFX6oJ43{X}wbZ0KTXk1zN7LX~3(MrC>1H;3CS z0P(15AL4JQG3vuO{ktZ_OMDS2+F-b;Wv7J(rQlt584yL44Zs`#K9YmUxMa3v8@Cri zk^m^j_0g|YlJ(ZB!3uiB;h(RNdFGZ0uXkgZ2@}i#gI0Vc>FP0xPV3A z@!WSQnbJaTTD*__Wbsj5VS)g8h0H#XSFD2E2MI-8iLj%fR{{pe620#CL=^NcD7ak! zL=Hml)ev+9^j;0KGYWb$M~gt-j2dBtSI8OanvnUGQOnT_-XyQ$57mwJNIaxPD3^=e qokuiHdzqNivVSv>4_G4e;?Z9GWo%B%K$Rg?`rg@0?sqmVoxTP*4~{PY literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a2d88ae62b038e5557f24f8808240ea8fcd7a524 GIT binary patch literal 14084 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd6fc1bd43b7a7aab1f72ba96855d9d58f5d5be7 GIT binary patch literal 19965 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 xPdE}|iJI&C(#Gbj0l~&q*d_# None: + def unpack(fmt: str) -> int: + try: + data = file.read(struct.calcsize(fmt)) + result: Tuple[int, ...] = struct.unpack(fmt, data) + except struct.error: + raise _ELFFileHeader._InvalidELFFileHeader() + return result[0] + + self.e_ident_magic = unpack(">I") + if self.e_ident_magic != self.ELF_MAGIC_NUMBER: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_class = unpack("B") + if self.e_ident_class not in {self.ELFCLASS32, self.ELFCLASS64}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_data = unpack("B") + if self.e_ident_data not in {self.ELFDATA2LSB, self.ELFDATA2MSB}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_version = unpack("B") + self.e_ident_osabi = unpack("B") + self.e_ident_abiversion = unpack("B") + self.e_ident_pad = file.read(7) + format_h = "H" + format_i = "I" + format_q = "Q" + format_p = format_i if self.e_ident_class == self.ELFCLASS32 else format_q + self.e_type = unpack(format_h) + self.e_machine = unpack(format_h) + self.e_version = unpack(format_i) + self.e_entry = unpack(format_p) + self.e_phoff = unpack(format_p) + self.e_shoff = unpack(format_p) + self.e_flags = unpack(format_i) + self.e_ehsize = unpack(format_h) + self.e_phentsize = unpack(format_h) + self.e_phnum = unpack(format_h) + self.e_shentsize = unpack(format_h) + self.e_shnum = unpack(format_h) + self.e_shstrndx = unpack(format_h) + + +def _get_elf_header() -> Optional[_ELFFileHeader]: + try: + with open(sys.executable, "rb") as f: + elf_header = _ELFFileHeader(f) + except (OSError, TypeError, _ELFFileHeader._InvalidELFFileHeader): + return None + return elf_header + + +def _is_linux_armhf() -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_ARM + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABIMASK + ) == elf_header.EF_ARM_ABI_VER5 + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABI_FLOAT_HARD + ) == elf_header.EF_ARM_ABI_FLOAT_HARD + return result + + +def _is_linux_i686() -> bool: + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_386 + return result + + +def _have_compatible_abi(arch: str) -> bool: + if arch == "armv7l": + return _is_linux_armhf() + if arch == "i686": + return _is_linux_i686() + return arch in {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x"} + + +# If glibc ever changes its major version, we need to know what the last +# minor version was, so we can build the complete list of all versions. +# For now, guess what the highest minor version might be, assume it will +# be 50 for testing. Once this actually happens, update the dictionary +# with the actual value. +_LAST_GLIBC_MINOR: Dict[int, int] = collections.defaultdict(lambda: 50) + + +class _GLibCVersion(NamedTuple): + major: int + minor: int + + +def _glibc_version_string_confstr() -> Optional[str]: + """ + Primary implementation of glibc_version_string using os.confstr. + """ + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module. + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17". + version_string = os.confstr("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.split() + except (AssertionError, AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def _glibc_version_string_ctypes() -> Optional[str]: + """ + Fallback implementation of glibc_version_string using ctypes. + """ + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +def _glibc_version_string() -> Optional[str]: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> Tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + "Expected glibc version with 2 components major.minor," + " got: %s" % version_str, + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache() +def _get_glibc_version() -> Tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(name: str, arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux # noqa + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(linux: str, arch: str) -> Iterator[str]: + if not _have_compatible_abi(arch): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if arch in {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(tag, arch, glibc_version): + yield linux.replace("linux", tag) + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(legacy_tag, arch, glibc_version): + yield linux.replace("linux", legacy_tag) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 00000000..8ac3059b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py @@ -0,0 +1,136 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +import contextlib +import functools +import operator +import os +import re +import struct +import subprocess +import sys +from typing import IO, Iterator, NamedTuple, Optional, Tuple + + +def _read_unpacked(f: IO[bytes], fmt: str) -> Tuple[int, ...]: + return struct.unpack(fmt, f.read(struct.calcsize(fmt))) + + +def _parse_ld_musl_from_elf(f: IO[bytes]) -> Optional[str]: + """Detect musl libc location by parsing the Python executable. + + Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca + ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html + """ + f.seek(0) + try: + ident = _read_unpacked(f, "16B") + except struct.error: + return None + if ident[:4] != tuple(b"\x7fELF"): # Invalid magic, not ELF. + return None + f.seek(struct.calcsize("HHI"), 1) # Skip file type, machine, and version. + + try: + # e_fmt: Format for program header. + # p_fmt: Format for section header. + # p_idx: Indexes to find p_type, p_offset, and p_filesz. + e_fmt, p_fmt, p_idx = { + 1: ("IIIIHHH", "IIIIIIII", (0, 1, 4)), # 32-bit. + 2: ("QQQIHHH", "IIQQQQQQ", (0, 2, 5)), # 64-bit. + }[ident[4]] + except KeyError: + return None + else: + p_get = operator.itemgetter(*p_idx) + + # Find the interpreter section and return its content. + try: + _, e_phoff, _, _, _, e_phentsize, e_phnum = _read_unpacked(f, e_fmt) + except struct.error: + return None + for i in range(e_phnum + 1): + f.seek(e_phoff + e_phentsize * i) + try: + p_type, p_offset, p_filesz = p_get(_read_unpacked(f, p_fmt)) + except struct.error: + return None + if p_type != 3: # Not PT_INTERP. + continue + f.seek(p_offset) + interpreter = os.fsdecode(f.read(p_filesz)).strip("\0") + if "musl" not in interpreter: + return None + return interpreter + return None + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> Optional[_MuslVersion]: + lines = [n for n in (n.strip() for n in output.splitlines()) if n] + if len(lines) < 2 or lines[0][:4] != "musl": + return None + m = re.match(r"Version (\d+)\.(\d+)", lines[1]) + if not m: + return None + return _MuslVersion(major=int(m.group(1)), minor=int(m.group(2))) + + +@functools.lru_cache() +def _get_musl_version(executable: str) -> Optional[_MuslVersion]: + """Detect currently-running musl runtime version. + + This is done by checking the specified executable's dynamic linking + information, and invoking the loader to parse its output for a version + string. If the loader is musl, the output would be something like:: + + musl libc (x86_64) + Version 1.2.2 + Dynamic Program Loader + """ + with contextlib.ExitStack() as stack: + try: + f = stack.enter_context(open(executable, "rb")) + except OSError: + return None + ld = _parse_ld_musl_from_elf(f) + if not ld: + return None + proc = subprocess.run([ld], stderr=subprocess.PIPE, universal_newlines=True) + return _parse_musl_version(proc.stderr) + + +def platform_tags(arch: str) -> Iterator[str]: + """Generate musllinux tags compatible to the current platform. + + :param arch: Should be the part of platform tag after the ``linux_`` + prefix, e.g. ``x86_64``. The ``linux_`` prefix is assumed as a + prerequisite for the current platform to be musllinux-compatible. + + :returns: An iterator of compatible musllinux tags. + """ + sys_musl = _get_musl_version(sys.executable) + if sys_musl is None: # Python not dynamically linked against musl. + return + for minor in range(sys_musl.minor, -1, -1): + yield f"musllinux_{sys_musl.major}_{minor}_{arch}" + + +if __name__ == "__main__": # pragma: no cover + import sysconfig + + plat = sysconfig.get_platform() + assert plat.startswith("linux-"), "not linux" + + print("plat:", plat) + print("musl:", _get_musl_version(sys.executable)) + print("tags:", end=" ") + for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])): + print(t, end="\n ") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 00000000..90a6465f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py @@ -0,0 +1,61 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +class InfinityType: + def __repr__(self) -> str: + return "Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return False + + def __le__(self, other: object) -> bool: + return False + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return True + + def __ge__(self, other: object) -> bool: + return True + + def __neg__(self: object) -> "NegativeInfinityType": + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType: + def __repr__(self) -> str: + return "-Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return True + + def __le__(self, other: object) -> bool: + return True + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return False + + def __ge__(self, other: object) -> bool: + return False + + def __neg__(self: object) -> InfinityType: + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 00000000..540e7a4d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py @@ -0,0 +1,304 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import operator +import os +import platform +import sys +from typing import Any, Callable, Dict, List, Optional, Tuple, Union + +from pip._vendor.pyparsing import ( # noqa: N817 + Forward, + Group, + Literal as L, + ParseException, + ParseResults, + QuotedString, + ZeroOrMore, + stringEnd, + stringStart, +) + +from .specifiers import InvalidSpecifier, Specifier + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +class Node: + def __init__(self, value: Any) -> None: + self.value = value + + def __str__(self) -> str: + return str(self.value) + + def __repr__(self) -> str: + return f"<{self.__class__.__name__}('{self}')>" + + def serialize(self) -> str: + raise NotImplementedError + + +class Variable(Node): + def serialize(self) -> str: + return str(self) + + +class Value(Node): + def serialize(self) -> str: + return f'"{self}"' + + +class Op(Node): + def serialize(self) -> str: + return str(self) + + +VARIABLE = ( + L("implementation_version") + | L("platform_python_implementation") + | L("implementation_name") + | L("python_full_version") + | L("platform_release") + | L("platform_version") + | L("platform_machine") + | L("platform_system") + | L("python_version") + | L("sys_platform") + | L("os_name") + | L("os.name") # PEP-345 + | L("sys.platform") # PEP-345 + | L("platform.version") # PEP-345 + | L("platform.machine") # PEP-345 + | L("platform.python_implementation") # PEP-345 + | L("python_implementation") # undocumented setuptools legacy + | L("extra") # PEP-508 +) +ALIASES = { + "os.name": "os_name", + "sys.platform": "sys_platform", + "platform.version": "platform_version", + "platform.machine": "platform_machine", + "platform.python_implementation": "platform_python_implementation", + "python_implementation": "platform_python_implementation", +} +VARIABLE.setParseAction(lambda s, l, t: Variable(ALIASES.get(t[0], t[0]))) + +VERSION_CMP = ( + L("===") | L("==") | L(">=") | L("<=") | L("!=") | L("~=") | L(">") | L("<") +) + +MARKER_OP = VERSION_CMP | L("not in") | L("in") +MARKER_OP.setParseAction(lambda s, l, t: Op(t[0])) + +MARKER_VALUE = QuotedString("'") | QuotedString('"') +MARKER_VALUE.setParseAction(lambda s, l, t: Value(t[0])) + +BOOLOP = L("and") | L("or") + +MARKER_VAR = VARIABLE | MARKER_VALUE + +MARKER_ITEM = Group(MARKER_VAR + MARKER_OP + MARKER_VAR) +MARKER_ITEM.setParseAction(lambda s, l, t: tuple(t[0])) + +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() + +MARKER_EXPR = Forward() +MARKER_ATOM = MARKER_ITEM | Group(LPAREN + MARKER_EXPR + RPAREN) +MARKER_EXPR << MARKER_ATOM + ZeroOrMore(BOOLOP + MARKER_EXPR) + +MARKER = stringStart + MARKER_EXPR + stringEnd + + +def _coerce_parse_result(results: Union[ParseResults, List[Any]]) -> List[Any]: + if isinstance(results, ParseResults): + return [_coerce_parse_result(i) for i in results] + else: + return results + + +def _format_marker( + marker: Union[List[str], Tuple[Node, ...], str], first: Optional[bool] = True +) -> str: + + assert isinstance(marker, (list, tuple, str)) + + # Sometimes we have a structure like [[...]] which is a single item list + # where the single item is itself it's own list. In that case we want skip + # the rest of this function so that we don't get extraneous () on the + # outside. + if ( + isinstance(marker, list) + and len(marker) == 1 + and isinstance(marker[0], (list, tuple)) + ): + return _format_marker(marker[0]) + + if isinstance(marker, list): + inner = (_format_marker(m, first=False) for m in marker) + if first: + return " ".join(inner) + else: + return "(" + " ".join(inner) + ")" + elif isinstance(marker, tuple): + return " ".join([m.serialize() for m in marker]) + else: + return marker + + +_operators: Dict[str, Operator] = { + "in": lambda lhs, rhs: lhs in rhs, + "not in": lambda lhs, rhs: lhs not in rhs, + "<": operator.lt, + "<=": operator.le, + "==": operator.eq, + "!=": operator.ne, + ">=": operator.ge, + ">": operator.gt, +} + + +def _eval_op(lhs: str, op: Op, rhs: str) -> bool: + try: + spec = Specifier("".join([op.serialize(), rhs])) + except InvalidSpecifier: + pass + else: + return spec.contains(lhs) + + oper: Optional[Operator] = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +class Undefined: + pass + + +_undefined = Undefined() + + +def _get_env(environment: Dict[str, str], name: str) -> str: + value: Union[str, Undefined] = environment.get(name, _undefined) + + if isinstance(value, Undefined): + raise UndefinedEnvironmentName( + f"{name!r} does not exist in evaluation environment." + ) + + return value + + +def _evaluate_markers(markers: List[Any], environment: Dict[str, str]) -> bool: + groups: List[List[bool]] = [[]] + + for marker in markers: + assert isinstance(marker, (list, tuple, str)) + + if isinstance(marker, list): + groups[-1].append(_evaluate_markers(marker, environment)) + elif isinstance(marker, tuple): + lhs, op, rhs = marker + + if isinstance(lhs, Variable): + lhs_value = _get_env(environment, lhs.value) + rhs_value = rhs.value + else: + lhs_value = lhs.value + rhs_value = _get_env(environment, rhs.value) + + groups[-1].append(_eval_op(lhs_value, op, rhs_value)) + else: + assert marker in ["and", "or"] + if marker == "or": + groups.append([]) + + return any(all(item) for item in groups) + + +def format_full_version(info: "sys._version_info") -> str: + version = "{0.major}.{0.minor}.{0.micro}".format(info) + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Dict[str, str]: + iver = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + return { + "implementation_name": implementation_name, + "implementation_version": iver, + "os_name": os.name, + "platform_machine": platform.machine(), + "platform_release": platform.release(), + "platform_system": platform.system(), + "platform_version": platform.version(), + "python_full_version": platform.python_version(), + "platform_python_implementation": platform.python_implementation(), + "python_version": ".".join(platform.python_version_tuple()[:2]), + "sys_platform": sys.platform, + } + + +class Marker: + def __init__(self, marker: str) -> None: + try: + self._markers = _coerce_parse_result(MARKER.parseString(marker)) + except ParseException as e: + raise InvalidMarker( + f"Invalid marker: {marker!r}, parse error at " + f"{marker[e.loc : e.loc + 8]!r}" + ) + + def __str__(self) -> str: + return _format_marker(self._markers) + + def __repr__(self) -> str: + return f"" + + def evaluate(self, environment: Optional[Dict[str, str]] = None) -> bool: + """Evaluate a marker. + + Return the boolean from evaluating the given marker against the + environment. environment is an optional argument to override all or + part of the determined environment. + + The environment is determined from the current Python process. + """ + current_environment = default_environment() + if environment is not None: + current_environment.update(environment) + + return _evaluate_markers(self._markers, current_environment) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 00000000..1eab7dd6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py @@ -0,0 +1,146 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +import string +import urllib.parse +from typing import List, Optional as TOptional, Set + +from pip._vendor.pyparsing import ( # noqa + Combine, + Literal as L, + Optional, + ParseException, + Regex, + Word, + ZeroOrMore, + originalTextFor, + stringEnd, + stringStart, +) + +from .markers import MARKER_EXPR, Marker +from .specifiers import LegacySpecifier, Specifier, SpecifierSet + + +class InvalidRequirement(ValueError): + """ + An invalid requirement was found, users should refer to PEP 508. + """ + + +ALPHANUM = Word(string.ascii_letters + string.digits) + +LBRACKET = L("[").suppress() +RBRACKET = L("]").suppress() +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() +COMMA = L(",").suppress() +SEMICOLON = L(";").suppress() +AT = L("@").suppress() + +PUNCTUATION = Word("-_.") +IDENTIFIER_END = ALPHANUM | (ZeroOrMore(PUNCTUATION) + ALPHANUM) +IDENTIFIER = Combine(ALPHANUM + ZeroOrMore(IDENTIFIER_END)) + +NAME = IDENTIFIER("name") +EXTRA = IDENTIFIER + +URI = Regex(r"[^ ]+")("url") +URL = AT + URI + +EXTRAS_LIST = EXTRA + ZeroOrMore(COMMA + EXTRA) +EXTRAS = (LBRACKET + Optional(EXTRAS_LIST) + RBRACKET)("extras") + +VERSION_PEP440 = Regex(Specifier._regex_str, re.VERBOSE | re.IGNORECASE) +VERSION_LEGACY = Regex(LegacySpecifier._regex_str, re.VERBOSE | re.IGNORECASE) + +VERSION_ONE = VERSION_PEP440 ^ VERSION_LEGACY +VERSION_MANY = Combine( + VERSION_ONE + ZeroOrMore(COMMA + VERSION_ONE), joinString=",", adjacent=False +)("_raw_spec") +_VERSION_SPEC = Optional((LPAREN + VERSION_MANY + RPAREN) | VERSION_MANY) +_VERSION_SPEC.setParseAction(lambda s, l, t: t._raw_spec or "") + +VERSION_SPEC = originalTextFor(_VERSION_SPEC)("specifier") +VERSION_SPEC.setParseAction(lambda s, l, t: t[1]) + +MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker") +MARKER_EXPR.setParseAction( + lambda s, l, t: Marker(s[t._original_start : t._original_end]) +) +MARKER_SEPARATOR = SEMICOLON +MARKER = MARKER_SEPARATOR + MARKER_EXPR + +VERSION_AND_MARKER = VERSION_SPEC + Optional(MARKER) +URL_AND_MARKER = URL + Optional(MARKER) + +NAMED_REQUIREMENT = NAME + Optional(EXTRAS) + (URL_AND_MARKER | VERSION_AND_MARKER) + +REQUIREMENT = stringStart + NAMED_REQUIREMENT + stringEnd +# pyparsing isn't thread safe during initialization, so we do it eagerly, see +# issue #104 +REQUIREMENT.parseString("x[]") + + +class Requirement: + """Parse a requirement. + + Parse a given requirement string into its parts, such as name, specifier, + URL, and extras. Raises InvalidRequirement on a badly-formed requirement + string. + """ + + # TODO: Can we test whether something is contained within a requirement? + # If so how do we do that? Do we need to test against the _name_ of + # the thing as well as the version? What about the markers? + # TODO: Can we normalize the name and extra name? + + def __init__(self, requirement_string: str) -> None: + try: + req = REQUIREMENT.parseString(requirement_string) + except ParseException as e: + raise InvalidRequirement( + f'Parse error at "{ requirement_string[e.loc : e.loc + 8]!r}": {e.msg}' + ) + + self.name: str = req.name + if req.url: + parsed_url = urllib.parse.urlparse(req.url) + if parsed_url.scheme == "file": + if urllib.parse.urlunparse(parsed_url) != req.url: + raise InvalidRequirement("Invalid URL given") + elif not (parsed_url.scheme and parsed_url.netloc) or ( + not parsed_url.scheme and not parsed_url.netloc + ): + raise InvalidRequirement(f"Invalid URL: {req.url}") + self.url: TOptional[str] = req.url + else: + self.url = None + self.extras: Set[str] = set(req.extras.asList() if req.extras else []) + self.specifier: SpecifierSet = SpecifierSet(req.specifier) + self.marker: TOptional[Marker] = req.marker if req.marker else None + + def __str__(self) -> str: + parts: List[str] = [self.name] + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + parts.append(f"[{formatted_extras}]") + + if self.specifier: + parts.append(str(self.specifier)) + + if self.url: + parts.append(f"@ {self.url}") + if self.marker: + parts.append(" ") + + if self.marker: + parts.append(f"; {self.marker}") + + return "".join(parts) + + def __repr__(self) -> str: + return f"" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 00000000..0e218a6f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py @@ -0,0 +1,802 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import abc +import functools +import itertools +import re +import warnings +from typing import ( + Callable, + Dict, + Iterable, + Iterator, + List, + Optional, + Pattern, + Set, + Tuple, + TypeVar, + Union, +) + +from .utils import canonicalize_version +from .version import LegacyVersion, Version, parse + +ParsedVersion = Union[Version, LegacyVersion] +UnparsedVersion = Union[Version, LegacyVersion, str] +VersionTypeVar = TypeVar("VersionTypeVar", bound=UnparsedVersion) +CallableOperator = Callable[[ParsedVersion, str], bool] + + +class InvalidSpecifier(ValueError): + """ + An invalid specifier was found, users should refer to PEP 440. + """ + + +class BaseSpecifier(metaclass=abc.ABCMeta): + @abc.abstractmethod + def __str__(self) -> str: + """ + Returns the str representation of this Specifier like object. This + should be representative of the Specifier itself. + """ + + @abc.abstractmethod + def __hash__(self) -> int: + """ + Returns a hash value for this Specifier like object. + """ + + @abc.abstractmethod + def __eq__(self, other: object) -> bool: + """ + Returns a boolean representing whether or not the two Specifier like + objects are equal. + """ + + @abc.abstractproperty + def prereleases(self) -> Optional[bool]: + """ + Returns whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """ + Sets whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: Optional[bool] = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class _IndividualSpecifier(BaseSpecifier): + + _operators: Dict[str, str] = {} + _regex: Pattern[str] + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: Tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + def __repr__(self) -> str: + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"<{self.__class__.__name__}({str(self)!r}{pre})>" + + def __str__(self) -> str: + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> Tuple[str, str]: + return self._spec[0], canonicalize_version(self._spec[1]) + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + if isinstance(other, str): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._canonical_spec == other._canonical_spec + + def _get_operator(self, op: str) -> CallableOperator: + operator_callable: CallableOperator = getattr( + self, f"_compare_{self._operators[op]}" + ) + return operator_callable + + def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion: + if not isinstance(version, (LegacyVersion, Version)): + version = parse(version) + return version + + @property + def operator(self) -> str: + return self._spec[0] + + @property + def version(self) -> str: + return self._spec[1] + + @property + def prereleases(self) -> Optional[bool]: + return self._prereleases + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __contains__(self, item: str) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version or LegacyVersion, this allows us to have + # a shortcut for ``"2.0" in Specifier(">=2") + normalized_item = self._coerce_version(item) + + # Determine if we should be supporting prereleases in this specifier + # or not, if we do not support prereleases than we can short circuit + # logic if this version is a prereleases. + if normalized_item.is_prerelease and not prereleases: + return False + + # Actually do the comparison to determine if this item is contained + # within this Specifier or not. + operator_callable: CallableOperator = self._get_operator(self.operator) + return operator_callable(normalized_item, self.version) + + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + yielded = False + found_prereleases = [] + + kw = {"prereleases": prereleases if prereleases is not None else True} + + # Attempt to iterate over all the values in the iterable and if any of + # them match, yield them. + for version in iterable: + parsed_version = self._coerce_version(version) + + if self.contains(parsed_version, **kw): + # If our version is a prerelease, and we were not set to allow + # prereleases, then we'll store it for later in case nothing + # else matches this specifier. + if parsed_version.is_prerelease and not ( + prereleases or self.prereleases + ): + found_prereleases.append(version) + # Either this is not a prerelease, or we should have been + # accepting prereleases from the beginning. + else: + yielded = True + yield version + + # Now that we've iterated over everything, determine if we've yielded + # any values, and if we have not and we have any prereleases stored up + # then we will go ahead and yield the prereleases. + if not yielded and found_prereleases: + for version in found_prereleases: + yield version + + +class LegacySpecifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(==|!=|<=|>=|<|>)) + \s* + (?P + [^,;\s)]* # Since this is a "legacy" specifier, and the version + # string can be just about anything, we match everything + # except for whitespace, a semi-colon for marker support, + # a closing paren since versions can be enclosed in + # them, and a comma since it's a version separator. + ) + """ + + _regex = re.compile(r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) + + _operators = { + "==": "equal", + "!=": "not_equal", + "<=": "less_than_equal", + ">=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + } + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + super().__init__(spec, prereleases) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def _coerce_version(self, version: UnparsedVersion) -> LegacyVersion: + if not isinstance(version, LegacyVersion): + version = LegacyVersion(str(version)) + return version + + def _compare_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective == self._coerce_version(spec) + + def _compare_not_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective != self._coerce_version(spec) + + def _compare_less_than_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective <= self._coerce_version(spec) + + def _compare_greater_than_equal( + self, prospective: LegacyVersion, spec: str + ) -> bool: + return prospective >= self._coerce_version(spec) + + def _compare_less_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective < self._coerce_version(spec) + + def _compare_greater_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective > self._coerce_version(spec) + + +def _require_version_compare( + fn: Callable[["Specifier", ParsedVersion, str], bool] +) -> Callable[["Specifier", ParsedVersion, str], bool]: + @functools.wraps(fn) + def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: + if not isinstance(prospective, Version): + return False + return fn(self, prospective, spec) + + return wrapped + + +class Specifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + (?P + (?: + # The identity operators allow for an escape hatch that will + # do an exact string match of the version you wish to install. + # This will not be parsed by PEP 440 and we cannot determine + # any semantic meaning from it. This operator is discouraged + # but included entirely as an escape hatch. + (?<====) # Only match for the identity operator + \s* + [^\s]* # We just match everything, except for whitespace + # since we are only testing for strict identity. + ) + | + (?: + # The (non)equality operators allow for wild card and local + # versions to be specified so we have to define these two + # operators separately to enable that. + (?<===|!=) # Only match for equals and not equals + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)* # release + (?: # pre release + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + + # You cannot use a wild card and a dev or local version + # together so group them with a | and make them optional. + (?: + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + | + \.\* # Wild card syntax of .* + )? + ) + | + (?: + # The compatible operator requires at least two digits in the + # release segment. + (?<=~=) # Only match for the compatible operator + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *) + (?: # pre release + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + ) + | + (?: + # All other operators only allow a sub set of what the + # (non)equality operators do. Specifically they do not allow + # local versions to be specified nor do they allow the prefix + # matching wild cards. + (?=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + "===": "arbitrary", + } + + @_require_version_compare + def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: + + # Compatible releases have an equivalent combination of >= and ==. That + # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to + # implement this in terms of the other specifiers instead of + # implementing it ourselves. The only thing we need to do is construct + # the other specifiers. + + # We want everything but the last item in the version, but we want to + # ignore suffix segments. + prefix = ".".join( + list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] + ) + + # Add the prefix notation to the end of our string + prefix += ".*" + + return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( + prospective, prefix + ) + + @_require_version_compare + def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: + + # We need special logic to handle prefix matching + if spec.endswith(".*"): + # In the case of prefix matching we want to ignore local segment. + prospective = Version(prospective.public) + # Split the spec out by dots, and pretend that there is an implicit + # dot in between a release segment and a pre-release segment. + split_spec = _version_split(spec[:-2]) # Remove the trailing .* + + # Split the prospective version out by dots, and pretend that there + # is an implicit dot in between a release segment and a pre-release + # segment. + split_prospective = _version_split(str(prospective)) + + # Shorten the prospective version to be the same length as the spec + # so that we can determine if the specifier is a prefix of the + # prospective version or not. + shortened_prospective = split_prospective[: len(split_spec)] + + # Pad out our two sides with zeros so that they both equal the same + # length. + padded_spec, padded_prospective = _pad_version( + split_spec, shortened_prospective + ) + + return padded_prospective == padded_spec + else: + # Convert our spec string into a Version + spec_version = Version(spec) + + # If the specifier does not have a local segment, then we want to + # act as if the prospective version also does not have a local + # segment. + if not spec_version.local: + prospective = Version(prospective.public) + + return prospective == spec_version + + @_require_version_compare + def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + @_require_version_compare + def _compare_less_than_equal(self, prospective: ParsedVersion, spec: str) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) <= Version(spec) + + @_require_version_compare + def _compare_greater_than_equal( + self, prospective: ParsedVersion, spec: str + ) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) >= Version(spec) + + @_require_version_compare + def _compare_less_than(self, prospective: ParsedVersion, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is less than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective < spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a pre-release version, that we do not accept pre-release + # versions for the version mentioned in the specifier (e.g. <3.1 should + # not match 3.1.dev0, but should match 3.0.dev0). + if not spec.is_prerelease and prospective.is_prerelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # less than the spec version *and* it's not a pre-release of the same + # version in the spec. + return True + + @_require_version_compare + def _compare_greater_than(self, prospective: ParsedVersion, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is greater than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective > spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a post-release version, that we do not accept + # post-release versions for the version mentioned in the specifier + # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). + if not spec.is_postrelease and prospective.is_postrelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # Ensure that we do not allow a local version of the version mentioned + # in the specifier, which is technically greater than, to match. + if prospective.local is not None: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # greater than the spec version *and* it's not a pre-release of the + # same version in the spec. + return True + + def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: + return str(prospective).lower() == str(spec).lower() + + @property + def prereleases(self) -> bool: + + # If there is an explicit prereleases set for this, then we'll just + # blindly use that. + if self._prereleases is not None: + return self._prereleases + + # Look at all of our specifiers and determine if they are inclusive + # operators, and if they are if they are including an explicit + # prerelease. + operator, version = self._spec + if operator in ["==", ">=", "<=", "~=", "==="]: + # The == specifier can include a trailing .*, if it does we + # want to remove before parsing. + if operator == "==" and version.endswith(".*"): + version = version[:-2] + + # Parse the version, and if it is a pre-release than this + # specifier allows pre-releases. + if parse(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> List[str]: + result: List[str] = [] + for item in version.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _is_not_suffix(segment: str) -> bool: + return not any( + segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") + ) + + +def _pad_version(left: List[str], right: List[str]) -> Tuple[List[str], List[str]]: + left_split, right_split = [], [] + + # Get the release segment of our versions + left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) + right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) + + # Get the rest of our versions + left_split.append(left[len(left_split[0]) :]) + right_split.append(right[len(right_split[0]) :]) + + # Insert our padding + left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) + right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) + + return (list(itertools.chain(*left_split)), list(itertools.chain(*right_split))) + + +class SpecifierSet(BaseSpecifier): + def __init__( + self, specifiers: str = "", prereleases: Optional[bool] = None + ) -> None: + + # Split on , to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Parsed each individual specifier, attempting first to make it a + # Specifier and falling back to a LegacySpecifier. + parsed: Set[_IndividualSpecifier] = set() + for specifier in split_specifiers: + try: + parsed.add(Specifier(specifier)) + except InvalidSpecifier: + parsed.add(LegacySpecifier(specifier)) + + # Turn our parsed specifiers into a frozen set and save them for later. + self._specs = frozenset(parsed) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + def __repr__(self) -> str: + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: Union["SpecifierSet", str]) -> "SpecifierSet": + if isinstance(other, str): + other = SpecifierSet(other) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + specifier = SpecifierSet() + specifier._specs = frozenset(self._specs | other._specs) + + if self._prereleases is None and other._prereleases is not None: + specifier._prereleases = other._prereleases + elif self._prereleases is not None and other._prereleases is None: + specifier._prereleases = self._prereleases + elif self._prereleases == other._prereleases: + specifier._prereleases = self._prereleases + else: + raise ValueError( + "Cannot combine SpecifierSets with True and False prerelease " + "overrides." + ) + + return specifier + + def __eq__(self, other: object) -> bool: + if isinstance(other, (str, _IndividualSpecifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + return len(self._specs) + + def __iter__(self) -> Iterator[_IndividualSpecifier]: + return iter(self._specs) + + @property + def prereleases(self) -> Optional[bool]: + + # If we have been given an explicit prerelease modifier, then we'll + # pass that through here. + if self._prereleases is not None: + return self._prereleases + + # If we don't have any specifiers, and we don't have a forced value, + # then we'll just return None since we don't know if this should have + # pre-releases or not. + if not self._specs: + return None + + # Otherwise we'll see if any of the given specifiers accept + # prereleases, if any of them do we'll return True, otherwise False. + return any(s.prereleases for s in self._specs) + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __contains__(self, item: UnparsedVersion) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Ensure that our item is a Version or LegacyVersion instance. + if not isinstance(item, (LegacyVersion, Version)): + item = parse(item) + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # We can determine if we're going to allow pre-releases by looking to + # see if any of the underlying items supports them. If none of them do + # and this item is a pre-release then we do not allow it and we can + # short circuit that here. + # Note: This means that 1.0.dev1 would not be contained in something + # like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0 + if not prereleases and item.is_prerelease: + return False + + # We simply dispatch to the underlying specs here to make sure that the + # given version is contained within all of them. + # Note: This use of all() here means that an empty set of specifiers + # will always return True, this is an explicit design decision. + return all(s.contains(item, prereleases=prereleases) for s in self._specs) + + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # If we have any specifiers, then we want to wrap our iterable in the + # filter method for each one, this will act as a logical AND amongst + # each specifier. + if self._specs: + for spec in self._specs: + iterable = spec.filter(iterable, prereleases=bool(prereleases)) + return iterable + # If we do not have any specifiers, then we need to have a rough filter + # which will filter out any pre-releases, unless there are no final + # releases, and which will filter out LegacyVersion in general. + else: + filtered: List[VersionTypeVar] = [] + found_prereleases: List[VersionTypeVar] = [] + + item: UnparsedVersion + parsed_version: Union[Version, LegacyVersion] + + for item in iterable: + # Ensure that we some kind of Version class for this item. + if not isinstance(item, (LegacyVersion, Version)): + parsed_version = parse(item) + else: + parsed_version = item + + # Filter out any item which is parsed as a LegacyVersion + if isinstance(parsed_version, LegacyVersion): + continue + + # Store any item which is a pre-release for later unless we've + # already found a final version or we are accepting prereleases + if parsed_version.is_prerelease and not prereleases: + if not filtered: + found_prereleases.append(item) + else: + filtered.append(item) + + # If we've found no items except for pre-releases, then we'll go + # ahead and use the pre-releases + if not filtered and found_prereleases and prereleases is None: + return found_prereleases + + return filtered diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 00000000..9a3d25a7 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py @@ -0,0 +1,487 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import logging +import platform +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Optional, + Sequence, + Tuple, + Union, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +MacVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: Dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = sys.maxsize <= 2 ** 32 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> FrozenSet[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> Union[int, str, None]: + value = sysconfig.get_config_var(name) + if value is None and warn: + logger.debug( + "Config variable '%s' is unset, Python ABI tag may be incorrect", name + ) + return value + + +def _normalize_string(string: str) -> str: + return string.replace(".", "_").replace("-", "_") + + +def _abi3_applies(python_version: PythonVersion) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) + + +def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: + py_version = tuple(py_version) # To allow for version comparison. + abis = [] + version = _version_nodot(py_version[:2]) + debug = pymalloc = ucs4 = "" + with_debug = _get_config_var("Py_DEBUG", warn) + has_refcount = hasattr(sys, "gettotalrefcount") + # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled + # extension modules is the best option. + # https://github.com/pypa/pip/issues/3383#issuecomment-173267692 + has_ext = "_d.pyd" in EXTENSION_SUFFIXES + if with_debug or (with_debug is None and (has_refcount or has_ext)): + debug = "d" + if py_version < (3, 8): + with_pymalloc = _get_config_var("WITH_PYMALLOC", warn) + if with_pymalloc or with_pymalloc is None: + pymalloc = "m" + if py_version < (3, 3): + unicode_size = _get_config_var("Py_UNICODE_SIZE", warn) + if unicode_size == 4 or ( + unicode_size is None and sys.maxunicode == 0x10FFFF + ): + ucs4 = "u" + elif debug: + # Debug builds can also load "normal" extension modules. + # We can also assume no UCS-4 or pymalloc requirement. + abis.append(f"cp{version}") + abis.insert( + 0, + "cp{version}{debug}{pymalloc}{ucs4}".format( + version=version, debug=debug, pymalloc=pymalloc, ucs4=ucs4 + ), + ) + return abis + + +def cpython_tags( + python_version: Optional[PythonVersion] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a CPython interpreter. + + The tags consist of: + - cp-- + - cp-abi3- + - cp-none- + - cp-abi3- # Older Python versions down to 3.2. + + If python_version only specifies a major version then user-provided ABIs and + the 'none' ABItag will be used. + + If 'abi3' or 'none' are specified in 'abis' then they will be yielded at + their normal position and not at the beginning. + """ + if not python_version: + python_version = sys.version_info[:2] + + interpreter = f"cp{_version_nodot(python_version[:2])}" + + if abis is None: + if len(python_version) > 1: + abis = _cpython_abis(python_version, warn) + else: + abis = [] + abis = list(abis) + # 'abi3' and 'none' are explicitly handled later. + for explicit_abi in ("abi3", "none"): + try: + abis.remove(explicit_abi) + except ValueError: + pass + + platforms = list(platforms or platform_tags()) + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + if _abi3_applies(python_version): + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if _abi3_applies(python_version): + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> Iterator[str]: + abi = sysconfig.get_config_var("SOABI") + if abi: + yield _normalize_string(abi) + + +def generic_tags( + interpreter: Optional[str] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a generic interpreter. + + The tags consist of: + - -- + + The "none" ABI will be added if it was not explicitly provided. + """ + if not interpreter: + interp_name = interpreter_name() + interp_version = interpreter_version(warn=warn) + interpreter = "".join([interp_name, interp_version]) + if abis is None: + abis = _generic_abi() + platforms = list(platforms or platform_tags()) + abis = list(abis) + if "none" not in abis: + abis.append("none") + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + +def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: + """ + Yields Python versions in descending order. + + After the latest version, the major-only version will be yielded, and then + all previous versions of that major version. + """ + if len(py_version) > 1: + yield f"py{_version_nodot(py_version[:2])}" + yield f"py{py_version[0]}" + if len(py_version) > 1: + for minor in range(py_version[1] - 1, -1, -1): + yield f"py{_version_nodot((py_version[0], minor))}" + + +def compatible_tags( + python_version: Optional[PythonVersion] = None, + interpreter: Optional[str] = None, + platforms: Optional[Iterable[str]] = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> List[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: Optional[MacVersion] = None, arch: Optional[str] = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv7l" + _, arch = linux.split("_", 1) + yield from _manylinux.platform_tags(linux, arch) + yield from _musllinux.platform_tags(arch) + yield linux + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + """ + name = sys.implementation.name + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(*, warn: bool = False) -> str: + """ + Returns the version of the running interpreter. + """ + version = _get_config_var("py_version_nodot", warn=warn) + if version: + version = str(version) + else: + version = _version_nodot(sys.version_info[:2]) + return version + + +def _version_nodot(version: PythonVersion) -> str: + return "".join(map(str, version)) + + +def sys_tags(*, warn: bool = False) -> Iterator[Tag]: + """ + Returns the sequence of tag triples for the running interpreter. + + The order of the sequence corresponds to priority order for the + interpreter, from most to least important. + """ + + interp_name = interpreter_name() + if interp_name == "cp": + yield from cpython_tags(warn=warn) + else: + yield from generic_tags() + + if interp_name == "pp": + yield from compatible_tags(interpreter="pp3") + else: + yield from compatible_tags() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 00000000..bab11b80 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py @@ -0,0 +1,136 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +from typing import FrozenSet, NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class InvalidWheelFilename(ValueError): + """ + An invalid wheel filename was found, users should refer to PEP 427. + """ + + +class InvalidSdistFilename(ValueError): + """ + An invalid sdist filename was found, users should refer to the packaging user guide. + """ + + +_canonicalize_regex = re.compile(r"[-_.]+") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str) -> NormalizedName: + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def canonicalize_version(version: Union[Version, str]) -> str: + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + if isinstance(version, str): + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + else: + parsed = version + + parts = [] + + # Epoch + if parsed.epoch != 0: + parts.append(f"{parsed.epoch}!") + + # Release segment + # NB: This strips trailing '.0's to normalize + parts.append(re.sub(r"(\.0)+$", "", ".".join(str(x) for x in parsed.release))) + + # Pre-release + if parsed.pre is not None: + parts.append("".join(str(x) for x in parsed.pre)) + + # Post-release + if parsed.post is not None: + parts.append(f".post{parsed.post}") + + # Development release + if parsed.dev is not None: + parts.append(f".dev{parsed.dev}") + + # Local version segment + if parsed.local is not None: + parts.append(f"+{parsed.local}") + + return "".join(parts) + + +def parse_wheel_filename( + filename: str, +) -> Tuple[NormalizedName, Version, BuildTag, FrozenSet[Tag]]: + if not filename.endswith(".whl"): + raise InvalidWheelFilename( + f"Invalid wheel filename (extension must be '.whl'): {filename}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename}" + ) + + parts = filename.split("-", dashes - 2) + name_part = parts[0] + # See PEP 427 for the rules on escaping the project name + if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: + raise InvalidWheelFilename(f"Invalid project name: {filename}") + name = canonicalize_name(name_part) + version = Version(parts[1]) + if dashes == 5: + build_part = parts[2] + build_match = _build_tag_regex.match(build_part) + if build_match is None: + raise InvalidWheelFilename( + f"Invalid build number: {build_part} in '{filename}'" + ) + build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) + else: + build = () + tags = parse_tag(parts[-1]) + return (name, version, build, tags) + + +def parse_sdist_filename(filename: str) -> Tuple[NormalizedName, Version]: + if filename.endswith(".tar.gz"): + file_stem = filename[: -len(".tar.gz")] + elif filename.endswith(".zip"): + file_stem = filename[: -len(".zip")] + else: + raise InvalidSdistFilename( + f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" + f" {filename}" + ) + + # We are requiring a PEP 440 version, which cannot contain dashes, + # so we split on the last dash. + name_part, sep, version_part = file_stem.rpartition("-") + if not sep: + raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") + + name = canonicalize_name(name_part) + version = Version(version_part) + return (name, version) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 00000000..de9a09a4 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py @@ -0,0 +1,504 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import collections +import itertools +import re +import warnings +from typing import Callable, Iterator, List, Optional, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["parse", "Version", "LegacyVersion", "InvalidVersion", "VERSION_PATTERN"] + +InfiniteTypes = Union[InfinityType, NegativeInfinityType] +PrePostDevType = Union[InfiniteTypes, Tuple[str, int]] +SubLocalType = Union[InfiniteTypes, int, str] +LocalType = Union[ + NegativeInfinityType, + Tuple[ + Union[ + SubLocalType, + Tuple[SubLocalType, str], + Tuple[NegativeInfinityType, SubLocalType], + ], + ..., + ], +] +CmpKey = Tuple[ + int, Tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType +] +LegacyCmpKey = Tuple[int, Tuple[str, ...]] +VersionComparisonMethod = Callable[ + [Union[CmpKey, LegacyCmpKey], Union[CmpKey, LegacyCmpKey]], bool +] + +_Version = collections.namedtuple( + "_Version", ["epoch", "release", "dev", "pre", "post", "local"] +) + + +def parse(version: str) -> Union["LegacyVersion", "Version"]: + """ + Parse the given version string and return either a :class:`Version` object + or a :class:`LegacyVersion` object depending on if the given version is + a valid PEP 440 version or a legacy version. + """ + try: + return Version(version) + except InvalidVersion: + return LegacyVersion(version) + + +class InvalidVersion(ValueError): + """ + An invalid version was found, users should refer to PEP 440. + """ + + +class _BaseVersion: + _key: Union[CmpKey, LegacyCmpKey] + + def __hash__(self) -> int: + return hash(self._key) + + # Please keep the duplicated `isinstance` check + # in the six comparisons hereunder + # unless you find a way to avoid adding overhead function calls. + def __lt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key < other._key + + def __le__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key <= other._key + + def __eq__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key == other._key + + def __ge__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key >= other._key + + def __gt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key > other._key + + def __ne__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key != other._key + + +class LegacyVersion(_BaseVersion): + def __init__(self, version: str) -> None: + self._version = str(version) + self._key = _legacy_cmpkey(self._version) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def __str__(self) -> str: + return self._version + + def __repr__(self) -> str: + return f"" + + @property + def public(self) -> str: + return self._version + + @property + def base_version(self) -> str: + return self._version + + @property + def epoch(self) -> int: + return -1 + + @property + def release(self) -> None: + return None + + @property + def pre(self) -> None: + return None + + @property + def post(self) -> None: + return None + + @property + def dev(self) -> None: + return None + + @property + def local(self) -> None: + return None + + @property + def is_prerelease(self) -> bool: + return False + + @property + def is_postrelease(self) -> bool: + return False + + @property + def is_devrelease(self) -> bool: + return False + + +_legacy_version_component_re = re.compile(r"(\d+ | [a-z]+ | \.| -)", re.VERBOSE) + +_legacy_version_replacement_map = { + "pre": "c", + "preview": "c", + "-": "final-", + "rc": "c", + "dev": "@", +} + + +def _parse_version_parts(s: str) -> Iterator[str]: + for part in _legacy_version_component_re.split(s): + part = _legacy_version_replacement_map.get(part, part) + + if not part or part == ".": + continue + + if part[:1] in "0123456789": + # pad for numeric comparison + yield part.zfill(8) + else: + yield "*" + part + + # ensure that alpha/beta/candidate are before final + yield "*final" + + +def _legacy_cmpkey(version: str) -> LegacyCmpKey: + + # We hardcode an epoch of -1 here. A PEP 440 version can only have a epoch + # greater than or equal to 0. This will effectively put the LegacyVersion, + # which uses the defacto standard originally implemented by setuptools, + # as before all PEP 440 versions. + epoch = -1 + + # This scheme is taken from pkg_resources.parse_version setuptools prior to + # it's adoption of the packaging library. + parts: List[str] = [] + for part in _parse_version_parts(version.lower()): + if part.startswith("*"): + # remove "-" before a prerelease tag + if part < "*final": + while parts and parts[-1] == "*final-": + parts.pop() + + # remove trailing zeros from each series of numeric parts + while parts and parts[-1] == "00000000": + parts.pop() + + parts.append(part) + + return epoch, tuple(parts) + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P
                                              # pre-release
    +            [-_\.]?
    +            (?P(a|b|c|rc|alpha|beta|pre|preview))
    +            [-_\.]?
    +            (?P[0-9]+)?
    +        )?
    +        (?P                                         # post release
    +            (?:-(?P[0-9]+))
    +            |
    +            (?:
    +                [-_\.]?
    +                (?Ppost|rev|r)
    +                [-_\.]?
    +                (?P[0-9]+)?
    +            )
    +        )?
    +        (?P                                          # dev release
    +            [-_\.]?
    +            (?Pdev)
    +            [-_\.]?
    +            (?P[0-9]+)?
    +        )?
    +    )
    +    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
    +"""
    +
    +
    +class Version(_BaseVersion):
    +
    +    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
    +
    +    def __init__(self, version: str) -> None:
    +
    +        # Validate the version and parse it into pieces
    +        match = self._regex.search(version)
    +        if not match:
    +            raise InvalidVersion(f"Invalid version: '{version}'")
    +
    +        # Store the parsed out pieces of the version
    +        self._version = _Version(
    +            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
    +            release=tuple(int(i) for i in match.group("release").split(".")),
    +            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
    +            post=_parse_letter_version(
    +                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
    +            ),
    +            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
    +            local=_parse_local_version(match.group("local")),
    +        )
    +
    +        # Generate a key which will be used for sorting
    +        self._key = _cmpkey(
    +            self._version.epoch,
    +            self._version.release,
    +            self._version.pre,
    +            self._version.post,
    +            self._version.dev,
    +            self._version.local,
    +        )
    +
    +    def __repr__(self) -> str:
    +        return f""
    +
    +    def __str__(self) -> str:
    +        parts = []
    +
    +        # Epoch
    +        if self.epoch != 0:
    +            parts.append(f"{self.epoch}!")
    +
    +        # Release segment
    +        parts.append(".".join(str(x) for x in self.release))
    +
    +        # Pre-release
    +        if self.pre is not None:
    +            parts.append("".join(str(x) for x in self.pre))
    +
    +        # Post-release
    +        if self.post is not None:
    +            parts.append(f".post{self.post}")
    +
    +        # Development release
    +        if self.dev is not None:
    +            parts.append(f".dev{self.dev}")
    +
    +        # Local version segment
    +        if self.local is not None:
    +            parts.append(f"+{self.local}")
    +
    +        return "".join(parts)
    +
    +    @property
    +    def epoch(self) -> int:
    +        _epoch: int = self._version.epoch
    +        return _epoch
    +
    +    @property
    +    def release(self) -> Tuple[int, ...]:
    +        _release: Tuple[int, ...] = self._version.release
    +        return _release
    +
    +    @property
    +    def pre(self) -> Optional[Tuple[str, int]]:
    +        _pre: Optional[Tuple[str, int]] = self._version.pre
    +        return _pre
    +
    +    @property
    +    def post(self) -> Optional[int]:
    +        return self._version.post[1] if self._version.post else None
    +
    +    @property
    +    def dev(self) -> Optional[int]:
    +        return self._version.dev[1] if self._version.dev else None
    +
    +    @property
    +    def local(self) -> Optional[str]:
    +        if self._version.local:
    +            return ".".join(str(x) for x in self._version.local)
    +        else:
    +            return None
    +
    +    @property
    +    def public(self) -> str:
    +        return str(self).split("+", 1)[0]
    +
    +    @property
    +    def base_version(self) -> str:
    +        parts = []
    +
    +        # Epoch
    +        if self.epoch != 0:
    +            parts.append(f"{self.epoch}!")
    +
    +        # Release segment
    +        parts.append(".".join(str(x) for x in self.release))
    +
    +        return "".join(parts)
    +
    +    @property
    +    def is_prerelease(self) -> bool:
    +        return self.dev is not None or self.pre is not None
    +
    +    @property
    +    def is_postrelease(self) -> bool:
    +        return self.post is not None
    +
    +    @property
    +    def is_devrelease(self) -> bool:
    +        return self.dev is not None
    +
    +    @property
    +    def major(self) -> int:
    +        return self.release[0] if len(self.release) >= 1 else 0
    +
    +    @property
    +    def minor(self) -> int:
    +        return self.release[1] if len(self.release) >= 2 else 0
    +
    +    @property
    +    def micro(self) -> int:
    +        return self.release[2] if len(self.release) >= 3 else 0
    +
    +
    +def _parse_letter_version(
    +    letter: str, number: Union[str, bytes, SupportsInt]
    +) -> Optional[Tuple[str, int]]:
    +
    +    if letter:
    +        # We consider there to be an implicit 0 in a pre-release if there is
    +        # not a numeral associated with it.
    +        if number is None:
    +            number = 0
    +
    +        # We normalize any letters to their lower case form
    +        letter = letter.lower()
    +
    +        # We consider some words to be alternate spellings of other words and
    +        # in those cases we want to normalize the spellings to our preferred
    +        # spelling.
    +        if letter == "alpha":
    +            letter = "a"
    +        elif letter == "beta":
    +            letter = "b"
    +        elif letter in ["c", "pre", "preview"]:
    +            letter = "rc"
    +        elif letter in ["rev", "r"]:
    +            letter = "post"
    +
    +        return letter, int(number)
    +    if not letter and number:
    +        # We assume if we are given a number, but we are not given a letter
    +        # then this is using the implicit post release syntax (e.g. 1.0-1)
    +        letter = "post"
    +
    +        return letter, int(number)
    +
    +    return None
    +
    +
    +_local_version_separators = re.compile(r"[\._-]")
    +
    +
    +def _parse_local_version(local: str) -> Optional[LocalType]:
    +    """
    +    Takes a string like abc.1.twelve and turns it into ("abc", 1, "twelve").
    +    """
    +    if local is not None:
    +        return tuple(
    +            part.lower() if not part.isdigit() else int(part)
    +            for part in _local_version_separators.split(local)
    +        )
    +    return None
    +
    +
    +def _cmpkey(
    +    epoch: int,
    +    release: Tuple[int, ...],
    +    pre: Optional[Tuple[str, int]],
    +    post: Optional[Tuple[str, int]],
    +    dev: Optional[Tuple[str, int]],
    +    local: Optional[Tuple[SubLocalType]],
    +) -> CmpKey:
    +
    +    # When we compare a release version, we want to compare it with all of the
    +    # trailing zeros removed. So we'll use a reverse the list, drop all the now
    +    # leading zeros until we come to something non zero, then take the rest
    +    # re-reverse it back into the correct order and make it a tuple and use
    +    # that for our sorting key.
    +    _release = tuple(
    +        reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
    +    )
    +
    +    # We need to "trick" the sorting algorithm to put 1.0.dev0 before 1.0a0.
    +    # We'll do this by abusing the pre segment, but we _only_ want to do this
    +    # if there is not a pre or a post segment. If we have one of those then
    +    # the normal sorting rules will handle this case correctly.
    +    if pre is None and post is None and dev is not None:
    +        _pre: PrePostDevType = NegativeInfinity
    +    # Versions without a pre-release (except as noted above) should sort after
    +    # those with one.
    +    elif pre is None:
    +        _pre = Infinity
    +    else:
    +        _pre = pre
    +
    +    # Versions without a post segment should sort before those with one.
    +    if post is None:
    +        _post: PrePostDevType = NegativeInfinity
    +
    +    else:
    +        _post = post
    +
    +    # Versions without a development segment should sort after those with one.
    +    if dev is None:
    +        _dev: PrePostDevType = Infinity
    +
    +    else:
    +        _dev = dev
    +
    +    if local is None:
    +        # Versions without a local segment should sort before those with one.
    +        _local: LocalType = NegativeInfinity
    +    else:
    +        # Versions with a local segment need that segment parsed to implement
    +        # the sorting rules in PEP440.
    +        # - Alpha numeric segments sort before numeric segments
    +        # - Alpha numeric segments sort lexicographically
    +        # - Numeric segments sort numerically
    +        # - Shorter versions sort before longer versions when the prefixes
    +        #   match exactly
    +        _local = tuple(
    +            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
    +        )
    +
    +    return epoch, _release, _pre, _post, _dev, _local
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
    new file mode 100644
    index 00000000..ad279407
    --- /dev/null
    +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
    @@ -0,0 +1,3361 @@
    +"""
    +Package resource API
    +--------------------
    +
    +A resource is a logical file contained within a package, or a logical
    +subdirectory thereof.  The package resource API expects resource names
    +to have their path parts separated with ``/``, *not* whatever the local
    +path separator is.  Do not use os.path operations to manipulate resource
    +names being passed into the API.
    +
    +The package resource API is designed to work with normal filesystem packages,
    +.egg files, and unpacked .egg files.  It can also work in a limited way with
    +.zip files and with custom PEP 302 loaders that support the ``get_data()``
    +method.
    +
    +This module is deprecated. Users are directed to :mod:`importlib.resources`,
    +:mod:`importlib.metadata` and :pypi:`packaging` instead.
    +"""
    +
    +import sys
    +import os
    +import io
    +import time
    +import re
    +import types
    +import zipfile
    +import zipimport
    +import warnings
    +import stat
    +import functools
    +import pkgutil
    +import operator
    +import platform
    +import collections
    +import plistlib
    +import email.parser
    +import errno
    +import tempfile
    +import textwrap
    +import inspect
    +import ntpath
    +import posixpath
    +import importlib
    +from pkgutil import get_importer
    +
    +try:
    +    import _imp
    +except ImportError:
    +    # Python 3.2 compatibility
    +    import imp as _imp
    +
    +try:
    +    FileExistsError
    +except NameError:
    +    FileExistsError = OSError
    +
    +# capture these to bypass sandboxing
    +from os import utime
    +
    +try:
    +    from os import mkdir, rename, unlink
    +
    +    WRITE_SUPPORT = True
    +except ImportError:
    +    # no write support, probably under GAE
    +    WRITE_SUPPORT = False
    +
    +from os import open as os_open
    +from os.path import isdir, split
    +
    +try:
    +    import importlib.machinery as importlib_machinery
    +
    +    # access attribute to force import under delayed import mechanisms.
    +    importlib_machinery.__name__
    +except ImportError:
    +    importlib_machinery = None
    +
    +from pip._internal.utils._jaraco_text import (
    +    yield_lines,
    +    drop_comment,
    +    join_continuation,
    +)
    +
    +from pip._vendor import platformdirs
    +from pip._vendor import packaging
    +
    +__import__('pip._vendor.packaging.version')
    +__import__('pip._vendor.packaging.specifiers')
    +__import__('pip._vendor.packaging.requirements')
    +__import__('pip._vendor.packaging.markers')
    +__import__('pip._vendor.packaging.utils')
    +
    +if sys.version_info < (3, 5):
    +    raise RuntimeError("Python 3.5 or later is required")
    +
    +# declare some globals that will be defined later to
    +# satisfy the linters.
    +require = None
    +working_set = None
    +add_activation_listener = None
    +resources_stream = None
    +cleanup_resources = None
    +resource_dir = None
    +resource_stream = None
    +set_extraction_path = None
    +resource_isdir = None
    +resource_string = None
    +iter_entry_points = None
    +resource_listdir = None
    +resource_filename = None
    +resource_exists = None
    +_distribution_finders = None
    +_namespace_handlers = None
    +_namespace_packages = None
    +
    +
    +warnings.warn(
    +    "pkg_resources is deprecated as an API. "
    +    "See https://setuptools.pypa.io/en/latest/pkg_resources.html",
    +    DeprecationWarning,
    +    stacklevel=2
    +)
    +
    +
    +_PEP440_FALLBACK = re.compile(r"^v?(?P(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
    +
    +
    +class PEP440Warning(RuntimeWarning):
    +    """
    +    Used when there is an issue with a version or specifier not complying with
    +    PEP 440.
    +    """
    +
    +
    +parse_version = packaging.version.Version
    +
    +
    +_state_vars = {}
    +
    +
    +def _declare_state(vartype, **kw):
    +    globals().update(kw)
    +    _state_vars.update(dict.fromkeys(kw, vartype))
    +
    +
    +def __getstate__():
    +    state = {}
    +    g = globals()
    +    for k, v in _state_vars.items():
    +        state[k] = g['_sget_' + v](g[k])
    +    return state
    +
    +
    +def __setstate__(state):
    +    g = globals()
    +    for k, v in state.items():
    +        g['_sset_' + _state_vars[k]](k, g[k], v)
    +    return state
    +
    +
    +def _sget_dict(val):
    +    return val.copy()
    +
    +
    +def _sset_dict(key, ob, state):
    +    ob.clear()
    +    ob.update(state)
    +
    +
    +def _sget_object(val):
    +    return val.__getstate__()
    +
    +
    +def _sset_object(key, ob, state):
    +    ob.__setstate__(state)
    +
    +
    +_sget_none = _sset_none = lambda *args: None
    +
    +
    +def get_supported_platform():
    +    """Return this platform's maximum compatible version.
    +
    +    distutils.util.get_platform() normally reports the minimum version
    +    of macOS that would be required to *use* extensions produced by
    +    distutils.  But what we want when checking compatibility is to know the
    +    version of macOS that we are *running*.  To allow usage of packages that
    +    explicitly require a newer version of macOS, we must also know the
    +    current version of the OS.
    +
    +    If this condition occurs for any other platform with a version in its
    +    platform strings, this function should be extended accordingly.
    +    """
    +    plat = get_build_platform()
    +    m = macosVersionString.match(plat)
    +    if m is not None and sys.platform == "darwin":
    +        try:
    +            plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
    +        except ValueError:
    +            # not macOS
    +            pass
    +    return plat
    +
    +
    +__all__ = [
    +    # Basic resource access and distribution/entry point discovery
    +    'require',
    +    'run_script',
    +    'get_provider',
    +    'get_distribution',
    +    'load_entry_point',
    +    'get_entry_map',
    +    'get_entry_info',
    +    'iter_entry_points',
    +    'resource_string',
    +    'resource_stream',
    +    'resource_filename',
    +    'resource_listdir',
    +    'resource_exists',
    +    'resource_isdir',
    +    # Environmental control
    +    'declare_namespace',
    +    'working_set',
    +    'add_activation_listener',
    +    'find_distributions',
    +    'set_extraction_path',
    +    'cleanup_resources',
    +    'get_default_cache',
    +    # Primary implementation classes
    +    'Environment',
    +    'WorkingSet',
    +    'ResourceManager',
    +    'Distribution',
    +    'Requirement',
    +    'EntryPoint',
    +    # Exceptions
    +    'ResolutionError',
    +    'VersionConflict',
    +    'DistributionNotFound',
    +    'UnknownExtra',
    +    'ExtractionError',
    +    # Warnings
    +    'PEP440Warning',
    +    # Parsing functions and string utilities
    +    'parse_requirements',
    +    'parse_version',
    +    'safe_name',
    +    'safe_version',
    +    'get_platform',
    +    'compatible_platforms',
    +    'yield_lines',
    +    'split_sections',
    +    'safe_extra',
    +    'to_filename',
    +    'invalid_marker',
    +    'evaluate_marker',
    +    # filesystem utilities
    +    'ensure_directory',
    +    'normalize_path',
    +    # Distribution "precedence" constants
    +    'EGG_DIST',
    +    'BINARY_DIST',
    +    'SOURCE_DIST',
    +    'CHECKOUT_DIST',
    +    'DEVELOP_DIST',
    +    # "Provider" interfaces, implementations, and registration/lookup APIs
    +    'IMetadataProvider',
    +    'IResourceProvider',
    +    'FileMetadata',
    +    'PathMetadata',
    +    'EggMetadata',
    +    'EmptyProvider',
    +    'empty_provider',
    +    'NullProvider',
    +    'EggProvider',
    +    'DefaultProvider',
    +    'ZipProvider',
    +    'register_finder',
    +    'register_namespace_handler',
    +    'register_loader_type',
    +    'fixup_namespace_packages',
    +    'get_importer',
    +    # Warnings
    +    'PkgResourcesDeprecationWarning',
    +    # Deprecated/backward compatibility only
    +    'run_main',
    +    'AvailableDistributions',
    +]
    +
    +
    +class ResolutionError(Exception):
    +    """Abstract base for dependency resolution errors"""
    +
    +    def __repr__(self):
    +        return self.__class__.__name__ + repr(self.args)
    +
    +
    +class VersionConflict(ResolutionError):
    +    """
    +    An already-installed version conflicts with the requested version.
    +
    +    Should be initialized with the installed Distribution and the requested
    +    Requirement.
    +    """
    +
    +    _template = "{self.dist} is installed but {self.req} is required"
    +
    +    @property
    +    def dist(self):
    +        return self.args[0]
    +
    +    @property
    +    def req(self):
    +        return self.args[1]
    +
    +    def report(self):
    +        return self._template.format(**locals())
    +
    +    def with_context(self, required_by):
    +        """
    +        If required_by is non-empty, return a version of self that is a
    +        ContextualVersionConflict.
    +        """
    +        if not required_by:
    +            return self
    +        args = self.args + (required_by,)
    +        return ContextualVersionConflict(*args)
    +
    +
    +class ContextualVersionConflict(VersionConflict):
    +    """
    +    A VersionConflict that accepts a third parameter, the set of the
    +    requirements that required the installed Distribution.
    +    """
    +
    +    _template = VersionConflict._template + ' by {self.required_by}'
    +
    +    @property
    +    def required_by(self):
    +        return self.args[2]
    +
    +
    +class DistributionNotFound(ResolutionError):
    +    """A requested distribution was not found"""
    +
    +    _template = (
    +        "The '{self.req}' distribution was not found "
    +        "and is required by {self.requirers_str}"
    +    )
    +
    +    @property
    +    def req(self):
    +        return self.args[0]
    +
    +    @property
    +    def requirers(self):
    +        return self.args[1]
    +
    +    @property
    +    def requirers_str(self):
    +        if not self.requirers:
    +            return 'the application'
    +        return ', '.join(self.requirers)
    +
    +    def report(self):
    +        return self._template.format(**locals())
    +
    +    def __str__(self):
    +        return self.report()
    +
    +
    +class UnknownExtra(ResolutionError):
    +    """Distribution doesn't have an "extra feature" of the given name"""
    +
    +
    +_provider_factories = {}
    +
    +PY_MAJOR = '{}.{}'.format(*sys.version_info)
    +EGG_DIST = 3
    +BINARY_DIST = 2
    +SOURCE_DIST = 1
    +CHECKOUT_DIST = 0
    +DEVELOP_DIST = -1
    +
    +
    +def register_loader_type(loader_type, provider_factory):
    +    """Register `provider_factory` to make providers for `loader_type`
    +
    +    `loader_type` is the type or class of a PEP 302 ``module.__loader__``,
    +    and `provider_factory` is a function that, passed a *module* object,
    +    returns an ``IResourceProvider`` for that module.
    +    """
    +    _provider_factories[loader_type] = provider_factory
    +
    +
    +def get_provider(moduleOrReq):
    +    """Return an IResourceProvider for the named module or requirement"""
    +    if isinstance(moduleOrReq, Requirement):
    +        return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
    +    try:
    +        module = sys.modules[moduleOrReq]
    +    except KeyError:
    +        __import__(moduleOrReq)
    +        module = sys.modules[moduleOrReq]
    +    loader = getattr(module, '__loader__', None)
    +    return _find_adapter(_provider_factories, loader)(module)
    +
    +
    +def _macos_vers(_cache=[]):
    +    if not _cache:
    +        version = platform.mac_ver()[0]
    +        # fallback for MacPorts
    +        if version == '':
    +            plist = '/System/Library/CoreServices/SystemVersion.plist'
    +            if os.path.exists(plist):
    +                if hasattr(plistlib, 'readPlist'):
    +                    plist_content = plistlib.readPlist(plist)
    +                    if 'ProductVersion' in plist_content:
    +                        version = plist_content['ProductVersion']
    +
    +        _cache.append(version.split('.'))
    +    return _cache[0]
    +
    +
    +def _macos_arch(machine):
    +    return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine)
    +
    +
    +def get_build_platform():
    +    """Return this platform's string for platform-specific distributions
    +
    +    XXX Currently this is the same as ``distutils.util.get_platform()``, but it
    +    needs some hacks for Linux and macOS.
    +    """
    +    from sysconfig import get_platform
    +
    +    plat = get_platform()
    +    if sys.platform == "darwin" and not plat.startswith('macosx-'):
    +        try:
    +            version = _macos_vers()
    +            machine = os.uname()[4].replace(" ", "_")
    +            return "macosx-%d.%d-%s" % (
    +                int(version[0]),
    +                int(version[1]),
    +                _macos_arch(machine),
    +            )
    +        except ValueError:
    +            # if someone is running a non-Mac darwin system, this will fall
    +            # through to the default implementation
    +            pass
    +    return plat
    +
    +
    +macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)")
    +darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)")
    +# XXX backward compat
    +get_platform = get_build_platform
    +
    +
    +def compatible_platforms(provided, required):
    +    """Can code for the `provided` platform run on the `required` platform?
    +
    +    Returns true if either platform is ``None``, or the platforms are equal.
    +
    +    XXX Needs compatibility checks for Linux and other unixy OSes.
    +    """
    +    if provided is None or required is None or provided == required:
    +        # easy case
    +        return True
    +
    +    # macOS special cases
    +    reqMac = macosVersionString.match(required)
    +    if reqMac:
    +        provMac = macosVersionString.match(provided)
    +
    +        # is this a Mac package?
    +        if not provMac:
    +            # this is backwards compatibility for packages built before
    +            # setuptools 0.6. All packages built after this point will
    +            # use the new macOS designation.
    +            provDarwin = darwinVersionString.match(provided)
    +            if provDarwin:
    +                dversion = int(provDarwin.group(1))
    +                macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2))
    +                if (
    +                    dversion == 7
    +                    and macosversion >= "10.3"
    +                    or dversion == 8
    +                    and macosversion >= "10.4"
    +                ):
    +                    return True
    +            # egg isn't macOS or legacy darwin
    +            return False
    +
    +        # are they the same major version and machine type?
    +        if provMac.group(1) != reqMac.group(1) or provMac.group(3) != reqMac.group(3):
    +            return False
    +
    +        # is the required OS major update >= the provided one?
    +        if int(provMac.group(2)) > int(reqMac.group(2)):
    +            return False
    +
    +        return True
    +
    +    # XXX Linux and other platforms' special cases should go here
    +    return False
    +
    +
    +def run_script(dist_spec, script_name):
    +    """Locate distribution `dist_spec` and run its `script_name` script"""
    +    ns = sys._getframe(1).f_globals
    +    name = ns['__name__']
    +    ns.clear()
    +    ns['__name__'] = name
    +    require(dist_spec)[0].run_script(script_name, ns)
    +
    +
    +# backward compatibility
    +run_main = run_script
    +
    +
    +def get_distribution(dist):
    +    """Return a current distribution object for a Requirement or string"""
    +    if isinstance(dist, str):
    +        dist = Requirement.parse(dist)
    +    if isinstance(dist, Requirement):
    +        dist = get_provider(dist)
    +    if not isinstance(dist, Distribution):
    +        raise TypeError("Expected string, Requirement, or Distribution", dist)
    +    return dist
    +
    +
    +def load_entry_point(dist, group, name):
    +    """Return `name` entry point of `group` for `dist` or raise ImportError"""
    +    return get_distribution(dist).load_entry_point(group, name)
    +
    +
    +def get_entry_map(dist, group=None):
    +    """Return the entry point map for `group`, or the full entry map"""
    +    return get_distribution(dist).get_entry_map(group)
    +
    +
    +def get_entry_info(dist, group, name):
    +    """Return the EntryPoint object for `group`+`name`, or ``None``"""
    +    return get_distribution(dist).get_entry_info(group, name)
    +
    +
    +class IMetadataProvider:
    +    def has_metadata(name):
    +        """Does the package's distribution contain the named metadata?"""
    +
    +    def get_metadata(name):
    +        """The named metadata resource as a string"""
    +
    +    def get_metadata_lines(name):
    +        """Yield named metadata resource as list of non-blank non-comment lines
    +
    +        Leading and trailing whitespace is stripped from each line, and lines
    +        with ``#`` as the first non-blank character are omitted."""
    +
    +    def metadata_isdir(name):
    +        """Is the named metadata a directory?  (like ``os.path.isdir()``)"""
    +
    +    def metadata_listdir(name):
    +        """List of metadata names in the directory (like ``os.listdir()``)"""
    +
    +    def run_script(script_name, namespace):
    +        """Execute the named script in the supplied namespace dictionary"""
    +
    +
    +class IResourceProvider(IMetadataProvider):
    +    """An object that provides access to package resources"""
    +
    +    def get_resource_filename(manager, resource_name):
    +        """Return a true filesystem path for `resource_name`
    +
    +        `manager` must be an ``IResourceManager``"""
    +
    +    def get_resource_stream(manager, resource_name):
    +        """Return a readable file-like object for `resource_name`
    +
    +        `manager` must be an ``IResourceManager``"""
    +
    +    def get_resource_string(manager, resource_name):
    +        """Return a string containing the contents of `resource_name`
    +
    +        `manager` must be an ``IResourceManager``"""
    +
    +    def has_resource(resource_name):
    +        """Does the package contain the named resource?"""
    +
    +    def resource_isdir(resource_name):
    +        """Is the named resource a directory?  (like ``os.path.isdir()``)"""
    +
    +    def resource_listdir(resource_name):
    +        """List of resource names in the directory (like ``os.listdir()``)"""
    +
    +
    +class WorkingSet:
    +    """A collection of active distributions on sys.path (or a similar list)"""
    +
    +    def __init__(self, entries=None):
    +        """Create working set from list of path entries (default=sys.path)"""
    +        self.entries = []
    +        self.entry_keys = {}
    +        self.by_key = {}
    +        self.normalized_to_canonical_keys = {}
    +        self.callbacks = []
    +
    +        if entries is None:
    +            entries = sys.path
    +
    +        for entry in entries:
    +            self.add_entry(entry)
    +
    +    @classmethod
    +    def _build_master(cls):
    +        """
    +        Prepare the master working set.
    +        """
    +        ws = cls()
    +        try:
    +            from __main__ import __requires__
    +        except ImportError:
    +            # The main program does not list any requirements
    +            return ws
    +
    +        # ensure the requirements are met
    +        try:
    +            ws.require(__requires__)
    +        except VersionConflict:
    +            return cls._build_from_requirements(__requires__)
    +
    +        return ws
    +
    +    @classmethod
    +    def _build_from_requirements(cls, req_spec):
    +        """
    +        Build a working set from a requirement spec. Rewrites sys.path.
    +        """
    +        # try it without defaults already on sys.path
    +        # by starting with an empty path
    +        ws = cls([])
    +        reqs = parse_requirements(req_spec)
    +        dists = ws.resolve(reqs, Environment())
    +        for dist in dists:
    +            ws.add(dist)
    +
    +        # add any missing entries from sys.path
    +        for entry in sys.path:
    +            if entry not in ws.entries:
    +                ws.add_entry(entry)
    +
    +        # then copy back to sys.path
    +        sys.path[:] = ws.entries
    +        return ws
    +
    +    def add_entry(self, entry):
    +        """Add a path item to ``.entries``, finding any distributions on it
    +
    +        ``find_distributions(entry, True)`` is used to find distributions
    +        corresponding to the path entry, and they are added.  `entry` is
    +        always appended to ``.entries``, even if it is already present.
    +        (This is because ``sys.path`` can contain the same value more than
    +        once, and the ``.entries`` of the ``sys.path`` WorkingSet should always
    +        equal ``sys.path``.)
    +        """
    +        self.entry_keys.setdefault(entry, [])
    +        self.entries.append(entry)
    +        for dist in find_distributions(entry, True):
    +            self.add(dist, entry, False)
    +
    +    def __contains__(self, dist):
    +        """True if `dist` is the active distribution for its project"""
    +        return self.by_key.get(dist.key) == dist
    +
    +    def find(self, req):
    +        """Find a distribution matching requirement `req`
    +
    +        If there is an active distribution for the requested project, this
    +        returns it as long as it meets the version requirement specified by
    +        `req`.  But, if there is an active distribution for the project and it
    +        does *not* meet the `req` requirement, ``VersionConflict`` is raised.
    +        If there is no active distribution for the requested project, ``None``
    +        is returned.
    +        """
    +        dist = self.by_key.get(req.key)
    +
    +        if dist is None:
    +            canonical_key = self.normalized_to_canonical_keys.get(req.key)
    +
    +            if canonical_key is not None:
    +                req.key = canonical_key
    +                dist = self.by_key.get(canonical_key)
    +
    +        if dist is not None and dist not in req:
    +            # XXX add more info
    +            raise VersionConflict(dist, req)
    +        return dist
    +
    +    def iter_entry_points(self, group, name=None):
    +        """Yield entry point objects from `group` matching `name`
    +
    +        If `name` is None, yields all entry points in `group` from all
    +        distributions in the working set, otherwise only ones matching
    +        both `group` and `name` are yielded (in distribution order).
    +        """
    +        return (
    +            entry
    +            for dist in self
    +            for entry in dist.get_entry_map(group).values()
    +            if name is None or name == entry.name
    +        )
    +
    +    def run_script(self, requires, script_name):
    +        """Locate distribution for `requires` and run `script_name` script"""
    +        ns = sys._getframe(1).f_globals
    +        name = ns['__name__']
    +        ns.clear()
    +        ns['__name__'] = name
    +        self.require(requires)[0].run_script(script_name, ns)
    +
    +    def __iter__(self):
    +        """Yield distributions for non-duplicate projects in the working set
    +
    +        The yield order is the order in which the items' path entries were
    +        added to the working set.
    +        """
    +        seen = {}
    +        for item in self.entries:
    +            if item not in self.entry_keys:
    +                # workaround a cache issue
    +                continue
    +
    +            for key in self.entry_keys[item]:
    +                if key not in seen:
    +                    seen[key] = 1
    +                    yield self.by_key[key]
    +
    +    def add(self, dist, entry=None, insert=True, replace=False):
    +        """Add `dist` to working set, associated with `entry`
    +
    +        If `entry` is unspecified, it defaults to the ``.location`` of `dist`.
    +        On exit from this routine, `entry` is added to the end of the working
    +        set's ``.entries`` (if it wasn't already present).
    +
    +        `dist` is only added to the working set if it's for a project that
    +        doesn't already have a distribution in the set, unless `replace=True`.
    +        If it's added, any callbacks registered with the ``subscribe()`` method
    +        will be called.
    +        """
    +        if insert:
    +            dist.insert_on(self.entries, entry, replace=replace)
    +
    +        if entry is None:
    +            entry = dist.location
    +        keys = self.entry_keys.setdefault(entry, [])
    +        keys2 = self.entry_keys.setdefault(dist.location, [])
    +        if not replace and dist.key in self.by_key:
    +            # ignore hidden distros
    +            return
    +
    +        self.by_key[dist.key] = dist
    +        normalized_name = packaging.utils.canonicalize_name(dist.key)
    +        self.normalized_to_canonical_keys[normalized_name] = dist.key
    +        if dist.key not in keys:
    +            keys.append(dist.key)
    +        if dist.key not in keys2:
    +            keys2.append(dist.key)
    +        self._added_new(dist)
    +
    +    def resolve(
    +        self,
    +        requirements,
    +        env=None,
    +        installer=None,
    +        replace_conflicting=False,
    +        extras=None,
    +    ):
    +        """List all distributions needed to (recursively) meet `requirements`
    +
    +        `requirements` must be a sequence of ``Requirement`` objects.  `env`,
    +        if supplied, should be an ``Environment`` instance.  If
    +        not supplied, it defaults to all distributions available within any
    +        entry or distribution in the working set.  `installer`, if supplied,
    +        will be invoked with each requirement that cannot be met by an
    +        already-installed distribution; it should return a ``Distribution`` or
    +        ``None``.
    +
    +        Unless `replace_conflicting=True`, raises a VersionConflict exception
    +        if
    +        any requirements are found on the path that have the correct name but
    +        the wrong version.  Otherwise, if an `installer` is supplied it will be
    +        invoked to obtain the correct version of the requirement and activate
    +        it.
    +
    +        `extras` is a list of the extras to be used with these requirements.
    +        This is important because extra requirements may look like `my_req;
    +        extra = "my_extra"`, which would otherwise be interpreted as a purely
    +        optional requirement.  Instead, we want to be able to assert that these
    +        requirements are truly required.
    +        """
    +
    +        # set up the stack
    +        requirements = list(requirements)[::-1]
    +        # set of processed requirements
    +        processed = {}
    +        # key -> dist
    +        best = {}
    +        to_activate = []
    +
    +        req_extras = _ReqExtras()
    +
    +        # Mapping of requirement to set of distributions that required it;
    +        # useful for reporting info about conflicts.
    +        required_by = collections.defaultdict(set)
    +
    +        while requirements:
    +            # process dependencies breadth-first
    +            req = requirements.pop(0)
    +            if req in processed:
    +                # Ignore cyclic or redundant dependencies
    +                continue
    +
    +            if not req_extras.markers_pass(req, extras):
    +                continue
    +
    +            dist = self._resolve_dist(
    +                req, best, replace_conflicting, env, installer, required_by, to_activate
    +            )
    +
    +            # push the new requirements onto the stack
    +            new_requirements = dist.requires(req.extras)[::-1]
    +            requirements.extend(new_requirements)
    +
    +            # Register the new requirements needed by req
    +            for new_requirement in new_requirements:
    +                required_by[new_requirement].add(req.project_name)
    +                req_extras[new_requirement] = req.extras
    +
    +            processed[req] = True
    +
    +        # return list of distros to activate
    +        return to_activate
    +
    +    def _resolve_dist(
    +        self, req, best, replace_conflicting, env, installer, required_by, to_activate
    +    ):
    +        dist = best.get(req.key)
    +        if dist is None:
    +            # Find the best distribution and add it to the map
    +            dist = self.by_key.get(req.key)
    +            if dist is None or (dist not in req and replace_conflicting):
    +                ws = self
    +                if env is None:
    +                    if dist is None:
    +                        env = Environment(self.entries)
    +                    else:
    +                        # Use an empty environment and workingset to avoid
    +                        # any further conflicts with the conflicting
    +                        # distribution
    +                        env = Environment([])
    +                        ws = WorkingSet([])
    +                dist = best[req.key] = env.best_match(
    +                    req, ws, installer, replace_conflicting=replace_conflicting
    +                )
    +                if dist is None:
    +                    requirers = required_by.get(req, None)
    +                    raise DistributionNotFound(req, requirers)
    +            to_activate.append(dist)
    +        if dist not in req:
    +            # Oops, the "best" so far conflicts with a dependency
    +            dependent_req = required_by[req]
    +            raise VersionConflict(dist, req).with_context(dependent_req)
    +        return dist
    +
    +    def find_plugins(self, plugin_env, full_env=None, installer=None, fallback=True):
    +        """Find all activatable distributions in `plugin_env`
    +
    +        Example usage::
    +
    +            distributions, errors = working_set.find_plugins(
    +                Environment(plugin_dirlist)
    +            )
    +            # add plugins+libs to sys.path
    +            map(working_set.add, distributions)
    +            # display errors
    +            print('Could not load', errors)
    +
    +        The `plugin_env` should be an ``Environment`` instance that contains
    +        only distributions that are in the project's "plugin directory" or
    +        directories. The `full_env`, if supplied, should be an ``Environment``
    +        contains all currently-available distributions.  If `full_env` is not
    +        supplied, one is created automatically from the ``WorkingSet`` this
    +        method is called on, which will typically mean that every directory on
    +        ``sys.path`` will be scanned for distributions.
    +
    +        `installer` is a standard installer callback as used by the
    +        ``resolve()`` method. The `fallback` flag indicates whether we should
    +        attempt to resolve older versions of a plugin if the newest version
    +        cannot be resolved.
    +
    +        This method returns a 2-tuple: (`distributions`, `error_info`), where
    +        `distributions` is a list of the distributions found in `plugin_env`
    +        that were loadable, along with any other distributions that are needed
    +        to resolve their dependencies.  `error_info` is a dictionary mapping
    +        unloadable plugin distributions to an exception instance describing the
    +        error that occurred. Usually this will be a ``DistributionNotFound`` or
    +        ``VersionConflict`` instance.
    +        """
    +
    +        plugin_projects = list(plugin_env)
    +        # scan project names in alphabetic order
    +        plugin_projects.sort()
    +
    +        error_info = {}
    +        distributions = {}
    +
    +        if full_env is None:
    +            env = Environment(self.entries)
    +            env += plugin_env
    +        else:
    +            env = full_env + plugin_env
    +
    +        shadow_set = self.__class__([])
    +        # put all our entries in shadow_set
    +        list(map(shadow_set.add, self))
    +
    +        for project_name in plugin_projects:
    +            for dist in plugin_env[project_name]:
    +                req = [dist.as_requirement()]
    +
    +                try:
    +                    resolvees = shadow_set.resolve(req, env, installer)
    +
    +                except ResolutionError as v:
    +                    # save error info
    +                    error_info[dist] = v
    +                    if fallback:
    +                        # try the next older version of project
    +                        continue
    +                    else:
    +                        # give up on this project, keep going
    +                        break
    +
    +                else:
    +                    list(map(shadow_set.add, resolvees))
    +                    distributions.update(dict.fromkeys(resolvees))
    +
    +                    # success, no need to try any more versions of this project
    +                    break
    +
    +        distributions = list(distributions)
    +        distributions.sort()
    +
    +        return distributions, error_info
    +
    +    def require(self, *requirements):
    +        """Ensure that distributions matching `requirements` are activated
    +
    +        `requirements` must be a string or a (possibly-nested) sequence
    +        thereof, specifying the distributions and versions required.  The
    +        return value is a sequence of the distributions that needed to be
    +        activated to fulfill the requirements; all relevant distributions are
    +        included, even if they were already activated in this working set.
    +        """
    +        needed = self.resolve(parse_requirements(requirements))
    +
    +        for dist in needed:
    +            self.add(dist)
    +
    +        return needed
    +
    +    def subscribe(self, callback, existing=True):
    +        """Invoke `callback` for all distributions
    +
    +        If `existing=True` (default),
    +        call on all existing ones, as well.
    +        """
    +        if callback in self.callbacks:
    +            return
    +        self.callbacks.append(callback)
    +        if not existing:
    +            return
    +        for dist in self:
    +            callback(dist)
    +
    +    def _added_new(self, dist):
    +        for callback in self.callbacks:
    +            callback(dist)
    +
    +    def __getstate__(self):
    +        return (
    +            self.entries[:],
    +            self.entry_keys.copy(),
    +            self.by_key.copy(),
    +            self.normalized_to_canonical_keys.copy(),
    +            self.callbacks[:],
    +        )
    +
    +    def __setstate__(self, e_k_b_n_c):
    +        entries, keys, by_key, normalized_to_canonical_keys, callbacks = e_k_b_n_c
    +        self.entries = entries[:]
    +        self.entry_keys = keys.copy()
    +        self.by_key = by_key.copy()
    +        self.normalized_to_canonical_keys = normalized_to_canonical_keys.copy()
    +        self.callbacks = callbacks[:]
    +
    +
    +class _ReqExtras(dict):
    +    """
    +    Map each requirement to the extras that demanded it.
    +    """
    +
    +    def markers_pass(self, req, extras=None):
    +        """
    +        Evaluate markers for req against each extra that
    +        demanded it.
    +
    +        Return False if the req has a marker and fails
    +        evaluation. Otherwise, return True.
    +        """
    +        extra_evals = (
    +            req.marker.evaluate({'extra': extra})
    +            for extra in self.get(req, ()) + (extras or (None,))
    +        )
    +        return not req.marker or any(extra_evals)
    +
    +
    +class Environment:
    +    """Searchable snapshot of distributions on a search path"""
    +
    +    def __init__(
    +        self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR
    +    ):
    +        """Snapshot distributions available on a search path
    +
    +        Any distributions found on `search_path` are added to the environment.
    +        `search_path` should be a sequence of ``sys.path`` items.  If not
    +        supplied, ``sys.path`` is used.
    +
    +        `platform` is an optional string specifying the name of the platform
    +        that platform-specific distributions must be compatible with.  If
    +        unspecified, it defaults to the current platform.  `python` is an
    +        optional string naming the desired version of Python (e.g. ``'3.6'``);
    +        it defaults to the current version.
    +
    +        You may explicitly set `platform` (and/or `python`) to ``None`` if you
    +        wish to map *all* distributions, not just those compatible with the
    +        running platform or Python version.
    +        """
    +        self._distmap = {}
    +        self.platform = platform
    +        self.python = python
    +        self.scan(search_path)
    +
    +    def can_add(self, dist):
    +        """Is distribution `dist` acceptable for this environment?
    +
    +        The distribution must match the platform and python version
    +        requirements specified when this environment was created, or False
    +        is returned.
    +        """
    +        py_compat = (
    +            self.python is None
    +            or dist.py_version is None
    +            or dist.py_version == self.python
    +        )
    +        return py_compat and compatible_platforms(dist.platform, self.platform)
    +
    +    def remove(self, dist):
    +        """Remove `dist` from the environment"""
    +        self._distmap[dist.key].remove(dist)
    +
    +    def scan(self, search_path=None):
    +        """Scan `search_path` for distributions usable in this environment
    +
    +        Any distributions found are added to the environment.
    +        `search_path` should be a sequence of ``sys.path`` items.  If not
    +        supplied, ``sys.path`` is used.  Only distributions conforming to
    +        the platform/python version defined at initialization are added.
    +        """
    +        if search_path is None:
    +            search_path = sys.path
    +
    +        for item in search_path:
    +            for dist in find_distributions(item):
    +                self.add(dist)
    +
    +    def __getitem__(self, project_name):
    +        """Return a newest-to-oldest list of distributions for `project_name`
    +
    +        Uses case-insensitive `project_name` comparison, assuming all the
    +        project's distributions use their project's name converted to all
    +        lowercase as their key.
    +
    +        """
    +        distribution_key = project_name.lower()
    +        return self._distmap.get(distribution_key, [])
    +
    +    def add(self, dist):
    +        """Add `dist` if we ``can_add()`` it and it has not already been added"""
    +        if self.can_add(dist) and dist.has_version():
    +            dists = self._distmap.setdefault(dist.key, [])
    +            if dist not in dists:
    +                dists.append(dist)
    +                dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
    +
    +    def best_match(self, req, working_set, installer=None, replace_conflicting=False):
    +        """Find distribution best matching `req` and usable on `working_set`
    +
    +        This calls the ``find(req)`` method of the `working_set` to see if a
    +        suitable distribution is already active.  (This may raise
    +        ``VersionConflict`` if an unsuitable version of the project is already
    +        active in the specified `working_set`.)  If a suitable distribution
    +        isn't active, this method returns the newest distribution in the
    +        environment that meets the ``Requirement`` in `req`.  If no suitable
    +        distribution is found, and `installer` is supplied, then the result of
    +        calling the environment's ``obtain(req, installer)`` method will be
    +        returned.
    +        """
    +        try:
    +            dist = working_set.find(req)
    +        except VersionConflict:
    +            if not replace_conflicting:
    +                raise
    +            dist = None
    +        if dist is not None:
    +            return dist
    +        for dist in self[req.key]:
    +            if dist in req:
    +                return dist
    +        # try to download/install
    +        return self.obtain(req, installer)
    +
    +    def obtain(self, requirement, installer=None):
    +        """Obtain a distribution matching `requirement` (e.g. via download)
    +
    +        Obtain a distro that matches requirement (e.g. via download).  In the
    +        base ``Environment`` class, this routine just returns
    +        ``installer(requirement)``, unless `installer` is None, in which case
    +        None is returned instead.  This method is a hook that allows subclasses
    +        to attempt other ways of obtaining a distribution before falling back
    +        to the `installer` argument."""
    +        if installer is not None:
    +            return installer(requirement)
    +
    +    def __iter__(self):
    +        """Yield the unique project names of the available distributions"""
    +        for key in self._distmap.keys():
    +            if self[key]:
    +                yield key
    +
    +    def __iadd__(self, other):
    +        """In-place addition of a distribution or environment"""
    +        if isinstance(other, Distribution):
    +            self.add(other)
    +        elif isinstance(other, Environment):
    +            for project in other:
    +                for dist in other[project]:
    +                    self.add(dist)
    +        else:
    +            raise TypeError("Can't add %r to environment" % (other,))
    +        return self
    +
    +    def __add__(self, other):
    +        """Add an environment or distribution to an environment"""
    +        new = self.__class__([], platform=None, python=None)
    +        for env in self, other:
    +            new += env
    +        return new
    +
    +
    +# XXX backward compatibility
    +AvailableDistributions = Environment
    +
    +
    +class ExtractionError(RuntimeError):
    +    """An error occurred extracting a resource
    +
    +    The following attributes are available from instances of this exception:
    +
    +    manager
    +        The resource manager that raised this exception
    +
    +    cache_path
    +        The base directory for resource extraction
    +
    +    original_error
    +        The exception instance that caused extraction to fail
    +    """
    +
    +
    +class ResourceManager:
    +    """Manage resource extraction and packages"""
    +
    +    extraction_path = None
    +
    +    def __init__(self):
    +        self.cached_files = {}
    +
    +    def resource_exists(self, package_or_requirement, resource_name):
    +        """Does the named resource exist?"""
    +        return get_provider(package_or_requirement).has_resource(resource_name)
    +
    +    def resource_isdir(self, package_or_requirement, resource_name):
    +        """Is the named resource an existing directory?"""
    +        return get_provider(package_or_requirement).resource_isdir(resource_name)
    +
    +    def resource_filename(self, package_or_requirement, resource_name):
    +        """Return a true filesystem path for specified resource"""
    +        return get_provider(package_or_requirement).get_resource_filename(
    +            self, resource_name
    +        )
    +
    +    def resource_stream(self, package_or_requirement, resource_name):
    +        """Return a readable file-like object for specified resource"""
    +        return get_provider(package_or_requirement).get_resource_stream(
    +            self, resource_name
    +        )
    +
    +    def resource_string(self, package_or_requirement, resource_name):
    +        """Return specified resource as a string"""
    +        return get_provider(package_or_requirement).get_resource_string(
    +            self, resource_name
    +        )
    +
    +    def resource_listdir(self, package_or_requirement, resource_name):
    +        """List the contents of the named resource directory"""
    +        return get_provider(package_or_requirement).resource_listdir(resource_name)
    +
    +    def extraction_error(self):
    +        """Give an error message for problems extracting file(s)"""
    +
    +        old_exc = sys.exc_info()[1]
    +        cache_path = self.extraction_path or get_default_cache()
    +
    +        tmpl = textwrap.dedent(
    +            """
    +            Can't extract file(s) to egg cache
    +
    +            The following error occurred while trying to extract file(s)
    +            to the Python egg cache:
    +
    +              {old_exc}
    +
    +            The Python egg cache directory is currently set to:
    +
    +              {cache_path}
    +
    +            Perhaps your account does not have write access to this directory?
    +            You can change the cache directory by setting the PYTHON_EGG_CACHE
    +            environment variable to point to an accessible directory.
    +            """
    +        ).lstrip()
    +        err = ExtractionError(tmpl.format(**locals()))
    +        err.manager = self
    +        err.cache_path = cache_path
    +        err.original_error = old_exc
    +        raise err
    +
    +    def get_cache_path(self, archive_name, names=()):
    +        """Return absolute location in cache for `archive_name` and `names`
    +
    +        The parent directory of the resulting path will be created if it does
    +        not already exist.  `archive_name` should be the base filename of the
    +        enclosing egg (which may not be the name of the enclosing zipfile!),
    +        including its ".egg" extension.  `names`, if provided, should be a
    +        sequence of path name parts "under" the egg's extraction location.
    +
    +        This method should only be called by resource providers that need to
    +        obtain an extraction location, and only for names they intend to
    +        extract, as it tracks the generated names for possible cleanup later.
    +        """
    +        extract_path = self.extraction_path or get_default_cache()
    +        target_path = os.path.join(extract_path, archive_name + '-tmp', *names)
    +        try:
    +            _bypass_ensure_directory(target_path)
    +        except Exception:
    +            self.extraction_error()
    +
    +        self._warn_unsafe_extraction_path(extract_path)
    +
    +        self.cached_files[target_path] = 1
    +        return target_path
    +
    +    @staticmethod
    +    def _warn_unsafe_extraction_path(path):
    +        """
    +        If the default extraction path is overridden and set to an insecure
    +        location, such as /tmp, it opens up an opportunity for an attacker to
    +        replace an extracted file with an unauthorized payload. Warn the user
    +        if a known insecure location is used.
    +
    +        See Distribute #375 for more details.
    +        """
    +        if os.name == 'nt' and not path.startswith(os.environ['windir']):
    +            # On Windows, permissions are generally restrictive by default
    +            #  and temp directories are not writable by other users, so
    +            #  bypass the warning.
    +            return
    +        mode = os.stat(path).st_mode
    +        if mode & stat.S_IWOTH or mode & stat.S_IWGRP:
    +            msg = (
    +                "Extraction path is writable by group/others "
    +                "and vulnerable to attack when "
    +                "used with get_resource_filename ({path}). "
    +                "Consider a more secure "
    +                "location (set with .set_extraction_path or the "
    +                "PYTHON_EGG_CACHE environment variable)."
    +            ).format(**locals())
    +            warnings.warn(msg, UserWarning)
    +
    +    def postprocess(self, tempname, filename):
    +        """Perform any platform-specific postprocessing of `tempname`
    +
    +        This is where Mac header rewrites should be done; other platforms don't
    +        have anything special they should do.
    +
    +        Resource providers should call this method ONLY after successfully
    +        extracting a compressed resource.  They must NOT call it on resources
    +        that are already in the filesystem.
    +
    +        `tempname` is the current (temporary) name of the file, and `filename`
    +        is the name it will be renamed to by the caller after this routine
    +        returns.
    +        """
    +
    +        if os.name == 'posix':
    +            # Make the resource executable
    +            mode = ((os.stat(tempname).st_mode) | 0o555) & 0o7777
    +            os.chmod(tempname, mode)
    +
    +    def set_extraction_path(self, path):
    +        """Set the base path where resources will be extracted to, if needed.
    +
    +        If you do not call this routine before any extractions take place, the
    +        path defaults to the return value of ``get_default_cache()``.  (Which
    +        is based on the ``PYTHON_EGG_CACHE`` environment variable, with various
    +        platform-specific fallbacks.  See that routine's documentation for more
    +        details.)
    +
    +        Resources are extracted to subdirectories of this path based upon
    +        information given by the ``IResourceProvider``.  You may set this to a
    +        temporary directory, but then you must call ``cleanup_resources()`` to
    +        delete the extracted files when done.  There is no guarantee that
    +        ``cleanup_resources()`` will be able to remove all extracted files.
    +
    +        (Note: you may not change the extraction path for a given resource
    +        manager once resources have been extracted, unless you first call
    +        ``cleanup_resources()``.)
    +        """
    +        if self.cached_files:
    +            raise ValueError("Can't change extraction path, files already extracted")
    +
    +        self.extraction_path = path
    +
    +    def cleanup_resources(self, force=False):
    +        """
    +        Delete all extracted resource files and directories, returning a list
    +        of the file and directory names that could not be successfully removed.
    +        This function does not have any concurrency protection, so it should
    +        generally only be called when the extraction path is a temporary
    +        directory exclusive to a single process.  This method is not
    +        automatically called; you must call it explicitly or register it as an
    +        ``atexit`` function if you wish to ensure cleanup of a temporary
    +        directory used for extractions.
    +        """
    +        # XXX
    +
    +
    +def get_default_cache():
    +    """
    +    Return the ``PYTHON_EGG_CACHE`` environment variable
    +    or a platform-relevant user cache dir for an app
    +    named "Python-Eggs".
    +    """
    +    return os.environ.get('PYTHON_EGG_CACHE') or platformdirs.user_cache_dir(
    +        appname='Python-Eggs'
    +    )
    +
    +
    +def safe_name(name):
    +    """Convert an arbitrary string to a standard distribution name
    +
    +    Any runs of non-alphanumeric/. characters are replaced with a single '-'.
    +    """
    +    return re.sub('[^A-Za-z0-9.]+', '-', name)
    +
    +
    +def safe_version(version):
    +    """
    +    Convert an arbitrary string to a standard version string
    +    """
    +    try:
    +        # normalize the version
    +        return str(packaging.version.Version(version))
    +    except packaging.version.InvalidVersion:
    +        version = version.replace(' ', '.')
    +        return re.sub('[^A-Za-z0-9.]+', '-', version)
    +
    +
    +def _forgiving_version(version):
    +    """Fallback when ``safe_version`` is not safe enough
    +    >>> parse_version(_forgiving_version('0.23ubuntu1'))
    +    
    +    >>> parse_version(_forgiving_version('0.23-'))
    +    
    +    >>> parse_version(_forgiving_version('0.-_'))
    +    
    +    >>> parse_version(_forgiving_version('42.+?1'))
    +    
    +    >>> parse_version(_forgiving_version('hello world'))
    +    
    +    """
    +    version = version.replace(' ', '.')
    +    match = _PEP440_FALLBACK.search(version)
    +    if match:
    +        safe = match["safe"]
    +        rest = version[len(safe):]
    +    else:
    +        safe = "0"
    +        rest = version
    +    local = f"sanitized.{_safe_segment(rest)}".strip(".")
    +    return f"{safe}.dev0+{local}"
    +
    +
    +def _safe_segment(segment):
    +    """Convert an arbitrary string into a safe segment"""
    +    segment = re.sub('[^A-Za-z0-9.]+', '-', segment)
    +    segment = re.sub('-[^A-Za-z0-9]+', '-', segment)
    +    return re.sub(r'\.[^A-Za-z0-9]+', '.', segment).strip(".-")
    +
    +
    +def safe_extra(extra):
    +    """Convert an arbitrary string to a standard 'extra' name
    +
    +    Any runs of non-alphanumeric characters are replaced with a single '_',
    +    and the result is always lowercased.
    +    """
    +    return re.sub('[^A-Za-z0-9.-]+', '_', extra).lower()
    +
    +
    +def to_filename(name):
    +    """Convert a project or version name to its filename-escaped form
    +
    +    Any '-' characters are currently replaced with '_'.
    +    """
    +    return name.replace('-', '_')
    +
    +
    +def invalid_marker(text):
    +    """
    +    Validate text as a PEP 508 environment marker; return an exception
    +    if invalid or False otherwise.
    +    """
    +    try:
    +        evaluate_marker(text)
    +    except SyntaxError as e:
    +        e.filename = None
    +        e.lineno = None
    +        return e
    +    return False
    +
    +
    +def evaluate_marker(text, extra=None):
    +    """
    +    Evaluate a PEP 508 environment marker.
    +    Return a boolean indicating the marker result in this environment.
    +    Raise SyntaxError if marker is invalid.
    +
    +    This implementation uses the 'pyparsing' module.
    +    """
    +    try:
    +        marker = packaging.markers.Marker(text)
    +        return marker.evaluate()
    +    except packaging.markers.InvalidMarker as e:
    +        raise SyntaxError(e) from e
    +
    +
    +class NullProvider:
    +    """Try to implement resources and metadata for arbitrary PEP 302 loaders"""
    +
    +    egg_name = None
    +    egg_info = None
    +    loader = None
    +
    +    def __init__(self, module):
    +        self.loader = getattr(module, '__loader__', None)
    +        self.module_path = os.path.dirname(getattr(module, '__file__', ''))
    +
    +    def get_resource_filename(self, manager, resource_name):
    +        return self._fn(self.module_path, resource_name)
    +
    +    def get_resource_stream(self, manager, resource_name):
    +        return io.BytesIO(self.get_resource_string(manager, resource_name))
    +
    +    def get_resource_string(self, manager, resource_name):
    +        return self._get(self._fn(self.module_path, resource_name))
    +
    +    def has_resource(self, resource_name):
    +        return self._has(self._fn(self.module_path, resource_name))
    +
    +    def _get_metadata_path(self, name):
    +        return self._fn(self.egg_info, name)
    +
    +    def has_metadata(self, name):
    +        if not self.egg_info:
    +            return self.egg_info
    +
    +        path = self._get_metadata_path(name)
    +        return self._has(path)
    +
    +    def get_metadata(self, name):
    +        if not self.egg_info:
    +            return ""
    +        path = self._get_metadata_path(name)
    +        value = self._get(path)
    +        try:
    +            return value.decode('utf-8')
    +        except UnicodeDecodeError as exc:
    +            # Include the path in the error message to simplify
    +            # troubleshooting, and without changing the exception type.
    +            exc.reason += ' in {} file at path: {}'.format(name, path)
    +            raise
    +
    +    def get_metadata_lines(self, name):
    +        return yield_lines(self.get_metadata(name))
    +
    +    def resource_isdir(self, resource_name):
    +        return self._isdir(self._fn(self.module_path, resource_name))
    +
    +    def metadata_isdir(self, name):
    +        return self.egg_info and self._isdir(self._fn(self.egg_info, name))
    +
    +    def resource_listdir(self, resource_name):
    +        return self._listdir(self._fn(self.module_path, resource_name))
    +
    +    def metadata_listdir(self, name):
    +        if self.egg_info:
    +            return self._listdir(self._fn(self.egg_info, name))
    +        return []
    +
    +    def run_script(self, script_name, namespace):
    +        script = 'scripts/' + script_name
    +        if not self.has_metadata(script):
    +            raise ResolutionError(
    +                "Script {script!r} not found in metadata at {self.egg_info!r}".format(
    +                    **locals()
    +                ),
    +            )
    +        script_text = self.get_metadata(script).replace('\r\n', '\n')
    +        script_text = script_text.replace('\r', '\n')
    +        script_filename = self._fn(self.egg_info, script)
    +        namespace['__file__'] = script_filename
    +        if os.path.exists(script_filename):
    +            with open(script_filename) as fid:
    +                source = fid.read()
    +            code = compile(source, script_filename, 'exec')
    +            exec(code, namespace, namespace)
    +        else:
    +            from linecache import cache
    +
    +            cache[script_filename] = (
    +                len(script_text),
    +                0,
    +                script_text.split('\n'),
    +                script_filename,
    +            )
    +            script_code = compile(script_text, script_filename, 'exec')
    +            exec(script_code, namespace, namespace)
    +
    +    def _has(self, path):
    +        raise NotImplementedError(
    +            "Can't perform this operation for unregistered loader type"
    +        )
    +
    +    def _isdir(self, path):
    +        raise NotImplementedError(
    +            "Can't perform this operation for unregistered loader type"
    +        )
    +
    +    def _listdir(self, path):
    +        raise NotImplementedError(
    +            "Can't perform this operation for unregistered loader type"
    +        )
    +
    +    def _fn(self, base, resource_name):
    +        self._validate_resource_path(resource_name)
    +        if resource_name:
    +            return os.path.join(base, *resource_name.split('/'))
    +        return base
    +
    +    @staticmethod
    +    def _validate_resource_path(path):
    +        """
    +        Validate the resource paths according to the docs.
    +        https://setuptools.pypa.io/en/latest/pkg_resources.html#basic-resource-access
    +
    +        >>> warned = getfixture('recwarn')
    +        >>> warnings.simplefilter('always')
    +        >>> vrp = NullProvider._validate_resource_path
    +        >>> vrp('foo/bar.txt')
    +        >>> bool(warned)
    +        False
    +        >>> vrp('../foo/bar.txt')
    +        >>> bool(warned)
    +        True
    +        >>> warned.clear()
    +        >>> vrp('/foo/bar.txt')
    +        >>> bool(warned)
    +        True
    +        >>> vrp('foo/../../bar.txt')
    +        >>> bool(warned)
    +        True
    +        >>> warned.clear()
    +        >>> vrp('foo/f../bar.txt')
    +        >>> bool(warned)
    +        False
    +
    +        Windows path separators are straight-up disallowed.
    +        >>> vrp(r'\\foo/bar.txt')
    +        Traceback (most recent call last):
    +        ...
    +        ValueError: Use of .. or absolute path in a resource path \
    +is not allowed.
    +
    +        >>> vrp(r'C:\\foo/bar.txt')
    +        Traceback (most recent call last):
    +        ...
    +        ValueError: Use of .. or absolute path in a resource path \
    +is not allowed.
    +
    +        Blank values are allowed
    +
    +        >>> vrp('')
    +        >>> bool(warned)
    +        False
    +
    +        Non-string values are not.
    +
    +        >>> vrp(None)
    +        Traceback (most recent call last):
    +        ...
    +        AttributeError: ...
    +        """
    +        invalid = (
    +            os.path.pardir in path.split(posixpath.sep)
    +            or posixpath.isabs(path)
    +            or ntpath.isabs(path)
    +        )
    +        if not invalid:
    +            return
    +
    +        msg = "Use of .. or absolute path in a resource path is not allowed."
    +
    +        # Aggressively disallow Windows absolute paths
    +        if ntpath.isabs(path) and not posixpath.isabs(path):
    +            raise ValueError(msg)
    +
    +        # for compatibility, warn; in future
    +        # raise ValueError(msg)
    +        issue_warning(
    +            msg[:-1] + " and will raise exceptions in a future release.",
    +            DeprecationWarning,
    +        )
    +
    +    def _get(self, path):
    +        if hasattr(self.loader, 'get_data'):
    +            return self.loader.get_data(path)
    +        raise NotImplementedError(
    +            "Can't perform this operation for loaders without 'get_data()'"
    +        )
    +
    +
    +register_loader_type(object, NullProvider)
    +
    +
    +def _parents(path):
    +    """
    +    yield all parents of path including path
    +    """
    +    last = None
    +    while path != last:
    +        yield path
    +        last = path
    +        path, _ = os.path.split(path)
    +
    +
    +class EggProvider(NullProvider):
    +    """Provider based on a virtual filesystem"""
    +
    +    def __init__(self, module):
    +        super().__init__(module)
    +        self._setup_prefix()
    +
    +    def _setup_prefix(self):
    +        # Assume that metadata may be nested inside a "basket"
    +        # of multiple eggs and use module_path instead of .archive.
    +        eggs = filter(_is_egg_path, _parents(self.module_path))
    +        egg = next(eggs, None)
    +        egg and self._set_egg(egg)
    +
    +    def _set_egg(self, path):
    +        self.egg_name = os.path.basename(path)
    +        self.egg_info = os.path.join(path, 'EGG-INFO')
    +        self.egg_root = path
    +
    +
    +class DefaultProvider(EggProvider):
    +    """Provides access to package resources in the filesystem"""
    +
    +    def _has(self, path):
    +        return os.path.exists(path)
    +
    +    def _isdir(self, path):
    +        return os.path.isdir(path)
    +
    +    def _listdir(self, path):
    +        return os.listdir(path)
    +
    +    def get_resource_stream(self, manager, resource_name):
    +        return open(self._fn(self.module_path, resource_name), 'rb')
    +
    +    def _get(self, path):
    +        with open(path, 'rb') as stream:
    +            return stream.read()
    +
    +    @classmethod
    +    def _register(cls):
    +        loader_names = (
    +            'SourceFileLoader',
    +            'SourcelessFileLoader',
    +        )
    +        for name in loader_names:
    +            loader_cls = getattr(importlib_machinery, name, type(None))
    +            register_loader_type(loader_cls, cls)
    +
    +
    +DefaultProvider._register()
    +
    +
    +class EmptyProvider(NullProvider):
    +    """Provider that returns nothing for all requests"""
    +
    +    module_path = None
    +
    +    _isdir = _has = lambda self, path: False
    +
    +    def _get(self, path):
    +        return ''
    +
    +    def _listdir(self, path):
    +        return []
    +
    +    def __init__(self):
    +        pass
    +
    +
    +empty_provider = EmptyProvider()
    +
    +
    +class ZipManifests(dict):
    +    """
    +    zip manifest builder
    +    """
    +
    +    @classmethod
    +    def build(cls, path):
    +        """
    +        Build a dictionary similar to the zipimport directory
    +        caches, except instead of tuples, store ZipInfo objects.
    +
    +        Use a platform-specific path separator (os.sep) for the path keys
    +        for compatibility with pypy on Windows.
    +        """
    +        with zipfile.ZipFile(path) as zfile:
    +            items = (
    +                (
    +                    name.replace('/', os.sep),
    +                    zfile.getinfo(name),
    +                )
    +                for name in zfile.namelist()
    +            )
    +            return dict(items)
    +
    +    load = build
    +
    +
    +class MemoizedZipManifests(ZipManifests):
    +    """
    +    Memoized zipfile manifests.
    +    """
    +
    +    manifest_mod = collections.namedtuple('manifest_mod', 'manifest mtime')
    +
    +    def load(self, path):
    +        """
    +        Load a manifest at path or return a suitable manifest already loaded.
    +        """
    +        path = os.path.normpath(path)
    +        mtime = os.stat(path).st_mtime
    +
    +        if path not in self or self[path].mtime != mtime:
    +            manifest = self.build(path)
    +            self[path] = self.manifest_mod(manifest, mtime)
    +
    +        return self[path].manifest
    +
    +
    +class ZipProvider(EggProvider):
    +    """Resource support for zips and eggs"""
    +
    +    eagers = None
    +    _zip_manifests = MemoizedZipManifests()
    +
    +    def __init__(self, module):
    +        super().__init__(module)
    +        self.zip_pre = self.loader.archive + os.sep
    +
    +    def _zipinfo_name(self, fspath):
    +        # Convert a virtual filename (full path to file) into a zipfile subpath
    +        # usable with the zipimport directory cache for our target archive
    +        fspath = fspath.rstrip(os.sep)
    +        if fspath == self.loader.archive:
    +            return ''
    +        if fspath.startswith(self.zip_pre):
    +            return fspath[len(self.zip_pre) :]
    +        raise AssertionError("%s is not a subpath of %s" % (fspath, self.zip_pre))
    +
    +    def _parts(self, zip_path):
    +        # Convert a zipfile subpath into an egg-relative path part list.
    +        # pseudo-fs path
    +        fspath = self.zip_pre + zip_path
    +        if fspath.startswith(self.egg_root + os.sep):
    +            return fspath[len(self.egg_root) + 1 :].split(os.sep)
    +        raise AssertionError("%s is not a subpath of %s" % (fspath, self.egg_root))
    +
    +    @property
    +    def zipinfo(self):
    +        return self._zip_manifests.load(self.loader.archive)
    +
    +    def get_resource_filename(self, manager, resource_name):
    +        if not self.egg_name:
    +            raise NotImplementedError(
    +                "resource_filename() only supported for .egg, not .zip"
    +            )
    +        # no need to lock for extraction, since we use temp names
    +        zip_path = self._resource_to_zip(resource_name)
    +        eagers = self._get_eager_resources()
    +        if '/'.join(self._parts(zip_path)) in eagers:
    +            for name in eagers:
    +                self._extract_resource(manager, self._eager_to_zip(name))
    +        return self._extract_resource(manager, zip_path)
    +
    +    @staticmethod
    +    def _get_date_and_size(zip_stat):
    +        size = zip_stat.file_size
    +        # ymdhms+wday, yday, dst
    +        date_time = zip_stat.date_time + (0, 0, -1)
    +        # 1980 offset already done
    +        timestamp = time.mktime(date_time)
    +        return timestamp, size
    +
    +    # FIXME: 'ZipProvider._extract_resource' is too complex (12)
    +    def _extract_resource(self, manager, zip_path):  # noqa: C901
    +        if zip_path in self._index():
    +            for name in self._index()[zip_path]:
    +                last = self._extract_resource(manager, os.path.join(zip_path, name))
    +            # return the extracted directory name
    +            return os.path.dirname(last)
    +
    +        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
    +
    +        if not WRITE_SUPPORT:
    +            raise IOError(
    +                '"os.rename" and "os.unlink" are not supported ' 'on this platform'
    +            )
    +        try:
    +            real_path = manager.get_cache_path(self.egg_name, self._parts(zip_path))
    +
    +            if self._is_current(real_path, zip_path):
    +                return real_path
    +
    +            outf, tmpnam = _mkstemp(
    +                ".$extract",
    +                dir=os.path.dirname(real_path),
    +            )
    +            os.write(outf, self.loader.get_data(zip_path))
    +            os.close(outf)
    +            utime(tmpnam, (timestamp, timestamp))
    +            manager.postprocess(tmpnam, real_path)
    +
    +            try:
    +                rename(tmpnam, real_path)
    +
    +            except os.error:
    +                if os.path.isfile(real_path):
    +                    if self._is_current(real_path, zip_path):
    +                        # the file became current since it was checked above,
    +                        #  so proceed.
    +                        return real_path
    +                    # Windows, del old file and retry
    +                    elif os.name == 'nt':
    +                        unlink(real_path)
    +                        rename(tmpnam, real_path)
    +                        return real_path
    +                raise
    +
    +        except os.error:
    +            # report a user-friendly error
    +            manager.extraction_error()
    +
    +        return real_path
    +
    +    def _is_current(self, file_path, zip_path):
    +        """
    +        Return True if the file_path is current for this zip_path
    +        """
    +        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
    +        if not os.path.isfile(file_path):
    +            return False
    +        stat = os.stat(file_path)
    +        if stat.st_size != size or stat.st_mtime != timestamp:
    +            return False
    +        # check that the contents match
    +        zip_contents = self.loader.get_data(zip_path)
    +        with open(file_path, 'rb') as f:
    +            file_contents = f.read()
    +        return zip_contents == file_contents
    +
    +    def _get_eager_resources(self):
    +        if self.eagers is None:
    +            eagers = []
    +            for name in ('native_libs.txt', 'eager_resources.txt'):
    +                if self.has_metadata(name):
    +                    eagers.extend(self.get_metadata_lines(name))
    +            self.eagers = eagers
    +        return self.eagers
    +
    +    def _index(self):
    +        try:
    +            return self._dirindex
    +        except AttributeError:
    +            ind = {}
    +            for path in self.zipinfo:
    +                parts = path.split(os.sep)
    +                while parts:
    +                    parent = os.sep.join(parts[:-1])
    +                    if parent in ind:
    +                        ind[parent].append(parts[-1])
    +                        break
    +                    else:
    +                        ind[parent] = [parts.pop()]
    +            self._dirindex = ind
    +            return ind
    +
    +    def _has(self, fspath):
    +        zip_path = self._zipinfo_name(fspath)
    +        return zip_path in self.zipinfo or zip_path in self._index()
    +
    +    def _isdir(self, fspath):
    +        return self._zipinfo_name(fspath) in self._index()
    +
    +    def _listdir(self, fspath):
    +        return list(self._index().get(self._zipinfo_name(fspath), ()))
    +
    +    def _eager_to_zip(self, resource_name):
    +        return self._zipinfo_name(self._fn(self.egg_root, resource_name))
    +
    +    def _resource_to_zip(self, resource_name):
    +        return self._zipinfo_name(self._fn(self.module_path, resource_name))
    +
    +
    +register_loader_type(zipimport.zipimporter, ZipProvider)
    +
    +
    +class FileMetadata(EmptyProvider):
    +    """Metadata handler for standalone PKG-INFO files
    +
    +    Usage::
    +
    +        metadata = FileMetadata("/path/to/PKG-INFO")
    +
    +    This provider rejects all data and metadata requests except for PKG-INFO,
    +    which is treated as existing, and will be the contents of the file at
    +    the provided location.
    +    """
    +
    +    def __init__(self, path):
    +        self.path = path
    +
    +    def _get_metadata_path(self, name):
    +        return self.path
    +
    +    def has_metadata(self, name):
    +        return name == 'PKG-INFO' and os.path.isfile(self.path)
    +
    +    def get_metadata(self, name):
    +        if name != 'PKG-INFO':
    +            raise KeyError("No metadata except PKG-INFO is available")
    +
    +        with io.open(self.path, encoding='utf-8', errors="replace") as f:
    +            metadata = f.read()
    +        self._warn_on_replacement(metadata)
    +        return metadata
    +
    +    def _warn_on_replacement(self, metadata):
    +        replacement_char = '�'
    +        if replacement_char in metadata:
    +            tmpl = "{self.path} could not be properly decoded in UTF-8"
    +            msg = tmpl.format(**locals())
    +            warnings.warn(msg)
    +
    +    def get_metadata_lines(self, name):
    +        return yield_lines(self.get_metadata(name))
    +
    +
    +class PathMetadata(DefaultProvider):
    +    """Metadata provider for egg directories
    +
    +    Usage::
    +
    +        # Development eggs:
    +
    +        egg_info = "/path/to/PackageName.egg-info"
    +        base_dir = os.path.dirname(egg_info)
    +        metadata = PathMetadata(base_dir, egg_info)
    +        dist_name = os.path.splitext(os.path.basename(egg_info))[0]
    +        dist = Distribution(basedir, project_name=dist_name, metadata=metadata)
    +
    +        # Unpacked egg directories:
    +
    +        egg_path = "/path/to/PackageName-ver-pyver-etc.egg"
    +        metadata = PathMetadata(egg_path, os.path.join(egg_path,'EGG-INFO'))
    +        dist = Distribution.from_filename(egg_path, metadata=metadata)
    +    """
    +
    +    def __init__(self, path, egg_info):
    +        self.module_path = path
    +        self.egg_info = egg_info
    +
    +
    +class EggMetadata(ZipProvider):
    +    """Metadata provider for .egg files"""
    +
    +    def __init__(self, importer):
    +        """Create a metadata provider from a zipimporter"""
    +
    +        self.zip_pre = importer.archive + os.sep
    +        self.loader = importer
    +        if importer.prefix:
    +            self.module_path = os.path.join(importer.archive, importer.prefix)
    +        else:
    +            self.module_path = importer.archive
    +        self._setup_prefix()
    +
    +
    +_declare_state('dict', _distribution_finders={})
    +
    +
    +def register_finder(importer_type, distribution_finder):
    +    """Register `distribution_finder` to find distributions in sys.path items
    +
    +    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
    +    handler), and `distribution_finder` is a callable that, passed a path
    +    item and the importer instance, yields ``Distribution`` instances found on
    +    that path item.  See ``pkg_resources.find_on_path`` for an example."""
    +    _distribution_finders[importer_type] = distribution_finder
    +
    +
    +def find_distributions(path_item, only=False):
    +    """Yield distributions accessible via `path_item`"""
    +    importer = get_importer(path_item)
    +    finder = _find_adapter(_distribution_finders, importer)
    +    return finder(importer, path_item, only)
    +
    +
    +def find_eggs_in_zip(importer, path_item, only=False):
    +    """
    +    Find eggs in zip files; possibly multiple nested eggs.
    +    """
    +    if importer.archive.endswith('.whl'):
    +        # wheels are not supported with this finder
    +        # they don't have PKG-INFO metadata, and won't ever contain eggs
    +        return
    +    metadata = EggMetadata(importer)
    +    if metadata.has_metadata('PKG-INFO'):
    +        yield Distribution.from_filename(path_item, metadata=metadata)
    +    if only:
    +        # don't yield nested distros
    +        return
    +    for subitem in metadata.resource_listdir(''):
    +        if _is_egg_path(subitem):
    +            subpath = os.path.join(path_item, subitem)
    +            dists = find_eggs_in_zip(zipimport.zipimporter(subpath), subpath)
    +            for dist in dists:
    +                yield dist
    +        elif subitem.lower().endswith(('.dist-info', '.egg-info')):
    +            subpath = os.path.join(path_item, subitem)
    +            submeta = EggMetadata(zipimport.zipimporter(subpath))
    +            submeta.egg_info = subpath
    +            yield Distribution.from_location(path_item, subitem, submeta)
    +
    +
    +register_finder(zipimport.zipimporter, find_eggs_in_zip)
    +
    +
    +def find_nothing(importer, path_item, only=False):
    +    return ()
    +
    +
    +register_finder(object, find_nothing)
    +
    +
    +def find_on_path(importer, path_item, only=False):
    +    """Yield distributions accessible on a sys.path directory"""
    +    path_item = _normalize_cached(path_item)
    +
    +    if _is_unpacked_egg(path_item):
    +        yield Distribution.from_filename(
    +            path_item,
    +            metadata=PathMetadata(path_item, os.path.join(path_item, 'EGG-INFO')),
    +        )
    +        return
    +
    +    entries = (os.path.join(path_item, child) for child in safe_listdir(path_item))
    +
    +    # scan for .egg and .egg-info in directory
    +    for entry in sorted(entries):
    +        fullpath = os.path.join(path_item, entry)
    +        factory = dist_factory(path_item, entry, only)
    +        for dist in factory(fullpath):
    +            yield dist
    +
    +
    +def dist_factory(path_item, entry, only):
    +    """Return a dist_factory for the given entry."""
    +    lower = entry.lower()
    +    is_egg_info = lower.endswith('.egg-info')
    +    is_dist_info = lower.endswith('.dist-info') and os.path.isdir(
    +        os.path.join(path_item, entry)
    +    )
    +    is_meta = is_egg_info or is_dist_info
    +    return (
    +        distributions_from_metadata
    +        if is_meta
    +        else find_distributions
    +        if not only and _is_egg_path(entry)
    +        else resolve_egg_link
    +        if not only and lower.endswith('.egg-link')
    +        else NoDists()
    +    )
    +
    +
    +class NoDists:
    +    """
    +    >>> bool(NoDists())
    +    False
    +
    +    >>> list(NoDists()('anything'))
    +    []
    +    """
    +
    +    def __bool__(self):
    +        return False
    +
    +    def __call__(self, fullpath):
    +        return iter(())
    +
    +
    +def safe_listdir(path):
    +    """
    +    Attempt to list contents of path, but suppress some exceptions.
    +    """
    +    try:
    +        return os.listdir(path)
    +    except (PermissionError, NotADirectoryError):
    +        pass
    +    except OSError as e:
    +        # Ignore the directory if does not exist, not a directory or
    +        # permission denied
    +        if e.errno not in (errno.ENOTDIR, errno.EACCES, errno.ENOENT):
    +            raise
    +    return ()
    +
    +
    +def distributions_from_metadata(path):
    +    root = os.path.dirname(path)
    +    if os.path.isdir(path):
    +        if len(os.listdir(path)) == 0:
    +            # empty metadata dir; skip
    +            return
    +        metadata = PathMetadata(root, path)
    +    else:
    +        metadata = FileMetadata(path)
    +    entry = os.path.basename(path)
    +    yield Distribution.from_location(
    +        root,
    +        entry,
    +        metadata,
    +        precedence=DEVELOP_DIST,
    +    )
    +
    +
    +def non_empty_lines(path):
    +    """
    +    Yield non-empty lines from file at path
    +    """
    +    with open(path) as f:
    +        for line in f:
    +            line = line.strip()
    +            if line:
    +                yield line
    +
    +
    +def resolve_egg_link(path):
    +    """
    +    Given a path to an .egg-link, resolve distributions
    +    present in the referenced path.
    +    """
    +    referenced_paths = non_empty_lines(path)
    +    resolved_paths = (
    +        os.path.join(os.path.dirname(path), ref) for ref in referenced_paths
    +    )
    +    dist_groups = map(find_distributions, resolved_paths)
    +    return next(dist_groups, ())
    +
    +
    +if hasattr(pkgutil, 'ImpImporter'):
    +    register_finder(pkgutil.ImpImporter, find_on_path)
    +
    +register_finder(importlib_machinery.FileFinder, find_on_path)
    +
    +_declare_state('dict', _namespace_handlers={})
    +_declare_state('dict', _namespace_packages={})
    +
    +
    +def register_namespace_handler(importer_type, namespace_handler):
    +    """Register `namespace_handler` to declare namespace packages
    +
    +    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
    +    handler), and `namespace_handler` is a callable like this::
    +
    +        def namespace_handler(importer, path_entry, moduleName, module):
    +            # return a path_entry to use for child packages
    +
    +    Namespace handlers are only called if the importer object has already
    +    agreed that it can handle the relevant path item, and they should only
    +    return a subpath if the module __path__ does not already contain an
    +    equivalent subpath.  For an example namespace handler, see
    +    ``pkg_resources.file_ns_handler``.
    +    """
    +    _namespace_handlers[importer_type] = namespace_handler
    +
    +
    +def _handle_ns(packageName, path_item):
    +    """Ensure that named package includes a subpath of path_item (if needed)"""
    +
    +    importer = get_importer(path_item)
    +    if importer is None:
    +        return None
    +
    +    # use find_spec (PEP 451) and fall-back to find_module (PEP 302)
    +    try:
    +        spec = importer.find_spec(packageName)
    +    except AttributeError:
    +        # capture warnings due to #1111
    +        with warnings.catch_warnings():
    +            warnings.simplefilter("ignore")
    +            loader = importer.find_module(packageName)
    +    else:
    +        loader = spec.loader if spec else None
    +
    +    if loader is None:
    +        return None
    +    module = sys.modules.get(packageName)
    +    if module is None:
    +        module = sys.modules[packageName] = types.ModuleType(packageName)
    +        module.__path__ = []
    +        _set_parent_ns(packageName)
    +    elif not hasattr(module, '__path__'):
    +        raise TypeError("Not a package:", packageName)
    +    handler = _find_adapter(_namespace_handlers, importer)
    +    subpath = handler(importer, path_item, packageName, module)
    +    if subpath is not None:
    +        path = module.__path__
    +        path.append(subpath)
    +        importlib.import_module(packageName)
    +        _rebuild_mod_path(path, packageName, module)
    +    return subpath
    +
    +
    +def _rebuild_mod_path(orig_path, package_name, module):
    +    """
    +    Rebuild module.__path__ ensuring that all entries are ordered
    +    corresponding to their sys.path order
    +    """
    +    sys_path = [_normalize_cached(p) for p in sys.path]
    +
    +    def safe_sys_path_index(entry):
    +        """
    +        Workaround for #520 and #513.
    +        """
    +        try:
    +            return sys_path.index(entry)
    +        except ValueError:
    +            return float('inf')
    +
    +    def position_in_sys_path(path):
    +        """
    +        Return the ordinal of the path based on its position in sys.path
    +        """
    +        path_parts = path.split(os.sep)
    +        module_parts = package_name.count('.') + 1
    +        parts = path_parts[:-module_parts]
    +        return safe_sys_path_index(_normalize_cached(os.sep.join(parts)))
    +
    +    new_path = sorted(orig_path, key=position_in_sys_path)
    +    new_path = [_normalize_cached(p) for p in new_path]
    +
    +    if isinstance(module.__path__, list):
    +        module.__path__[:] = new_path
    +    else:
    +        module.__path__ = new_path
    +
    +
    +def declare_namespace(packageName):
    +    """Declare that package 'packageName' is a namespace package"""
    +
    +    msg = (
    +        f"Deprecated call to `pkg_resources.declare_namespace({packageName!r})`.\n"
    +        "Implementing implicit namespace packages (as specified in PEP 420) "
    +        "is preferred to `pkg_resources.declare_namespace`. "
    +        "See https://setuptools.pypa.io/en/latest/references/"
    +        "keywords.html#keyword-namespace-packages"
    +    )
    +    warnings.warn(msg, DeprecationWarning, stacklevel=2)
    +
    +    _imp.acquire_lock()
    +    try:
    +        if packageName in _namespace_packages:
    +            return
    +
    +        path = sys.path
    +        parent, _, _ = packageName.rpartition('.')
    +
    +        if parent:
    +            declare_namespace(parent)
    +            if parent not in _namespace_packages:
    +                __import__(parent)
    +            try:
    +                path = sys.modules[parent].__path__
    +            except AttributeError as e:
    +                raise TypeError("Not a package:", parent) from e
    +
    +        # Track what packages are namespaces, so when new path items are added,
    +        # they can be updated
    +        _namespace_packages.setdefault(parent or None, []).append(packageName)
    +        _namespace_packages.setdefault(packageName, [])
    +
    +        for path_item in path:
    +            # Ensure all the parent's path items are reflected in the child,
    +            # if they apply
    +            _handle_ns(packageName, path_item)
    +
    +    finally:
    +        _imp.release_lock()
    +
    +
    +def fixup_namespace_packages(path_item, parent=None):
    +    """Ensure that previously-declared namespace packages include path_item"""
    +    _imp.acquire_lock()
    +    try:
    +        for package in _namespace_packages.get(parent, ()):
    +            subpath = _handle_ns(package, path_item)
    +            if subpath:
    +                fixup_namespace_packages(subpath, package)
    +    finally:
    +        _imp.release_lock()
    +
    +
    +def file_ns_handler(importer, path_item, packageName, module):
    +    """Compute an ns-package subpath for a filesystem or zipfile importer"""
    +
    +    subpath = os.path.join(path_item, packageName.split('.')[-1])
    +    normalized = _normalize_cached(subpath)
    +    for item in module.__path__:
    +        if _normalize_cached(item) == normalized:
    +            break
    +    else:
    +        # Only return the path if it's not already there
    +        return subpath
    +
    +
    +if hasattr(pkgutil, 'ImpImporter'):
    +    register_namespace_handler(pkgutil.ImpImporter, file_ns_handler)
    +
    +register_namespace_handler(zipimport.zipimporter, file_ns_handler)
    +register_namespace_handler(importlib_machinery.FileFinder, file_ns_handler)
    +
    +
    +def null_ns_handler(importer, path_item, packageName, module):
    +    return None
    +
    +
    +register_namespace_handler(object, null_ns_handler)
    +
    +
    +def normalize_path(filename):
    +    """Normalize a file/dir name for comparison purposes"""
    +    return os.path.normcase(os.path.realpath(os.path.normpath(_cygwin_patch(filename))))
    +
    +
    +def _cygwin_patch(filename):  # pragma: nocover
    +    """
    +    Contrary to POSIX 2008, on Cygwin, getcwd (3) contains
    +    symlink components. Using
    +    os.path.abspath() works around this limitation. A fix in os.getcwd()
    +    would probably better, in Cygwin even more so, except
    +    that this seems to be by design...
    +    """
    +    return os.path.abspath(filename) if sys.platform == 'cygwin' else filename
    +
    +
    +def _normalize_cached(filename, _cache={}):
    +    try:
    +        return _cache[filename]
    +    except KeyError:
    +        _cache[filename] = result = normalize_path(filename)
    +        return result
    +
    +
    +def _is_egg_path(path):
    +    """
    +    Determine if given path appears to be an egg.
    +    """
    +    return _is_zip_egg(path) or _is_unpacked_egg(path)
    +
    +
    +def _is_zip_egg(path):
    +    return (
    +        path.lower().endswith('.egg')
    +        and os.path.isfile(path)
    +        and zipfile.is_zipfile(path)
    +    )
    +
    +
    +def _is_unpacked_egg(path):
    +    """
    +    Determine if given path appears to be an unpacked egg.
    +    """
    +    return path.lower().endswith('.egg') and os.path.isfile(
    +        os.path.join(path, 'EGG-INFO', 'PKG-INFO')
    +    )
    +
    +
    +def _set_parent_ns(packageName):
    +    parts = packageName.split('.')
    +    name = parts.pop()
    +    if parts:
    +        parent = '.'.join(parts)
    +        setattr(sys.modules[parent], name, sys.modules[packageName])
    +
    +
    +MODULE = re.compile(r"\w+(\.\w+)*$").match
    +EGG_NAME = re.compile(
    +    r"""
    +    (?P[^-]+) (
    +        -(?P[^-]+) (
    +            -py(?P[^-]+) (
    +                -(?P.+)
    +            )?
    +        )?
    +    )?
    +    """,
    +    re.VERBOSE | re.IGNORECASE,
    +).match
    +
    +
    +class EntryPoint:
    +    """Object representing an advertised importable object"""
    +
    +    def __init__(self, name, module_name, attrs=(), extras=(), dist=None):
    +        if not MODULE(module_name):
    +            raise ValueError("Invalid module name", module_name)
    +        self.name = name
    +        self.module_name = module_name
    +        self.attrs = tuple(attrs)
    +        self.extras = tuple(extras)
    +        self.dist = dist
    +
    +    def __str__(self):
    +        s = "%s = %s" % (self.name, self.module_name)
    +        if self.attrs:
    +            s += ':' + '.'.join(self.attrs)
    +        if self.extras:
    +            s += ' [%s]' % ','.join(self.extras)
    +        return s
    +
    +    def __repr__(self):
    +        return "EntryPoint.parse(%r)" % str(self)
    +
    +    def load(self, require=True, *args, **kwargs):
    +        """
    +        Require packages for this EntryPoint, then resolve it.
    +        """
    +        if not require or args or kwargs:
    +            warnings.warn(
    +                "Parameters to load are deprecated.  Call .resolve and "
    +                ".require separately.",
    +                PkgResourcesDeprecationWarning,
    +                stacklevel=2,
    +            )
    +        if require:
    +            self.require(*args, **kwargs)
    +        return self.resolve()
    +
    +    def resolve(self):
    +        """
    +        Resolve the entry point from its module and attrs.
    +        """
    +        module = __import__(self.module_name, fromlist=['__name__'], level=0)
    +        try:
    +            return functools.reduce(getattr, self.attrs, module)
    +        except AttributeError as exc:
    +            raise ImportError(str(exc)) from exc
    +
    +    def require(self, env=None, installer=None):
    +        if self.extras and not self.dist:
    +            raise UnknownExtra("Can't require() without a distribution", self)
    +
    +        # Get the requirements for this entry point with all its extras and
    +        # then resolve them. We have to pass `extras` along when resolving so
    +        # that the working set knows what extras we want. Otherwise, for
    +        # dist-info distributions, the working set will assume that the
    +        # requirements for that extra are purely optional and skip over them.
    +        reqs = self.dist.requires(self.extras)
    +        items = working_set.resolve(reqs, env, installer, extras=self.extras)
    +        list(map(working_set.add, items))
    +
    +    pattern = re.compile(
    +        r'\s*'
    +        r'(?P.+?)\s*'
    +        r'=\s*'
    +        r'(?P[\w.]+)\s*'
    +        r'(:\s*(?P[\w.]+))?\s*'
    +        r'(?P\[.*\])?\s*$'
    +    )
    +
    +    @classmethod
    +    def parse(cls, src, dist=None):
    +        """Parse a single entry point from string `src`
    +
    +        Entry point syntax follows the form::
    +
    +            name = some.module:some.attr [extra1, extra2]
    +
    +        The entry name and module name are required, but the ``:attrs`` and
    +        ``[extras]`` parts are optional
    +        """
    +        m = cls.pattern.match(src)
    +        if not m:
    +            msg = "EntryPoint must be in 'name=module:attrs [extras]' format"
    +            raise ValueError(msg, src)
    +        res = m.groupdict()
    +        extras = cls._parse_extras(res['extras'])
    +        attrs = res['attr'].split('.') if res['attr'] else ()
    +        return cls(res['name'], res['module'], attrs, extras, dist)
    +
    +    @classmethod
    +    def _parse_extras(cls, extras_spec):
    +        if not extras_spec:
    +            return ()
    +        req = Requirement.parse('x' + extras_spec)
    +        if req.specs:
    +            raise ValueError()
    +        return req.extras
    +
    +    @classmethod
    +    def parse_group(cls, group, lines, dist=None):
    +        """Parse an entry point group"""
    +        if not MODULE(group):
    +            raise ValueError("Invalid group name", group)
    +        this = {}
    +        for line in yield_lines(lines):
    +            ep = cls.parse(line, dist)
    +            if ep.name in this:
    +                raise ValueError("Duplicate entry point", group, ep.name)
    +            this[ep.name] = ep
    +        return this
    +
    +    @classmethod
    +    def parse_map(cls, data, dist=None):
    +        """Parse a map of entry point groups"""
    +        if isinstance(data, dict):
    +            data = data.items()
    +        else:
    +            data = split_sections(data)
    +        maps = {}
    +        for group, lines in data:
    +            if group is None:
    +                if not lines:
    +                    continue
    +                raise ValueError("Entry points must be listed in groups")
    +            group = group.strip()
    +            if group in maps:
    +                raise ValueError("Duplicate group name", group)
    +            maps[group] = cls.parse_group(group, lines, dist)
    +        return maps
    +
    +
    +def _version_from_file(lines):
    +    """
    +    Given an iterable of lines from a Metadata file, return
    +    the value of the Version field, if present, or None otherwise.
    +    """
    +
    +    def is_version_line(line):
    +        return line.lower().startswith('version:')
    +
    +    version_lines = filter(is_version_line, lines)
    +    line = next(iter(version_lines), '')
    +    _, _, value = line.partition(':')
    +    return safe_version(value.strip()) or None
    +
    +
    +class Distribution:
    +    """Wrap an actual or potential sys.path entry w/metadata"""
    +
    +    PKG_INFO = 'PKG-INFO'
    +
    +    def __init__(
    +        self,
    +        location=None,
    +        metadata=None,
    +        project_name=None,
    +        version=None,
    +        py_version=PY_MAJOR,
    +        platform=None,
    +        precedence=EGG_DIST,
    +    ):
    +        self.project_name = safe_name(project_name or 'Unknown')
    +        if version is not None:
    +            self._version = safe_version(version)
    +        self.py_version = py_version
    +        self.platform = platform
    +        self.location = location
    +        self.precedence = precedence
    +        self._provider = metadata or empty_provider
    +
    +    @classmethod
    +    def from_location(cls, location, basename, metadata=None, **kw):
    +        project_name, version, py_version, platform = [None] * 4
    +        basename, ext = os.path.splitext(basename)
    +        if ext.lower() in _distributionImpl:
    +            cls = _distributionImpl[ext.lower()]
    +
    +            match = EGG_NAME(basename)
    +            if match:
    +                project_name, version, py_version, platform = match.group(
    +                    'name', 'ver', 'pyver', 'plat'
    +                )
    +        return cls(
    +            location,
    +            metadata,
    +            project_name=project_name,
    +            version=version,
    +            py_version=py_version,
    +            platform=platform,
    +            **kw,
    +        )._reload_version()
    +
    +    def _reload_version(self):
    +        return self
    +
    +    @property
    +    def hashcmp(self):
    +        return (
    +            self._forgiving_parsed_version,
    +            self.precedence,
    +            self.key,
    +            self.location,
    +            self.py_version or '',
    +            self.platform or '',
    +        )
    +
    +    def __hash__(self):
    +        return hash(self.hashcmp)
    +
    +    def __lt__(self, other):
    +        return self.hashcmp < other.hashcmp
    +
    +    def __le__(self, other):
    +        return self.hashcmp <= other.hashcmp
    +
    +    def __gt__(self, other):
    +        return self.hashcmp > other.hashcmp
    +
    +    def __ge__(self, other):
    +        return self.hashcmp >= other.hashcmp
    +
    +    def __eq__(self, other):
    +        if not isinstance(other, self.__class__):
    +            # It's not a Distribution, so they are not equal
    +            return False
    +        return self.hashcmp == other.hashcmp
    +
    +    def __ne__(self, other):
    +        return not self == other
    +
    +    # These properties have to be lazy so that we don't have to load any
    +    # metadata until/unless it's actually needed.  (i.e., some distributions
    +    # may not know their name or version without loading PKG-INFO)
    +
    +    @property
    +    def key(self):
    +        try:
    +            return self._key
    +        except AttributeError:
    +            self._key = key = self.project_name.lower()
    +            return key
    +
    +    @property
    +    def parsed_version(self):
    +        if not hasattr(self, "_parsed_version"):
    +            try:
    +                self._parsed_version = parse_version(self.version)
    +            except packaging.version.InvalidVersion as ex:
    +                info = f"(package: {self.project_name})"
    +                if hasattr(ex, "add_note"):
    +                    ex.add_note(info)  # PEP 678
    +                    raise
    +                raise packaging.version.InvalidVersion(f"{str(ex)} {info}") from None
    +
    +        return self._parsed_version
    +
    +    @property
    +    def _forgiving_parsed_version(self):
    +        try:
    +            return self.parsed_version
    +        except packaging.version.InvalidVersion as ex:
    +            self._parsed_version = parse_version(_forgiving_version(self.version))
    +
    +            notes = "\n".join(getattr(ex, "__notes__", []))  # PEP 678
    +            msg = f"""!!\n\n
    +            *************************************************************************
    +            {str(ex)}\n{notes}
    +
    +            This is a long overdue deprecation.
    +            For the time being, `pkg_resources` will use `{self._parsed_version}`
    +            as a replacement to avoid breaking existing environments,
    +            but no future compatibility is guaranteed.
    +
    +            If you maintain package {self.project_name} you should implement
    +            the relevant changes to adequate the project to PEP 440 immediately.
    +            *************************************************************************
    +            \n\n!!
    +            """
    +            warnings.warn(msg, DeprecationWarning)
    +
    +            return self._parsed_version
    +
    +    @property
    +    def version(self):
    +        try:
    +            return self._version
    +        except AttributeError as e:
    +            version = self._get_version()
    +            if version is None:
    +                path = self._get_metadata_path_for_display(self.PKG_INFO)
    +                msg = ("Missing 'Version:' header and/or {} file at path: {}").format(
    +                    self.PKG_INFO, path
    +                )
    +                raise ValueError(msg, self) from e
    +
    +            return version
    +
    +    @property
    +    def _dep_map(self):
    +        """
    +        A map of extra to its list of (direct) requirements
    +        for this distribution, including the null extra.
    +        """
    +        try:
    +            return self.__dep_map
    +        except AttributeError:
    +            self.__dep_map = self._filter_extras(self._build_dep_map())
    +        return self.__dep_map
    +
    +    @staticmethod
    +    def _filter_extras(dm):
    +        """
    +        Given a mapping of extras to dependencies, strip off
    +        environment markers and filter out any dependencies
    +        not matching the markers.
    +        """
    +        for extra in list(filter(None, dm)):
    +            new_extra = extra
    +            reqs = dm.pop(extra)
    +            new_extra, _, marker = extra.partition(':')
    +            fails_marker = marker and (
    +                invalid_marker(marker) or not evaluate_marker(marker)
    +            )
    +            if fails_marker:
    +                reqs = []
    +            new_extra = safe_extra(new_extra) or None
    +
    +            dm.setdefault(new_extra, []).extend(reqs)
    +        return dm
    +
    +    def _build_dep_map(self):
    +        dm = {}
    +        for name in 'requires.txt', 'depends.txt':
    +            for extra, reqs in split_sections(self._get_metadata(name)):
    +                dm.setdefault(extra, []).extend(parse_requirements(reqs))
    +        return dm
    +
    +    def requires(self, extras=()):
    +        """List of Requirements needed for this distro if `extras` are used"""
    +        dm = self._dep_map
    +        deps = []
    +        deps.extend(dm.get(None, ()))
    +        for ext in extras:
    +            try:
    +                deps.extend(dm[safe_extra(ext)])
    +            except KeyError as e:
    +                raise UnknownExtra(
    +                    "%s has no such extra feature %r" % (self, ext)
    +                ) from e
    +        return deps
    +
    +    def _get_metadata_path_for_display(self, name):
    +        """
    +        Return the path to the given metadata file, if available.
    +        """
    +        try:
    +            # We need to access _get_metadata_path() on the provider object
    +            # directly rather than through this class's __getattr__()
    +            # since _get_metadata_path() is marked private.
    +            path = self._provider._get_metadata_path(name)
    +
    +        # Handle exceptions e.g. in case the distribution's metadata
    +        # provider doesn't support _get_metadata_path().
    +        except Exception:
    +            return '[could not detect]'
    +
    +        return path
    +
    +    def _get_metadata(self, name):
    +        if self.has_metadata(name):
    +            for line in self.get_metadata_lines(name):
    +                yield line
    +
    +    def _get_version(self):
    +        lines = self._get_metadata(self.PKG_INFO)
    +        version = _version_from_file(lines)
    +
    +        return version
    +
    +    def activate(self, path=None, replace=False):
    +        """Ensure distribution is importable on `path` (default=sys.path)"""
    +        if path is None:
    +            path = sys.path
    +        self.insert_on(path, replace=replace)
    +        if path is sys.path:
    +            fixup_namespace_packages(self.location)
    +            for pkg in self._get_metadata('namespace_packages.txt'):
    +                if pkg in sys.modules:
    +                    declare_namespace(pkg)
    +
    +    def egg_name(self):
    +        """Return what this distribution's standard .egg filename should be"""
    +        filename = "%s-%s-py%s" % (
    +            to_filename(self.project_name),
    +            to_filename(self.version),
    +            self.py_version or PY_MAJOR,
    +        )
    +
    +        if self.platform:
    +            filename += '-' + self.platform
    +        return filename
    +
    +    def __repr__(self):
    +        if self.location:
    +            return "%s (%s)" % (self, self.location)
    +        else:
    +            return str(self)
    +
    +    def __str__(self):
    +        try:
    +            version = getattr(self, 'version', None)
    +        except ValueError:
    +            version = None
    +        version = version or "[unknown version]"
    +        return "%s %s" % (self.project_name, version)
    +
    +    def __getattr__(self, attr):
    +        """Delegate all unrecognized public attributes to .metadata provider"""
    +        if attr.startswith('_'):
    +            raise AttributeError(attr)
    +        return getattr(self._provider, attr)
    +
    +    def __dir__(self):
    +        return list(
    +            set(super(Distribution, self).__dir__())
    +            | set(attr for attr in self._provider.__dir__() if not attr.startswith('_'))
    +        )
    +
    +    @classmethod
    +    def from_filename(cls, filename, metadata=None, **kw):
    +        return cls.from_location(
    +            _normalize_cached(filename), os.path.basename(filename), metadata, **kw
    +        )
    +
    +    def as_requirement(self):
    +        """Return a ``Requirement`` that matches this distribution exactly"""
    +        if isinstance(self.parsed_version, packaging.version.Version):
    +            spec = "%s==%s" % (self.project_name, self.parsed_version)
    +        else:
    +            spec = "%s===%s" % (self.project_name, self.parsed_version)
    +
    +        return Requirement.parse(spec)
    +
    +    def load_entry_point(self, group, name):
    +        """Return the `name` entry point of `group` or raise ImportError"""
    +        ep = self.get_entry_info(group, name)
    +        if ep is None:
    +            raise ImportError("Entry point %r not found" % ((group, name),))
    +        return ep.load()
    +
    +    def get_entry_map(self, group=None):
    +        """Return the entry point map for `group`, or the full entry map"""
    +        try:
    +            ep_map = self._ep_map
    +        except AttributeError:
    +            ep_map = self._ep_map = EntryPoint.parse_map(
    +                self._get_metadata('entry_points.txt'), self
    +            )
    +        if group is not None:
    +            return ep_map.get(group, {})
    +        return ep_map
    +
    +    def get_entry_info(self, group, name):
    +        """Return the EntryPoint object for `group`+`name`, or ``None``"""
    +        return self.get_entry_map(group).get(name)
    +
    +    # FIXME: 'Distribution.insert_on' is too complex (13)
    +    def insert_on(self, path, loc=None, replace=False):  # noqa: C901
    +        """Ensure self.location is on path
    +
    +        If replace=False (default):
    +            - If location is already in path anywhere, do nothing.
    +            - Else:
    +              - If it's an egg and its parent directory is on path,
    +                insert just ahead of the parent.
    +              - Else: add to the end of path.
    +        If replace=True:
    +            - If location is already on path anywhere (not eggs)
    +              or higher priority than its parent (eggs)
    +              do nothing.
    +            - Else:
    +              - If it's an egg and its parent directory is on path,
    +                insert just ahead of the parent,
    +                removing any lower-priority entries.
    +              - Else: add it to the front of path.
    +        """
    +
    +        loc = loc or self.location
    +        if not loc:
    +            return
    +
    +        nloc = _normalize_cached(loc)
    +        bdir = os.path.dirname(nloc)
    +        npath = [(p and _normalize_cached(p) or p) for p in path]
    +
    +        for p, item in enumerate(npath):
    +            if item == nloc:
    +                if replace:
    +                    break
    +                else:
    +                    # don't modify path (even removing duplicates) if
    +                    # found and not replace
    +                    return
    +            elif item == bdir and self.precedence == EGG_DIST:
    +                # if it's an .egg, give it precedence over its directory
    +                # UNLESS it's already been added to sys.path and replace=False
    +                if (not replace) and nloc in npath[p:]:
    +                    return
    +                if path is sys.path:
    +                    self.check_version_conflict()
    +                path.insert(p, loc)
    +                npath.insert(p, nloc)
    +                break
    +        else:
    +            if path is sys.path:
    +                self.check_version_conflict()
    +            if replace:
    +                path.insert(0, loc)
    +            else:
    +                path.append(loc)
    +            return
    +
    +        # p is the spot where we found or inserted loc; now remove duplicates
    +        while True:
    +            try:
    +                np = npath.index(nloc, p + 1)
    +            except ValueError:
    +                break
    +            else:
    +                del npath[np], path[np]
    +                # ha!
    +                p = np
    +
    +        return
    +
    +    def check_version_conflict(self):
    +        if self.key == 'setuptools':
    +            # ignore the inevitable setuptools self-conflicts  :(
    +            return
    +
    +        nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt'))
    +        loc = normalize_path(self.location)
    +        for modname in self._get_metadata('top_level.txt'):
    +            if (
    +                modname not in sys.modules
    +                or modname in nsp
    +                or modname in _namespace_packages
    +            ):
    +                continue
    +            if modname in ('pkg_resources', 'setuptools', 'site'):
    +                continue
    +            fn = getattr(sys.modules[modname], '__file__', None)
    +            if fn and (
    +                normalize_path(fn).startswith(loc) or fn.startswith(self.location)
    +            ):
    +                continue
    +            issue_warning(
    +                "Module %s was already imported from %s, but %s is being added"
    +                " to sys.path" % (modname, fn, self.location),
    +            )
    +
    +    def has_version(self):
    +        try:
    +            self.version
    +        except ValueError:
    +            issue_warning("Unbuilt egg for " + repr(self))
    +            return False
    +        except SystemError:
    +            # TODO: remove this except clause when python/cpython#103632 is fixed.
    +            return False
    +        return True
    +
    +    def clone(self, **kw):
    +        """Copy this distribution, substituting in any changed keyword args"""
    +        names = 'project_name version py_version platform location precedence'
    +        for attr in names.split():
    +            kw.setdefault(attr, getattr(self, attr, None))
    +        kw.setdefault('metadata', self._provider)
    +        return self.__class__(**kw)
    +
    +    @property
    +    def extras(self):
    +        return [dep for dep in self._dep_map if dep]
    +
    +
    +class EggInfoDistribution(Distribution):
    +    def _reload_version(self):
    +        """
    +        Packages installed by distutils (e.g. numpy or scipy),
    +        which uses an old safe_version, and so
    +        their version numbers can get mangled when
    +        converted to filenames (e.g., 1.11.0.dev0+2329eae to
    +        1.11.0.dev0_2329eae). These distributions will not be
    +        parsed properly
    +        downstream by Distribution and safe_version, so
    +        take an extra step and try to get the version number from
    +        the metadata file itself instead of the filename.
    +        """
    +        md_version = self._get_version()
    +        if md_version:
    +            self._version = md_version
    +        return self
    +
    +
    +class DistInfoDistribution(Distribution):
    +    """
    +    Wrap an actual or potential sys.path entry
    +    w/metadata, .dist-info style.
    +    """
    +
    +    PKG_INFO = 'METADATA'
    +    EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])")
    +
    +    @property
    +    def _parsed_pkg_info(self):
    +        """Parse and cache metadata"""
    +        try:
    +            return self._pkg_info
    +        except AttributeError:
    +            metadata = self.get_metadata(self.PKG_INFO)
    +            self._pkg_info = email.parser.Parser().parsestr(metadata)
    +            return self._pkg_info
    +
    +    @property
    +    def _dep_map(self):
    +        try:
    +            return self.__dep_map
    +        except AttributeError:
    +            self.__dep_map = self._compute_dependencies()
    +            return self.__dep_map
    +
    +    def _compute_dependencies(self):
    +        """Recompute this distribution's dependencies."""
    +        dm = self.__dep_map = {None: []}
    +
    +        reqs = []
    +        # Including any condition expressions
    +        for req in self._parsed_pkg_info.get_all('Requires-Dist') or []:
    +            reqs.extend(parse_requirements(req))
    +
    +        def reqs_for_extra(extra):
    +            for req in reqs:
    +                if not req.marker or req.marker.evaluate({'extra': extra}):
    +                    yield req
    +
    +        common = types.MappingProxyType(dict.fromkeys(reqs_for_extra(None)))
    +        dm[None].extend(common)
    +
    +        for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []:
    +            s_extra = safe_extra(extra.strip())
    +            dm[s_extra] = [r for r in reqs_for_extra(extra) if r not in common]
    +
    +        return dm
    +
    +
    +_distributionImpl = {
    +    '.egg': Distribution,
    +    '.egg-info': EggInfoDistribution,
    +    '.dist-info': DistInfoDistribution,
    +}
    +
    +
    +def issue_warning(*args, **kw):
    +    level = 1
    +    g = globals()
    +    try:
    +        # find the first stack frame that is *not* code in
    +        # the pkg_resources module, to use for the warning
    +        while sys._getframe(level).f_globals is g:
    +            level += 1
    +    except ValueError:
    +        pass
    +    warnings.warn(stacklevel=level + 1, *args, **kw)
    +
    +
    +def parse_requirements(strs):
    +    """
    +    Yield ``Requirement`` objects for each specification in `strs`.
    +
    +    `strs` must be a string, or a (possibly-nested) iterable thereof.
    +    """
    +    return map(Requirement, join_continuation(map(drop_comment, yield_lines(strs))))
    +
    +
    +class RequirementParseError(packaging.requirements.InvalidRequirement):
    +    "Compatibility wrapper for InvalidRequirement"
    +
    +
    +class Requirement(packaging.requirements.Requirement):
    +    def __init__(self, requirement_string):
    +        """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
    +        super(Requirement, self).__init__(requirement_string)
    +        self.unsafe_name = self.name
    +        project_name = safe_name(self.name)
    +        self.project_name, self.key = project_name, project_name.lower()
    +        self.specs = [(spec.operator, spec.version) for spec in self.specifier]
    +        self.extras = tuple(map(safe_extra, self.extras))
    +        self.hashCmp = (
    +            self.key,
    +            self.url,
    +            self.specifier,
    +            frozenset(self.extras),
    +            str(self.marker) if self.marker else None,
    +        )
    +        self.__hash = hash(self.hashCmp)
    +
    +    def __eq__(self, other):
    +        return isinstance(other, Requirement) and self.hashCmp == other.hashCmp
    +
    +    def __ne__(self, other):
    +        return not self == other
    +
    +    def __contains__(self, item):
    +        if isinstance(item, Distribution):
    +            if item.key != self.key:
    +                return False
    +
    +            item = item.version
    +
    +        # Allow prereleases always in order to match the previous behavior of
    +        # this method. In the future this should be smarter and follow PEP 440
    +        # more accurately.
    +        return self.specifier.contains(item, prereleases=True)
    +
    +    def __hash__(self):
    +        return self.__hash
    +
    +    def __repr__(self):
    +        return "Requirement.parse(%r)" % str(self)
    +
    +    @staticmethod
    +    def parse(s):
    +        (req,) = parse_requirements(s)
    +        return req
    +
    +
    +def _always_object(classes):
    +    """
    +    Ensure object appears in the mro even
    +    for old-style classes.
    +    """
    +    if object not in classes:
    +        return classes + (object,)
    +    return classes
    +
    +
    +def _find_adapter(registry, ob):
    +    """Return an adapter factory for `ob` from `registry`"""
    +    types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob))))
    +    for t in types:
    +        if t in registry:
    +            return registry[t]
    +
    +
    +def ensure_directory(path):
    +    """Ensure that the parent directory of `path` exists"""
    +    dirname = os.path.dirname(path)
    +    os.makedirs(dirname, exist_ok=True)
    +
    +
    +def _bypass_ensure_directory(path):
    +    """Sandbox-bypassing version of ensure_directory()"""
    +    if not WRITE_SUPPORT:
    +        raise IOError('"os.mkdir" not supported on this platform.')
    +    dirname, filename = split(path)
    +    if dirname and filename and not isdir(dirname):
    +        _bypass_ensure_directory(dirname)
    +        try:
    +            mkdir(dirname, 0o755)
    +        except FileExistsError:
    +            pass
    +
    +
    +def split_sections(s):
    +    """Split a string or iterable thereof into (section, content) pairs
    +
    +    Each ``section`` is a stripped version of the section header ("[section]")
    +    and each ``content`` is a list of stripped lines excluding blank lines and
    +    comment-only lines.  If there are any such lines before the first section
    +    header, they're returned in a first ``section`` of ``None``.
    +    """
    +    section = None
    +    content = []
    +    for line in yield_lines(s):
    +        if line.startswith("["):
    +            if line.endswith("]"):
    +                if section or content:
    +                    yield section, content
    +                section = line[1:-1].strip()
    +                content = []
    +            else:
    +                raise ValueError("Invalid section heading", line)
    +        else:
    +            content.append(line)
    +
    +    # wrap up last segment
    +    yield section, content
    +
    +
    +def _mkstemp(*args, **kw):
    +    old_open = os.open
    +    try:
    +        # temporarily bypass sandboxing
    +        os.open = os_open
    +        return tempfile.mkstemp(*args, **kw)
    +    finally:
    +        # and then put it back
    +        os.open = old_open
    +
    +
    +# Silence the PEP440Warning by default, so that end users don't get hit by it
    +# randomly just because they use pkg_resources. We want to append the rule
    +# because we want earlier uses of filterwarnings to take precedence over this
    +# one.
    +warnings.filterwarnings("ignore", category=PEP440Warning, append=True)
    +
    +
    +# from jaraco.functools 1.3
    +def _call_aside(f, *args, **kwargs):
    +    f(*args, **kwargs)
    +    return f
    +
    +
    +@_call_aside
    +def _initialize(g=globals()):
    +    "Set up global resource manager (deliberately not state-saved)"
    +    manager = ResourceManager()
    +    g['_manager'] = manager
    +    g.update(
    +        (name, getattr(manager, name))
    +        for name in dir(manager)
    +        if not name.startswith('_')
    +    )
    +
    +
    +class PkgResourcesDeprecationWarning(Warning):
    +    """
    +    Base class for warning about deprecations in ``pkg_resources``
    +
    +    This class is not derived from ``DeprecationWarning``, and as such is
    +    visible by default.
    +    """
    +
    +
    +@_call_aside
    +def _initialize_master_working_set():
    +    """
    +    Prepare the master working set and make the ``require()``
    +    API available.
    +
    +    This function has explicit effects on the global state
    +    of pkg_resources. It is intended to be invoked once at
    +    the initialization of this module.
    +
    +    Invocation by other packages is unsupported and done
    +    at their own risk.
    +    """
    +    working_set = WorkingSet._build_master()
    +    _declare_state('object', working_set=working_set)
    +
    +    require = working_set.require
    +    iter_entry_points = working_set.iter_entry_points
    +    add_activation_listener = working_set.subscribe
    +    run_script = working_set.run_script
    +    # backward compatibility
    +    run_main = run_script
    +    # Activate all distributions already on sys.path with replace=False and
    +    # ensure that all distributions added to the working set in the future
    +    # (e.g. by calling ``require()``) will get activated as well,
    +    # with higher priority (replace=True).
    +    tuple(dist.activate(replace=False) for dist in working_set)
    +    add_activation_listener(
    +        lambda dist: dist.activate(replace=True),
    +        existing=False,
    +    )
    +    working_set.entries = []
    +    # match order
    +    list(map(working_set.add_entry, sys.path))
    +    globals().update(locals())
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..10d447783fa67cafde6f9de1e5a72aa7531406fb
    GIT binary patch
    literal 146500
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py
    new file mode 100644
    index 00000000..5ebf5957
    --- /dev/null
    +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py
    @@ -0,0 +1,566 @@
    +"""
    +Utilities for determining application-specific dirs. See  for details and
    +usage.
    +"""
    +from __future__ import annotations
    +
    +import os
    +import sys
    +from typing import TYPE_CHECKING
    +
    +from .api import PlatformDirsABC
    +from .version import __version__
    +from .version import __version_tuple__ as __version_info__
    +
    +if TYPE_CHECKING:
    +    from pathlib import Path
    +
    +    if sys.version_info >= (3, 8):  # pragma: no cover (py38+)
    +        from typing import Literal
    +    else:  # pragma: no cover (py38+)
    +        from pip._vendor.typing_extensions import Literal
    +
    +
    +def _set_platform_dir_class() -> type[PlatformDirsABC]:
    +    if sys.platform == "win32":
    +        from pip._vendor.platformdirs.windows import Windows as Result
    +    elif sys.platform == "darwin":
    +        from pip._vendor.platformdirs.macos import MacOS as Result
    +    else:
    +        from pip._vendor.platformdirs.unix import Unix as Result
    +
    +    if os.getenv("ANDROID_DATA") == "/data" and os.getenv("ANDROID_ROOT") == "/system":
    +        if os.getenv("SHELL") or os.getenv("PREFIX"):
    +            return Result
    +
    +        from pip._vendor.platformdirs.android import _android_folder
    +
    +        if _android_folder() is not None:
    +            from pip._vendor.platformdirs.android import Android
    +
    +            return Android  # return to avoid redefinition of result
    +
    +    return Result
    +
    +
    +PlatformDirs = _set_platform_dir_class()  #: Currently active platform
    +AppDirs = PlatformDirs  #: Backwards compatibility with appdirs
    +
    +
    +def user_data_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_data_dir
    +
    +
    +def site_data_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data directory shared by users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_data_dir
    +
    +
    +def user_config_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_config_dir
    +
    +
    +def site_config_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config directory shared by the users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_config_dir
    +
    +
    +def user_cache_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_cache_dir
    +
    +
    +def site_cache_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).site_cache_dir
    +
    +
    +def user_state_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: state directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_state_dir
    +
    +
    +def user_log_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: log directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_log_dir
    +
    +
    +def user_documents_dir() -> str:
    +    """:returns: documents directory tied to the user"""
    +    return PlatformDirs().user_documents_dir
    +
    +
    +def user_downloads_dir() -> str:
    +    """:returns: downloads directory tied to the user"""
    +    return PlatformDirs().user_downloads_dir
    +
    +
    +def user_pictures_dir() -> str:
    +    """:returns: pictures directory tied to the user"""
    +    return PlatformDirs().user_pictures_dir
    +
    +
    +def user_videos_dir() -> str:
    +    """:returns: videos directory tied to the user"""
    +    return PlatformDirs().user_videos_dir
    +
    +
    +def user_music_dir() -> str:
    +    """:returns: music directory tied to the user"""
    +    return PlatformDirs().user_music_dir
    +
    +
    +def user_runtime_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: runtime directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_runtime_dir
    +
    +
    +def user_data_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_data_path
    +
    +
    +def site_data_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `multipath `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data path shared by users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_data_path
    +
    +
    +def user_config_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_config_path
    +
    +
    +def site_config_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config path shared by the users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_config_path
    +
    +
    +def site_cache_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).site_cache_path
    +
    +
    +def user_cache_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_cache_path
    +
    +
    +def user_state_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: state path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_state_path
    +
    +
    +def user_log_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: log path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_log_path
    +
    +
    +def user_documents_path() -> Path:
    +    """:returns: documents path tied to the user"""
    +    return PlatformDirs().user_documents_path
    +
    +
    +def user_downloads_path() -> Path:
    +    """:returns: downloads path tied to the user"""
    +    return PlatformDirs().user_downloads_path
    +
    +
    +def user_pictures_path() -> Path:
    +    """:returns: pictures path tied to the user"""
    +    return PlatformDirs().user_pictures_path
    +
    +
    +def user_videos_path() -> Path:
    +    """:returns: videos path tied to the user"""
    +    return PlatformDirs().user_videos_path
    +
    +
    +def user_music_path() -> Path:
    +    """:returns: music path tied to the user"""
    +    return PlatformDirs().user_music_path
    +
    +
    +def user_runtime_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: runtime path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_runtime_path
    +
    +
    +__all__ = [
    +    "__version__",
    +    "__version_info__",
    +    "PlatformDirs",
    +    "AppDirs",
    +    "PlatformDirsABC",
    +    "user_data_dir",
    +    "user_config_dir",
    +    "user_cache_dir",
    +    "user_state_dir",
    +    "user_log_dir",
    +    "user_documents_dir",
    +    "user_downloads_dir",
    +    "user_pictures_dir",
    +    "user_videos_dir",
    +    "user_music_dir",
    +    "user_runtime_dir",
    +    "site_data_dir",
    +    "site_config_dir",
    +    "site_cache_dir",
    +    "user_data_path",
    +    "user_config_path",
    +    "user_cache_path",
    +    "user_state_path",
    +    "user_log_path",
    +    "user_documents_path",
    +    "user_downloads_path",
    +    "user_pictures_path",
    +    "user_videos_path",
    +    "user_music_path",
    +    "user_runtime_path",
    +    "site_data_path",
    +    "site_config_path",
    +    "site_cache_path",
    +]
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
    new file mode 100644
    index 00000000..6a0d6dd1
    --- /dev/null
    +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
    @@ -0,0 +1,53 @@
    +"""Main entry point."""
    +from __future__ import annotations
    +
    +from pip._vendor.platformdirs import PlatformDirs, __version__
    +
    +PROPS = (
    +    "user_data_dir",
    +    "user_config_dir",
    +    "user_cache_dir",
    +    "user_state_dir",
    +    "user_log_dir",
    +    "user_documents_dir",
    +    "user_downloads_dir",
    +    "user_pictures_dir",
    +    "user_videos_dir",
    +    "user_music_dir",
    +    "user_runtime_dir",
    +    "site_data_dir",
    +    "site_config_dir",
    +    "site_cache_dir",
    +)
    +
    +
    +def main() -> None:
    +    """Run main entry point."""
    +    app_name = "MyApp"
    +    app_author = "MyCompany"
    +
    +    print(f"-- platformdirs {__version__} --")  # noqa: T201
    +
    +    print("-- app dirs (with optional 'version')")  # noqa: T201
    +    dirs = PlatformDirs(app_name, app_author, version="1.0")
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +    print("\n-- app dirs (without optional 'version')")  # noqa: T201
    +    dirs = PlatformDirs(app_name, app_author)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +    print("\n-- app dirs (without optional 'appauthor')")  # noqa: T201
    +    dirs = PlatformDirs(app_name)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +    print("\n-- app dirs (with disabled 'appauthor')")  # noqa: T201
    +    dirs = PlatformDirs(app_name, appauthor=False)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +
    +if __name__ == "__main__":
    +    main()
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..f147d63a137ba68b3f594021fef5aaaf0f84c742
    GIT binary patch
    literal 18055
    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
    Ho%j70J0QL*
    
    literal 0
    HcmV?d00001
    
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..dc77b753c81722aa254d00ca3a3e1f591ee91710
    GIT binary patch
    literal 1972
    zcmcIl&1>976dy^WUG0}Y+9bAvDN0DOx9Li@OVhN3K!|HfU|o~;(k*3>SF%@F(uk2{
    zv&$Ox&_bX+_|`yD@G-?X^pEJRm!;l9BU~u7P;ztYo^t9NNt-TBN=v{4o}Ks8d++z=
    zy?M{yRVqaU>xTAu>suM2U$`(_VtNoxZo%P8WTFN#1yghcS8Rv^KTD3};s$o*h72-p
    z7Q`h&wk;OGH$tjoaU}{YMoc3#h-tHUJQ17J+psqiU@QfU
    zX3H9p1Mr^8<>b3VQ|*^hZ?qY?5Ll2{46z;0p@x}alZl>hH^YcoDU>pA+onZRAZ2!=
    zz-}gfCK4MKd75`2%3!YgY_&=?S4_^vNtB(%(M168Kj_
    z9#OKoVplrIxbLA+-Y;Ikquhmm;~rX{5^wSOyhHSqSW83ykpGcPo8^a<)3|SYtUBH~
    zdpq(}_n&fDIt3Pe(Fl@2BcKiLc590i$1@j{>;vzq#tTE>I
    zkFn3FA8
    zL^BP4feOvtLqCt7>%I5mz1xSOSedb4V`si&qBt
    zt<1$?srCX6t`6|qiG#z^g%>b?bAYcT<`3Q-l$QRdgWvfDP9RYzR)$$zh5s!%X2A&e
    zV!TQ{t6GTjgqXBRNL(ajBjVGY5XPrqJPlRRvZ`pKRY{&w`l!x>Vp0-L!e0>~Un6#r
    zqbh7qlxuGCHmXs|(c1>q5z`Uze94P8IR;{~xNpIn*|7LKnXT)xx!UYdD?
    OmCsg=C4|o>{{8|z`3&O#
    
    literal 0
    HcmV?d00001
    
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..c725b691f616c841ef163b0c7d0f86aa093a432d
    GIT binary patch
    literal 9470
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..1e95e1f27b51427adade25d6f1563bb78a81b39f
    GIT binary patch
    literal 5663
    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. Makes use of the
    +    `appname `,
    +    `version `,
    +    `ensure_exists `.
    +    """
    +
    +    @property
    +    def user_data_dir(self) -> str:
    +        """:return: data directory tied to the user, e.g. ``/data/user///files/``"""
    +        return self._append_app_name_and_version(cast(str, _android_folder()), "files")
    +
    +    @property
    +    def site_data_dir(self) -> str:
    +        """:return: data directory shared by users, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def user_config_dir(self) -> str:
    +        """
    +        :return: config directory tied to the user, e.g. \
    +        ``/data/user///shared_prefs/``
    +        """
    +        return self._append_app_name_and_version(cast(str, _android_folder()), "shared_prefs")
    +
    +    @property
    +    def site_config_dir(self) -> str:
    +        """:return: config directory shared by the users, same as `user_config_dir`"""
    +        return self.user_config_dir
    +
    +    @property
    +    def user_cache_dir(self) -> str:
    +        """:return: cache directory tied to the user, e.g. e.g. ``/data/user///cache/``"""
    +        return self._append_app_name_and_version(cast(str, _android_folder()), "cache")
    +
    +    @property
    +    def site_cache_dir(self) -> str:
    +        """:return: cache directory shared by users, same as `user_cache_dir`"""
    +        return self.user_cache_dir
    +
    +    @property
    +    def user_state_dir(self) -> str:
    +        """:return: state directory tied to the user, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def user_log_dir(self) -> str:
    +        """
    +        :return: log directory tied to the user, same as `user_cache_dir` if not opinionated else ``log`` in it,
    +          e.g. ``/data/user///cache//log``
    +        """
    +        path = self.user_cache_dir
    +        if self.opinion:
    +            path = os.path.join(path, "log")  # noqa: PTH118
    +        return path
    +
    +    @property
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user e.g. ``/storage/emulated/0/Documents``"""
    +        return _android_documents_folder()
    +
    +    @property
    +    def user_downloads_dir(self) -> str:
    +        """:return: downloads directory tied to the user e.g. ``/storage/emulated/0/Downloads``"""
    +        return _android_downloads_folder()
    +
    +    @property
    +    def user_pictures_dir(self) -> str:
    +        """:return: pictures directory tied to the user e.g. ``/storage/emulated/0/Pictures``"""
    +        return _android_pictures_folder()
    +
    +    @property
    +    def user_videos_dir(self) -> str:
    +        """:return: videos directory tied to the user e.g. ``/storage/emulated/0/DCIM/Camera``"""
    +        return _android_videos_folder()
    +
    +    @property
    +    def user_music_dir(self) -> str:
    +        """:return: music directory tied to the user e.g. ``/storage/emulated/0/Music``"""
    +        return _android_music_folder()
    +
    +    @property
    +    def user_runtime_dir(self) -> str:
    +        """
    +        :return: runtime directory tied to the user, same as `user_cache_dir` if not opinionated else ``tmp`` in it,
    +          e.g. ``/data/user///cache//tmp``
    +        """
    +        path = self.user_cache_dir
    +        if self.opinion:
    +            path = os.path.join(path, "tmp")  # noqa: PTH118
    +        return path
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_folder() -> str | None:
    +    """:return: base folder for the Android OS or None if it cannot be found"""
    +    try:
    +        # First try to get path to android app via pyjnius
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        result: str | None = context.getFilesDir().getParentFile().getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        # if fails find an android folder looking path on the sys.path
    +        pattern = re.compile(r"/data/(data|user/\d+)/(.+)/files")
    +        for path in sys.path:
    +            if pattern.match(path):
    +                result = path.split("/files")[0]
    +                break
    +        else:
    +            result = None
    +    return result
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_documents_folder() -> str:
    +    """:return: documents folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        documents_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOCUMENTS).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        documents_dir = "/storage/emulated/0/Documents"
    +
    +    return documents_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_downloads_folder() -> str:
    +    """:return: downloads folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        downloads_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOWNLOADS).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        downloads_dir = "/storage/emulated/0/Downloads"
    +
    +    return downloads_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_pictures_folder() -> str:
    +    """:return: pictures folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        pictures_dir: str = context.getExternalFilesDir(environment.DIRECTORY_PICTURES).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        pictures_dir = "/storage/emulated/0/Pictures"
    +
    +    return pictures_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_videos_folder() -> str:
    +    """:return: videos folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        videos_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DCIM).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        videos_dir = "/storage/emulated/0/DCIM/Camera"
    +
    +    return videos_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_music_folder() -> str:
    +    """:return: music folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        music_dir: str = context.getExternalFilesDir(environment.DIRECTORY_MUSIC).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        music_dir = "/storage/emulated/0/Music"
    +
    +    return music_dir
    +
    +
    +__all__ = [
    +    "Android",
    +]
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py
    new file mode 100644
    index 00000000..d64ebb9d
    --- /dev/null
    +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py
    @@ -0,0 +1,223 @@
    +"""Base API."""
    +from __future__ import annotations
    +
    +import os
    +from abc import ABC, abstractmethod
    +from pathlib import Path
    +from typing import TYPE_CHECKING
    +
    +if TYPE_CHECKING:
    +    import sys
    +
    +    if sys.version_info >= (3, 8):  # pragma: no cover (py38+)
    +        from typing import Literal
    +    else:  # pragma: no cover (py38+)
    +        from pip._vendor.typing_extensions import Literal
    +
    +
    +class PlatformDirsABC(ABC):
    +    """Abstract base class for platform directories."""
    +
    +    def __init__(  # noqa: PLR0913
    +        self,
    +        appname: str | None = None,
    +        appauthor: str | None | Literal[False] = None,
    +        version: str | None = None,
    +        roaming: bool = False,  # noqa: FBT001, FBT002
    +        multipath: bool = False,  # noqa: FBT001, FBT002
    +        opinion: bool = True,  # noqa: FBT001, FBT002
    +        ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +    ) -> None:
    +        """
    +        Create a new platform directory.
    +
    +        :param appname: See `appname`.
    +        :param appauthor: See `appauthor`.
    +        :param version: See `version`.
    +        :param roaming: See `roaming`.
    +        :param multipath: See `multipath`.
    +        :param opinion: See `opinion`.
    +        :param ensure_exists: See `ensure_exists`.
    +        """
    +        self.appname = appname  #: The name of application.
    +        self.appauthor = appauthor
    +        """
    +        The name of the app author or distributing body for this application. Typically, it is the owning company name.
    +        Defaults to `appname`. You may pass ``False`` to disable it.
    +        """
    +        self.version = version
    +        """
    +        An optional version path element to append to the path. You might want to use this if you want multiple versions
    +        of your app to be able to run independently. If used, this would typically be ``.``.
    +        """
    +        self.roaming = roaming
    +        """
    +        Whether to use the roaming appdata directory on Windows. That means that for users on a Windows network setup
    +        for roaming profiles, this user data will be synced on login (see
    +        `here `_).
    +        """
    +        self.multipath = multipath
    +        """
    +        An optional parameter only applicable to Unix/Linux which indicates that the entire list of data dirs should be
    +        returned. By default, the first item would only be returned.
    +        """
    +        self.opinion = opinion  #: A flag to indicating to use opinionated values.
    +        self.ensure_exists = ensure_exists
    +        """
    +        Optionally create the directory (and any missing parents) upon access if it does not exist.
    +        By default, no directories are created.
    +        """
    +
    +    def _append_app_name_and_version(self, *base: str) -> str:
    +        params = list(base[1:])
    +        if self.appname:
    +            params.append(self.appname)
    +            if self.version:
    +                params.append(self.version)
    +        path = os.path.join(base[0], *params)  # noqa: PTH118
    +        self._optionally_create_directory(path)
    +        return path
    +
    +    def _optionally_create_directory(self, path: str) -> None:
    +        if self.ensure_exists:
    +            Path(path).mkdir(parents=True, exist_ok=True)
    +
    +    @property
    +    @abstractmethod
    +    def user_data_dir(self) -> str:
    +        """:return: data directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def site_data_dir(self) -> str:
    +        """:return: data directory shared by users"""
    +
    +    @property
    +    @abstractmethod
    +    def user_config_dir(self) -> str:
    +        """:return: config directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def site_config_dir(self) -> str:
    +        """:return: config directory shared by the users"""
    +
    +    @property
    +    @abstractmethod
    +    def user_cache_dir(self) -> str:
    +        """:return: cache directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def site_cache_dir(self) -> str:
    +        """:return: cache directory shared by users"""
    +
    +    @property
    +    @abstractmethod
    +    def user_state_dir(self) -> str:
    +        """:return: state directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_log_dir(self) -> str:
    +        """:return: log directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_downloads_dir(self) -> str:
    +        """:return: downloads directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_pictures_dir(self) -> str:
    +        """:return: pictures directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_videos_dir(self) -> str:
    +        """:return: videos directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_music_dir(self) -> str:
    +        """:return: music directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_runtime_dir(self) -> str:
    +        """:return: runtime directory tied to the user"""
    +
    +    @property
    +    def user_data_path(self) -> Path:
    +        """:return: data path tied to the user"""
    +        return Path(self.user_data_dir)
    +
    +    @property
    +    def site_data_path(self) -> Path:
    +        """:return: data path shared by users"""
    +        return Path(self.site_data_dir)
    +
    +    @property
    +    def user_config_path(self) -> Path:
    +        """:return: config path tied to the user"""
    +        return Path(self.user_config_dir)
    +
    +    @property
    +    def site_config_path(self) -> Path:
    +        """:return: config path shared by the users"""
    +        return Path(self.site_config_dir)
    +
    +    @property
    +    def user_cache_path(self) -> Path:
    +        """:return: cache path tied to the user"""
    +        return Path(self.user_cache_dir)
    +
    +    @property
    +    def site_cache_path(self) -> Path:
    +        """:return: cache path shared by users"""
    +        return Path(self.site_cache_dir)
    +
    +    @property
    +    def user_state_path(self) -> Path:
    +        """:return: state path tied to the user"""
    +        return Path(self.user_state_dir)
    +
    +    @property
    +    def user_log_path(self) -> Path:
    +        """:return: log path tied to the user"""
    +        return Path(self.user_log_dir)
    +
    +    @property
    +    def user_documents_path(self) -> Path:
    +        """:return: documents path tied to the user"""
    +        return Path(self.user_documents_dir)
    +
    +    @property
    +    def user_downloads_path(self) -> Path:
    +        """:return: downloads path tied to the user"""
    +        return Path(self.user_downloads_dir)
    +
    +    @property
    +    def user_pictures_path(self) -> Path:
    +        """:return: pictures path tied to the user"""
    +        return Path(self.user_pictures_dir)
    +
    +    @property
    +    def user_videos_path(self) -> Path:
    +        """:return: videos path tied to the user"""
    +        return Path(self.user_videos_dir)
    +
    +    @property
    +    def user_music_path(self) -> Path:
    +        """:return: music path tied to the user"""
    +        return Path(self.user_music_dir)
    +
    +    @property
    +    def user_runtime_path(self) -> Path:
    +        """:return: runtime path tied to the user"""
    +        return Path(self.user_runtime_dir)
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py
    new file mode 100644
    index 00000000..a753e2a3
    --- /dev/null
    +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py
    @@ -0,0 +1,91 @@
    +"""macOS."""
    +from __future__ import annotations
    +
    +import os.path
    +
    +from .api import PlatformDirsABC
    +
    +
    +class MacOS(PlatformDirsABC):
    +    """
    +    Platform directories for the macOS operating system. Follows the guidance from `Apple documentation
    +    `_.
    +    Makes use of the `appname `,
    +    `version `,
    +    `ensure_exists `.
    +    """
    +
    +    @property
    +    def user_data_dir(self) -> str:
    +        """:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``"""
    +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Application Support"))  # noqa: PTH111
    +
    +    @property
    +    def site_data_dir(self) -> str:
    +        """:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``"""
    +        return self._append_app_name_and_version("/Library/Application Support")
    +
    +    @property
    +    def user_config_dir(self) -> str:
    +        """:return: config directory tied to the user, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def site_config_dir(self) -> str:
    +        """:return: config directory shared by the users, same as `site_data_dir`"""
    +        return self.site_data_dir
    +
    +    @property
    +    def user_cache_dir(self) -> str:
    +        """:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``"""
    +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches"))  # noqa: PTH111
    +
    +    @property
    +    def site_cache_dir(self) -> str:
    +        """:return: cache directory shared by users, e.g. ``/Library/Caches/$appname/$version``"""
    +        return self._append_app_name_and_version("/Library/Caches")
    +
    +    @property
    +    def user_state_dir(self) -> str:
    +        """:return: state directory tied to the user, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def user_log_dir(self) -> str:
    +        """:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``"""
    +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Logs"))  # noqa: PTH111
    +
    +    @property
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
    +        return os.path.expanduser("~/Documents")  # noqa: PTH111
    +
    +    @property
    +    def user_downloads_dir(self) -> str:
    +        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
    +        return os.path.expanduser("~/Downloads")  # noqa: PTH111
    +
    +    @property
    +    def user_pictures_dir(self) -> str:
    +        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
    +        return os.path.expanduser("~/Pictures")  # noqa: PTH111
    +
    +    @property
    +    def user_videos_dir(self) -> str:
    +        """:return: videos directory tied to the user, e.g. ``~/Movies``"""
    +        return os.path.expanduser("~/Movies")  # noqa: PTH111
    +
    +    @property
    +    def user_music_dir(self) -> str:
    +        """:return: music directory tied to the user, e.g. ``~/Music``"""
    +        return os.path.expanduser("~/Music")  # noqa: PTH111
    +
    +    @property
    +    def user_runtime_dir(self) -> str:
    +        """:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``"""
    +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches/TemporaryItems"))  # noqa: PTH111
    +
    +
    +__all__ = [
    +    "MacOS",
    +]
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py
    new file mode 100644
    index 00000000..468b0ab4
    --- /dev/null
    +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py
    @@ -0,0 +1,223 @@
    +"""Unix."""
    +from __future__ import annotations
    +
    +import os
    +import sys
    +from configparser import ConfigParser
    +from pathlib import Path
    +
    +from .api import PlatformDirsABC
    +
    +if sys.platform == "win32":
    +
    +    def getuid() -> int:
    +        msg = "should only be used on Unix"
    +        raise RuntimeError(msg)
    +
    +else:
    +    from os import getuid
    +
    +
    +class Unix(PlatformDirsABC):
    +    """
    +    On Unix/Linux, we follow the
    +    `XDG Basedir Spec `_. The spec allows
    +    overriding directories with environment variables. The examples show are the default values, alongside the name of
    +    the environment variable that overrides them. Makes use of the
    +    `appname `,
    +    `version `,
    +    `multipath `,
    +    `opinion `,
    +    `ensure_exists `.
    +    """
    +
    +    @property
    +    def user_data_dir(self) -> str:
    +        """
    +        :return: data directory tied to the user, e.g. ``~/.local/share/$appname/$version`` or
    +         ``$XDG_DATA_HOME/$appname/$version``
    +        """
    +        path = os.environ.get("XDG_DATA_HOME", "")
    +        if not path.strip():
    +            path = os.path.expanduser("~/.local/share")  # noqa: PTH111
    +        return self._append_app_name_and_version(path)
    +
    +    @property
    +    def site_data_dir(self) -> str:
    +        """
    +        :return: data directories shared by users (if `multipath ` is
    +         enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS
    +         path separator), e.g. ``/usr/local/share/$appname/$version`` or ``/usr/share/$appname/$version``
    +        """
    +        # XDG default for $XDG_DATA_DIRS; only first, if multipath is False
    +        path = os.environ.get("XDG_DATA_DIRS", "")
    +        if not path.strip():
    +            path = f"/usr/local/share{os.pathsep}/usr/share"
    +        return self._with_multi_path(path)
    +
    +    def _with_multi_path(self, path: str) -> str:
    +        path_list = path.split(os.pathsep)
    +        if not self.multipath:
    +            path_list = path_list[0:1]
    +        path_list = [self._append_app_name_and_version(os.path.expanduser(p)) for p in path_list]  # noqa: PTH111
    +        return os.pathsep.join(path_list)
    +
    +    @property
    +    def user_config_dir(self) -> str:
    +        """
    +        :return: config directory tied to the user, e.g. ``~/.config/$appname/$version`` or
    +         ``$XDG_CONFIG_HOME/$appname/$version``
    +        """
    +        path = os.environ.get("XDG_CONFIG_HOME", "")
    +        if not path.strip():
    +            path = os.path.expanduser("~/.config")  # noqa: PTH111
    +        return self._append_app_name_and_version(path)
    +
    +    @property
    +    def site_config_dir(self) -> str:
    +        """
    +        :return: config directories shared by users (if `multipath `
    +         is enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS
    +         path separator), e.g. ``/etc/xdg/$appname/$version``
    +        """
    +        # XDG default for $XDG_CONFIG_DIRS only first, if multipath is False
    +        path = os.environ.get("XDG_CONFIG_DIRS", "")
    +        if not path.strip():
    +            path = "/etc/xdg"
    +        return self._with_multi_path(path)
    +
    +    @property
    +    def user_cache_dir(self) -> str:
    +        """
    +        :return: cache directory tied to the user, e.g. ``~/.cache/$appname/$version`` or
    +         ``~/$XDG_CACHE_HOME/$appname/$version``
    +        """
    +        path = os.environ.get("XDG_CACHE_HOME", "")
    +        if not path.strip():
    +            path = os.path.expanduser("~/.cache")  # noqa: PTH111
    +        return self._append_app_name_and_version(path)
    +
    +    @property
    +    def site_cache_dir(self) -> str:
    +        """:return: cache directory shared by users, e.g. ``/var/tmp/$appname/$version``"""
    +        return self._append_app_name_and_version("/var/tmp")  # noqa: S108
    +
    +    @property
    +    def user_state_dir(self) -> str:
    +        """
    +        :return: state directory tied to the user, e.g. ``~/.local/state/$appname/$version`` or
    +         ``$XDG_STATE_HOME/$appname/$version``
    +        """
    +        path = os.environ.get("XDG_STATE_HOME", "")
    +        if not path.strip():
    +            path = os.path.expanduser("~/.local/state")  # noqa: PTH111
    +        return self._append_app_name_and_version(path)
    +
    +    @property
    +    def user_log_dir(self) -> str:
    +        """:return: log directory tied to the user, same as `user_state_dir` if not opinionated else ``log`` in it"""
    +        path = self.user_state_dir
    +        if self.opinion:
    +            path = os.path.join(path, "log")  # noqa: PTH118
    +        return path
    +
    +    @property
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
    +        return _get_user_media_dir("XDG_DOCUMENTS_DIR", "~/Documents")
    +
    +    @property
    +    def user_downloads_dir(self) -> str:
    +        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
    +        return _get_user_media_dir("XDG_DOWNLOAD_DIR", "~/Downloads")
    +
    +    @property
    +    def user_pictures_dir(self) -> str:
    +        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
    +        return _get_user_media_dir("XDG_PICTURES_DIR", "~/Pictures")
    +
    +    @property
    +    def user_videos_dir(self) -> str:
    +        """:return: videos directory tied to the user, e.g. ``~/Videos``"""
    +        return _get_user_media_dir("XDG_VIDEOS_DIR", "~/Videos")
    +
    +    @property
    +    def user_music_dir(self) -> str:
    +        """:return: music directory tied to the user, e.g. ``~/Music``"""
    +        return _get_user_media_dir("XDG_MUSIC_DIR", "~/Music")
    +
    +    @property
    +    def user_runtime_dir(self) -> str:
    +        """
    +        :return: runtime directory tied to the user, e.g. ``/run/user/$(id -u)/$appname/$version`` or
    +         ``$XDG_RUNTIME_DIR/$appname/$version``.
    +
    +         For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/user/$(id -u)/$appname/$version`` if
    +         exists, otherwise ``/tmp/runtime-$(id -u)/$appname/$version``, if``$XDG_RUNTIME_DIR``
    +         is not set.
    +        """
    +        path = os.environ.get("XDG_RUNTIME_DIR", "")
    +        if not path.strip():
    +            if sys.platform.startswith(("freebsd", "openbsd", "netbsd")):
    +                path = f"/var/run/user/{getuid()}"
    +                if not Path(path).exists():
    +                    path = f"/tmp/runtime-{getuid()}"  # noqa: S108
    +            else:
    +                path = f"/run/user/{getuid()}"
    +        return self._append_app_name_and_version(path)
    +
    +    @property
    +    def site_data_path(self) -> Path:
    +        """:return: data path shared by users. Only return first item, even if ``multipath`` is set to ``True``"""
    +        return self._first_item_as_path_if_multipath(self.site_data_dir)
    +
    +    @property
    +    def site_config_path(self) -> Path:
    +        """:return: config path shared by the users. Only return first item, even if ``multipath`` is set to ``True``"""
    +        return self._first_item_as_path_if_multipath(self.site_config_dir)
    +
    +    @property
    +    def site_cache_path(self) -> Path:
    +        """:return: cache path shared by users. Only return first item, even if ``multipath`` is set to ``True``"""
    +        return self._first_item_as_path_if_multipath(self.site_cache_dir)
    +
    +    def _first_item_as_path_if_multipath(self, directory: str) -> Path:
    +        if self.multipath:
    +            # If multipath is True, the first path is returned.
    +            directory = directory.split(os.pathsep)[0]
    +        return Path(directory)
    +
    +
    +def _get_user_media_dir(env_var: str, fallback_tilde_path: str) -> str:
    +    media_dir = _get_user_dirs_folder(env_var)
    +    if media_dir is None:
    +        media_dir = os.environ.get(env_var, "").strip()
    +        if not media_dir:
    +            media_dir = os.path.expanduser(fallback_tilde_path)  # noqa: PTH111
    +
    +    return media_dir
    +
    +
    +def _get_user_dirs_folder(key: str) -> str | None:
    +    """Return directory from user-dirs.dirs config file. See https://freedesktop.org/wiki/Software/xdg-user-dirs/."""
    +    user_dirs_config_path = Path(Unix().user_config_dir) / "user-dirs.dirs"
    +    if user_dirs_config_path.exists():
    +        parser = ConfigParser()
    +
    +        with user_dirs_config_path.open() as stream:
    +            # Add fake section header, so ConfigParser doesn't complain
    +            parser.read_string(f"[top]\n{stream.read()}")
    +
    +        if key not in parser["top"]:
    +            return None
    +
    +        path = parser["top"][key].strip('"')
    +        # Handle relative home paths
    +        return path.replace("$HOME", os.path.expanduser("~"))  # noqa: PTH111
    +
    +    return None
    +
    +
    +__all__ = [
    +    "Unix",
    +]
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py
    new file mode 100644
    index 00000000..dc8c44cf
    --- /dev/null
    +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py
    @@ -0,0 +1,4 @@
    +# file generated by setuptools_scm
    +# don't change, don't track in version control
    +__version__ = version = '3.8.1'
    +__version_tuple__ = version_tuple = (3, 8, 1)
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py
    new file mode 100644
    index 00000000..b52c9c6e
    --- /dev/null
    +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py
    @@ -0,0 +1,255 @@
    +"""Windows."""
    +from __future__ import annotations
    +
    +import ctypes
    +import os
    +import sys
    +from functools import lru_cache
    +from typing import TYPE_CHECKING
    +
    +from .api import PlatformDirsABC
    +
    +if TYPE_CHECKING:
    +    from collections.abc import Callable
    +
    +
    +class Windows(PlatformDirsABC):
    +    """
    +    `MSDN on where to store app data files
    +    `_.
    +    Makes use of the
    +    `appname `,
    +    `appauthor `,
    +    `version `,
    +    `roaming `,
    +    `opinion `,
    +    `ensure_exists `.
    +    """
    +
    +    @property
    +    def user_data_dir(self) -> str:
    +        """
    +        :return: data directory tied to the user, e.g.
    +         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname`` (not roaming) or
    +         ``%USERPROFILE%\\AppData\\Roaming\\$appauthor\\$appname`` (roaming)
    +        """
    +        const = "CSIDL_APPDATA" if self.roaming else "CSIDL_LOCAL_APPDATA"
    +        path = os.path.normpath(get_win_folder(const))
    +        return self._append_parts(path)
    +
    +    def _append_parts(self, path: str, *, opinion_value: str | None = None) -> str:
    +        params = []
    +        if self.appname:
    +            if self.appauthor is not False:
    +                author = self.appauthor or self.appname
    +                params.append(author)
    +            params.append(self.appname)
    +            if opinion_value is not None and self.opinion:
    +                params.append(opinion_value)
    +            if self.version:
    +                params.append(self.version)
    +        path = os.path.join(path, *params)  # noqa: PTH118
    +        self._optionally_create_directory(path)
    +        return path
    +
    +    @property
    +    def site_data_dir(self) -> str:
    +        """:return: data directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname``"""
    +        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
    +        return self._append_parts(path)
    +
    +    @property
    +    def user_config_dir(self) -> str:
    +        """:return: config directory tied to the user, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def site_config_dir(self) -> str:
    +        """:return: config directory shared by the users, same as `site_data_dir`"""
    +        return self.site_data_dir
    +
    +    @property
    +    def user_cache_dir(self) -> str:
    +        """
    +        :return: cache directory tied to the user (if opinionated with ``Cache`` folder within ``$appname``) e.g.
    +         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname\\Cache\\$version``
    +        """
    +        path = os.path.normpath(get_win_folder("CSIDL_LOCAL_APPDATA"))
    +        return self._append_parts(path, opinion_value="Cache")
    +
    +    @property
    +    def site_cache_dir(self) -> str:
    +        """:return: cache directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname\\Cache\\$version``"""
    +        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
    +        return self._append_parts(path, opinion_value="Cache")
    +
    +    @property
    +    def user_state_dir(self) -> str:
    +        """:return: state directory tied to the user, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def user_log_dir(self) -> str:
    +        """:return: log directory tied to the user, same as `user_data_dir` if not opinionated else ``Logs`` in it"""
    +        path = self.user_data_dir
    +        if self.opinion:
    +            path = os.path.join(path, "Logs")  # noqa: PTH118
    +            self._optionally_create_directory(path)
    +        return path
    +
    +    @property
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user e.g. ``%USERPROFILE%\\Documents``"""
    +        return os.path.normpath(get_win_folder("CSIDL_PERSONAL"))
    +
    +    @property
    +    def user_downloads_dir(self) -> str:
    +        """:return: downloads directory tied to the user e.g. ``%USERPROFILE%\\Downloads``"""
    +        return os.path.normpath(get_win_folder("CSIDL_DOWNLOADS"))
    +
    +    @property
    +    def user_pictures_dir(self) -> str:
    +        """:return: pictures directory tied to the user e.g. ``%USERPROFILE%\\Pictures``"""
    +        return os.path.normpath(get_win_folder("CSIDL_MYPICTURES"))
    +
    +    @property
    +    def user_videos_dir(self) -> str:
    +        """:return: videos directory tied to the user e.g. ``%USERPROFILE%\\Videos``"""
    +        return os.path.normpath(get_win_folder("CSIDL_MYVIDEO"))
    +
    +    @property
    +    def user_music_dir(self) -> str:
    +        """:return: music directory tied to the user e.g. ``%USERPROFILE%\\Music``"""
    +        return os.path.normpath(get_win_folder("CSIDL_MYMUSIC"))
    +
    +    @property
    +    def user_runtime_dir(self) -> str:
    +        """
    +        :return: runtime directory tied to the user, e.g.
    +         ``%USERPROFILE%\\AppData\\Local\\Temp\\$appauthor\\$appname``
    +        """
    +        path = os.path.normpath(os.path.join(get_win_folder("CSIDL_LOCAL_APPDATA"), "Temp"))  # noqa: PTH118
    +        return self._append_parts(path)
    +
    +
    +def get_win_folder_from_env_vars(csidl_name: str) -> str:
    +    """Get folder from environment variables."""
    +    result = get_win_folder_if_csidl_name_not_env_var(csidl_name)
    +    if result is not None:
    +        return result
    +
    +    env_var_name = {
    +        "CSIDL_APPDATA": "APPDATA",
    +        "CSIDL_COMMON_APPDATA": "ALLUSERSPROFILE",
    +        "CSIDL_LOCAL_APPDATA": "LOCALAPPDATA",
    +    }.get(csidl_name)
    +    if env_var_name is None:
    +        msg = f"Unknown CSIDL name: {csidl_name}"
    +        raise ValueError(msg)
    +    result = os.environ.get(env_var_name)
    +    if result is None:
    +        msg = f"Unset environment variable: {env_var_name}"
    +        raise ValueError(msg)
    +    return result
    +
    +
    +def get_win_folder_if_csidl_name_not_env_var(csidl_name: str) -> str | None:
    +    """Get folder for a CSIDL name that does not exist as an environment variable."""
    +    if csidl_name == "CSIDL_PERSONAL":
    +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Documents")  # noqa: PTH118
    +
    +    if csidl_name == "CSIDL_DOWNLOADS":
    +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Downloads")  # noqa: PTH118
    +
    +    if csidl_name == "CSIDL_MYPICTURES":
    +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Pictures")  # noqa: PTH118
    +
    +    if csidl_name == "CSIDL_MYVIDEO":
    +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Videos")  # noqa: PTH118
    +
    +    if csidl_name == "CSIDL_MYMUSIC":
    +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Music")  # noqa: PTH118
    +    return None
    +
    +
    +def get_win_folder_from_registry(csidl_name: str) -> str:
    +    """
    +    Get folder from the registry.
    +
    +    This is a fallback technique at best. I'm not sure if using the registry for these guarantees us the correct answer
    +    for all CSIDL_* names.
    +    """
    +    shell_folder_name = {
    +        "CSIDL_APPDATA": "AppData",
    +        "CSIDL_COMMON_APPDATA": "Common AppData",
    +        "CSIDL_LOCAL_APPDATA": "Local AppData",
    +        "CSIDL_PERSONAL": "Personal",
    +        "CSIDL_DOWNLOADS": "{374DE290-123F-4565-9164-39C4925E467B}",
    +        "CSIDL_MYPICTURES": "My Pictures",
    +        "CSIDL_MYVIDEO": "My Video",
    +        "CSIDL_MYMUSIC": "My Music",
    +    }.get(csidl_name)
    +    if shell_folder_name is None:
    +        msg = f"Unknown CSIDL name: {csidl_name}"
    +        raise ValueError(msg)
    +    if sys.platform != "win32":  # only needed for mypy type checker to know that this code runs only on Windows
    +        raise NotImplementedError
    +    import winreg
    +
    +    key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders")
    +    directory, _ = winreg.QueryValueEx(key, shell_folder_name)
    +    return str(directory)
    +
    +
    +def get_win_folder_via_ctypes(csidl_name: str) -> str:
    +    """Get folder with ctypes."""
    +    # There is no 'CSIDL_DOWNLOADS'.
    +    # Use 'CSIDL_PROFILE' (40) and append the default folder 'Downloads' instead.
    +    # https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid
    +
    +    csidl_const = {
    +        "CSIDL_APPDATA": 26,
    +        "CSIDL_COMMON_APPDATA": 35,
    +        "CSIDL_LOCAL_APPDATA": 28,
    +        "CSIDL_PERSONAL": 5,
    +        "CSIDL_MYPICTURES": 39,
    +        "CSIDL_MYVIDEO": 14,
    +        "CSIDL_MYMUSIC": 13,
    +        "CSIDL_DOWNLOADS": 40,
    +    }.get(csidl_name)
    +    if csidl_const is None:
    +        msg = f"Unknown CSIDL name: {csidl_name}"
    +        raise ValueError(msg)
    +
    +    buf = ctypes.create_unicode_buffer(1024)
    +    windll = getattr(ctypes, "windll")  # noqa: B009 # using getattr to avoid false positive with mypy type checker
    +    windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf)
    +
    +    # Downgrade to short path name if it has highbit chars.
    +    if any(ord(c) > 255 for c in buf):  # noqa: PLR2004
    +        buf2 = ctypes.create_unicode_buffer(1024)
    +        if windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024):
    +            buf = buf2
    +
    +    if csidl_name == "CSIDL_DOWNLOADS":
    +        return os.path.join(buf.value, "Downloads")  # noqa: PTH118
    +
    +    return buf.value
    +
    +
    +def _pick_get_win_folder() -> Callable[[str], str]:
    +    if hasattr(ctypes, "windll"):
    +        return get_win_folder_via_ctypes
    +    try:
    +        import winreg  # noqa: F401
    +    except ImportError:
    +        return get_win_folder_from_env_vars
    +    else:
    +        return get_win_folder_from_registry
    +
    +
    +get_win_folder = lru_cache(maxsize=None)(_pick_get_win_folder())
    +
    +__all__ = [
    +    "Windows",
    +]
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py
    new file mode 100644
    index 00000000..39c84aae
    --- /dev/null
    +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py
    @@ -0,0 +1,82 @@
    +"""
    +    Pygments
    +    ~~~~~~~~
    +
    +    Pygments is a syntax highlighting package written in Python.
    +
    +    It is a generic syntax highlighter for general use in all kinds of software
    +    such as forum systems, wikis or other applications that need to prettify
    +    source code. Highlights are:
    +
    +    * a wide range of common languages and markup formats is supported
    +    * special attention is paid to details, increasing quality by a fair amount
    +    * support for new languages and formats are added easily
    +    * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image
    +      formats that PIL supports, and ANSI sequences
    +    * it is usable as a command-line tool and as a library
    +    * ... and it highlights even Brainfuck!
    +
    +    The `Pygments master branch`_ is installable with ``easy_install Pygments==dev``.
    +
    +    .. _Pygments master branch:
    +       https://github.com/pygments/pygments/archive/master.zip#egg=Pygments-dev
    +
    +    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    +    :license: BSD, see LICENSE for details.
    +"""
    +from io import StringIO, BytesIO
    +
    +__version__ = '2.15.1'
    +__docformat__ = 'restructuredtext'
    +
    +__all__ = ['lex', 'format', 'highlight']
    +
    +
    +def lex(code, lexer):
    +    """
    +    Lex `code` with the `lexer` (must be a `Lexer` instance)
    +    and return an iterable of tokens. Currently, this only calls
    +    `lexer.get_tokens()`.
    +    """
    +    try:
    +        return lexer.get_tokens(code)
    +    except TypeError:
    +        # Heuristic to catch a common mistake.
    +        from pip._vendor.pygments.lexer import RegexLexer
    +        if isinstance(lexer, type) and issubclass(lexer, RegexLexer):
    +            raise TypeError('lex() argument must be a lexer instance, '
    +                            'not a class')
    +        raise
    +
    +
    +def format(tokens, formatter, outfile=None):  # pylint: disable=redefined-builtin
    +    """
    +    Format ``tokens`` (an iterable of tokens) with the formatter ``formatter``
    +    (a `Formatter` instance).
    +
    +    If ``outfile`` is given and a valid file object (an object with a
    +    ``write`` method), the result will be written to it, otherwise it
    +    is returned as a string.
    +    """
    +    try:
    +        if not outfile:
    +            realoutfile = getattr(formatter, 'encoding', None) and BytesIO() or StringIO()
    +            formatter.format(tokens, realoutfile)
    +            return realoutfile.getvalue()
    +        else:
    +            formatter.format(tokens, outfile)
    +    except TypeError:
    +        # Heuristic to catch a common mistake.
    +        from pip._vendor.pygments.formatter import Formatter
    +        if isinstance(formatter, type) and issubclass(formatter, Formatter):
    +            raise TypeError('format() argument must be a formatter instance, '
    +                            'not a class')
    +        raise
    +
    +
    +def highlight(code, lexer, formatter, outfile=None):
    +    """
    +    This is the most high-level highlighting function. It combines `lex` and
    +    `format` in one function.
    +    """
    +    return format(lex(code, lexer), formatter, outfile)
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py
    new file mode 100644
    index 00000000..2f7f8cba
    --- /dev/null
    +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py
    @@ -0,0 +1,17 @@
    +"""
    +    pygments.__main__
    +    ~~~~~~~~~~~~~~~~~
    +
    +    Main entry point for ``python -m pygments``.
    +
    +    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    +    :license: BSD, see LICENSE for details.
    +"""
    +
    +import sys
    +from pip._vendor.pygments.cmdline import main
    +
    +try:
    +    sys.exit(main(sys.argv))
    +except KeyboardInterrupt:
    +    sys.exit(1)
    diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..462d1140c475791fc33deec66990c64b3922ac68
    GIT binary patch
    literal 3515
    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

    ' : '\U0001d4ab', + '\\' : '\U0001d4ac', + '\\' : '\U0000211b', + '\\' : '\U0001d4ae', + '\\' : '\U0001d4af', + '\\' : '\U0001d4b0', + '\\' : '\U0001d4b1', + '\\' : '\U0001d4b2', + '\\' : '\U0001d4b3', + '\\' : '\U0001d4b4', + '\\' : '\U0001d4b5', + '\\' : '\U0001d5ba', + '\\' : '\U0001d5bb', + '\\' : '\U0001d5bc', + '\\' : '\U0001d5bd', + '\\' : '\U0001d5be', + '\\' : '\U0001d5bf', + '\\' : '\U0001d5c0', + '\\' : '\U0001d5c1', + '\\' : '\U0001d5c2', + '\\' : '\U0001d5c3', + '\\' : '\U0001d5c4', + '\\' : '\U0001d5c5', + '\\' : '\U0001d5c6', + '\\' : '\U0001d5c7', + '\\' : '\U0001d5c8', + '\\

    ' : '\U0001d5c9', + '\\' : '\U0001d5ca', + '\\' : '\U0001d5cb', + '\\' : '\U0001d5cc', + '\\' : '\U0001d5cd', + '\\' : '\U0001d5ce', + '\\' : '\U0001d5cf', + '\\' : '\U0001d5d0', + '\\' : '\U0001d5d1', + '\\' : '\U0001d5d2', + '\\' : '\U0001d5d3', + '\\' : '\U0001d504', + '\\' : '\U0001d505', + '\\' : '\U0000212d', + '\\

    ' : '\U0001d507', + '\\' : '\U0001d508', + '\\' : '\U0001d509', + '\\' : '\U0001d50a', + '\\' : '\U0000210c', + '\\' : '\U00002111', + '\\' : '\U0001d50d', + '\\' : '\U0001d50e', + '\\' : '\U0001d50f', + '\\' : '\U0001d510', + '\\' : '\U0001d511', + '\\' : '\U0001d512', + '\\' : '\U0001d513', + '\\' : '\U0001d514', + '\\' : '\U0000211c', + '\\' : '\U0001d516', + '\\' : '\U0001d517', + '\\' : '\U0001d518', + '\\' : '\U0001d519', + '\\' : '\U0001d51a', + '\\' : '\U0001d51b', + '\\' : '\U0001d51c', + '\\' : '\U00002128', + '\\' : '\U0001d51e', + '\\' : '\U0001d51f', + '\\' : '\U0001d520', + '\\
    ' : '\U0001d521', + '\\' : '\U0001d522', + '\\' : '\U0001d523', + '\\' : '\U0001d524', + '\\' : '\U0001d525', + '\\' : '\U0001d526', + '\\' : '\U0001d527', + '\\' : '\U0001d528', + '\\' : '\U0001d529', + '\\' : '\U0001d52a', + '\\' : '\U0001d52b', + '\\' : '\U0001d52c', + '\\' : '\U0001d52d', + '\\' : '\U0001d52e', + '\\' : '\U0001d52f', + '\\' : '\U0001d530', + '\\' : '\U0001d531', + '\\' : '\U0001d532', + '\\' : '\U0001d533', + '\\' : '\U0001d534', + '\\' : '\U0001d535', + '\\' : '\U0001d536', + '\\' : '\U0001d537', + '\\' : '\U000003b1', + '\\' : '\U000003b2', + '\\' : '\U000003b3', + '\\' : '\U000003b4', + '\\' : '\U000003b5', + '\\' : '\U000003b6', + '\\' : '\U000003b7', + '\\' : '\U000003b8', + '\\' : '\U000003b9', + '\\' : '\U000003ba', + '\\' : '\U000003bb', + '\\' : '\U000003bc', + '\\' : '\U000003bd', + '\\' : '\U000003be', + '\\' : '\U000003c0', + '\\' : '\U000003c1', + '\\' : '\U000003c3', + '\\' : '\U000003c4', + '\\' : '\U000003c5', + '\\' : '\U000003c6', + '\\' : '\U000003c7', + '\\' : '\U000003c8', + '\\' : '\U000003c9', + '\\' : '\U00000393', + '\\' : '\U00000394', + '\\' : '\U00000398', + '\\' : '\U0000039b', + '\\' : '\U0000039e', + '\\' : '\U000003a0', + '\\' : '\U000003a3', + '\\' : '\U000003a5', + '\\' : '\U000003a6', + '\\' : '\U000003a8', + '\\' : '\U000003a9', + '\\' : '\U0001d539', + '\\' : '\U00002102', + '\\' : '\U00002115', + '\\' : '\U0000211a', + '\\' : '\U0000211d', + '\\' : '\U00002124', + '\\' : '\U00002190', + '\\' : '\U000027f5', + '\\' : '\U00002192', + '\\' : '\U000027f6', + '\\' : '\U000021d0', + '\\' : '\U000027f8', + '\\' : '\U000021d2', + '\\' : '\U000027f9', + '\\' : '\U00002194', + '\\' : '\U000027f7', + '\\' : '\U000021d4', + '\\' : '\U000027fa', + '\\' : '\U000021a6', + '\\' : '\U000027fc', + '\\' : '\U00002500', + '\\' : '\U00002550', + '\\' : '\U000021a9', + '\\' : '\U000021aa', + '\\' : '\U000021bd', + '\\' : '\U000021c1', + '\\' : '\U000021bc', + '\\' : '\U000021c0', + '\\' : '\U000021cc', + '\\' : '\U0000219d', + '\\' : '\U000021c3', + '\\' : '\U000021c2', + '\\' : '\U000021bf', + '\\' : '\U000021be', + '\\' : '\U000021be', + '\\' : '\U00002237', + '\\' : '\U00002191', + '\\' : '\U000021d1', + '\\' : '\U00002193', + '\\' : '\U000021d3', + '\\' : '\U00002195', + '\\' : '\U000021d5', + '\\' : '\U000027e8', + '\\' : '\U000027e9', + '\\' : '\U00002308', + '\\' : '\U00002309', + '\\' : '\U0000230a', + '\\' : '\U0000230b', + '\\' : '\U00002987', + '\\' : '\U00002988', + '\\' : '\U000027e6', + '\\' : '\U000027e7', + '\\' : '\U00002983', + '\\' : '\U00002984', + '\\' : '\U000000ab', + '\\' : '\U000000bb', + '\\' : '\U000022a5', + '\\' : '\U000022a4', + '\\' : '\U00002227', + '\\' : '\U000022c0', + '\\' : '\U00002228', + '\\' : '\U000022c1', + '\\' : '\U00002200', + '\\' : '\U00002203', + '\\' : '\U00002204', + '\\' : '\U000000ac', + '\\' : '\U000025a1', + '\\' : '\U000025c7', + '\\' : '\U000022a2', + '\\' : '\U000022a8', + '\\' : '\U000022a9', + '\\' : '\U000022ab', + '\\' : '\U000022a3', + '\\' : '\U0000221a', + '\\' : '\U00002264', + '\\' : '\U00002265', + '\\' : '\U0000226a', + '\\' : '\U0000226b', + '\\' : '\U00002272', + '\\' : '\U00002273', + '\\' : '\U00002a85', + '\\' : '\U00002a86', + '\\' : '\U00002208', + '\\' : '\U00002209', + '\\' : '\U00002282', + '\\' : '\U00002283', + '\\' : '\U00002286', + '\\' : '\U00002287', + '\\' : '\U0000228f', + '\\' : '\U00002290', + '\\' : '\U00002291', + '\\' : '\U00002292', + '\\' : '\U00002229', + '\\' : '\U000022c2', + '\\' : '\U0000222a', + '\\' : '\U000022c3', + '\\' : '\U00002294', + '\\' : '\U00002a06', + '\\' : '\U00002293', + '\\' : '\U00002a05', + '\\' : '\U00002216', + '\\' : '\U0000221d', + '\\' : '\U0000228e', + '\\' : '\U00002a04', + '\\' : '\U00002260', + '\\' : '\U0000223c', + '\\' : '\U00002250', + '\\' : '\U00002243', + '\\' : '\U00002248', + '\\' : '\U0000224d', + '\\' : '\U00002245', + '\\' : '\U00002323', + '\\' : '\U00002261', + '\\' : '\U00002322', + '\\' : '\U000022c8', + '\\' : '\U00002a1d', + '\\' : '\U0000227a', + '\\' : '\U0000227b', + '\\' : '\U0000227c', + '\\' : '\U0000227d', + '\\' : '\U00002225', + '\\' : '\U000000a6', + '\\' : '\U000000b1', + '\\' : '\U00002213', + '\\' : '\U000000d7', + '\\
    ' : '\U000000f7', + '\\' : '\U000022c5', + '\\' : '\U000022c6', + '\\' : '\U00002219', + '\\' : '\U00002218', + '\\' : '\U00002020', + '\\' : '\U00002021', + '\\' : '\U000022b2', + '\\' : '\U000022b3', + '\\' : '\U000022b4', + '\\' : '\U000022b5', + '\\' : '\U000025c3', + '\\' : '\U000025b9', + '\\' : '\U000025b3', + '\\' : '\U0000225c', + '\\' : '\U00002295', + '\\' : '\U00002a01', + '\\' : '\U00002297', + '\\' : '\U00002a02', + '\\' : '\U00002299', + '\\' : '\U00002a00', + '\\' : '\U00002296', + '\\' : '\U00002298', + '\\' : '\U00002026', + '\\' : '\U000022ef', + '\\' : '\U00002211', + '\\' : '\U0000220f', + '\\' : '\U00002210', + '\\' : '\U0000221e', + '\\' : '\U0000222b', + '\\' : '\U0000222e', + '\\' : '\U00002663', + '\\' : '\U00002662', + '\\' : '\U00002661', + '\\' : '\U00002660', + '\\' : '\U00002135', + '\\' : '\U00002205', + '\\' : '\U00002207', + '\\' : '\U00002202', + '\\' : '\U0000266d', + '\\' : '\U0000266e', + '\\' : '\U0000266f', + '\\' : '\U00002220', + '\\' : '\U000000a9', + '\\' : '\U000000ae', + '\\' : '\U000000ad', + '\\' : '\U000000af', + '\\' : '\U000000bc', + '\\' : '\U000000bd', + '\\' : '\U000000be', + '\\' : '\U000000aa', + '\\' : '\U000000ba', + '\\
    ' : '\U000000a7', + '\\' : '\U000000b6', + '\\' : '\U000000a1', + '\\' : '\U000000bf', + '\\' : '\U000020ac', + '\\' : '\U000000a3', + '\\' : '\U000000a5', + '\\' : '\U000000a2', + '\\' : '\U000000a4', + '\\' : '\U000000b0', + '\\' : '\U00002a3f', + '\\' : '\U00002127', + '\\' : '\U000025ca', + '\\' : '\U00002118', + '\\' : '\U00002240', + '\\' : '\U000022c4', + '\\' : '\U000000b4', + '\\' : '\U00000131', + '\\' : '\U000000a8', + '\\' : '\U000000b8', + '\\' : '\U000002dd', + '\\' : '\U000003f5', + '\\' : '\U000023ce', + '\\' : '\U00002039', + '\\' : '\U0000203a', + '\\' : '\U00002302', + '\\<^sub>' : '\U000021e9', + '\\<^sup>' : '\U000021e7', + '\\<^bold>' : '\U00002759', + '\\<^bsub>' : '\U000021d8', + '\\<^esub>' : '\U000021d9', + '\\<^bsup>' : '\U000021d7', + '\\<^esup>' : '\U000021d6', + } + + lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} + + def __init__(self, **options): + Filter.__init__(self, **options) + lang = get_choice_opt(options, 'lang', + ['isabelle', 'latex'], 'isabelle') + self.symbols = self.lang_map[lang] + + def filter(self, lexer, stream): + for ttype, value in stream: + if value in self.symbols: + yield ttype, self.symbols[value] + else: + yield ttype, value + + +class KeywordCaseFilter(Filter): + """Convert keywords to lowercase or uppercase or capitalize them, which + means first letter uppercase, rest lowercase. + + This can be useful e.g. if you highlight Pascal code and want to adapt the + code to your styleguide. + + Options accepted: + + `case` : string + The casing to convert keywords to. Must be one of ``'lower'``, + ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + case = get_choice_opt(options, 'case', + ['lower', 'upper', 'capitalize'], 'lower') + self.convert = getattr(str, case) + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Keyword: + yield ttype, self.convert(value) + else: + yield ttype, value + + +class NameHighlightFilter(Filter): + """Highlight a normal Name (and Name.*) token with a different token type. + + Example:: + + filter = NameHighlightFilter( + names=['foo', 'bar', 'baz'], + tokentype=Name.Function, + ) + + This would highlight the names "foo", "bar" and "baz" + as functions. `Name.Function` is the default token type. + + Options accepted: + + `names` : list of strings + A list of names that should be given the different token type. + There is no default. + `tokentype` : TokenType or string + A token type or a string containing a token type name that is + used for highlighting the strings in `names`. The default is + `Name.Function`. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.names = set(get_list_opt(options, 'names', [])) + tokentype = options.get('tokentype') + if tokentype: + self.tokentype = string_to_tokentype(tokentype) + else: + self.tokentype = Name.Function + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Name and value in self.names: + yield self.tokentype, value + else: + yield ttype, value + + +class ErrorToken(Exception): + pass + + +class RaiseOnErrorTokenFilter(Filter): + """Raise an exception when the lexer generates an error token. + + Options accepted: + + `excclass` : Exception class + The exception class to raise. + The default is `pygments.filters.ErrorToken`. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.exception = options.get('excclass', ErrorToken) + try: + # issubclass() will raise TypeError if first argument is not a class + if not issubclass(self.exception, Exception): + raise TypeError + except TypeError: + raise OptionError('excclass option is not an exception class') + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype is Error: + raise self.exception(value) + yield ttype, value + + +class VisibleWhitespaceFilter(Filter): + """Convert tabs, newlines and/or spaces to visible characters. + + Options accepted: + + `spaces` : string or bool + If this is a one-character string, spaces will be replaces by this string. + If it is another true value, spaces will be replaced by ``·`` (unicode + MIDDLE DOT). If it is a false value, spaces will not be replaced. The + default is ``False``. + `tabs` : string or bool + The same as for `spaces`, but the default replacement character is ``»`` + (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value + is ``False``. Note: this will not work if the `tabsize` option for the + lexer is nonzero, as tabs will already have been expanded then. + `tabsize` : int + If tabs are to be replaced by this filter (see the `tabs` option), this + is the total number of characters that a tab should be expanded to. + The default is ``8``. + `newlines` : string or bool + The same as for `spaces`, but the default replacement character is ``¶`` + (unicode PILCROW SIGN). The default value is ``False``. + `wstokentype` : bool + If true, give whitespace the special `Whitespace` token type. This allows + styling the visible whitespace differently (e.g. greyed out), but it can + disrupt background colors. The default is ``True``. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + for name, default in [('spaces', '·'), + ('tabs', '»'), + ('newlines', '¶')]: + opt = options.get(name, False) + if isinstance(opt, str) and len(opt) == 1: + setattr(self, name, opt) + else: + setattr(self, name, (opt and default or '')) + tabsize = get_int_opt(options, 'tabsize', 8) + if self.tabs: + self.tabs += ' ' * (tabsize - 1) + if self.newlines: + self.newlines += '\n' + self.wstt = get_bool_opt(options, 'wstokentype', True) + + def filter(self, lexer, stream): + if self.wstt: + spaces = self.spaces or ' ' + tabs = self.tabs or '\t' + newlines = self.newlines or '\n' + regex = re.compile(r'\s') + + def replacefunc(wschar): + if wschar == ' ': + return spaces + elif wschar == '\t': + return tabs + elif wschar == '\n': + return newlines + return wschar + + for ttype, value in stream: + yield from _replace_special(ttype, value, regex, Whitespace, + replacefunc) + else: + spaces, tabs, newlines = self.spaces, self.tabs, self.newlines + # simpler processing + for ttype, value in stream: + if spaces: + value = value.replace(' ', spaces) + if tabs: + value = value.replace('\t', tabs) + if newlines: + value = value.replace('\n', newlines) + yield ttype, value + + +class GobbleFilter(Filter): + """Gobbles source code lines (eats initial characters). + + This filter drops the first ``n`` characters off every line of code. This + may be useful when the source code fed to the lexer is indented by a fixed + amount of space that isn't desired in the output. + + Options accepted: + + `n` : int + The number of characters to gobble. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + self.n = get_int_opt(options, 'n', 0) + + def gobble(self, value, left): + if left < len(value): + return value[left:], 0 + else: + return '', left - len(value) + + def filter(self, lexer, stream): + n = self.n + left = n # How many characters left to gobble. + for ttype, value in stream: + # Remove ``left`` tokens from first line, ``n`` from all others. + parts = value.split('\n') + (parts[0], left) = self.gobble(parts[0], left) + for i in range(1, len(parts)): + (parts[i], left) = self.gobble(parts[i], n) + value = '\n'.join(parts) + + if value != '': + yield ttype, value + + +class TokenMergeFilter(Filter): + """Merges consecutive tokens with the same token type in the output + stream of a lexer. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + current_type = None + current_value = None + for ttype, value in stream: + if ttype is current_type: + current_value += value + else: + if current_type is not None: + yield current_type, current_value + current_type = ttype + current_value = value + if current_type is not None: + yield current_type, current_value + + +FILTERS = { + 'codetagify': CodeTagFilter, + 'keywordcase': KeywordCaseFilter, + 'highlight': NameHighlightFilter, + 'raiseonerror': RaiseOnErrorTokenFilter, + 'whitespace': VisibleWhitespaceFilter, + 'gobble': GobbleFilter, + 'tokenmerge': TokenMergeFilter, + 'symbols': SymbolFilter, +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..924222167bfb1b5d3ec32d11873da6571422f15b GIT binary patch literal 37963 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py new file mode 100644 index 00000000..3ca4892f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py @@ -0,0 +1,124 @@ +""" + pygments.formatter + ~~~~~~~~~~~~~~~~~~ + + Base formatter class. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import codecs + +from pip._vendor.pygments.util import get_bool_opt +from pip._vendor.pygments.styles import get_style_by_name + +__all__ = ['Formatter'] + + +def _lookup_style(style): + if isinstance(style, str): + return get_style_by_name(style) + return style + + +class Formatter: + """ + Converts a token stream to text. + + Formatters should have attributes to help selecting them. These + are similar to the corresponding :class:`~pygments.lexer.Lexer` + attributes. + + .. autoattribute:: name + :no-value: + + .. autoattribute:: aliases + :no-value: + + .. autoattribute:: filenames + :no-value: + + You can pass options as keyword arguments to the constructor. + All formatters accept these basic options: + + ``style`` + The style to use, can be a string or a Style subclass + (default: "default"). Not used by e.g. the + TerminalFormatter. + ``full`` + Tells the formatter to output a "full" document, i.e. + a complete self-contained document. This doesn't have + any effect for some formatters (default: false). + ``title`` + If ``full`` is true, the title that should be used to + caption the document (default: ''). + ``encoding`` + If given, must be an encoding name. This will be used to + convert the Unicode token strings to byte strings in the + output. If it is "" or None, Unicode strings will be written + to the output file, which most file-like objects do not + support (default: None). + ``outencoding`` + Overrides ``encoding`` if given. + + """ + + #: Full name for the formatter, in human-readable form. + name = None + + #: A list of short, unique identifiers that can be used to lookup + #: the formatter from a list, e.g. using :func:`.get_formatter_by_name()`. + aliases = [] + + #: A list of fnmatch patterns that match filenames for which this + #: formatter can produce output. The patterns in this list should be unique + #: among all formatters. + filenames = [] + + #: If True, this formatter outputs Unicode strings when no encoding + #: option is given. + unicodeoutput = True + + def __init__(self, **options): + """ + As with lexers, this constructor takes arbitrary optional arguments, + and if you override it, you should first process your own options, then + call the base class implementation. + """ + self.style = _lookup_style(options.get('style', 'default')) + self.full = get_bool_opt(options, 'full', False) + self.title = options.get('title', '') + self.encoding = options.get('encoding', None) or None + if self.encoding in ('guess', 'chardet'): + # can happen for e.g. pygmentize -O encoding=guess + self.encoding = 'utf-8' + self.encoding = options.get('outencoding') or self.encoding + self.options = options + + def get_style_defs(self, arg=''): + """ + This method must return statements or declarations suitable to define + the current style for subsequent highlighted text (e.g. CSS classes + in the `HTMLFormatter`). + + The optional argument `arg` can be used to modify the generation and + is formatter dependent (it is standardized because it can be given on + the command line). + + This method is called by the ``-S`` :doc:`command-line option `, + the `arg` is then given by the ``-a`` option. + """ + return '' + + def format(self, tokensource, outfile): + """ + This method must format the tokens from the `tokensource` iterable and + write the formatted version to the file object `outfile`. + + Formatter options can control how exactly the tokens are converted. + """ + if self.encoding: + # wrap the outfile in a StreamWriter + outfile = codecs.lookup(self.encoding)[3](outfile) + return self.format_unencoded(tokensource, outfile) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 00000000..39db8426 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py @@ -0,0 +1,158 @@ +""" + pygments.formatters + ~~~~~~~~~~~~~~~~~~~ + + Pygments formatters. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re +import sys +import types +import fnmatch +from os.path import basename + +from pip._vendor.pygments.formatters._mapping import FORMATTERS +from pip._vendor.pygments.plugin import find_plugin_formatters +from pip._vendor.pygments.util import ClassNotFound + +__all__ = ['get_formatter_by_name', 'get_formatter_for_filename', + 'get_all_formatters', 'load_formatter_from_file'] + list(FORMATTERS) + +_formatter_cache = {} # classes by name +_pattern_cache = {} + + +def _fn_matches(fn, glob): + """Return whether the supplied file name fn matches pattern filename.""" + if glob not in _pattern_cache: + pattern = _pattern_cache[glob] = re.compile(fnmatch.translate(glob)) + return pattern.match(fn) + return _pattern_cache[glob].match(fn) + + +def _load_formatters(module_name): + """Load a formatter (and all others in the module too).""" + mod = __import__(module_name, None, None, ['__all__']) + for formatter_name in mod.__all__: + cls = getattr(mod, formatter_name) + _formatter_cache[cls.name] = cls + + +def get_all_formatters(): + """Return a generator for all formatter classes.""" + # NB: this returns formatter classes, not info like get_all_lexers(). + for info in FORMATTERS.values(): + if info[1] not in _formatter_cache: + _load_formatters(info[0]) + yield _formatter_cache[info[1]] + for _, formatter in find_plugin_formatters(): + yield formatter + + +def find_formatter_class(alias): + """Lookup a formatter by alias. + + Returns None if not found. + """ + for module_name, name, aliases, _, _ in FORMATTERS.values(): + if alias in aliases: + if name not in _formatter_cache: + _load_formatters(module_name) + return _formatter_cache[name] + for _, cls in find_plugin_formatters(): + if alias in cls.aliases: + return cls + + +def get_formatter_by_name(_alias, **options): + """ + Return an instance of a :class:`.Formatter` subclass that has `alias` in its + aliases list. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter with that + alias is found. + """ + cls = find_formatter_class(_alias) + if cls is None: + raise ClassNotFound("no formatter found for name %r" % _alias) + return cls(**options) + + +def load_formatter_from_file(filename, formattername="CustomFormatter", **options): + """ + Return a `Formatter` subclass instance loaded from the provided file, relative + to the current directory. + + The file is expected to contain a Formatter class named ``formattername`` + (by default, CustomFormatter). Users should be very careful with the input, because + this method is equivalent to running ``eval()`` on the input file. The formatter is + given the `options` at its instantiation. + + :exc:`pygments.util.ClassNotFound` is raised if there are any errors loading + the formatter. + + .. versionadded:: 2.2 + """ + try: + # This empty dict will contain the namespace for the exec'd file + custom_namespace = {} + with open(filename, 'rb') as f: + exec(f.read(), custom_namespace) + # Retrieve the class `formattername` from that namespace + if formattername not in custom_namespace: + raise ClassNotFound('no valid %s class found in %s' % + (formattername, filename)) + formatter_class = custom_namespace[formattername] + # And finally instantiate it with the options + return formatter_class(**options) + except OSError as err: + raise ClassNotFound('cannot read %s: %s' % (filename, err)) + except ClassNotFound: + raise + except Exception as err: + raise ClassNotFound('error when loading custom formatter: %s' % err) + + +def get_formatter_for_filename(fn, **options): + """ + Return a :class:`.Formatter` subclass instance that has a filename pattern + matching `fn`. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter for that filename + is found. + """ + fn = basename(fn) + for modname, name, _, filenames, _ in FORMATTERS.values(): + for filename in filenames: + if _fn_matches(fn, filename): + if name not in _formatter_cache: + _load_formatters(modname) + return _formatter_cache[name](**options) + for cls in find_plugin_formatters(): + for filename in cls.filenames: + if _fn_matches(fn, filename): + return cls(**options) + raise ClassNotFound("no formatter found for file name %r" % fn) + + +class _automodule(types.ModuleType): + """Automatically import formatters.""" + + def __getattr__(self, name): + info = FORMATTERS.get(name) + if info: + _load_formatters(info[0]) + cls = _formatter_cache[info[1]] + setattr(self, name, cls) + return cls + raise AttributeError(name) + + +oldmod = sys.modules[__name__] +newmod = _automodule(__name__) +newmod.__dict__.update(oldmod.__dict__) +sys.modules[__name__] = newmod +del newmod.newmod, newmod.oldmod, newmod.sys, newmod.types diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..527df6673124332c504c4e84095e58a2714805bc GIT binary patch literal 6953 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˰P2Pc6t#q zh%cq;qmWKar2ycpOiAmZ!>#-`O`4d^hmOGL%Ay_|268l&W+6!cPfCHM6Kgb~f`PLY z_E6%0XkhwoP+ORQ522T0BDg?iRo75_rb|tV&|tb0X%Tl&=A%*S{{#j2c82-P;bFM_I>PvVMc^;+D-wK0+Wv!FdPXijBd7N`#(&}I zrO}UG&tG~25;Fd8Fsp9hCUp&4B)n5yyBgecIho$Qu#<`Gg*{BuUPFLs+-vtUE&FXe zbA#Et!qhUCndkjJrYqb1q^2`h)A^jhKf5i&SM`4D{nqTabKdq<*Hdp@_S<=^?GV@Z zL*ENMAq_dwkX=~+?t|}clM_2l?W^qf{onJiUCojD9nQCUBm33th0Wuey^j(fCaISE E51P5Xr~m)} literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..89062dddb26c6cb483bcc87d862544a02d6f60b8 GIT binary patch literal 4242 zcmd5<&2JmW6{onQEbGfwEL*Z{$KyCo!@wr%wDlS5i$DniplqY%GqqOQf{~Z zUK;+@DPTsOh&W|u(sbG8CW)kV*6fN@utJ%PJIt;#t_AC-B4F(S>+yKN+WjaJM#ikI zxDL|CELCiv`poAs>&i|y!oQ&vjh(*s1?h2TjZ9{3fpY{)R0>5MCJi%Pp+!Ag+3Y2| zJ>Hpg^-IFXJH(Y$?Wg8xWJxKj8oOAb zQO{y!xIHDltOygS&l5sdF~7@W+yNky8fZmIGad&Byx6eR3?f9q(o55eCT&`uW>XhT zS>G=Py67-h0b4DrIqb2EJUdEX?+35saiXZ_d} zg}}B6g)M3{q3dg?!1ZkP5Jf}nbA8fJChQpApH>)<*B#Zfyu(E+$ebjhW;e5i37)C7 z3&>4M769%Vo0Kpd?N2Z*;s9+cpt6SUcl_lJI@l3EYf^umFjId()o~s>MeC*b)BG%( zb)DEjgN5NQom9cbUlXcK1M zQFEJ`5az}CCLI3bjq|~UzE8MQsX{fx+3pd-c;5hKBYhr41BPqErD7j<%}6Rxe&4=O zT=RFOUdB$Iyr8mgV}?2}#Nb3f4D0Mr=ur5^dby>Nfn_}8DH^$q0rkH0wMtcJK0K$voT`L4dh~0F&W&Z$RL#mUU3KyV8e;5>1Nz5Dh?s z*9?3Y=ZVmgJm*oJz2JVAMKTslg*J+)qu4G&p-(+RM1q(dN)V2uj|Wk!b&frPsMQ)^ z<|{ZVW7GgN2J|K_W4e8G4l`@0cte1_VgXSIv=lMT>yyvjx|1dmK;t(JGx({Qx@Vw?9AHf8K1qI6AgkzQ-k$F8Bp@dp>GPs!gq-T%&RKJ2zGx$#* zVa&amnVEd<#&Y@Jm795~v_AB557f7nHBcL0d3hC7K3l4;6Mf+2SBRb~Rf&78Q_imv zJzuJ>g1+^;O1?n!VySxLU#lixB4W8iAm-98E*9-Y>IloQx1`fmi&1NOPL-gH(HkJGy(eD=WFRS@|qFEvTStWl! g^n0c11IR!8qMAP>`u$@6Rrx=UK>vPTzXV+W1&9~AfdBvi literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2599496ecc2e76b2e79487aec5ebd3cce5cd724 GIT binary patch literal 4221 zcmcgv&2tmU6`zr2q_Hfp@dsephK6NV2yBViYuHsF2{xb0;-rF8wUO76Mw*s1_Gm_# z9+{O^-g2e(U+8wW_I2l~a4l4RH3tDX)7*vN3j2xn!!; z)6?&>fA96{r@!sn7vSKz82x?zRgmMpryq?+bSInVVe)`exCE#0ibvxMo`i>|bFbzt z2nhk^LXJ;}9_}iqh+o1N_B{4F(g|PL7x7pA8bI(A%eey9EfUQdWmEl(M3xaMW3jXN+RmRC9SNj>Z~OG<4?7*})=3!vuF> znl?-Y(q#aF0Mo~OrW*nAj8P~Uy1Q*;$vI{M_+-m9d&?+bXJd$ziG>RUoy5^x6czKu z(a{J}3_WZ$-Ei#!7GO#>(InmK6jeOH%x)nALI5OX+ro(M+A<&^VB1bSs3TO`Nwf+4 znT0^NyiG4?Dao2vMt}~<8@F{wP)4vXgB0ZqjiPR$lehC~CJ**h!aM=EorA=}q!9Ea4HpX-AU2l0JvM`u4mzN1KIRlbzvgDr#B>zZzDZWU+lt zEwO!0p|m~l=G_uPU$hvs!f*4>Fg)O_CT+S=XkfkZRJkm#a#j9M{2zFpvldTTD_`cu_vv$MT5S!DK<6!Aa*U;;{vSwXE%T5}gpbcZ6R5E|!ObAIr*6 z6=Rn$nX!ywZ0y%pVmA$?q~XB{sMsW?7K$3C7t>(IxJ~48EINzz*_fuLW5u$SH}v7? zkA`AIweTPuoEbTXNvx~R>V7+>6soqk z0H@hr^(x-RSH%ZAf^E&gRaF%#KxdpH;|u_&&!zgeQKcre#ia(eQCpkTpiAA?qT)p?`a{OWZ71!P}aOcLt<;C~w zp}w_XAI!$;ZJmo(@6OfRyKDWcU8}jT``3HUuD73E6zd1k%JBNZ_ZGdB=gQqG<>_A9 zPbqyhvZOhLYj?lcop9r68+x1a!p9vCuXJ`Emuc?=vgyTR8?vr52+ z1V5H#s}QHXvdlbC^-OP<0wMY+{A0In@iaf1mBpdbaZgFlmZai^jHJ29LpED(Hj8t< zst7tEXLmlcyxCh7r>W;Vo;mS9$nf_-sw&K!1h0HmZ`IBAd-1B*9NFDcRiOFJPM3d9 z+5-dcG_B)1o~j=#NLg=VmyI{zuY2vZQ03`lM8#_Z@@Dl}0=0{=?eh7^kWR;gCUr zX>Ge7zZPoEwC+4HW8_0Z8pf4vti zNiVv=^vlCsu(RINzufzMz**N&fi7W&|M@WYKa zw;6dJJn`l>YulD;UCW_Ah8pTld=oqhI|`j(Wo|qYpgoB$7jQCZ2a?c;(B=W=!DRBc z(6+l2e=?~U8CVwRg6)TkMJAZoEi~SAiLhRP-3I1qh{x9))9>67^vYoW>}bxA0T{mI zUV3^(>BR?JuxtKOz3ot~Yi<9L`K$Hzj`{1a1fSUVs{MdCu=(B*5xI`~%@_#UN1!{2 zy4?x1AUpqbJ8f3au1qCM)ttTywgdl2pbKN3(LQC%+t<>02ZW!P=YT+KH-U1Ie&p}m&_-+DTA+X4|1V#H=h3421N`0P9e4i?t+hj6 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..626cc47f9e8cbe3a403992c829b54ca005bb74bb GIT binary patch literal 7291 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 G!v7C(!C__q literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a44f7edb4e76a283ede29f3222532364820f78ec GIT binary patch literal 27070 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 B*HHif literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..70abd40f43487fe6d508cd0b0deb3513fa49f9f5 GIT binary patch literal 19981 zcmdUXdvIIVncuy55g+y?*(O0=E+(`)nKo^!tQo!581^S!SAQ*m)2hiAa|FV9^+&T;>hGR9-qU!Hsi zFV{Jd8|Fk_w1oI+%dmx~cWcNxZ5y_+cU#Cl?HG1U7YrA$yglTcb`86x3x^9?-VrLA zb`QI!i-(JmFPP+qOGM`f+;FMr8uo~V!)0O-a^)882q(Hf0EA@w+^UUWxPp}yqqIbF zn5C6-rC!hce=Zd8%*;(rOJP;~*}m%+Y!+Y5NK3k|d{##mHz7_+&L02`f~7CURa1r%O(s88|gK z@U_9wGiTozI*khVq@<3HM1lshoROu8;3b6)ogh5@XFca4(^Aib zKd7GT8I+XsYGkJ8(AmR1CnMr)NZNJ==U(XvPS1oSVwT$ik&B9duE%#l3Sa061;=}4 z=G1eM@OEEsUyl-0rEN3*z(bYgp7v+o9m_>4(+Od3 z(z8#i{KEy-rMFl1CmMGrJ$np%{~s2tx0TuZpAbWx|LejLF%p=ioeG5fin7qrg*!^&O$JZn+*lA!j3Lbl7D(UBzcuW z

    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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..612698f96f0fe6261b633d1f56dd37a25a17d464 GIT binary patch literal 6911 zcmbtZT}&L=mA+M7)m{C^pE18SF56(-2Do1&|L#zj}B zsxU*ViI~VzVDe+EXarWWGMhwNX8o|%KCSj?H`=#-0b|QO6_4cXJ|$1sc%oT9?K!uq z8f-V2M7a{TZ{2(Dx%ZxX&Uena{C7AUAW+Une>}N)fRO*i54Z46W9JiStPq(bh|I{W z%1pBfmch11^-OaKjO0U>=wcj3pZ|FjN z_-Y(CCCZ8^rBx#u_yYJXZLn zBUzQN9m%R3Q4BLB8A_3R%Dx=CW}T0nlh9Zp3P~`a1+2^@JTjZ$WRJ{EunAt~Czym+ z_TC@~-<&TZ=sqCNownsXV`gVeDiTxq$P{NXsYxj_p~&KF+MLv2NXpE)_mIv^*wV@Q zN03;{sB;#F^DHg{*OTKzxjE2RiUDGC44Kqs@zd; ztLr^mO|gd+olo4(hZW6F{Xo8h7cd+VEFqc9NYhF(X$6wWX?jj*hmy(f&q%5>;!7rF zEd|{ic33`1O@p2rmLFw`U4~u{>^>uU1N`W9SfSq13ZRe}%~0JSPg#~1w!I`&yU<@K zKe&8-qpWFRuuxgI>|Yq#;kd_?HlA)6`Fi6?_z)lyf-FGopYulox&RZUc~Dqt zNw$fKwu*?7Axfey&5F8`)fEG7Rx;CChJuG-0s>?vY*NuMb$}p%63S%+u*tqIF>Q#W zqm&)0)|rv>edmzbNqYqoSwy~<86Ay^I0>{74LK!cL{$Q;rQF68F{Nd$E4m2=ZECP3 zI@wv1nm9H6Q5SmNQ$AAk(RRQ$Bc-RuU{*SV6qH*pTv+d@iX@_%HcashZ5!uCoy}hc zJP^%UO$5+`!-5EOMU+x0B@65K+6Np>Y11eXW0dkl8yOl0`~?is;JmF9xz^E95g-=Y zW4UhlXooY{Q|MlugCac9?};?nK#`YAin5l}2@te7IW0=#AQ90uZ}Ft8j7u{rcnDYo zR*2ZBHmc~lrY9*vm)e~K8v*bZQ9IkkN$@c$`WcZI zV{lD$_Zdy3aDn2c`!O6D=!y)xa)gQ!ibh4aL<0^b$ufwtSL}>-b=d;V1>o|W)h!RG zoaMDO1ko5i2T~3&g0>QZ$P|RXoh#70Ld@dWl_k1_OsYNfxP0 zG$>l~5OhEw;rSIKb9XtXk0hNIf%#Lo;wwewWpdZy27GZ}w19&Mx$WIw**gQ4FZ;fp z^5Z%`G0WYV`*7pjl^Fp4IdYts74D2?qSrITM1-M57E1HT!H(}b()%GZOFr^^hs-h& z|FFeNMk<{~Pj72>G{soR(26b|PnaK&$l#@V0_`^lb#LPLXpBLm5zswCreFi!K^j zC6yjeD>48MdP4-)bS7;klRBPKM=|T@|1A$h9eM|TqA)GtqB0jpg|-5JhfayMKV$VO z9P~LBYTylsq7APxXy+PSD6sJi>?Z0icn-#me}!s+JQgY+2@RVrSlA-V0c*-~NwdJ07NffWh7;jmPeszI}Ra{+_(mczTh0Ak-Ct<&T1m zo599ab2E6naHM&$|3T=OR5h& zBP@*9h#N=G7LK+&I@+~)wCkydIo7>HnA)Cg!c_Kbdw}GHfjae{?KOQI`7L*>?}R6X zvUCfoGJfxjfH;1{{wT0Q{A7upDjJ7NNWci(OJ^{aDJuCM3ePpT4!uj}WTJW?vhhs$ zcSqe8sJ~bCEwQe_e8R$d?%T^Q_)~{c|z1irck|JDf$qN?k+gdoo`-{gLz+G z7-!Ll=KXn}S?x}ls&QMpzhL@@S(4{W3D zVY_;CP8mg!F=iM`XC!^jb>|oi>20vGj_cX5!Oo8T0X0f*hw3G8$G8}QYi9tePuZ1y zba;s=8CMtK%-uhpR4)To5mv|RrZ5xn=!oW4z=bzW*YWlY6o9y}U_%L#=UQKf68pT- zGpd%7RO4Kf#@VAd9izOjAO>}U%Be?9U7Jl^_nNnw-g;Q^O)9+kbC^o(Edw~Pr2Z+jH6J!eEjHU zQ*^7T^Fc+IBa=_dsT62((W3iX^gtv`@5SDkHFlt1=NdIqv0P6eO3ZVlxFD+eKJ^mon1g<4iar5lb z+1390LGgE?+Cojk%Ji-2wZ3(3UAkAhRrB`Z;FIdcl}ooSEyfFWV<}z;SKj<^>BCj! ze)#zBLN$f@LyziDZPuS!@7k*GSbXUH{9IYi~R{-m`hU=ibOx zL+``t)4#8-Uv2*M;?p27*e)YS+n*68{D#fy^NNGZ*VaB*kFO1H)_`LJR|R9g7s5aF zef9hTLn`XQz4_Z7S2cnoJA4XU+JQD`h1jVka zVXjrZJh@SJq?l_xsjgqR^o*)&%9zci-Z!Ly7j5s$85%fu#JVbf} zj+%($x1E z2KswF8-~ph&+rQ#9zi<3nL9;OzhQ`R;k`%}X{Vk2sj4;$X{4Kb8PNzw<5*ksXb9U4 zC((PLDiMvk(s(@@{V`7X7E~ppQHUZDFgAkC>(&2q__M?R)_Om3{&Cfzjl)A*Rqt+u z-re?)Q+*7K+pYz@ms{|9@q32_OoxY6X5KRak5cf*)3Bk_2^+lgzC2gT>Ew&S6$FWV zNea&|AZyBdq4wl`zhGtVAG~)RWrPr=o7)p$$fX~=IG28$p<$G;4;}B)&HGKnbz0^F zaOr5Auat#4crruvdZpxrygvth`2f}~M}}lZ_oJT*zrq4O<>DE4IqWmv|2NJL{1x*{ zgvWQC&7dTwu?DWq&+}GGW{JOhj%Y87(cwnS>+?~t0NcAUyUdG z;sckj#4T=0OJ}UIV)yxhk@yumf201i66RA^{F>9Xg6WLxz8+a#2pz{}#w{yElxOf^2$E2I@^CzHar1jU@#~gl2WQK$7vmvR5RBC{Ed~pf2Nu0{h0lVl ze~7W)1q-1n>Y-a6ghZ$P&)@y`mfs%SXc&ALdS{zQ(&qxHI=a^PPlNwBxIXaf%Nxhv z+^l?)@>{9BRl8dA^COGi#}!SBe9>Tmm+kpatbOBlY(2i&(Dg9X{lx9O({a0F-M7`y z`5@F)q%76ha;N=v``YYQL+nAQvmlh;3@?R$YKKtpM)@_aa$mPd18=N;h+-0{@Ip9a zKj)s)6F`E1Wn6&@A{T~v$_fnkWi?^m{DQpk1!@0+bp1~tzTkWAEn`}ihn^God4BAD mhN)QfKPULRJd8HP*D`S&uZz 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 AN&o-= literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb41c3d783b6503037699d6d0f13511c76609741 GIT binary patch literal 5856 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py new file mode 100644 index 00000000..72ca8404 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py @@ -0,0 +1,23 @@ +# Automatically generated by scripts/gen_mapfiles.py. +# DO NOT EDIT BY HAND; run `tox -e mapfiles` instead. + +FORMATTERS = { + 'BBCodeFormatter': ('pygments.formatters.bbcode', 'BBCode', ('bbcode', 'bb'), (), 'Format tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.'), + 'BmpImageFormatter': ('pygments.formatters.img', 'img_bmp', ('bmp', 'bitmap'), ('*.bmp',), 'Create a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GifImageFormatter': ('pygments.formatters.img', 'img_gif', ('gif',), ('*.gif',), 'Create a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GroffFormatter': ('pygments.formatters.groff', 'groff', ('groff', 'troff', 'roff'), (), 'Format tokens with groff escapes to change their color and font style.'), + 'HtmlFormatter': ('pygments.formatters.html', 'HTML', ('html',), ('*.html', '*.htm'), "Format tokens as HTML 4 ```` tags. By default, the content is enclosed in a ``

    `` tag, itself wrapped in a ``
    `` tag (but see the `nowrap` option). The ``
    ``'s CSS class can be set by the `cssclass` option."), + 'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC color sequences'), + 'ImageFormatter': ('pygments.formatters.img', 'img', ('img', 'IMG', 'png'), ('*.png',), 'Create a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'JpgImageFormatter': ('pygments.formatters.img', 'img_jpg', ('jpg', 'jpeg'), ('*.jpg',), 'Create a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'LatexFormatter': ('pygments.formatters.latex', 'LaTeX', ('latex', 'tex'), ('*.tex',), 'Format tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.'), + 'NullFormatter': ('pygments.formatters.other', 'Text only', ('text', 'null'), ('*.txt',), 'Output the text unchanged without any formatting.'), + 'PangoMarkupFormatter': ('pygments.formatters.pangomarkup', 'Pango Markup', ('pango', 'pangomarkup'), (), 'Format tokens as Pango Markup code. It can then be rendered to an SVG.'), + 'RawTokenFormatter': ('pygments.formatters.other', 'Raw tokens', ('raw', 'tokens'), ('*.raw',), 'Format tokens as a raw representation for storing token streams.'), + 'RtfFormatter': ('pygments.formatters.rtf', 'RTF', ('rtf',), ('*.rtf',), 'Format tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.'), + 'SvgFormatter': ('pygments.formatters.svg', 'SVG', ('svg',), ('*.svg',), 'Format tokens as an SVG graphics file. This formatter is still experimental. Each line of code is a ```` element with explicit ``x`` and ``y`` coordinates containing ```` elements with the individual token styles.'), + 'Terminal256Formatter': ('pygments.formatters.terminal256', 'Terminal256', ('terminal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalFormatter': ('pygments.formatters.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalTrueColorFormatter': ('pygments.formatters.terminal256', 'TerminalTrueColor', ('terminal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TestcaseFormatter': ('pygments.formatters.other', 'Testcase', ('testcase',), (), 'Format tokens as appropriate for a new testcase.'), +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 00000000..c4db8f4e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py @@ -0,0 +1,108 @@ +""" + pygments.formatters.bbcode + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + + BBcode formatter. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + + +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.util import get_bool_opt + +__all__ = ['BBCodeFormatter'] + + +class BBCodeFormatter(Formatter): + """ + Format tokens with BBcodes. These formatting codes are used by many + bulletin boards, so you can highlight your sourcecode with pygments before + posting it there. + + This formatter has no support for background colors and borders, as there + are no common BBcode tags for that. + + Some board systems (e.g. phpBB) don't support colors in their [code] tag, + so you can't use the highlighting together with that tag. + Text in a [code] tag usually is shown with a monospace font (which this + formatter can do with the ``monofont`` option) and no spaces (which you + need for indentation) are removed. + + Additional options accepted: + + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + + `codetag` + If set to true, put the output into ``[code]`` tags (default: + ``false``) + + `monofont` + If set to true, add a tag to show the code with a monospace font + (default: ``false``). + """ + name = 'BBCode' + aliases = ['bbcode', 'bb'] + filenames = [] + + def __init__(self, **options): + Formatter.__init__(self, **options) + self._code = get_bool_opt(options, 'codetag', False) + self._mono = get_bool_opt(options, 'monofont', False) + + self.styles = {} + self._make_styles() + + def _make_styles(self): + for ttype, ndef in self.style: + start = end = '' + if ndef['color']: + start += '[color=#%s]' % ndef['color'] + end = '[/color]' + end + if ndef['bold']: + start += '[b]' + end = '[/b]' + end + if ndef['italic']: + start += '[i]' + end = '[/i]' + end + if ndef['underline']: + start += '[u]' + end = '[/u]' + end + # there are no common BBcodes for background-color and border + + self.styles[ttype] = start, end + + def format_unencoded(self, tokensource, outfile): + if self._code: + outfile.write('[code]') + if self._mono: + outfile.write('[font=monospace]') + + lastval = '' + lasttype = None + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + if ttype == lasttype: + lastval += value + else: + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + lastval = value + lasttype = ttype + + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + + if self._mono: + outfile.write('[/font]') + if self._code: + outfile.write('[/code]') + if self._code or self._mono: + outfile.write('\n') diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 00000000..30a528e6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py @@ -0,0 +1,170 @@ +""" + pygments.formatters.groff + ~~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for groff output. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import math +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.util import get_bool_opt, get_int_opt + +__all__ = ['GroffFormatter'] + + +class GroffFormatter(Formatter): + """ + Format tokens with groff escapes to change their color and font style. + + .. versionadded:: 2.11 + + Additional options accepted: + + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + + `monospaced` + If set to true, monospace font will be used (default: ``true``). + + `linenos` + If set to true, print the line numbers (default: ``false``). + + `wrap` + Wrap lines to the specified number of characters. Disabled if set to 0 + (default: ``0``). + """ + + name = 'groff' + aliases = ['groff','troff','roff'] + filenames = [] + + def __init__(self, **options): + Formatter.__init__(self, **options) + + self.monospaced = get_bool_opt(options, 'monospaced', True) + self.linenos = get_bool_opt(options, 'linenos', False) + self._lineno = 0 + self.wrap = get_int_opt(options, 'wrap', 0) + self._linelen = 0 + + self.styles = {} + self._make_styles() + + + def _make_styles(self): + regular = '\\f[CR]' if self.monospaced else '\\f[R]' + bold = '\\f[CB]' if self.monospaced else '\\f[B]' + italic = '\\f[CI]' if self.monospaced else '\\f[I]' + + for ttype, ndef in self.style: + start = end = '' + if ndef['color']: + start += '\\m[%s]' % ndef['color'] + end = '\\m[]' + end + if ndef['bold']: + start += bold + end = regular + end + if ndef['italic']: + start += italic + end = regular + end + if ndef['bgcolor']: + start += '\\M[%s]' % ndef['bgcolor'] + end = '\\M[]' + end + + self.styles[ttype] = start, end + + + def _define_colors(self, outfile): + colors = set() + for _, ndef in self.style: + if ndef['color'] is not None: + colors.add(ndef['color']) + + for color in sorted(colors): + outfile.write('.defcolor ' + color + ' rgb #' + color + '\n') + + + def _write_lineno(self, outfile): + self._lineno += 1 + outfile.write("%s% 4d " % (self._lineno != 1 and '\n' or '', self._lineno)) + + + def _wrap_line(self, line): + length = len(line.rstrip('\n')) + space = ' ' if self.linenos else '' + newline = '' + + if length > self.wrap: + for i in range(0, math.floor(length / self.wrap)): + chunk = line[i*self.wrap:i*self.wrap+self.wrap] + newline += (chunk + '\n' + space) + remainder = length % self.wrap + if remainder > 0: + newline += line[-remainder-1:] + self._linelen = remainder + elif self._linelen + length > self.wrap: + newline = ('\n' + space) + line + self._linelen = length + else: + newline = line + self._linelen += length + + return newline + + + def _escape_chars(self, text): + text = text.replace('\\', '\\[u005C]'). \ + replace('.', '\\[char46]'). \ + replace('\'', '\\[u0027]'). \ + replace('`', '\\[u0060]'). \ + replace('~', '\\[u007E]') + copy = text + + for char in copy: + if len(char) != len(char.encode()): + uni = char.encode('unicode_escape') \ + .decode()[1:] \ + .replace('x', 'u00') \ + .upper() + text = text.replace(char, '\\[u' + uni[1:] + ']') + + return text + + + def format_unencoded(self, tokensource, outfile): + self._define_colors(outfile) + + outfile.write('.nf\n\\f[CR]\n') + + if self.linenos: + self._write_lineno(outfile) + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + start, end = self.styles[ttype] + + for line in value.splitlines(True): + if self.wrap > 0: + line = self._wrap_line(line) + + if start and end: + text = self._escape_chars(line.rstrip('\n')) + if text != '': + outfile.write(''.join((start, text, end))) + else: + outfile.write(self._escape_chars(line.rstrip('\n'))) + + if line.endswith('\n'): + if self.linenos: + self._write_lineno(outfile) + self._linelen = 0 + else: + outfile.write('\n') + self._linelen = 0 + + outfile.write('\n.fi') diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 00000000..931d7c3f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py @@ -0,0 +1,989 @@ +""" + pygments.formatters.html + ~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for HTML output. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import functools +import os +import sys +import os.path +from io import StringIO + +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.token import Token, Text, STANDARD_TYPES +from pip._vendor.pygments.util import get_bool_opt, get_int_opt, get_list_opt + +try: + import ctags +except ImportError: + ctags = None + +__all__ = ['HtmlFormatter'] + + +_escape_html_table = { + ord('&'): '&', + ord('<'): '<', + ord('>'): '>', + ord('"'): '"', + ord("'"): ''', +} + + +def escape_html(text, table=_escape_html_table): + """Escape &, <, > as well as single and double quotes for HTML.""" + return text.translate(table) + + +def webify(color): + if color.startswith('calc') or color.startswith('var'): + return color + else: + return '#' + color + + +def _get_ttype_class(ttype): + fname = STANDARD_TYPES.get(ttype) + if fname: + return fname + aname = '' + while fname is None: + aname = '-' + ttype[-1] + aname + ttype = ttype.parent + fname = STANDARD_TYPES.get(ttype) + return fname + aname + + +CSSFILE_TEMPLATE = '''\ +/* +generated by Pygments +Copyright 2006-2023 by the Pygments team. +Licensed under the BSD license, see LICENSE for details. +*/ +%(styledefs)s +''' + +DOC_HEADER = '''\ + + + + + %(title)s + + + + +

    %(title)s

    + +''' + +DOC_HEADER_EXTERNALCSS = '''\ + + + + + %(title)s + + + + +

    %(title)s

    + +''' + +DOC_FOOTER = '''\ + + +''' + + +class HtmlFormatter(Formatter): + r""" + Format tokens as HTML 4 ```` tags. By default, the content is enclosed + in a ``
    `` tag, itself wrapped in a ``
    `` tag (but see the `nowrap` option). + The ``
    ``'s CSS class can be set by the `cssclass` option. + + If the `linenos` option is set to ``"table"``, the ``
    `` is
    +    additionally wrapped inside a ```` which has one row and two
    +    cells: one containing the line numbers and one containing the code.
    +    Example:
    +
    +    .. sourcecode:: html
    +
    +        
    +
    + + +
    +
    1
    +            2
    +
    +
    def foo(bar):
    +              pass
    +            
    +
    + + (whitespace added to improve clarity). + + A list of lines can be specified using the `hl_lines` option to make these + lines highlighted (as of Pygments 0.11). + + With the `full` option, a complete HTML 4 document is output, including + the style definitions inside a `` + {% else %} + {{ head | safe }} + {% endif %} +{% if not embed %} + + +{% endif %} +{{ body | safe }} +{% for diagram in diagrams %} +
    +

    {{ diagram.title }}

    +
    {{ diagram.text }}
    +
    + {{ diagram.svg }} +
    +
    +{% endfor %} +{% if not embed %} + + +{% endif %} +""" + +template = Template(jinja2_template_source) + +# Note: ideally this would be a dataclass, but we're supporting Python 3.5+ so we can't do this yet +NamedDiagram = NamedTuple( + "NamedDiagram", + [("name", str), ("diagram", typing.Optional[railroad.DiagramItem]), ("index", int)], +) +""" +A simple structure for associating a name with a railroad diagram +""" + +T = TypeVar("T") + + +class EachItem(railroad.Group): + """ + Custom railroad item to compose a: + - Group containing a + - OneOrMore containing a + - Choice of the elements in the Each + with the group label indicating that all must be matched + """ + + all_label = "[ALL]" + + def __init__(self, *items): + choice_item = railroad.Choice(len(items) - 1, *items) + one_or_more_item = railroad.OneOrMore(item=choice_item) + super().__init__(one_or_more_item, label=self.all_label) + + +class AnnotatedItem(railroad.Group): + """ + Simple subclass of Group that creates an annotation label + """ + + def __init__(self, label: str, item): + super().__init__(item=item, label="[{}]".format(label) if label else label) + + +class EditablePartial(Generic[T]): + """ + Acts like a functools.partial, but can be edited. In other words, it represents a type that hasn't yet been + constructed. + """ + + # We need this here because the railroad constructors actually transform the data, so can't be called until the + # entire tree is assembled + + def __init__(self, func: Callable[..., T], args: list, kwargs: dict): + self.func = func + self.args = args + self.kwargs = kwargs + + @classmethod + def from_call(cls, func: Callable[..., T], *args, **kwargs) -> "EditablePartial[T]": + """ + If you call this function in the same way that you would call the constructor, it will store the arguments + as you expect. For example EditablePartial.from_call(Fraction, 1, 3)() == Fraction(1, 3) + """ + return EditablePartial(func=func, args=list(args), kwargs=kwargs) + + @property + def name(self): + return self.kwargs["name"] + + def __call__(self) -> T: + """ + Evaluate the partial and return the result + """ + args = self.args.copy() + kwargs = self.kwargs.copy() + + # This is a helpful hack to allow you to specify varargs parameters (e.g. *args) as keyword args (e.g. + # args=['list', 'of', 'things']) + arg_spec = inspect.getfullargspec(self.func) + if arg_spec.varargs in self.kwargs: + args += kwargs.pop(arg_spec.varargs) + + return self.func(*args, **kwargs) + + +def railroad_to_html(diagrams: List[NamedDiagram], embed=False, **kwargs) -> str: + """ + Given a list of NamedDiagram, produce a single HTML string that visualises those diagrams + :params kwargs: kwargs to be passed in to the template + """ + data = [] + for diagram in diagrams: + if diagram.diagram is None: + continue + io = StringIO() + try: + css = kwargs.get('css') + diagram.diagram.writeStandalone(io.write, css=css) + except AttributeError: + diagram.diagram.writeSvg(io.write) + title = diagram.name + if diagram.index == 0: + title += " (root)" + data.append({"title": title, "text": "", "svg": io.getvalue()}) + + return template.render(diagrams=data, embed=embed, **kwargs) + + +def resolve_partial(partial: "EditablePartial[T]") -> T: + """ + Recursively resolves a collection of Partials into whatever type they are + """ + if isinstance(partial, EditablePartial): + partial.args = resolve_partial(partial.args) + partial.kwargs = resolve_partial(partial.kwargs) + return partial() + elif isinstance(partial, list): + return [resolve_partial(x) for x in partial] + elif isinstance(partial, dict): + return {key: resolve_partial(x) for key, x in partial.items()} + else: + return partial + + +def to_railroad( + element: pyparsing.ParserElement, + diagram_kwargs: typing.Optional[dict] = None, + vertical: int = 3, + show_results_names: bool = False, + show_groups: bool = False, +) -> List[NamedDiagram]: + """ + Convert a pyparsing element tree into a list of diagrams. This is the recommended entrypoint to diagram + creation if you want to access the Railroad tree before it is converted to HTML + :param element: base element of the parser being diagrammed + :param diagram_kwargs: kwargs to pass to the Diagram() constructor + :param vertical: (optional) - int - limit at which number of alternatives should be + shown vertically instead of horizontally + :param show_results_names - bool to indicate whether results name annotations should be + included in the diagram + :param show_groups - bool to indicate whether groups should be highlighted with an unlabeled + surrounding box + """ + # Convert the whole tree underneath the root + lookup = ConverterState(diagram_kwargs=diagram_kwargs or {}) + _to_diagram_element( + element, + lookup=lookup, + parent=None, + vertical=vertical, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + root_id = id(element) + # Convert the root if it hasn't been already + if root_id in lookup: + if not element.customName: + lookup[root_id].name = "" + lookup[root_id].mark_for_extraction(root_id, lookup, force=True) + + # Now that we're finished, we can convert from intermediate structures into Railroad elements + diags = list(lookup.diagrams.values()) + if len(diags) > 1: + # collapse out duplicate diags with the same name + seen = set() + deduped_diags = [] + for d in diags: + # don't extract SkipTo elements, they are uninformative as subdiagrams + if d.name == "...": + continue + if d.name is not None and d.name not in seen: + seen.add(d.name) + deduped_diags.append(d) + resolved = [resolve_partial(partial) for partial in deduped_diags] + else: + # special case - if just one diagram, always display it, even if + # it has no name + resolved = [resolve_partial(partial) for partial in diags] + return sorted(resolved, key=lambda diag: diag.index) + + +def _should_vertical( + specification: int, exprs: Iterable[pyparsing.ParserElement] +) -> bool: + """ + Returns true if we should return a vertical list of elements + """ + if specification is None: + return False + else: + return len(_visible_exprs(exprs)) >= specification + + +class ElementState: + """ + State recorded for an individual pyparsing Element + """ + + # Note: this should be a dataclass, but we have to support Python 3.5 + def __init__( + self, + element: pyparsing.ParserElement, + converted: EditablePartial, + parent: EditablePartial, + number: int, + name: str = None, + parent_index: typing.Optional[int] = None, + ): + #: The pyparsing element that this represents + self.element: pyparsing.ParserElement = element + #: The name of the element + self.name: typing.Optional[str] = name + #: The output Railroad element in an unconverted state + self.converted: EditablePartial = converted + #: The parent Railroad element, which we store so that we can extract this if it's duplicated + self.parent: EditablePartial = parent + #: The order in which we found this element, used for sorting diagrams if this is extracted into a diagram + self.number: int = number + #: The index of this inside its parent + self.parent_index: typing.Optional[int] = parent_index + #: If true, we should extract this out into a subdiagram + self.extract: bool = False + #: If true, all of this element's children have been filled out + self.complete: bool = False + + def mark_for_extraction( + self, el_id: int, state: "ConverterState", name: str = None, force: bool = False + ): + """ + Called when this instance has been seen twice, and thus should eventually be extracted into a sub-diagram + :param el_id: id of the element + :param state: element/diagram state tracker + :param name: name to use for this element's text + :param force: If true, force extraction now, regardless of the state of this. Only useful for extracting the + root element when we know we're finished + """ + self.extract = True + + # Set the name + if not self.name: + if name: + # Allow forcing a custom name + self.name = name + elif self.element.customName: + self.name = self.element.customName + else: + self.name = "" + + # Just because this is marked for extraction doesn't mean we can do it yet. We may have to wait for children + # to be added + # Also, if this is just a string literal etc, don't bother extracting it + if force or (self.complete and _worth_extracting(self.element)): + state.extract_into_diagram(el_id) + + +class ConverterState: + """ + Stores some state that persists between recursions into the element tree + """ + + def __init__(self, diagram_kwargs: typing.Optional[dict] = None): + #: A dictionary mapping ParserElements to state relating to them + self._element_diagram_states: Dict[int, ElementState] = {} + #: A dictionary mapping ParserElement IDs to subdiagrams generated from them + self.diagrams: Dict[int, EditablePartial[NamedDiagram]] = {} + #: The index of the next unnamed element + self.unnamed_index: int = 1 + #: The index of the next element. This is used for sorting + self.index: int = 0 + #: Shared kwargs that are used to customize the construction of diagrams + self.diagram_kwargs: dict = diagram_kwargs or {} + self.extracted_diagram_names: Set[str] = set() + + def __setitem__(self, key: int, value: ElementState): + self._element_diagram_states[key] = value + + def __getitem__(self, key: int) -> ElementState: + return self._element_diagram_states[key] + + def __delitem__(self, key: int): + del self._element_diagram_states[key] + + def __contains__(self, key: int): + return key in self._element_diagram_states + + def generate_unnamed(self) -> int: + """ + Generate a number used in the name of an otherwise unnamed diagram + """ + self.unnamed_index += 1 + return self.unnamed_index + + def generate_index(self) -> int: + """ + Generate a number used to index a diagram + """ + self.index += 1 + return self.index + + def extract_into_diagram(self, el_id: int): + """ + Used when we encounter the same token twice in the same tree. When this + happens, we replace all instances of that token with a terminal, and + create a new subdiagram for the token + """ + position = self[el_id] + + # Replace the original definition of this element with a regular block + if position.parent: + ret = EditablePartial.from_call(railroad.NonTerminal, text=position.name) + if "item" in position.parent.kwargs: + position.parent.kwargs["item"] = ret + elif "items" in position.parent.kwargs: + position.parent.kwargs["items"][position.parent_index] = ret + + # If the element we're extracting is a group, skip to its content but keep the title + if position.converted.func == railroad.Group: + content = position.converted.kwargs["item"] + else: + content = position.converted + + self.diagrams[el_id] = EditablePartial.from_call( + NamedDiagram, + name=position.name, + diagram=EditablePartial.from_call( + railroad.Diagram, content, **self.diagram_kwargs + ), + index=position.number, + ) + + del self[el_id] + + +def _worth_extracting(element: pyparsing.ParserElement) -> bool: + """ + Returns true if this element is worth having its own sub-diagram. Simply, if any of its children + themselves have children, then its complex enough to extract + """ + children = element.recurse() + return any(child.recurse() for child in children) + + +def _apply_diagram_item_enhancements(fn): + """ + decorator to ensure enhancements to a diagram item (such as results name annotations) + get applied on return from _to_diagram_element (we do this since there are several + returns in _to_diagram_element) + """ + + def _inner( + element: pyparsing.ParserElement, + parent: typing.Optional[EditablePartial], + lookup: ConverterState = None, + vertical: int = None, + index: int = 0, + name_hint: str = None, + show_results_names: bool = False, + show_groups: bool = False, + ) -> typing.Optional[EditablePartial]: + ret = fn( + element, + parent, + lookup, + vertical, + index, + name_hint, + show_results_names, + show_groups, + ) + + # apply annotation for results name, if present + if show_results_names and ret is not None: + element_results_name = element.resultsName + if element_results_name: + # add "*" to indicate if this is a "list all results" name + element_results_name += "" if element.modalResults else "*" + ret = EditablePartial.from_call( + railroad.Group, item=ret, label=element_results_name + ) + + return ret + + return _inner + + +def _visible_exprs(exprs: Iterable[pyparsing.ParserElement]): + non_diagramming_exprs = ( + pyparsing.ParseElementEnhance, + pyparsing.PositionToken, + pyparsing.And._ErrorStop, + ) + return [ + e + for e in exprs + if not (e.customName or e.resultsName or isinstance(e, non_diagramming_exprs)) + ] + + +@_apply_diagram_item_enhancements +def _to_diagram_element( + element: pyparsing.ParserElement, + parent: typing.Optional[EditablePartial], + lookup: ConverterState = None, + vertical: int = None, + index: int = 0, + name_hint: str = None, + show_results_names: bool = False, + show_groups: bool = False, +) -> typing.Optional[EditablePartial]: + """ + Recursively converts a PyParsing Element to a railroad Element + :param lookup: The shared converter state that keeps track of useful things + :param index: The index of this element within the parent + :param parent: The parent of this element in the output tree + :param vertical: Controls at what point we make a list of elements vertical. If this is an integer (the default), + it sets the threshold of the number of items before we go vertical. If True, always go vertical, if False, never + do so + :param name_hint: If provided, this will override the generated name + :param show_results_names: bool flag indicating whether to add annotations for results names + :returns: The converted version of the input element, but as a Partial that hasn't yet been constructed + :param show_groups: bool flag indicating whether to show groups using bounding box + """ + exprs = element.recurse() + name = name_hint or element.customName or element.__class__.__name__ + + # Python's id() is used to provide a unique identifier for elements + el_id = id(element) + + element_results_name = element.resultsName + + # Here we basically bypass processing certain wrapper elements if they contribute nothing to the diagram + if not element.customName: + if isinstance( + element, + ( + # pyparsing.TokenConverter, + # pyparsing.Forward, + pyparsing.Located, + ), + ): + # However, if this element has a useful custom name, and its child does not, we can pass it on to the child + if exprs: + if not exprs[0].customName: + propagated_name = name + else: + propagated_name = None + + return _to_diagram_element( + element.expr, + parent=parent, + lookup=lookup, + vertical=vertical, + index=index, + name_hint=propagated_name, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + # If the element isn't worth extracting, we always treat it as the first time we say it + if _worth_extracting(element): + if el_id in lookup: + # If we've seen this element exactly once before, we are only just now finding out that it's a duplicate, + # so we have to extract it into a new diagram. + looked_up = lookup[el_id] + looked_up.mark_for_extraction(el_id, lookup, name=name_hint) + ret = EditablePartial.from_call(railroad.NonTerminal, text=looked_up.name) + return ret + + elif el_id in lookup.diagrams: + # If we have seen the element at least twice before, and have already extracted it into a subdiagram, we + # just put in a marker element that refers to the sub-diagram + ret = EditablePartial.from_call( + railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] + ) + return ret + + # Recursively convert child elements + # Here we find the most relevant Railroad element for matching pyparsing Element + # We use ``items=[]`` here to hold the place for where the child elements will go once created + if isinstance(element, pyparsing.And): + # detect And's created with ``expr*N`` notation - for these use a OneOrMore with a repeat + # (all will have the same name, and resultsName) + if not exprs: + return None + if len(set((e.name, e.resultsName) for e in exprs)) == 1: + ret = EditablePartial.from_call( + railroad.OneOrMore, item="", repeat=str(len(exprs)) + ) + elif _should_vertical(vertical, exprs): + ret = EditablePartial.from_call(railroad.Stack, items=[]) + else: + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + elif isinstance(element, (pyparsing.Or, pyparsing.MatchFirst)): + if not exprs: + return None + if _should_vertical(vertical, exprs): + ret = EditablePartial.from_call(railroad.Choice, 0, items=[]) + else: + ret = EditablePartial.from_call(railroad.HorizontalChoice, items=[]) + elif isinstance(element, pyparsing.Each): + if not exprs: + return None + ret = EditablePartial.from_call(EachItem, items=[]) + elif isinstance(element, pyparsing.NotAny): + ret = EditablePartial.from_call(AnnotatedItem, label="NOT", item="") + elif isinstance(element, pyparsing.FollowedBy): + ret = EditablePartial.from_call(AnnotatedItem, label="LOOKAHEAD", item="") + elif isinstance(element, pyparsing.PrecededBy): + ret = EditablePartial.from_call(AnnotatedItem, label="LOOKBEHIND", item="") + elif isinstance(element, pyparsing.Group): + if show_groups: + ret = EditablePartial.from_call(AnnotatedItem, label="", item="") + else: + ret = EditablePartial.from_call(railroad.Group, label="", item="") + elif isinstance(element, pyparsing.TokenConverter): + label = type(element).__name__.lower() + if label == "tokenconverter": + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + else: + ret = EditablePartial.from_call(AnnotatedItem, label=label, item="") + elif isinstance(element, pyparsing.Opt): + ret = EditablePartial.from_call(railroad.Optional, item="") + elif isinstance(element, pyparsing.OneOrMore): + ret = EditablePartial.from_call(railroad.OneOrMore, item="") + elif isinstance(element, pyparsing.ZeroOrMore): + ret = EditablePartial.from_call(railroad.ZeroOrMore, item="") + elif isinstance(element, pyparsing.Group): + ret = EditablePartial.from_call( + railroad.Group, item=None, label=element_results_name + ) + elif isinstance(element, pyparsing.Empty) and not element.customName: + # Skip unnamed "Empty" elements + ret = None + elif isinstance(element, pyparsing.ParseElementEnhance): + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + elif len(exprs) > 0 and not element_results_name: + ret = EditablePartial.from_call(railroad.Group, item="", label=name) + elif len(exprs) > 0: + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + else: + terminal = EditablePartial.from_call(railroad.Terminal, element.defaultName) + ret = terminal + + if ret is None: + return + + # Indicate this element's position in the tree so we can extract it if necessary + lookup[el_id] = ElementState( + element=element, + converted=ret, + parent=parent, + parent_index=index, + number=lookup.generate_index(), + ) + if element.customName: + lookup[el_id].mark_for_extraction(el_id, lookup, element.customName) + + i = 0 + for expr in exprs: + # Add a placeholder index in case we have to extract the child before we even add it to the parent + if "items" in ret.kwargs: + ret.kwargs["items"].insert(i, None) + + item = _to_diagram_element( + expr, + parent=ret, + lookup=lookup, + vertical=vertical, + index=i, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + # Some elements don't need to be shown in the diagram + if item is not None: + if "item" in ret.kwargs: + ret.kwargs["item"] = item + elif "items" in ret.kwargs: + # If we've already extracted the child, don't touch this index, since it's occupied by a nonterminal + ret.kwargs["items"][i] = item + i += 1 + elif "items" in ret.kwargs: + # If we're supposed to skip this element, remove it from the parent + del ret.kwargs["items"][i] + + # If all this items children are none, skip this item + if ret and ( + ("items" in ret.kwargs and len(ret.kwargs["items"]) == 0) + or ("item" in ret.kwargs and ret.kwargs["item"] is None) + ): + ret = EditablePartial.from_call(railroad.Terminal, name) + + # Mark this element as "complete", ie it has all of its children + if el_id in lookup: + lookup[el_id].complete = True + + if el_id in lookup and lookup[el_id].extract and lookup[el_id].complete: + lookup.extract_into_diagram(el_id) + if ret is not None: + ret = EditablePartial.from_call( + railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] + ) + + return ret diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9deda3f3b62ce3130009c84b94e7d3a29e7ab3e GIT binary patch literal 26840 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 V%DV1x871T6qNavNCJHhH{C~}r`;Pzs literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py new file mode 100644 index 00000000..12219f12 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py @@ -0,0 +1,299 @@ +# exceptions.py + +import re +import sys +import typing + +from .util import ( + col, + line, + lineno, + _collapse_string_to_ranges, + replaced_by_pep8, +) +from .unicode import pyparsing_unicode as ppu + + +class ExceptionWordUnicode(ppu.Latin1, ppu.LatinA, ppu.LatinB, ppu.Greek, ppu.Cyrillic): + pass + + +_extract_alphanums = _collapse_string_to_ranges(ExceptionWordUnicode.alphanums) +_exception_word_extractor = re.compile("([" + _extract_alphanums + "]{1,16})|.") + + +class ParseBaseException(Exception): + """base exception class for all parsing runtime exceptions""" + + loc: int + msg: str + pstr: str + parser_element: typing.Any # "ParserElement" + args: typing.Tuple[str, int, typing.Optional[str]] + + __slots__ = ( + "loc", + "msg", + "pstr", + "parser_element", + "args", + ) + + # Performance tuning: we construct a *lot* of these, so keep this + # constructor as small and fast as possible + def __init__( + self, + pstr: str, + loc: int = 0, + msg: typing.Optional[str] = None, + elem=None, + ): + self.loc = loc + if msg is None: + self.msg = pstr + self.pstr = "" + else: + self.msg = msg + self.pstr = pstr + self.parser_element = elem + self.args = (pstr, loc, msg) + + @staticmethod + def explain_exception(exc, depth=16): + """ + Method to take an exception and translate the Python internal traceback into a list + of the pyparsing expressions that caused the exception to be raised. + + Parameters: + + - exc - exception raised during parsing (need not be a ParseException, in support + of Python exceptions that might be raised in a parse action) + - depth (default=16) - number of levels back in the stack trace to list expression + and function names; if None, the full stack trace names will be listed; if 0, only + the failing input line, marker, and exception string will be shown + + Returns a multi-line string listing the ParserElements and/or function names in the + exception's stack trace. + """ + import inspect + from .core import ParserElement + + if depth is None: + depth = sys.getrecursionlimit() + ret = [] + if isinstance(exc, ParseBaseException): + ret.append(exc.line) + ret.append(" " * (exc.column - 1) + "^") + ret.append(f"{type(exc).__name__}: {exc}") + + if depth > 0: + callers = inspect.getinnerframes(exc.__traceback__, context=depth) + seen = set() + for i, ff in enumerate(callers[-depth:]): + frm = ff[0] + + f_self = frm.f_locals.get("self", None) + if isinstance(f_self, ParserElement): + if not frm.f_code.co_name.startswith( + ("parseImpl", "_parseNoCache") + ): + continue + if id(f_self) in seen: + continue + seen.add(id(f_self)) + + self_type = type(f_self) + ret.append( + f"{self_type.__module__}.{self_type.__name__} - {f_self}" + ) + + elif f_self is not None: + self_type = type(f_self) + ret.append(f"{self_type.__module__}.{self_type.__name__}") + + else: + code = frm.f_code + if code.co_name in ("wrapper", ""): + continue + + ret.append(code.co_name) + + depth -= 1 + if not depth: + break + + return "\n".join(ret) + + @classmethod + def _from_exception(cls, pe): + """ + internal factory method to simplify creating one type of ParseException + from another - avoids having __init__ signature conflicts among subclasses + """ + return cls(pe.pstr, pe.loc, pe.msg, pe.parser_element) + + @property + def line(self) -> str: + """ + Return the line of text where the exception occurred. + """ + return line(self.loc, self.pstr) + + @property + def lineno(self) -> int: + """ + Return the 1-based line number of text where the exception occurred. + """ + return lineno(self.loc, self.pstr) + + @property + def col(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + @property + def column(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + # pre-PEP8 compatibility + @property + def parserElement(self): + return self.parser_element + + @parserElement.setter + def parserElement(self, elem): + self.parser_element = elem + + def __str__(self) -> str: + if self.pstr: + if self.loc >= len(self.pstr): + foundstr = ", found end of text" + else: + # pull out next word at error location + found_match = _exception_word_extractor.match(self.pstr, self.loc) + if found_match is not None: + found = found_match.group(0) + else: + found = self.pstr[self.loc : self.loc + 1] + foundstr = (", found %r" % found).replace(r"\\", "\\") + else: + foundstr = "" + return f"{self.msg}{foundstr} (at char {self.loc}), (line:{self.lineno}, col:{self.column})" + + def __repr__(self): + return str(self) + + def mark_input_line( + self, marker_string: typing.Optional[str] = None, *, markerString: str = ">!<" + ) -> str: + """ + Extracts the exception line from the input string, and marks + the location of the exception with a special symbol. + """ + markerString = marker_string if marker_string is not None else markerString + line_str = self.line + line_column = self.column - 1 + if markerString: + line_str = "".join( + (line_str[:line_column], markerString, line_str[line_column:]) + ) + return line_str.strip() + + def explain(self, depth=16) -> str: + """ + Method to translate the Python internal traceback into a list + of the pyparsing expressions that caused the exception to be raised. + + Parameters: + + - depth (default=16) - number of levels back in the stack trace to list expression + and function names; if None, the full stack trace names will be listed; if 0, only + the failing input line, marker, and exception string will be shown + + Returns a multi-line string listing the ParserElements and/or function names in the + exception's stack trace. + + Example:: + + expr = pp.Word(pp.nums) * 3 + try: + expr.parse_string("123 456 A789") + except pp.ParseException as pe: + print(pe.explain(depth=0)) + + prints:: + + 123 456 A789 + ^ + ParseException: Expected W:(0-9), found 'A' (at char 8), (line:1, col:9) + + Note: the diagnostic output will include string representations of the expressions + that failed to parse. These representations will be more helpful if you use `set_name` to + give identifiable names to your expressions. Otherwise they will use the default string + forms, which may be cryptic to read. + + Note: pyparsing's default truncation of exception tracebacks may also truncate the + stack of expressions that are displayed in the ``explain`` output. To get the full listing + of parser expressions, you may have to set ``ParserElement.verbose_stacktrace = True`` + """ + return self.explain_exception(self, depth) + + # fmt: off + @replaced_by_pep8(mark_input_line) + def markInputline(self): ... + # fmt: on + + +class ParseException(ParseBaseException): + """ + Exception thrown when a parse expression doesn't match the input string + + Example:: + + try: + Word(nums).set_name("integer").parse_string("ABC") + except ParseException as pe: + print(pe) + print("column: {}".format(pe.column)) + + prints:: + + Expected integer (at char 0), (line:1, col:1) + column: 1 + + """ + + +class ParseFatalException(ParseBaseException): + """ + User-throwable exception thrown when inconsistent parse content + is found; stops all parsing immediately + """ + + +class ParseSyntaxException(ParseFatalException): + """ + Just like :class:`ParseFatalException`, but thrown internally + when an :class:`ErrorStop` ('-' operator) indicates + that parsing is to stop immediately because an unbacktrackable + syntax error has been found. + """ + + +class RecursiveGrammarException(Exception): + """ + Exception thrown by :class:`ParserElement.validate` if the + grammar could be left-recursive; parser may need to enable + left recursion using :class:`ParserElement.enable_left_recursion` + """ + + def __init__(self, parseElementList): + self.parseElementTrace = parseElementList + + def __str__(self) -> str: + return f"RecursiveGrammarException: {self.parseElementTrace}" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py new file mode 100644 index 00000000..018f0d6a --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py @@ -0,0 +1,1100 @@ +# helpers.py +import html.entities +import re +import sys +import typing + +from . import __diag__ +from .core import * +from .util import ( + _bslash, + _flatten, + _escape_regex_range_chars, + replaced_by_pep8, +) + + +# +# global helpers +# +def counted_array( + expr: ParserElement, + int_expr: typing.Optional[ParserElement] = None, + *, + intExpr: typing.Optional[ParserElement] = None, +) -> ParserElement: + """Helper to define a counted list of expressions. + + This helper defines a pattern of the form:: + + integer expr expr expr... + + where the leading integer tells how many expr expressions follow. + The matched tokens returns the array of expr tokens as a list - the + leading count token is suppressed. + + If ``int_expr`` is specified, it should be a pyparsing expression + that produces an integer value. + + Example:: + + counted_array(Word(alphas)).parse_string('2 ab cd ef') # -> ['ab', 'cd'] + + # in this parser, the leading integer value is given in binary, + # '10' indicating that 2 values are in the array + binary_constant = Word('01').set_parse_action(lambda t: int(t[0], 2)) + counted_array(Word(alphas), int_expr=binary_constant).parse_string('10 ab cd ef') # -> ['ab', 'cd'] + + # if other fields must be parsed after the count but before the + # list items, give the fields results names and they will + # be preserved in the returned ParseResults: + count_with_metadata = integer + Word(alphas)("type") + typed_array = counted_array(Word(alphanums), int_expr=count_with_metadata)("items") + result = typed_array.parse_string("3 bool True True False") + print(result.dump()) + + # prints + # ['True', 'True', 'False'] + # - items: ['True', 'True', 'False'] + # - type: 'bool' + """ + intExpr = intExpr or int_expr + array_expr = Forward() + + def count_field_parse_action(s, l, t): + nonlocal array_expr + n = t[0] + array_expr <<= (expr * n) if n else Empty() + # clear list contents, but keep any named results + del t[:] + + if intExpr is None: + intExpr = Word(nums).set_parse_action(lambda t: int(t[0])) + else: + intExpr = intExpr.copy() + intExpr.set_name("arrayLen") + intExpr.add_parse_action(count_field_parse_action, call_during_try=True) + return (intExpr + array_expr).set_name("(len) " + str(expr) + "...") + + +def match_previous_literal(expr: ParserElement) -> ParserElement: + """Helper to define an expression that is indirectly defined from + the tokens matched in a previous expression, that is, it looks for + a 'repeat' of a previous expression. For example:: + + first = Word(nums) + second = match_previous_literal(first) + match_expr = first + ":" + second + + will match ``"1:1"``, but not ``"1:2"``. Because this + matches a previous literal, will also match the leading + ``"1:1"`` in ``"1:10"``. If this is not desired, use + :class:`match_previous_expr`. Do *not* use with packrat parsing + enabled. + """ + rep = Forward() + + def copy_token_to_repeater(s, l, t): + if t: + if len(t) == 1: + rep << t[0] + else: + # flatten t tokens + tflat = _flatten(t.as_list()) + rep << And(Literal(tt) for tt in tflat) + else: + rep << Empty() + + expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) + rep.set_name("(prev) " + str(expr)) + return rep + + +def match_previous_expr(expr: ParserElement) -> ParserElement: + """Helper to define an expression that is indirectly defined from + the tokens matched in a previous expression, that is, it looks for + a 'repeat' of a previous expression. For example:: + + first = Word(nums) + second = match_previous_expr(first) + match_expr = first + ":" + second + + will match ``"1:1"``, but not ``"1:2"``. Because this + matches by expressions, will *not* match the leading ``"1:1"`` + in ``"1:10"``; the expressions are evaluated first, and then + compared, so ``"1"`` is compared with ``"10"``. Do *not* use + with packrat parsing enabled. + """ + rep = Forward() + e2 = expr.copy() + rep <<= e2 + + def copy_token_to_repeater(s, l, t): + matchTokens = _flatten(t.as_list()) + + def must_match_these_tokens(s, l, t): + theseTokens = _flatten(t.as_list()) + if theseTokens != matchTokens: + raise ParseException( + s, l, f"Expected {matchTokens}, found{theseTokens}" + ) + + rep.set_parse_action(must_match_these_tokens, callDuringTry=True) + + expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) + rep.set_name("(prev) " + str(expr)) + return rep + + +def one_of( + strs: Union[typing.Iterable[str], str], + caseless: bool = False, + use_regex: bool = True, + as_keyword: bool = False, + *, + useRegex: bool = True, + asKeyword: bool = False, +) -> ParserElement: + """Helper to quickly define a set of alternative :class:`Literal` s, + and makes sure to do longest-first testing when there is a conflict, + regardless of the input order, but returns + a :class:`MatchFirst` for best performance. + + Parameters: + + - ``strs`` - a string of space-delimited literals, or a collection of + string literals + - ``caseless`` - treat all literals as caseless - (default= ``False``) + - ``use_regex`` - as an optimization, will + generate a :class:`Regex` object; otherwise, will generate + a :class:`MatchFirst` object (if ``caseless=True`` or ``as_keyword=True``, or if + creating a :class:`Regex` raises an exception) - (default= ``True``) + - ``as_keyword`` - enforce :class:`Keyword`-style matching on the + generated expressions - (default= ``False``) + - ``asKeyword`` and ``useRegex`` are retained for pre-PEP8 compatibility, + but will be removed in a future release + + Example:: + + comp_oper = one_of("< = > <= >= !=") + var = Word(alphas) + number = Word(nums) + term = var | number + comparison_expr = term + comp_oper + term + print(comparison_expr.search_string("B = 12 AA=23 B<=AA AA>12")) + + prints:: + + [['B', '=', '12'], ['AA', '=', '23'], ['B', '<=', 'AA'], ['AA', '>', '12']] + """ + asKeyword = asKeyword or as_keyword + useRegex = useRegex and use_regex + + if ( + isinstance(caseless, str_type) + and __diag__.warn_on_multiple_string_args_to_oneof + ): + warnings.warn( + "More than one string argument passed to one_of, pass" + " choices as a list or space-delimited string", + stacklevel=2, + ) + + if caseless: + isequal = lambda a, b: a.upper() == b.upper() + masks = lambda a, b: b.upper().startswith(a.upper()) + parseElementClass = CaselessKeyword if asKeyword else CaselessLiteral + else: + isequal = lambda a, b: a == b + masks = lambda a, b: b.startswith(a) + parseElementClass = Keyword if asKeyword else Literal + + symbols: List[str] = [] + if isinstance(strs, str_type): + strs = typing.cast(str, strs) + symbols = strs.split() + elif isinstance(strs, Iterable): + symbols = list(strs) + else: + raise TypeError("Invalid argument to one_of, expected string or iterable") + if not symbols: + return NoMatch() + + # reorder given symbols to take care to avoid masking longer choices with shorter ones + # (but only if the given symbols are not just single characters) + if any(len(sym) > 1 for sym in symbols): + i = 0 + while i < len(symbols) - 1: + cur = symbols[i] + for j, other in enumerate(symbols[i + 1 :]): + if isequal(other, cur): + del symbols[i + j + 1] + break + elif masks(cur, other): + del symbols[i + j + 1] + symbols.insert(i, other) + break + else: + i += 1 + + if useRegex: + re_flags: int = re.IGNORECASE if caseless else 0 + + try: + if all(len(sym) == 1 for sym in symbols): + # symbols are just single characters, create range regex pattern + patt = f"[{''.join(_escape_regex_range_chars(sym) for sym in symbols)}]" + else: + patt = "|".join(re.escape(sym) for sym in symbols) + + # wrap with \b word break markers if defining as keywords + if asKeyword: + patt = rf"\b(?:{patt})\b" + + ret = Regex(patt, flags=re_flags).set_name(" | ".join(symbols)) + + if caseless: + # add parse action to return symbols as specified, not in random + # casing as found in input string + symbol_map = {sym.lower(): sym for sym in symbols} + ret.add_parse_action(lambda s, l, t: symbol_map[t[0].lower()]) + + return ret + + except re.error: + warnings.warn( + "Exception creating Regex for one_of, building MatchFirst", stacklevel=2 + ) + + # last resort, just use MatchFirst + return MatchFirst(parseElementClass(sym) for sym in symbols).set_name( + " | ".join(symbols) + ) + + +def dict_of(key: ParserElement, value: ParserElement) -> ParserElement: + """Helper to easily and clearly define a dictionary by specifying + the respective patterns for the key and value. Takes care of + defining the :class:`Dict`, :class:`ZeroOrMore`, and + :class:`Group` tokens in the proper order. The key pattern + can include delimiting markers or punctuation, as long as they are + suppressed, thereby leaving the significant key text. The value + pattern can include named results, so that the :class:`Dict` results + can include named token fields. + + Example:: + + text = "shape: SQUARE posn: upper left color: light blue texture: burlap" + attr_expr = (label + Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join)) + print(attr_expr[1, ...].parse_string(text).dump()) + + attr_label = label + attr_value = Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join) + + # similar to Dict, but simpler call format + result = dict_of(attr_label, attr_value).parse_string(text) + print(result.dump()) + print(result['shape']) + print(result.shape) # object attribute access works too + print(result.as_dict()) + + prints:: + + [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] + - color: 'light blue' + - posn: 'upper left' + - shape: 'SQUARE' + - texture: 'burlap' + SQUARE + SQUARE + {'color': 'light blue', 'shape': 'SQUARE', 'posn': 'upper left', 'texture': 'burlap'} + """ + return Dict(OneOrMore(Group(key + value))) + + +def original_text_for( + expr: ParserElement, as_string: bool = True, *, asString: bool = True +) -> ParserElement: + """Helper to return the original, untokenized text for a given + expression. Useful to restore the parsed fields of an HTML start + tag into the raw tag text itself, or to revert separate tokens with + intervening whitespace back to the original matching input text. By + default, returns a string containing the original parsed text. + + If the optional ``as_string`` argument is passed as + ``False``, then the return value is + a :class:`ParseResults` containing any results names that + were originally matched, and a single token containing the original + matched text from the input string. So if the expression passed to + :class:`original_text_for` contains expressions with defined + results names, you must set ``as_string`` to ``False`` if you + want to preserve those results name values. + + The ``asString`` pre-PEP8 argument is retained for compatibility, + but will be removed in a future release. + + Example:: + + src = "this is test bold text normal text " + for tag in ("b", "i"): + opener, closer = make_html_tags(tag) + patt = original_text_for(opener + ... + closer) + print(patt.search_string(src)[0]) + + prints:: + + [' bold text '] + ['text'] + """ + asString = asString and as_string + + locMarker = Empty().set_parse_action(lambda s, loc, t: loc) + endlocMarker = locMarker.copy() + endlocMarker.callPreparse = False + matchExpr = locMarker("_original_start") + expr + endlocMarker("_original_end") + if asString: + extractText = lambda s, l, t: s[t._original_start : t._original_end] + else: + + def extractText(s, l, t): + t[:] = [s[t.pop("_original_start") : t.pop("_original_end")]] + + matchExpr.set_parse_action(extractText) + matchExpr.ignoreExprs = expr.ignoreExprs + matchExpr.suppress_warning(Diagnostics.warn_ungrouped_named_tokens_in_collection) + return matchExpr + + +def ungroup(expr: ParserElement) -> ParserElement: + """Helper to undo pyparsing's default grouping of And expressions, + even if all but one are non-empty. + """ + return TokenConverter(expr).add_parse_action(lambda t: t[0]) + + +def locatedExpr(expr: ParserElement) -> ParserElement: + """ + (DEPRECATED - future code should use the :class:`Located` class) + Helper to decorate a returned token with its starting and ending + locations in the input string. + + This helper adds the following results names: + + - ``locn_start`` - location where matched expression begins + - ``locn_end`` - location where matched expression ends + - ``value`` - the actual parsed results + + Be careful if the input text contains ```` characters, you + may want to call :class:`ParserElement.parse_with_tabs` + + Example:: + + wd = Word(alphas) + for match in locatedExpr(wd).search_string("ljsdf123lksdjjf123lkkjj1222"): + print(match) + + prints:: + + [[0, 'ljsdf', 5]] + [[8, 'lksdjjf', 15]] + [[18, 'lkkjj', 23]] + """ + locator = Empty().set_parse_action(lambda ss, ll, tt: ll) + return Group( + locator("locn_start") + + expr("value") + + locator.copy().leaveWhitespace()("locn_end") + ) + + +def nested_expr( + opener: Union[str, ParserElement] = "(", + closer: Union[str, ParserElement] = ")", + content: typing.Optional[ParserElement] = None, + ignore_expr: ParserElement = quoted_string(), + *, + ignoreExpr: ParserElement = quoted_string(), +) -> ParserElement: + """Helper method for defining nested lists enclosed in opening and + closing delimiters (``"("`` and ``")"`` are the default). + + Parameters: + + - ``opener`` - opening character for a nested list + (default= ``"("``); can also be a pyparsing expression + - ``closer`` - closing character for a nested list + (default= ``")"``); can also be a pyparsing expression + - ``content`` - expression for items within the nested lists + (default= ``None``) + - ``ignore_expr`` - expression for ignoring opening and closing delimiters + (default= :class:`quoted_string`) + - ``ignoreExpr`` - this pre-PEP8 argument is retained for compatibility + but will be removed in a future release + + If an expression is not provided for the content argument, the + nested expression will capture all whitespace-delimited content + between delimiters as a list of separate values. + + Use the ``ignore_expr`` argument to define expressions that may + contain opening or closing characters that should not be treated as + opening or closing characters for nesting, such as quoted_string or + a comment expression. Specify multiple expressions using an + :class:`Or` or :class:`MatchFirst`. The default is + :class:`quoted_string`, but if no expressions are to be ignored, then + pass ``None`` for this argument. + + Example:: + + data_type = one_of("void int short long char float double") + decl_data_type = Combine(data_type + Opt(Word('*'))) + ident = Word(alphas+'_', alphanums+'_') + number = pyparsing_common.number + arg = Group(decl_data_type + ident) + LPAR, RPAR = map(Suppress, "()") + + code_body = nested_expr('{', '}', ignore_expr=(quoted_string | c_style_comment)) + + c_function = (decl_data_type("type") + + ident("name") + + LPAR + Opt(DelimitedList(arg), [])("args") + RPAR + + code_body("body")) + c_function.ignore(c_style_comment) + + source_code = ''' + int is_odd(int x) { + return (x%2); + } + + int dec_to_hex(char hchar) { + if (hchar >= '0' && hchar <= '9') { + return (ord(hchar)-ord('0')); + } else { + return (10+ord(hchar)-ord('A')); + } + } + ''' + for func in c_function.search_string(source_code): + print("%(name)s (%(type)s) args: %(args)s" % func) + + + prints:: + + is_odd (int) args: [['int', 'x']] + dec_to_hex (int) args: [['char', 'hchar']] + """ + if ignoreExpr != ignore_expr: + ignoreExpr = ignore_expr if ignoreExpr == quoted_string() else ignoreExpr + if opener == closer: + raise ValueError("opening and closing strings cannot be the same") + if content is None: + if isinstance(opener, str_type) and isinstance(closer, str_type): + opener = typing.cast(str, opener) + closer = typing.cast(str, closer) + if len(opener) == 1 and len(closer) == 1: + if ignoreExpr is not None: + content = Combine( + OneOrMore( + ~ignoreExpr + + CharsNotIn( + opener + closer + ParserElement.DEFAULT_WHITE_CHARS, + exact=1, + ) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + content = empty.copy() + CharsNotIn( + opener + closer + ParserElement.DEFAULT_WHITE_CHARS + ).set_parse_action(lambda t: t[0].strip()) + else: + if ignoreExpr is not None: + content = Combine( + OneOrMore( + ~ignoreExpr + + ~Literal(opener) + + ~Literal(closer) + + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + content = Combine( + OneOrMore( + ~Literal(opener) + + ~Literal(closer) + + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + raise ValueError( + "opening and closing arguments must be strings if no content expression is given" + ) + ret = Forward() + if ignoreExpr is not None: + ret <<= Group( + Suppress(opener) + ZeroOrMore(ignoreExpr | ret | content) + Suppress(closer) + ) + else: + ret <<= Group(Suppress(opener) + ZeroOrMore(ret | content) + Suppress(closer)) + ret.set_name("nested %s%s expression" % (opener, closer)) + return ret + + +def _makeTags(tagStr, xml, suppress_LT=Suppress("<"), suppress_GT=Suppress(">")): + """Internal helper to construct opening and closing tag expressions, given a tag name""" + if isinstance(tagStr, str_type): + resname = tagStr + tagStr = Keyword(tagStr, caseless=not xml) + else: + resname = tagStr.name + + tagAttrName = Word(alphas, alphanums + "_-:") + if xml: + tagAttrValue = dbl_quoted_string.copy().set_parse_action(remove_quotes) + openTag = ( + suppress_LT + + tagStr("tag") + + Dict(ZeroOrMore(Group(tagAttrName + Suppress("=") + tagAttrValue))) + + Opt("/", default=[False])("empty").set_parse_action( + lambda s, l, t: t[0] == "/" + ) + + suppress_GT + ) + else: + tagAttrValue = quoted_string.copy().set_parse_action(remove_quotes) | Word( + printables, exclude_chars=">" + ) + openTag = ( + suppress_LT + + tagStr("tag") + + Dict( + ZeroOrMore( + Group( + tagAttrName.set_parse_action(lambda t: t[0].lower()) + + Opt(Suppress("=") + tagAttrValue) + ) + ) + ) + + Opt("/", default=[False])("empty").set_parse_action( + lambda s, l, t: t[0] == "/" + ) + + suppress_GT + ) + closeTag = Combine(Literal("", adjacent=False) + + openTag.set_name("<%s>" % resname) + # add start results name in parse action now that ungrouped names are not reported at two levels + openTag.add_parse_action( + lambda t: t.__setitem__( + "start" + "".join(resname.replace(":", " ").title().split()), t.copy() + ) + ) + closeTag = closeTag( + "end" + "".join(resname.replace(":", " ").title().split()) + ).set_name("" % resname) + openTag.tag = resname + closeTag.tag = resname + openTag.tag_body = SkipTo(closeTag()) + return openTag, closeTag + + +def make_html_tags( + tag_str: Union[str, ParserElement] +) -> Tuple[ParserElement, ParserElement]: + """Helper to construct opening and closing tag expressions for HTML, + given a tag name. Matches tags in either upper or lower case, + attributes with namespaces and with quoted or unquoted values. + + Example:: + + text = 'More info at the
    pyparsing wiki page' + # make_html_tags returns pyparsing expressions for the opening and + # closing tags as a 2-tuple + a, a_end = make_html_tags("A") + link_expr = a + SkipTo(a_end)("link_text") + a_end + + for link in link_expr.search_string(text): + # attributes in the tag (like "href" shown here) are + # also accessible as named results + print(link.link_text, '->', link.href) + + prints:: + + pyparsing -> https://github.com/pyparsing/pyparsing/wiki + """ + return _makeTags(tag_str, False) + + +def make_xml_tags( + tag_str: Union[str, ParserElement] +) -> Tuple[ParserElement, ParserElement]: + """Helper to construct opening and closing tag expressions for XML, + given a tag name. Matches tags only in the given upper/lower case. + + Example: similar to :class:`make_html_tags` + """ + return _makeTags(tag_str, True) + + +any_open_tag: ParserElement +any_close_tag: ParserElement +any_open_tag, any_close_tag = make_html_tags( + Word(alphas, alphanums + "_:").set_name("any tag") +) + +_htmlEntityMap = {k.rstrip(";"): v for k, v in html.entities.html5.items()} +common_html_entity = Regex("&(?P" + "|".join(_htmlEntityMap) + ");").set_name( + "common HTML entity" +) + + +def replace_html_entity(s, l, t): + """Helper parser action to replace common HTML entities with their special characters""" + return _htmlEntityMap.get(t.entity) + + +class OpAssoc(Enum): + """Enumeration of operator associativity + - used in constructing InfixNotationOperatorSpec for :class:`infix_notation`""" + + LEFT = 1 + RIGHT = 2 + + +InfixNotationOperatorArgType = Union[ + ParserElement, str, Tuple[Union[ParserElement, str], Union[ParserElement, str]] +] +InfixNotationOperatorSpec = Union[ + Tuple[ + InfixNotationOperatorArgType, + int, + OpAssoc, + typing.Optional[ParseAction], + ], + Tuple[ + InfixNotationOperatorArgType, + int, + OpAssoc, + ], +] + + +def infix_notation( + base_expr: ParserElement, + op_list: List[InfixNotationOperatorSpec], + lpar: Union[str, ParserElement] = Suppress("("), + rpar: Union[str, ParserElement] = Suppress(")"), +) -> ParserElement: + """Helper method for constructing grammars of expressions made up of + operators working in a precedence hierarchy. Operators may be unary + or binary, left- or right-associative. Parse actions can also be + attached to operator expressions. The generated parser will also + recognize the use of parentheses to override operator precedences + (see example below). + + Note: if you define a deep operator list, you may see performance + issues when using infix_notation. See + :class:`ParserElement.enable_packrat` for a mechanism to potentially + improve your parser performance. + + Parameters: + + - ``base_expr`` - expression representing the most basic operand to + be used in the expression + - ``op_list`` - list of tuples, one for each operator precedence level + in the expression grammar; each tuple is of the form ``(op_expr, + num_operands, right_left_assoc, (optional)parse_action)``, where: + + - ``op_expr`` is the pyparsing expression for the operator; may also + be a string, which will be converted to a Literal; if ``num_operands`` + is 3, ``op_expr`` is a tuple of two expressions, for the two + operators separating the 3 terms + - ``num_operands`` is the number of terms for this operator (must be 1, + 2, or 3) + - ``right_left_assoc`` is the indicator whether the operator is right + or left associative, using the pyparsing-defined constants + ``OpAssoc.RIGHT`` and ``OpAssoc.LEFT``. + - ``parse_action`` is the parse action to be associated with + expressions matching this operator expression (the parse action + tuple member may be omitted); if the parse action is passed + a tuple or list of functions, this is equivalent to calling + ``set_parse_action(*fn)`` + (:class:`ParserElement.set_parse_action`) + - ``lpar`` - expression for matching left-parentheses; if passed as a + str, then will be parsed as ``Suppress(lpar)``. If lpar is passed as + an expression (such as ``Literal('(')``), then it will be kept in + the parsed results, and grouped with them. (default= ``Suppress('(')``) + - ``rpar`` - expression for matching right-parentheses; if passed as a + str, then will be parsed as ``Suppress(rpar)``. If rpar is passed as + an expression (such as ``Literal(')')``), then it will be kept in + the parsed results, and grouped with them. (default= ``Suppress(')')``) + + Example:: + + # simple example of four-function arithmetic with ints and + # variable names + integer = pyparsing_common.signed_integer + varname = pyparsing_common.identifier + + arith_expr = infix_notation(integer | varname, + [ + ('-', 1, OpAssoc.RIGHT), + (one_of('* /'), 2, OpAssoc.LEFT), + (one_of('+ -'), 2, OpAssoc.LEFT), + ]) + + arith_expr.run_tests(''' + 5+3*6 + (5+3)*6 + -2--11 + ''', full_dump=False) + + prints:: + + 5+3*6 + [[5, '+', [3, '*', 6]]] + + (5+3)*6 + [[[5, '+', 3], '*', 6]] + + (5+x)*y + [[[5, '+', 'x'], '*', 'y']] + + -2--11 + [[['-', 2], '-', ['-', 11]]] + """ + + # captive version of FollowedBy that does not do parse actions or capture results names + class _FB(FollowedBy): + def parseImpl(self, instring, loc, doActions=True): + self.expr.try_parse(instring, loc) + return loc, [] + + _FB.__name__ = "FollowedBy>" + + ret = Forward() + if isinstance(lpar, str): + lpar = Suppress(lpar) + if isinstance(rpar, str): + rpar = Suppress(rpar) + + # if lpar and rpar are not suppressed, wrap in group + if not (isinstance(rpar, Suppress) and isinstance(rpar, Suppress)): + lastExpr = base_expr | Group(lpar + ret + rpar) + else: + lastExpr = base_expr | (lpar + ret + rpar) + + arity: int + rightLeftAssoc: opAssoc + pa: typing.Optional[ParseAction] + opExpr1: ParserElement + opExpr2: ParserElement + for i, operDef in enumerate(op_list): + opExpr, arity, rightLeftAssoc, pa = (operDef + (None,))[:4] # type: ignore[assignment] + if isinstance(opExpr, str_type): + opExpr = ParserElement._literalStringClass(opExpr) + opExpr = typing.cast(ParserElement, opExpr) + if arity == 3: + if not isinstance(opExpr, (tuple, list)) or len(opExpr) != 2: + raise ValueError( + "if numterms=3, opExpr must be a tuple or list of two expressions" + ) + opExpr1, opExpr2 = opExpr + term_name = f"{opExpr1}{opExpr2} term" + else: + term_name = f"{opExpr} term" + + if not 1 <= arity <= 3: + raise ValueError("operator must be unary (1), binary (2), or ternary (3)") + + if rightLeftAssoc not in (OpAssoc.LEFT, OpAssoc.RIGHT): + raise ValueError("operator must indicate right or left associativity") + + thisExpr: ParserElement = Forward().set_name(term_name) + thisExpr = typing.cast(Forward, thisExpr) + if rightLeftAssoc is OpAssoc.LEFT: + if arity == 1: + matchExpr = _FB(lastExpr + opExpr) + Group(lastExpr + opExpr[1, ...]) + elif arity == 2: + if opExpr is not None: + matchExpr = _FB(lastExpr + opExpr + lastExpr) + Group( + lastExpr + (opExpr + lastExpr)[1, ...] + ) + else: + matchExpr = _FB(lastExpr + lastExpr) + Group(lastExpr[2, ...]) + elif arity == 3: + matchExpr = _FB( + lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr + ) + Group(lastExpr + OneOrMore(opExpr1 + lastExpr + opExpr2 + lastExpr)) + elif rightLeftAssoc is OpAssoc.RIGHT: + if arity == 1: + # try to avoid LR with this extra test + if not isinstance(opExpr, Opt): + opExpr = Opt(opExpr) + matchExpr = _FB(opExpr.expr + thisExpr) + Group(opExpr + thisExpr) + elif arity == 2: + if opExpr is not None: + matchExpr = _FB(lastExpr + opExpr + thisExpr) + Group( + lastExpr + (opExpr + thisExpr)[1, ...] + ) + else: + matchExpr = _FB(lastExpr + thisExpr) + Group( + lastExpr + thisExpr[1, ...] + ) + elif arity == 3: + matchExpr = _FB( + lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr + ) + Group(lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr) + if pa: + if isinstance(pa, (tuple, list)): + matchExpr.set_parse_action(*pa) + else: + matchExpr.set_parse_action(pa) + thisExpr <<= (matchExpr | lastExpr).setName(term_name) + lastExpr = thisExpr + ret <<= lastExpr + return ret + + +def indentedBlock(blockStatementExpr, indentStack, indent=True, backup_stacks=[]): + """ + (DEPRECATED - use :class:`IndentedBlock` class instead) + Helper method for defining space-delimited indentation blocks, + such as those used to define block statements in Python source code. + + Parameters: + + - ``blockStatementExpr`` - expression defining syntax of statement that + is repeated within the indented block + - ``indentStack`` - list created by caller to manage indentation stack + (multiple ``statementWithIndentedBlock`` expressions within a single + grammar should share a common ``indentStack``) + - ``indent`` - boolean indicating whether block must be indented beyond + the current level; set to ``False`` for block of left-most statements + (default= ``True``) + + A valid block must contain at least one ``blockStatement``. + + (Note that indentedBlock uses internal parse actions which make it + incompatible with packrat parsing.) + + Example:: + + data = ''' + def A(z): + A1 + B = 100 + G = A2 + A2 + A3 + B + def BB(a,b,c): + BB1 + def BBA(): + bba1 + bba2 + bba3 + C + D + def spam(x,y): + def eggs(z): + pass + ''' + + + indentStack = [1] + stmt = Forward() + + identifier = Word(alphas, alphanums) + funcDecl = ("def" + identifier + Group("(" + Opt(delimitedList(identifier)) + ")") + ":") + func_body = indentedBlock(stmt, indentStack) + funcDef = Group(funcDecl + func_body) + + rvalue = Forward() + funcCall = Group(identifier + "(" + Opt(delimitedList(rvalue)) + ")") + rvalue << (funcCall | identifier | Word(nums)) + assignment = Group(identifier + "=" + rvalue) + stmt << (funcDef | assignment | identifier) + + module_body = stmt[1, ...] + + parseTree = module_body.parseString(data) + parseTree.pprint() + + prints:: + + [['def', + 'A', + ['(', 'z', ')'], + ':', + [['A1'], [['B', '=', '100']], [['G', '=', 'A2']], ['A2'], ['A3']]], + 'B', + ['def', + 'BB', + ['(', 'a', 'b', 'c', ')'], + ':', + [['BB1'], [['def', 'BBA', ['(', ')'], ':', [['bba1'], ['bba2'], ['bba3']]]]]], + 'C', + 'D', + ['def', + 'spam', + ['(', 'x', 'y', ')'], + ':', + [[['def', 'eggs', ['(', 'z', ')'], ':', [['pass']]]]]]] + """ + backup_stacks.append(indentStack[:]) + + def reset_stack(): + indentStack[:] = backup_stacks[-1] + + def checkPeerIndent(s, l, t): + if l >= len(s): + return + curCol = col(l, s) + if curCol != indentStack[-1]: + if curCol > indentStack[-1]: + raise ParseException(s, l, "illegal nesting") + raise ParseException(s, l, "not a peer entry") + + def checkSubIndent(s, l, t): + curCol = col(l, s) + if curCol > indentStack[-1]: + indentStack.append(curCol) + else: + raise ParseException(s, l, "not a subentry") + + def checkUnindent(s, l, t): + if l >= len(s): + return + curCol = col(l, s) + if not (indentStack and curCol in indentStack): + raise ParseException(s, l, "not an unindent") + if curCol < indentStack[-1]: + indentStack.pop() + + NL = OneOrMore(LineEnd().set_whitespace_chars("\t ").suppress()) + INDENT = (Empty() + Empty().set_parse_action(checkSubIndent)).set_name("INDENT") + PEER = Empty().set_parse_action(checkPeerIndent).set_name("") + UNDENT = Empty().set_parse_action(checkUnindent).set_name("UNINDENT") + if indent: + smExpr = Group( + Opt(NL) + + INDENT + + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) + + UNDENT + ) + else: + smExpr = Group( + Opt(NL) + + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) + + Opt(UNDENT) + ) + + # add a parse action to remove backup_stack from list of backups + smExpr.add_parse_action( + lambda: backup_stacks.pop(-1) and None if backup_stacks else None + ) + smExpr.set_fail_action(lambda a, b, c, d: reset_stack()) + blockStatementExpr.ignore(_bslash + LineEnd()) + return smExpr.set_name("indented block") + + +# it's easy to get these comment structures wrong - they're very common, so may as well make them available +c_style_comment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/").set_name( + "C style comment" +) +"Comment of the form ``/* ... */``" + +html_comment = Regex(r"").set_name("HTML comment") +"Comment of the form ````" + +rest_of_line = Regex(r".*").leave_whitespace().set_name("rest of line") +dbl_slash_comment = Regex(r"//(?:\\\n|[^\n])*").set_name("// comment") +"Comment of the form ``// ... (to end of line)``" + +cpp_style_comment = Combine( + Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/" | dbl_slash_comment +).set_name("C++ style comment") +"Comment of either form :class:`c_style_comment` or :class:`dbl_slash_comment`" + +java_style_comment = cpp_style_comment +"Same as :class:`cpp_style_comment`" + +python_style_comment = Regex(r"#.*").set_name("Python style comment") +"Comment of the form ``# ... (to end of line)``" + + +# build list of built-in expressions, for future reference if a global default value +# gets updated +_builtin_exprs: List[ParserElement] = [ + v for v in vars().values() if isinstance(v, ParserElement) +] + + +# compatibility function, superseded by DelimitedList class +def delimited_list( + expr: Union[str, ParserElement], + delim: Union[str, ParserElement] = ",", + combine: bool = False, + min: typing.Optional[int] = None, + max: typing.Optional[int] = None, + *, + allow_trailing_delim: bool = False, +) -> ParserElement: + """(DEPRECATED - use :class:`DelimitedList` class)""" + return DelimitedList( + expr, delim, combine, min, max, allow_trailing_delim=allow_trailing_delim + ) + + +# pre-PEP8 compatible names +# fmt: off +opAssoc = OpAssoc +anyOpenTag = any_open_tag +anyCloseTag = any_close_tag +commonHTMLEntity = common_html_entity +cStyleComment = c_style_comment +htmlComment = html_comment +restOfLine = rest_of_line +dblSlashComment = dbl_slash_comment +cppStyleComment = cpp_style_comment +javaStyleComment = java_style_comment +pythonStyleComment = python_style_comment + +@replaced_by_pep8(DelimitedList) +def delimitedList(): ... + +@replaced_by_pep8(DelimitedList) +def delimited_list(): ... + +@replaced_by_pep8(counted_array) +def countedArray(): ... + +@replaced_by_pep8(match_previous_literal) +def matchPreviousLiteral(): ... + +@replaced_by_pep8(match_previous_expr) +def matchPreviousExpr(): ... + +@replaced_by_pep8(one_of) +def oneOf(): ... + +@replaced_by_pep8(dict_of) +def dictOf(): ... + +@replaced_by_pep8(original_text_for) +def originalTextFor(): ... + +@replaced_by_pep8(nested_expr) +def nestedExpr(): ... + +@replaced_by_pep8(make_html_tags) +def makeHTMLTags(): ... + +@replaced_by_pep8(make_xml_tags) +def makeXMLTags(): ... + +@replaced_by_pep8(replace_html_entity) +def replaceHTMLEntity(): ... + +@replaced_by_pep8(infix_notation) +def infixNotation(): ... +# fmt: on diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py new file mode 100644 index 00000000..03130497 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py @@ -0,0 +1,796 @@ +# results.py +from collections.abc import ( + MutableMapping, + Mapping, + MutableSequence, + Iterator, + Sequence, + Container, +) +import pprint +from typing import Tuple, Any, Dict, Set, List + +str_type: Tuple[type, ...] = (str, bytes) +_generator_type = type((_ for _ in ())) + + +class _ParseResultsWithOffset: + tup: Tuple["ParseResults", int] + __slots__ = ["tup"] + + def __init__(self, p1: "ParseResults", p2: int): + self.tup: Tuple[ParseResults, int] = (p1, p2) + + def __getitem__(self, i): + return self.tup[i] + + def __getstate__(self): + return self.tup + + def __setstate__(self, *args): + self.tup = args[0] + + +class ParseResults: + """Structured parse results, to provide multiple means of access to + the parsed data: + + - as a list (``len(results)``) + - by list index (``results[0], results[1]``, etc.) + - by attribute (``results.`` - see :class:`ParserElement.set_results_name`) + + Example:: + + integer = Word(nums) + date_str = (integer.set_results_name("year") + '/' + + integer.set_results_name("month") + '/' + + integer.set_results_name("day")) + # equivalent form: + # date_str = (integer("year") + '/' + # + integer("month") + '/' + # + integer("day")) + + # parse_string returns a ParseResults object + result = date_str.parse_string("1999/12/31") + + def test(s, fn=repr): + print(f"{s} -> {fn(eval(s))}") + test("list(result)") + test("result[0]") + test("result['month']") + test("result.day") + test("'month' in result") + test("'minutes' in result") + test("result.dump()", str) + + prints:: + + list(result) -> ['1999', '/', '12', '/', '31'] + result[0] -> '1999' + result['month'] -> '12' + result.day -> '31' + 'month' in result -> True + 'minutes' in result -> False + result.dump() -> ['1999', '/', '12', '/', '31'] + - day: '31' + - month: '12' + - year: '1999' + """ + + _null_values: Tuple[Any, ...] = (None, [], ()) + + _name: str + _parent: "ParseResults" + _all_names: Set[str] + _modal: bool + _toklist: List[Any] + _tokdict: Dict[str, Any] + + __slots__ = ( + "_name", + "_parent", + "_all_names", + "_modal", + "_toklist", + "_tokdict", + ) + + class List(list): + """ + Simple wrapper class to distinguish parsed list results that should be preserved + as actual Python lists, instead of being converted to :class:`ParseResults`:: + + LBRACK, RBRACK = map(pp.Suppress, "[]") + element = pp.Forward() + item = ppc.integer + element_list = LBRACK + pp.DelimitedList(element) + RBRACK + + # add parse actions to convert from ParseResults to actual Python collection types + def as_python_list(t): + return pp.ParseResults.List(t.as_list()) + element_list.add_parse_action(as_python_list) + + element <<= item | element_list + + element.run_tests(''' + 100 + [2,3,4] + [[2, 1],3,4] + [(2, 1),3,4] + (2,3,4) + ''', post_parse=lambda s, r: (r[0], type(r[0]))) + + prints:: + + 100 + (100, ) + + [2,3,4] + ([2, 3, 4], ) + + [[2, 1],3,4] + ([[2, 1], 3, 4], ) + + (Used internally by :class:`Group` when `aslist=True`.) + """ + + def __new__(cls, contained=None): + if contained is None: + contained = [] + + if not isinstance(contained, list): + raise TypeError( + f"{cls.__name__} may only be constructed with a list, not {type(contained).__name__}" + ) + + return list.__new__(cls) + + def __new__(cls, toklist=None, name=None, **kwargs): + if isinstance(toklist, ParseResults): + return toklist + self = object.__new__(cls) + self._name = None + self._parent = None + self._all_names = set() + + if toklist is None: + self._toklist = [] + elif isinstance(toklist, (list, _generator_type)): + self._toklist = ( + [toklist[:]] + if isinstance(toklist, ParseResults.List) + else list(toklist) + ) + else: + self._toklist = [toklist] + self._tokdict = dict() + return self + + # Performance tuning: we construct a *lot* of these, so keep this + # constructor as small and fast as possible + def __init__( + self, toklist=None, name=None, asList=True, modal=True, isinstance=isinstance + ): + self._tokdict: Dict[str, _ParseResultsWithOffset] + self._modal = modal + if name is not None and name != "": + if isinstance(name, int): + name = str(name) + if not modal: + self._all_names = {name} + self._name = name + if toklist not in self._null_values: + if isinstance(toklist, (str_type, type)): + toklist = [toklist] + if asList: + if isinstance(toklist, ParseResults): + self[name] = _ParseResultsWithOffset( + ParseResults(toklist._toklist), 0 + ) + else: + self[name] = _ParseResultsWithOffset( + ParseResults(toklist[0]), 0 + ) + self[name]._name = name + else: + try: + self[name] = toklist[0] + except (KeyError, TypeError, IndexError): + if toklist is not self: + self[name] = toklist + else: + self._name = name + + def __getitem__(self, i): + if isinstance(i, (int, slice)): + return self._toklist[i] + else: + if i not in self._all_names: + return self._tokdict[i][-1][0] + else: + return ParseResults([v[0] for v in self._tokdict[i]]) + + def __setitem__(self, k, v, isinstance=isinstance): + if isinstance(v, _ParseResultsWithOffset): + self._tokdict[k] = self._tokdict.get(k, list()) + [v] + sub = v[0] + elif isinstance(k, (int, slice)): + self._toklist[k] = v + sub = v + else: + self._tokdict[k] = self._tokdict.get(k, list()) + [ + _ParseResultsWithOffset(v, 0) + ] + sub = v + if isinstance(sub, ParseResults): + sub._parent = self + + def __delitem__(self, i): + if isinstance(i, (int, slice)): + mylen = len(self._toklist) + del self._toklist[i] + + # convert int to slice + if isinstance(i, int): + if i < 0: + i += mylen + i = slice(i, i + 1) + # get removed indices + removed = list(range(*i.indices(mylen))) + removed.reverse() + # fixup indices in token dictionary + for name, occurrences in self._tokdict.items(): + for j in removed: + for k, (value, position) in enumerate(occurrences): + occurrences[k] = _ParseResultsWithOffset( + value, position - (position > j) + ) + else: + del self._tokdict[i] + + def __contains__(self, k) -> bool: + return k in self._tokdict + + def __len__(self) -> int: + return len(self._toklist) + + def __bool__(self) -> bool: + return not not (self._toklist or self._tokdict) + + def __iter__(self) -> Iterator: + return iter(self._toklist) + + def __reversed__(self) -> Iterator: + return iter(self._toklist[::-1]) + + def keys(self): + return iter(self._tokdict) + + def values(self): + return (self[k] for k in self.keys()) + + def items(self): + return ((k, self[k]) for k in self.keys()) + + def haskeys(self) -> bool: + """ + Since ``keys()`` returns an iterator, this method is helpful in bypassing + code that looks for the existence of any defined results names.""" + return not not self._tokdict + + def pop(self, *args, **kwargs): + """ + Removes and returns item at specified index (default= ``last``). + Supports both ``list`` and ``dict`` semantics for ``pop()``. If + passed no argument or an integer argument, it will use ``list`` + semantics and pop tokens from the list of parsed tokens. If passed + a non-integer argument (most likely a string), it will use ``dict`` + semantics and pop the corresponding value from any defined results + names. A second default return value argument is supported, just as in + ``dict.pop()``. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + def remove_first(tokens): + tokens.pop(0) + numlist.add_parse_action(remove_first) + print(numlist.parse_string("0 123 321")) # -> ['123', '321'] + + label = Word(alphas) + patt = label("LABEL") + Word(nums)[1, ...] + print(patt.parse_string("AAB 123 321").dump()) + + # Use pop() in a parse action to remove named result (note that corresponding value is not + # removed from list form of results) + def remove_LABEL(tokens): + tokens.pop("LABEL") + return tokens + patt.add_parse_action(remove_LABEL) + print(patt.parse_string("AAB 123 321").dump()) + + prints:: + + ['AAB', '123', '321'] + - LABEL: 'AAB' + + ['AAB', '123', '321'] + """ + if not args: + args = [-1] + for k, v in kwargs.items(): + if k == "default": + args = (args[0], v) + else: + raise TypeError(f"pop() got an unexpected keyword argument {k!r}") + if isinstance(args[0], int) or len(args) == 1 or args[0] in self: + index = args[0] + ret = self[index] + del self[index] + return ret + else: + defaultvalue = args[1] + return defaultvalue + + def get(self, key, default_value=None): + """ + Returns named result matching the given key, or if there is no + such name, then returns the given ``default_value`` or ``None`` if no + ``default_value`` is specified. + + Similar to ``dict.get()``. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string("1999/12/31") + print(result.get("year")) # -> '1999' + print(result.get("hour", "not specified")) # -> 'not specified' + print(result.get("hour")) # -> None + """ + if key in self: + return self[key] + else: + return default_value + + def insert(self, index, ins_string): + """ + Inserts new element at location index in the list of parsed tokens. + + Similar to ``list.insert()``. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + # use a parse action to insert the parse location in the front of the parsed results + def insert_locn(locn, tokens): + tokens.insert(0, locn) + numlist.add_parse_action(insert_locn) + print(numlist.parse_string("0 123 321")) # -> [0, '0', '123', '321'] + """ + self._toklist.insert(index, ins_string) + # fixup indices in token dictionary + for name, occurrences in self._tokdict.items(): + for k, (value, position) in enumerate(occurrences): + occurrences[k] = _ParseResultsWithOffset( + value, position + (position > index) + ) + + def append(self, item): + """ + Add single element to end of ``ParseResults`` list of elements. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + # use a parse action to compute the sum of the parsed integers, and add it to the end + def append_sum(tokens): + tokens.append(sum(map(int, tokens))) + numlist.add_parse_action(append_sum) + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321', 444] + """ + self._toklist.append(item) + + def extend(self, itemseq): + """ + Add sequence of elements to end of ``ParseResults`` list of elements. + + Example:: + + patt = Word(alphas)[1, ...] + + # use a parse action to append the reverse of the matched strings, to make a palindrome + def make_palindrome(tokens): + tokens.extend(reversed([t[::-1] for t in tokens])) + return ''.join(tokens) + patt.add_parse_action(make_palindrome) + print(patt.parse_string("lskdj sdlkjf lksd")) # -> 'lskdjsdlkjflksddsklfjkldsjdksl' + """ + if isinstance(itemseq, ParseResults): + self.__iadd__(itemseq) + else: + self._toklist.extend(itemseq) + + def clear(self): + """ + Clear all elements and results names. + """ + del self._toklist[:] + self._tokdict.clear() + + def __getattr__(self, name): + try: + return self[name] + except KeyError: + if name.startswith("__"): + raise AttributeError(name) + return "" + + def __add__(self, other: "ParseResults") -> "ParseResults": + ret = self.copy() + ret += other + return ret + + def __iadd__(self, other: "ParseResults") -> "ParseResults": + if not other: + return self + + if other._tokdict: + offset = len(self._toklist) + addoffset = lambda a: offset if a < 0 else a + offset + otheritems = other._tokdict.items() + otherdictitems = [ + (k, _ParseResultsWithOffset(v[0], addoffset(v[1]))) + for k, vlist in otheritems + for v in vlist + ] + for k, v in otherdictitems: + self[k] = v + if isinstance(v[0], ParseResults): + v[0]._parent = self + + self._toklist += other._toklist + self._all_names |= other._all_names + return self + + def __radd__(self, other) -> "ParseResults": + if isinstance(other, int) and other == 0: + # useful for merging many ParseResults using sum() builtin + return self.copy() + else: + # this may raise a TypeError - so be it + return other + self + + def __repr__(self) -> str: + return f"{type(self).__name__}({self._toklist!r}, {self.as_dict()})" + + def __str__(self) -> str: + return ( + "[" + + ", ".join( + [ + str(i) if isinstance(i, ParseResults) else repr(i) + for i in self._toklist + ] + ) + + "]" + ) + + def _asStringList(self, sep=""): + out = [] + for item in self._toklist: + if out and sep: + out.append(sep) + if isinstance(item, ParseResults): + out += item._asStringList() + else: + out.append(str(item)) + return out + + def as_list(self) -> list: + """ + Returns the parse results as a nested list of matching tokens, all converted to strings. + + Example:: + + patt = Word(alphas)[1, ...] + result = patt.parse_string("sldkj lsdkj sldkj") + # even though the result prints in string-like form, it is actually a pyparsing ParseResults + print(type(result), result) # -> ['sldkj', 'lsdkj', 'sldkj'] + + # Use as_list() to create an actual list + result_list = result.as_list() + print(type(result_list), result_list) # -> ['sldkj', 'lsdkj', 'sldkj'] + """ + return [ + res.as_list() if isinstance(res, ParseResults) else res + for res in self._toklist + ] + + def as_dict(self) -> dict: + """ + Returns the named parse results as a nested dictionary. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string('12/31/1999') + print(type(result), repr(result)) # -> (['12', '/', '31', '/', '1999'], {'day': [('1999', 4)], 'year': [('12', 0)], 'month': [('31', 2)]}) + + result_dict = result.as_dict() + print(type(result_dict), repr(result_dict)) # -> {'day': '1999', 'year': '12', 'month': '31'} + + # even though a ParseResults supports dict-like access, sometime you just need to have a dict + import json + print(json.dumps(result)) # -> Exception: TypeError: ... is not JSON serializable + print(json.dumps(result.as_dict())) # -> {"month": "31", "day": "1999", "year": "12"} + """ + + def to_item(obj): + if isinstance(obj, ParseResults): + return obj.as_dict() if obj.haskeys() else [to_item(v) for v in obj] + else: + return obj + + return dict((k, to_item(v)) for k, v in self.items()) + + def copy(self) -> "ParseResults": + """ + Returns a new shallow copy of a :class:`ParseResults` object. `ParseResults` + items contained within the source are shared with the copy. Use + :class:`ParseResults.deepcopy()` to create a copy with its own separate + content values. + """ + ret = ParseResults(self._toklist) + ret._tokdict = self._tokdict.copy() + ret._parent = self._parent + ret._all_names |= self._all_names + ret._name = self._name + return ret + + def deepcopy(self) -> "ParseResults": + """ + Returns a new deep copy of a :class:`ParseResults` object. + """ + ret = self.copy() + # replace values with copies if they are of known mutable types + for i, obj in enumerate(self._toklist): + if isinstance(obj, ParseResults): + self._toklist[i] = obj.deepcopy() + elif isinstance(obj, (str, bytes)): + pass + elif isinstance(obj, MutableMapping): + self._toklist[i] = dest = type(obj)() + for k, v in obj.items(): + dest[k] = v.deepcopy() if isinstance(v, ParseResults) else v + elif isinstance(obj, Container): + self._toklist[i] = type(obj)( + v.deepcopy() if isinstance(v, ParseResults) else v for v in obj + ) + return ret + + def get_name(self): + r""" + Returns the results name for this token expression. Useful when several + different expressions might match at a particular location. + + Example:: + + integer = Word(nums) + ssn_expr = Regex(r"\d\d\d-\d\d-\d\d\d\d") + house_number_expr = Suppress('#') + Word(nums, alphanums) + user_data = (Group(house_number_expr)("house_number") + | Group(ssn_expr)("ssn") + | Group(integer)("age")) + user_info = user_data[1, ...] + + result = user_info.parse_string("22 111-22-3333 #221B") + for item in result: + print(item.get_name(), ':', item[0]) + + prints:: + + age : 22 + ssn : 111-22-3333 + house_number : 221B + """ + if self._name: + return self._name + elif self._parent: + par: "ParseResults" = self._parent + parent_tokdict_items = par._tokdict.items() + return next( + ( + k + for k, vlist in parent_tokdict_items + for v, loc in vlist + if v is self + ), + None, + ) + elif ( + len(self) == 1 + and len(self._tokdict) == 1 + and next(iter(self._tokdict.values()))[0][1] in (0, -1) + ): + return next(iter(self._tokdict.keys())) + else: + return None + + def dump(self, indent="", full=True, include_list=True, _depth=0) -> str: + """ + Diagnostic method for listing out the contents of + a :class:`ParseResults`. Accepts an optional ``indent`` argument so + that this string can be embedded in a nested display of other data. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string('1999/12/31') + print(result.dump()) + + prints:: + + ['1999', '/', '12', '/', '31'] + - day: '31' + - month: '12' + - year: '1999' + """ + out = [] + NL = "\n" + out.append(indent + str(self.as_list()) if include_list else "") + + if full: + if self.haskeys(): + items = sorted((str(k), v) for k, v in self.items()) + for k, v in items: + if out: + out.append(NL) + out.append(f"{indent}{(' ' * _depth)}- {k}: ") + if isinstance(v, ParseResults): + if v: + out.append( + v.dump( + indent=indent, + full=full, + include_list=include_list, + _depth=_depth + 1, + ) + ) + else: + out.append(str(v)) + else: + out.append(repr(v)) + if any(isinstance(vv, ParseResults) for vv in self): + v = self + for i, vv in enumerate(v): + if isinstance(vv, ParseResults): + out.append( + "\n{}{}[{}]:\n{}{}{}".format( + indent, + (" " * (_depth)), + i, + indent, + (" " * (_depth + 1)), + vv.dump( + indent=indent, + full=full, + include_list=include_list, + _depth=_depth + 1, + ), + ) + ) + else: + out.append( + "\n%s%s[%d]:\n%s%s%s" + % ( + indent, + (" " * (_depth)), + i, + indent, + (" " * (_depth + 1)), + str(vv), + ) + ) + + return "".join(out) + + def pprint(self, *args, **kwargs): + """ + Pretty-printer for parsed results as a list, using the + `pprint `_ module. + Accepts additional positional or keyword args as defined for + `pprint.pprint `_ . + + Example:: + + ident = Word(alphas, alphanums) + num = Word(nums) + func = Forward() + term = ident | num | Group('(' + func + ')') + func <<= ident + Group(Optional(DelimitedList(term))) + result = func.parse_string("fna a,b,(fnb c,d,200),100") + result.pprint(width=40) + + prints:: + + ['fna', + ['a', + 'b', + ['(', 'fnb', ['c', 'd', '200'], ')'], + '100']] + """ + pprint.pprint(self.as_list(), *args, **kwargs) + + # add support for pickle protocol + def __getstate__(self): + return ( + self._toklist, + ( + self._tokdict.copy(), + None, + self._all_names, + self._name, + ), + ) + + def __setstate__(self, state): + self._toklist, (self._tokdict, par, inAccumNames, self._name) = state + self._all_names = set(inAccumNames) + self._parent = None + + def __getnewargs__(self): + return self._toklist, self._name + + def __dir__(self): + return dir(type(self)) + list(self.keys()) + + @classmethod + def from_dict(cls, other, name=None) -> "ParseResults": + """ + Helper classmethod to construct a ``ParseResults`` from a ``dict``, preserving the + name-value relations as results names. If an optional ``name`` argument is + given, a nested ``ParseResults`` will be returned. + """ + + def is_iterable(obj): + try: + iter(obj) + except Exception: + return False + # str's are iterable, but in pyparsing, we don't want to iterate over them + else: + return not isinstance(obj, str_type) + + ret = cls([]) + for k, v in other.items(): + if isinstance(v, Mapping): + ret += cls.from_dict(v, name=k) + else: + ret += cls([v], name=k, asList=is_iterable(v)) + if name is not None: + ret = cls([ret], name=name) + return ret + + asList = as_list + """Deprecated - use :class:`as_list`""" + asDict = as_dict + """Deprecated - use :class:`as_dict`""" + getName = get_name + """Deprecated - use :class:`get_name`""" + + +MutableMapping.register(ParseResults) +MutableSequence.register(ParseResults) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py new file mode 100644 index 00000000..6a254c1c --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py @@ -0,0 +1,331 @@ +# testing.py + +from contextlib import contextmanager +import typing + +from .core import ( + ParserElement, + ParseException, + Keyword, + __diag__, + __compat__, +) + + +class pyparsing_test: + """ + namespace class for classes useful in writing unit tests + """ + + class reset_pyparsing_context: + """ + Context manager to be used when writing unit tests that modify pyparsing config values: + - packrat parsing + - bounded recursion parsing + - default whitespace characters. + - default keyword characters + - literal string auto-conversion class + - __diag__ settings + + Example:: + + with reset_pyparsing_context(): + # test that literals used to construct a grammar are automatically suppressed + ParserElement.inlineLiteralsUsing(Suppress) + + term = Word(alphas) | Word(nums) + group = Group('(' + term[...] + ')') + + # assert that the '()' characters are not included in the parsed tokens + self.assertParseAndCheckList(group, "(abc 123 def)", ['abc', '123', 'def']) + + # after exiting context manager, literals are converted to Literal expressions again + """ + + def __init__(self): + self._save_context = {} + + def save(self): + self._save_context["default_whitespace"] = ParserElement.DEFAULT_WHITE_CHARS + self._save_context["default_keyword_chars"] = Keyword.DEFAULT_KEYWORD_CHARS + + self._save_context[ + "literal_string_class" + ] = ParserElement._literalStringClass + + self._save_context["verbose_stacktrace"] = ParserElement.verbose_stacktrace + + self._save_context["packrat_enabled"] = ParserElement._packratEnabled + if ParserElement._packratEnabled: + self._save_context[ + "packrat_cache_size" + ] = ParserElement.packrat_cache.size + else: + self._save_context["packrat_cache_size"] = None + self._save_context["packrat_parse"] = ParserElement._parse + self._save_context[ + "recursion_enabled" + ] = ParserElement._left_recursion_enabled + + self._save_context["__diag__"] = { + name: getattr(__diag__, name) for name in __diag__._all_names + } + + self._save_context["__compat__"] = { + "collect_all_And_tokens": __compat__.collect_all_And_tokens + } + + return self + + def restore(self): + # reset pyparsing global state + if ( + ParserElement.DEFAULT_WHITE_CHARS + != self._save_context["default_whitespace"] + ): + ParserElement.set_default_whitespace_chars( + self._save_context["default_whitespace"] + ) + + ParserElement.verbose_stacktrace = self._save_context["verbose_stacktrace"] + + Keyword.DEFAULT_KEYWORD_CHARS = self._save_context["default_keyword_chars"] + ParserElement.inlineLiteralsUsing( + self._save_context["literal_string_class"] + ) + + for name, value in self._save_context["__diag__"].items(): + (__diag__.enable if value else __diag__.disable)(name) + + ParserElement._packratEnabled = False + if self._save_context["packrat_enabled"]: + ParserElement.enable_packrat(self._save_context["packrat_cache_size"]) + else: + ParserElement._parse = self._save_context["packrat_parse"] + ParserElement._left_recursion_enabled = self._save_context[ + "recursion_enabled" + ] + + __compat__.collect_all_And_tokens = self._save_context["__compat__"] + + return self + + def copy(self): + ret = type(self)() + ret._save_context.update(self._save_context) + return ret + + def __enter__(self): + return self.save() + + def __exit__(self, *args): + self.restore() + + class TestParseResultsAsserts: + """ + A mixin class to add parse results assertion methods to normal unittest.TestCase classes. + """ + + def assertParseResultsEquals( + self, result, expected_list=None, expected_dict=None, msg=None + ): + """ + Unit test assertion to compare a :class:`ParseResults` object with an optional ``expected_list``, + and compare any defined results names with an optional ``expected_dict``. + """ + if expected_list is not None: + self.assertEqual(expected_list, result.as_list(), msg=msg) + if expected_dict is not None: + self.assertEqual(expected_dict, result.as_dict(), msg=msg) + + def assertParseAndCheckList( + self, expr, test_string, expected_list, msg=None, verbose=True + ): + """ + Convenience wrapper assert to test a parser element and input string, and assert that + the resulting ``ParseResults.asList()`` is equal to the ``expected_list``. + """ + result = expr.parse_string(test_string, parse_all=True) + if verbose: + print(result.dump()) + else: + print(result.as_list()) + self.assertParseResultsEquals(result, expected_list=expected_list, msg=msg) + + def assertParseAndCheckDict( + self, expr, test_string, expected_dict, msg=None, verbose=True + ): + """ + Convenience wrapper assert to test a parser element and input string, and assert that + the resulting ``ParseResults.asDict()`` is equal to the ``expected_dict``. + """ + result = expr.parse_string(test_string, parseAll=True) + if verbose: + print(result.dump()) + else: + print(result.as_list()) + self.assertParseResultsEquals(result, expected_dict=expected_dict, msg=msg) + + def assertRunTestResults( + self, run_tests_report, expected_parse_results=None, msg=None + ): + """ + Unit test assertion to evaluate output of ``ParserElement.runTests()``. If a list of + list-dict tuples is given as the ``expected_parse_results`` argument, then these are zipped + with the report tuples returned by ``runTests`` and evaluated using ``assertParseResultsEquals``. + Finally, asserts that the overall ``runTests()`` success value is ``True``. + + :param run_tests_report: tuple(bool, [tuple(str, ParseResults or Exception)]) returned from runTests + :param expected_parse_results (optional): [tuple(str, list, dict, Exception)] + """ + run_test_success, run_test_results = run_tests_report + + if expected_parse_results is not None: + merged = [ + (*rpt, expected) + for rpt, expected in zip(run_test_results, expected_parse_results) + ] + for test_string, result, expected in merged: + # expected should be a tuple containing a list and/or a dict or an exception, + # and optional failure message string + # an empty tuple will skip any result validation + fail_msg = next( + (exp for exp in expected if isinstance(exp, str)), None + ) + expected_exception = next( + ( + exp + for exp in expected + if isinstance(exp, type) and issubclass(exp, Exception) + ), + None, + ) + if expected_exception is not None: + with self.assertRaises( + expected_exception=expected_exception, msg=fail_msg or msg + ): + if isinstance(result, Exception): + raise result + else: + expected_list = next( + (exp for exp in expected if isinstance(exp, list)), None + ) + expected_dict = next( + (exp for exp in expected if isinstance(exp, dict)), None + ) + if (expected_list, expected_dict) != (None, None): + self.assertParseResultsEquals( + result, + expected_list=expected_list, + expected_dict=expected_dict, + msg=fail_msg or msg, + ) + else: + # warning here maybe? + print(f"no validation for {test_string!r}") + + # do this last, in case some specific test results can be reported instead + self.assertTrue( + run_test_success, msg=msg if msg is not None else "failed runTests" + ) + + @contextmanager + def assertRaisesParseException(self, exc_type=ParseException, msg=None): + with self.assertRaises(exc_type, msg=msg): + yield + + @staticmethod + def with_line_numbers( + s: str, + start_line: typing.Optional[int] = None, + end_line: typing.Optional[int] = None, + expand_tabs: bool = True, + eol_mark: str = "|", + mark_spaces: typing.Optional[str] = None, + mark_control: typing.Optional[str] = None, + ) -> str: + """ + Helpful method for debugging a parser - prints a string with line and column numbers. + (Line and column numbers are 1-based.) + + :param s: tuple(bool, str - string to be printed with line and column numbers + :param start_line: int - (optional) starting line number in s to print (default=1) + :param end_line: int - (optional) ending line number in s to print (default=len(s)) + :param expand_tabs: bool - (optional) expand tabs to spaces, to match the pyparsing default + :param eol_mark: str - (optional) string to mark the end of lines, helps visualize trailing spaces (default="|") + :param mark_spaces: str - (optional) special character to display in place of spaces + :param mark_control: str - (optional) convert non-printing control characters to a placeholding + character; valid values: + - "unicode" - replaces control chars with Unicode symbols, such as "␍" and "␊" + - any single character string - replace control characters with given string + - None (default) - string is displayed as-is + + :return: str - input string with leading line numbers and column number headers + """ + if expand_tabs: + s = s.expandtabs() + if mark_control is not None: + mark_control = typing.cast(str, mark_control) + if mark_control == "unicode": + transtable_map = { + c: u for c, u in zip(range(0, 33), range(0x2400, 0x2433)) + } + transtable_map[127] = 0x2421 + tbl = str.maketrans(transtable_map) + eol_mark = "" + else: + ord_mark_control = ord(mark_control) + tbl = str.maketrans( + {c: ord_mark_control for c in list(range(0, 32)) + [127]} + ) + s = s.translate(tbl) + if mark_spaces is not None and mark_spaces != " ": + if mark_spaces == "unicode": + tbl = str.maketrans({9: 0x2409, 32: 0x2423}) + s = s.translate(tbl) + else: + s = s.replace(" ", mark_spaces) + if start_line is None: + start_line = 1 + if end_line is None: + end_line = len(s) + end_line = min(end_line, len(s)) + start_line = min(max(1, start_line), end_line) + + if mark_control != "unicode": + s_lines = s.splitlines()[start_line - 1 : end_line] + else: + s_lines = [line + "␊" for line in s.split("␊")[start_line - 1 : end_line]] + if not s_lines: + return "" + + lineno_width = len(str(end_line)) + max_line_len = max(len(line) for line in s_lines) + lead = " " * (lineno_width + 1) + if max_line_len >= 99: + header0 = ( + lead + + "".join( + f"{' ' * 99}{(i + 1) % 100}" + for i in range(max(max_line_len // 100, 1)) + ) + + "\n" + ) + else: + header0 = "" + header1 = ( + header0 + + lead + + "".join(f" {(i + 1) % 10}" for i in range(-(-max_line_len // 10))) + + "\n" + ) + header2 = lead + "1234567890" * (-(-max_line_len // 10)) + "\n" + return ( + header1 + + header2 + + "\n".join( + f"{i:{lineno_width}d}:{line}{eol_mark}" + for i, line in enumerate(s_lines, start=start_line) + ) + + "\n" + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py new file mode 100644 index 00000000..ec0b3a4f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py @@ -0,0 +1,361 @@ +# unicode.py + +import sys +from itertools import filterfalse +from typing import List, Tuple, Union + + +class _lazyclassproperty: + def __init__(self, fn): + self.fn = fn + self.__doc__ = fn.__doc__ + self.__name__ = fn.__name__ + + def __get__(self, obj, cls): + if cls is None: + cls = type(obj) + if not hasattr(cls, "_intern") or any( + cls._intern is getattr(superclass, "_intern", []) + for superclass in cls.__mro__[1:] + ): + cls._intern = {} + attrname = self.fn.__name__ + if attrname not in cls._intern: + cls._intern[attrname] = self.fn(cls) + return cls._intern[attrname] + + +UnicodeRangeList = List[Union[Tuple[int, int], Tuple[int]]] + + +class unicode_set: + """ + A set of Unicode characters, for language-specific strings for + ``alphas``, ``nums``, ``alphanums``, and ``printables``. + A unicode_set is defined by a list of ranges in the Unicode character + set, in a class attribute ``_ranges``. Ranges can be specified using + 2-tuples or a 1-tuple, such as:: + + _ranges = [ + (0x0020, 0x007e), + (0x00a0, 0x00ff), + (0x0100,), + ] + + Ranges are left- and right-inclusive. A 1-tuple of (x,) is treated as (x, x). + + A unicode set can also be defined using multiple inheritance of other unicode sets:: + + class CJK(Chinese, Japanese, Korean): + pass + """ + + _ranges: UnicodeRangeList = [] + + @_lazyclassproperty + def _chars_for_ranges(cls): + ret = [] + for cc in cls.__mro__: + if cc is unicode_set: + break + for rr in getattr(cc, "_ranges", ()): + ret.extend(range(rr[0], rr[-1] + 1)) + return [chr(c) for c in sorted(set(ret))] + + @_lazyclassproperty + def printables(cls): + """all non-whitespace characters in this range""" + return "".join(filterfalse(str.isspace, cls._chars_for_ranges)) + + @_lazyclassproperty + def alphas(cls): + """all alphabetic characters in this range""" + return "".join(filter(str.isalpha, cls._chars_for_ranges)) + + @_lazyclassproperty + def nums(cls): + """all numeric digit characters in this range""" + return "".join(filter(str.isdigit, cls._chars_for_ranges)) + + @_lazyclassproperty + def alphanums(cls): + """all alphanumeric characters in this range""" + return cls.alphas + cls.nums + + @_lazyclassproperty + def identchars(cls): + """all characters in this range that are valid identifier characters, plus underscore '_'""" + return "".join( + sorted( + set( + "".join(filter(str.isidentifier, cls._chars_for_ranges)) + + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzªµº" + + "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ" + + "_" + ) + ) + ) + + @_lazyclassproperty + def identbodychars(cls): + """ + all characters in this range that are valid identifier body characters, + plus the digits 0-9, and · (Unicode MIDDLE DOT) + """ + return "".join( + sorted( + set( + cls.identchars + + "0123456789·" + + "".join( + [c for c in cls._chars_for_ranges if ("_" + c).isidentifier()] + ) + ) + ) + ) + + @_lazyclassproperty + def identifier(cls): + """ + a pyparsing Word expression for an identifier using this range's definitions for + identchars and identbodychars + """ + from pip._vendor.pyparsing import Word + + return Word(cls.identchars, cls.identbodychars) + + +class pyparsing_unicode(unicode_set): + """ + A namespace class for defining common language unicode_sets. + """ + + # fmt: off + + # define ranges in language character sets + _ranges: UnicodeRangeList = [ + (0x0020, sys.maxunicode), + ] + + class BasicMultilingualPlane(unicode_set): + """Unicode set for the Basic Multilingual Plane""" + _ranges: UnicodeRangeList = [ + (0x0020, 0xFFFF), + ] + + class Latin1(unicode_set): + """Unicode set for Latin-1 Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0020, 0x007E), + (0x00A0, 0x00FF), + ] + + class LatinA(unicode_set): + """Unicode set for Latin-A Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0100, 0x017F), + ] + + class LatinB(unicode_set): + """Unicode set for Latin-B Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0180, 0x024F), + ] + + class Greek(unicode_set): + """Unicode set for Greek Unicode Character Ranges""" + _ranges: UnicodeRangeList = [ + (0x0342, 0x0345), + (0x0370, 0x0377), + (0x037A, 0x037F), + (0x0384, 0x038A), + (0x038C,), + (0x038E, 0x03A1), + (0x03A3, 0x03E1), + (0x03F0, 0x03FF), + (0x1D26, 0x1D2A), + (0x1D5E,), + (0x1D60,), + (0x1D66, 0x1D6A), + (0x1F00, 0x1F15), + (0x1F18, 0x1F1D), + (0x1F20, 0x1F45), + (0x1F48, 0x1F4D), + (0x1F50, 0x1F57), + (0x1F59,), + (0x1F5B,), + (0x1F5D,), + (0x1F5F, 0x1F7D), + (0x1F80, 0x1FB4), + (0x1FB6, 0x1FC4), + (0x1FC6, 0x1FD3), + (0x1FD6, 0x1FDB), + (0x1FDD, 0x1FEF), + (0x1FF2, 0x1FF4), + (0x1FF6, 0x1FFE), + (0x2129,), + (0x2719, 0x271A), + (0xAB65,), + (0x10140, 0x1018D), + (0x101A0,), + (0x1D200, 0x1D245), + (0x1F7A1, 0x1F7A7), + ] + + class Cyrillic(unicode_set): + """Unicode set for Cyrillic Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0400, 0x052F), + (0x1C80, 0x1C88), + (0x1D2B,), + (0x1D78,), + (0x2DE0, 0x2DFF), + (0xA640, 0xA672), + (0xA674, 0xA69F), + (0xFE2E, 0xFE2F), + ] + + class Chinese(unicode_set): + """Unicode set for Chinese Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x2E80, 0x2E99), + (0x2E9B, 0x2EF3), + (0x31C0, 0x31E3), + (0x3400, 0x4DB5), + (0x4E00, 0x9FEF), + (0xA700, 0xA707), + (0xF900, 0xFA6D), + (0xFA70, 0xFAD9), + (0x16FE2, 0x16FE3), + (0x1F210, 0x1F212), + (0x1F214, 0x1F23B), + (0x1F240, 0x1F248), + (0x20000, 0x2A6D6), + (0x2A700, 0x2B734), + (0x2B740, 0x2B81D), + (0x2B820, 0x2CEA1), + (0x2CEB0, 0x2EBE0), + (0x2F800, 0x2FA1D), + ] + + class Japanese(unicode_set): + """Unicode set for Japanese Unicode Character Range, combining Kanji, Hiragana, and Katakana ranges""" + + class Kanji(unicode_set): + "Unicode set for Kanji Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x4E00, 0x9FBF), + (0x3000, 0x303F), + ] + + class Hiragana(unicode_set): + """Unicode set for Hiragana Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x3041, 0x3096), + (0x3099, 0x30A0), + (0x30FC,), + (0xFF70,), + (0x1B001,), + (0x1B150, 0x1B152), + (0x1F200,), + ] + + class Katakana(unicode_set): + """Unicode set for Katakana Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x3099, 0x309C), + (0x30A0, 0x30FF), + (0x31F0, 0x31FF), + (0x32D0, 0x32FE), + (0xFF65, 0xFF9F), + (0x1B000,), + (0x1B164, 0x1B167), + (0x1F201, 0x1F202), + (0x1F213,), + ] + + 漢字 = Kanji + カタカナ = Katakana + ひらがな = Hiragana + + _ranges = ( + Kanji._ranges + + Hiragana._ranges + + Katakana._ranges + ) + + class Hangul(unicode_set): + """Unicode set for Hangul (Korean) Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x1100, 0x11FF), + (0x302E, 0x302F), + (0x3131, 0x318E), + (0x3200, 0x321C), + (0x3260, 0x327B), + (0x327E,), + (0xA960, 0xA97C), + (0xAC00, 0xD7A3), + (0xD7B0, 0xD7C6), + (0xD7CB, 0xD7FB), + (0xFFA0, 0xFFBE), + (0xFFC2, 0xFFC7), + (0xFFCA, 0xFFCF), + (0xFFD2, 0xFFD7), + (0xFFDA, 0xFFDC), + ] + + Korean = Hangul + + class CJK(Chinese, Japanese, Hangul): + """Unicode set for combined Chinese, Japanese, and Korean (CJK) Unicode Character Range""" + + class Thai(unicode_set): + """Unicode set for Thai Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0E01, 0x0E3A), + (0x0E3F, 0x0E5B) + ] + + class Arabic(unicode_set): + """Unicode set for Arabic Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0600, 0x061B), + (0x061E, 0x06FF), + (0x0700, 0x077F), + ] + + class Hebrew(unicode_set): + """Unicode set for Hebrew Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0591, 0x05C7), + (0x05D0, 0x05EA), + (0x05EF, 0x05F4), + (0xFB1D, 0xFB36), + (0xFB38, 0xFB3C), + (0xFB3E,), + (0xFB40, 0xFB41), + (0xFB43, 0xFB44), + (0xFB46, 0xFB4F), + ] + + class Devanagari(unicode_set): + """Unicode set for Devanagari Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0900, 0x097F), + (0xA8E0, 0xA8FF) + ] + + BMP = BasicMultilingualPlane + + # add language identifiers using language Unicode + العربية = Arabic + 中文 = Chinese + кириллица = Cyrillic + Ελληνικά = Greek + עִברִית = Hebrew + 日本語 = Japanese + 한국어 = Korean + ไทย = Thai + देवनागरी = Devanagari + + # fmt: on diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py new file mode 100644 index 00000000..d8d3f414 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py @@ -0,0 +1,284 @@ +# util.py +import inspect +import warnings +import types +import collections +import itertools +from functools import lru_cache, wraps +from typing import Callable, List, Union, Iterable, TypeVar, cast + +_bslash = chr(92) +C = TypeVar("C", bound=Callable) + + +class __config_flags: + """Internal class for defining compatibility and debugging flags""" + + _all_names: List[str] = [] + _fixed_names: List[str] = [] + _type_desc = "configuration" + + @classmethod + def _set(cls, dname, value): + if dname in cls._fixed_names: + warnings.warn( + f"{cls.__name__}.{dname} {cls._type_desc} is {str(getattr(cls, dname)).upper()}" + f" and cannot be overridden", + stacklevel=3, + ) + return + if dname in cls._all_names: + setattr(cls, dname, value) + else: + raise ValueError(f"no such {cls._type_desc} {dname!r}") + + enable = classmethod(lambda cls, name: cls._set(name, True)) + disable = classmethod(lambda cls, name: cls._set(name, False)) + + +@lru_cache(maxsize=128) +def col(loc: int, strg: str) -> int: + """ + Returns current column within a string, counting newlines as line separators. + The first column is number 1. + + Note: the default parsing behavior is to expand tabs in the input string + before starting the parsing process. See + :class:`ParserElement.parse_string` for more + information on parsing strings containing ```` s, and suggested + methods to maintain a consistent view of the parsed string, the parse + location, and line and column positions within the parsed string. + """ + s = strg + return 1 if 0 < loc < len(s) and s[loc - 1] == "\n" else loc - s.rfind("\n", 0, loc) + + +@lru_cache(maxsize=128) +def lineno(loc: int, strg: str) -> int: + """Returns current line number within a string, counting newlines as line separators. + The first line is number 1. + + Note - the default parsing behavior is to expand tabs in the input string + before starting the parsing process. See :class:`ParserElement.parse_string` + for more information on parsing strings containing ```` s, and + suggested methods to maintain a consistent view of the parsed string, the + parse location, and line and column positions within the parsed string. + """ + return strg.count("\n", 0, loc) + 1 + + +@lru_cache(maxsize=128) +def line(loc: int, strg: str) -> str: + """ + Returns the line of text containing loc within a string, counting newlines as line separators. + """ + last_cr = strg.rfind("\n", 0, loc) + next_cr = strg.find("\n", loc) + return strg[last_cr + 1 : next_cr] if next_cr >= 0 else strg[last_cr + 1 :] + + +class _UnboundedCache: + def __init__(self): + cache = {} + cache_get = cache.get + self.not_in_cache = not_in_cache = object() + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + + def clear(_): + cache.clear() + + self.size = None + self.get = types.MethodType(get, self) + self.set = types.MethodType(set_, self) + self.clear = types.MethodType(clear, self) + + +class _FifoCache: + def __init__(self, size): + self.not_in_cache = not_in_cache = object() + cache = {} + keyring = [object()] * size + cache_get = cache.get + cache_pop = cache.pop + keyiter = itertools.cycle(range(size)) + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + i = next(keyiter) + cache_pop(keyring[i], None) + keyring[i] = key + + def clear(_): + cache.clear() + keyring[:] = [object()] * size + + self.size = size + self.get = types.MethodType(get, self) + self.set = types.MethodType(set_, self) + self.clear = types.MethodType(clear, self) + + +class LRUMemo: + """ + A memoizing mapping that retains `capacity` deleted items + + The memo tracks retained items by their access order; once `capacity` items + are retained, the least recently used item is discarded. + """ + + def __init__(self, capacity): + self._capacity = capacity + self._active = {} + self._memory = collections.OrderedDict() + + def __getitem__(self, key): + try: + return self._active[key] + except KeyError: + self._memory.move_to_end(key) + return self._memory[key] + + def __setitem__(self, key, value): + self._memory.pop(key, None) + self._active[key] = value + + def __delitem__(self, key): + try: + value = self._active.pop(key) + except KeyError: + pass + else: + while len(self._memory) >= self._capacity: + self._memory.popitem(last=False) + self._memory[key] = value + + def clear(self): + self._active.clear() + self._memory.clear() + + +class UnboundedMemo(dict): + """ + A memoizing mapping that retains all deleted items + """ + + def __delitem__(self, key): + pass + + +def _escape_regex_range_chars(s: str) -> str: + # escape these chars: ^-[] + for c in r"\^-[]": + s = s.replace(c, _bslash + c) + s = s.replace("\n", r"\n") + s = s.replace("\t", r"\t") + return str(s) + + +def _collapse_string_to_ranges( + s: Union[str, Iterable[str]], re_escape: bool = True +) -> str: + def is_consecutive(c): + c_int = ord(c) + is_consecutive.prev, prev = c_int, is_consecutive.prev + if c_int - prev > 1: + is_consecutive.value = next(is_consecutive.counter) + return is_consecutive.value + + is_consecutive.prev = 0 # type: ignore [attr-defined] + is_consecutive.counter = itertools.count() # type: ignore [attr-defined] + is_consecutive.value = -1 # type: ignore [attr-defined] + + def escape_re_range_char(c): + return "\\" + c if c in r"\^-][" else c + + def no_escape_re_range_char(c): + return c + + if not re_escape: + escape_re_range_char = no_escape_re_range_char + + ret = [] + s = "".join(sorted(set(s))) + if len(s) > 3: + for _, chars in itertools.groupby(s, key=is_consecutive): + first = last = next(chars) + last = collections.deque( + itertools.chain(iter([last]), chars), maxlen=1 + ).pop() + if first == last: + ret.append(escape_re_range_char(first)) + else: + sep = "" if ord(last) == ord(first) + 1 else "-" + ret.append( + f"{escape_re_range_char(first)}{sep}{escape_re_range_char(last)}" + ) + else: + ret = [escape_re_range_char(c) for c in s] + + return "".join(ret) + + +def _flatten(ll: list) -> list: + ret = [] + for i in ll: + if isinstance(i, list): + ret.extend(_flatten(i)) + else: + ret.append(i) + return ret + + +def _make_synonym_function(compat_name: str, fn: C) -> C: + # In a future version, uncomment the code in the internal _inner() functions + # to begin emitting DeprecationWarnings. + + # Unwrap staticmethod/classmethod + fn = getattr(fn, "__func__", fn) + + # (Presence of 'self' arg in signature is used by explain_exception() methods, so we take + # some extra steps to add it if present in decorated function.) + if "self" == list(inspect.signature(fn).parameters)[0]: + + @wraps(fn) + def _inner(self, *args, **kwargs): + # warnings.warn( + # f"Deprecated - use {fn.__name__}", DeprecationWarning, stacklevel=3 + # ) + return fn(self, *args, **kwargs) + + else: + + @wraps(fn) + def _inner(*args, **kwargs): + # warnings.warn( + # f"Deprecated - use {fn.__name__}", DeprecationWarning, stacklevel=3 + # ) + return fn(*args, **kwargs) + + _inner.__doc__ = f"""Deprecated - use :class:`{fn.__name__}`""" + _inner.__name__ = compat_name + _inner.__annotations__ = fn.__annotations__ + if isinstance(fn, types.FunctionType): + _inner.__kwdefaults__ = fn.__kwdefaults__ + elif isinstance(fn, type) and hasattr(fn, "__init__"): + _inner.__kwdefaults__ = fn.__init__.__kwdefaults__ + else: + _inner.__kwdefaults__ = None + _inner.__qualname__ = fn.__qualname__ + return cast(C, _inner) + + +def replaced_by_pep8(fn: C) -> Callable[[Callable], C]: + """ + Decorator for pre-PEP8 compatibility synonyms, to link them to the new function. + """ + return lambda other: _make_synonym_function(other.__name__, fn) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py new file mode 100644 index 00000000..ddfcf7f7 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py @@ -0,0 +1,23 @@ +"""Wrappers to call pyproject.toml-based build backend hooks. +""" + +from ._impl import ( + BackendInvalid, + BackendUnavailable, + BuildBackendHookCaller, + HookMissing, + UnsupportedOperation, + default_subprocess_runner, + quiet_subprocess_runner, +) + +__version__ = '1.0.0' +__all__ = [ + 'BackendUnavailable', + 'BackendInvalid', + 'HookMissing', + 'UnsupportedOperation', + 'default_subprocess_runner', + 'quiet_subprocess_runner', + 'BuildBackendHookCaller', +] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bdb7d91151c6bcfbaede1ad9bdf050a56d0839fe GIT binary patch literal 640 zcmZvZzi$&U6vypLE_Y2-Do|C#mJMadxrLJ_HubFeA_QPO@ z6;o>HmaeuRMHPx*wHi;D7koHrqyn;PE({;eteyL!{~Ju9QP$o$xY>Vg7EDRr-dpF# zhAo&>Y@$TFa}aM>AG`wnA@mY;JBaa-^j?~2yM1hYe2NXnOQB!36o()UI;%A){(;xFUgVRjS}N` z)+$e8E1`u6d>d`;oDKda`5^g{ I)mu>e55JDR(EtDd literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef2c310c88532ff39c4701f0150d7702ae22d838 GIT binary patch literal 401 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py new file mode 100644 index 00000000..95e509c0 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py @@ -0,0 +1,8 @@ +__all__ = ("tomllib",) + +import sys + +if sys.version_info >= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py new file mode 100644 index 00000000..37b0e653 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py @@ -0,0 +1,330 @@ +import json +import os +import sys +import tempfile +from contextlib import contextmanager +from os.path import abspath +from os.path import join as pjoin +from subprocess import STDOUT, check_call, check_output + +from ._in_process import _in_proc_script_path + + +def write_json(obj, path, **kwargs): + with open(path, 'w', encoding='utf-8') as f: + json.dump(obj, f, **kwargs) + + +def read_json(path): + with open(path, encoding='utf-8') as f: + return json.load(f) + + +class BackendUnavailable(Exception): + """Will be raised if the backend cannot be imported in the hook process.""" + def __init__(self, traceback): + self.traceback = traceback + + +class BackendInvalid(Exception): + """Will be raised if the backend is invalid.""" + def __init__(self, backend_name, backend_path, message): + super().__init__(message) + self.backend_name = backend_name + self.backend_path = backend_path + + +class HookMissing(Exception): + """Will be raised on missing hooks (if a fallback can't be used).""" + def __init__(self, hook_name): + super().__init__(hook_name) + self.hook_name = hook_name + + +class UnsupportedOperation(Exception): + """May be raised by build_sdist if the backend indicates that it can't.""" + def __init__(self, traceback): + self.traceback = traceback + + +def default_subprocess_runner(cmd, cwd=None, extra_environ=None): + """The default method of calling the wrapper subprocess. + + This uses :func:`subprocess.check_call` under the hood. + """ + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + + check_call(cmd, cwd=cwd, env=env) + + +def quiet_subprocess_runner(cmd, cwd=None, extra_environ=None): + """Call the subprocess while suppressing output. + + This uses :func:`subprocess.check_output` under the hood. + """ + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + + check_output(cmd, cwd=cwd, env=env, stderr=STDOUT) + + +def norm_and_check(source_tree, requested): + """Normalise and check a backend path. + + Ensure that the requested backend path is specified as a relative path, + and resolves to a location under the given source tree. + + Return an absolute version of the requested path. + """ + if os.path.isabs(requested): + raise ValueError("paths must be relative") + + abs_source = os.path.abspath(source_tree) + abs_requested = os.path.normpath(os.path.join(abs_source, requested)) + # We have to use commonprefix for Python 2.7 compatibility. So we + # normalise case to avoid problems because commonprefix is a character + # based comparison :-( + norm_source = os.path.normcase(abs_source) + norm_requested = os.path.normcase(abs_requested) + if os.path.commonprefix([norm_source, norm_requested]) != norm_source: + raise ValueError("paths must be inside source tree") + + return abs_requested + + +class BuildBackendHookCaller: + """A wrapper to call the build backend hooks for a source directory. + """ + + def __init__( + self, + source_dir, + build_backend, + backend_path=None, + runner=None, + python_executable=None, + ): + """ + :param source_dir: The source directory to invoke the build backend for + :param build_backend: The build backend spec + :param backend_path: Additional path entries for the build backend spec + :param runner: The :ref:`subprocess runner ` to use + :param python_executable: + The Python executable used to invoke the build backend + """ + if runner is None: + runner = default_subprocess_runner + + self.source_dir = abspath(source_dir) + self.build_backend = build_backend + if backend_path: + backend_path = [ + norm_and_check(self.source_dir, p) for p in backend_path + ] + self.backend_path = backend_path + self._subprocess_runner = runner + if not python_executable: + python_executable = sys.executable + self.python_executable = python_executable + + @contextmanager + def subprocess_runner(self, runner): + """A context manager for temporarily overriding the default + :ref:`subprocess runner `. + + .. code-block:: python + + hook_caller = BuildBackendHookCaller(...) + with hook_caller.subprocess_runner(quiet_subprocess_runner): + ... + """ + prev = self._subprocess_runner + self._subprocess_runner = runner + try: + yield + finally: + self._subprocess_runner = prev + + def _supported_features(self): + """Return the list of optional features supported by the backend.""" + return self._call_hook('_supported_features', {}) + + def get_requires_for_build_wheel(self, config_settings=None): + """Get additional dependencies required for building a wheel. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + + .. admonition:: Fallback + + If the build backend does not defined a hook with this name, an + empty list will be returned. + """ + return self._call_hook('get_requires_for_build_wheel', { + 'config_settings': config_settings + }) + + def prepare_metadata_for_build_wheel( + self, metadata_directory, config_settings=None, + _allow_fallback=True): + """Prepare a ``*.dist-info`` folder with metadata for this project. + + :returns: Name of the newly created subfolder within + ``metadata_directory``, containing the metadata. + :rtype: str + + .. admonition:: Fallback + + If the build backend does not define a hook with this name and + ``_allow_fallback`` is truthy, the backend will be asked to build a + wheel via the ``build_wheel`` hook and the dist-info extracted from + that will be returned. + """ + return self._call_hook('prepare_metadata_for_build_wheel', { + 'metadata_directory': abspath(metadata_directory), + 'config_settings': config_settings, + '_allow_fallback': _allow_fallback, + }) + + def build_wheel( + self, wheel_directory, config_settings=None, + metadata_directory=None): + """Build a wheel from this project. + + :returns: + The name of the newly created wheel within ``wheel_directory``. + + .. admonition:: Interaction with fallback + + If the ``build_wheel`` hook was called in the fallback for + :meth:`prepare_metadata_for_build_wheel`, the build backend would + not be invoked. Instead, the previously built wheel will be copied + to ``wheel_directory`` and the name of that file will be returned. + """ + if metadata_directory is not None: + metadata_directory = abspath(metadata_directory) + return self._call_hook('build_wheel', { + 'wheel_directory': abspath(wheel_directory), + 'config_settings': config_settings, + 'metadata_directory': metadata_directory, + }) + + def get_requires_for_build_editable(self, config_settings=None): + """Get additional dependencies required for building an editable wheel. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + + .. admonition:: Fallback + + If the build backend does not defined a hook with this name, an + empty list will be returned. + """ + return self._call_hook('get_requires_for_build_editable', { + 'config_settings': config_settings + }) + + def prepare_metadata_for_build_editable( + self, metadata_directory, config_settings=None, + _allow_fallback=True): + """Prepare a ``*.dist-info`` folder with metadata for this project. + + :returns: Name of the newly created subfolder within + ``metadata_directory``, containing the metadata. + :rtype: str + + .. admonition:: Fallback + + If the build backend does not define a hook with this name and + ``_allow_fallback`` is truthy, the backend will be asked to build a + wheel via the ``build_editable`` hook and the dist-info + extracted from that will be returned. + """ + return self._call_hook('prepare_metadata_for_build_editable', { + 'metadata_directory': abspath(metadata_directory), + 'config_settings': config_settings, + '_allow_fallback': _allow_fallback, + }) + + def build_editable( + self, wheel_directory, config_settings=None, + metadata_directory=None): + """Build an editable wheel from this project. + + :returns: + The name of the newly created wheel within ``wheel_directory``. + + .. admonition:: Interaction with fallback + + If the ``build_editable`` hook was called in the fallback for + :meth:`prepare_metadata_for_build_editable`, the build backend + would not be invoked. Instead, the previously built wheel will be + copied to ``wheel_directory`` and the name of that file will be + returned. + """ + if metadata_directory is not None: + metadata_directory = abspath(metadata_directory) + return self._call_hook('build_editable', { + 'wheel_directory': abspath(wheel_directory), + 'config_settings': config_settings, + 'metadata_directory': metadata_directory, + }) + + def get_requires_for_build_sdist(self, config_settings=None): + """Get additional dependencies required for building an sdist. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + """ + return self._call_hook('get_requires_for_build_sdist', { + 'config_settings': config_settings + }) + + def build_sdist(self, sdist_directory, config_settings=None): + """Build an sdist from this project. + + :returns: + The name of the newly created sdist within ``wheel_directory``. + """ + return self._call_hook('build_sdist', { + 'sdist_directory': abspath(sdist_directory), + 'config_settings': config_settings, + }) + + def _call_hook(self, hook_name, kwargs): + extra_environ = {'PEP517_BUILD_BACKEND': self.build_backend} + + if self.backend_path: + backend_path = os.pathsep.join(self.backend_path) + extra_environ['PEP517_BACKEND_PATH'] = backend_path + + with tempfile.TemporaryDirectory() as td: + hook_input = {'kwargs': kwargs} + write_json(hook_input, pjoin(td, 'input.json'), indent=2) + + # Run the hook in a subprocess + with _in_proc_script_path() as script: + python = self.python_executable + self._subprocess_runner( + [python, abspath(str(script)), hook_name, td], + cwd=self.source_dir, + extra_environ=extra_environ + ) + + data = read_json(pjoin(td, 'output.json')) + if data.get('unsupported'): + raise UnsupportedOperation(data.get('traceback', '')) + if data.get('no_backend'): + raise BackendUnavailable(data.get('traceback', '')) + if data.get('backend_invalid'): + raise BackendInvalid( + backend_name=self.build_backend, + backend_path=self.backend_path, + message=data.get('backend_error', '') + ) + if data.get('hook_missing'): + raise HookMissing(data.get('missing_hook_name') or hook_name) + return data['return_val'] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py new file mode 100644 index 00000000..917fa065 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py @@ -0,0 +1,18 @@ +"""This is a subpackage because the directory is on sys.path for _in_process.py + +The subpackage should stay as empty as possible to avoid shadowing modules that +the backend might import. +""" + +import importlib.resources as resources + +try: + resources.files +except AttributeError: + # Python 3.8 compatibility + def _in_proc_script_path(): + return resources.path(__package__, '_in_process.py') +else: + def _in_proc_script_path(): + return resources.as_file( + resources.files(__package__).joinpath('_in_process.py')) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d2d41056cc2523aeed0a8c727c9a58b17f9853f GIT binary patch literal 1107 zcmah|&rcIU6rS1LLR+?$1T@CeL?wY3x&aeoBA6i7i;sw`w&poP4viP`EhRdGpP@H}l?n-|W{+CXJxY<=zLk z4TQeyNv~O5(0K`97x`!f`PetAxMr*v7^M(3$^*UNixDH=e1lf3mT?Es#9br?V8zla z%cx~E(T2H-8e2{!bdBLm*3`a~+PMLbDpEmScGxszqMI;Q74C z>T9IN{YI5a$nB}LE}#fS(YjA+Y%NfP)j}>*F8xDacA<1}WrPwiF`;)h!0aN0d(JYj zdbRa=dmQ(LsB=y~cTXv&`rKXUIrg0(goBJ?XBpDvc7_ z%4o=SyR^G*lq_>r*X-`2j!ts=!3lVcI;$R2f%BBgisGR&zx>R35z{oe#CcUZKuVR? zXkAT~cvE^UC$~=P>rRywov@_>UcaB4nsy{pbh4XEIw1=k7s7llAP7V(gUoKgc||&X z^*b(1m~vgvHyZ6ZTv-wM=5dxBX32?teW$Qp*n56tk00Ap zhxXLL^phidzGLFyJZ>YL%40DEdoHP{)reJm0N}qWo@)nMbX8tNLa$DkLO+Peifc>) z6#6%d6AD`+U3Y9WkfUJY;&-;TxArOr_Z}T(XAY7x@rH?kXwY?iUIL9q&YmEUn>$xE zP9+9=2S(TCloG7iP&6+D7gsW$CTGrG`C~BxTl5Q)55crejPXyy!qy)f;qkVW!g>77 u%DgSSE_7@ok;i}ALnwLU7c%keZwn`8+X+CYQeWqteG7d|j+vkEnE4N=kPO@a literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c89261ade649dc6f291a144a361306aacc1c4dc4 GIT binary patch literal 14424 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py new file mode 100644 index 00000000..ee511ff2 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py @@ -0,0 +1,353 @@ +"""This is invoked in a subprocess to call the build backend hooks. + +It expects: +- Command line args: hook_name, control_dir +- Environment variables: + PEP517_BUILD_BACKEND=entry.point:spec + PEP517_BACKEND_PATH=paths (separated with os.pathsep) +- control_dir/input.json: + - {"kwargs": {...}} + +Results: +- control_dir/output.json + - {"return_val": ...} +""" +import json +import os +import os.path +import re +import shutil +import sys +import traceback +from glob import glob +from importlib import import_module +from os.path import join as pjoin + +# This file is run as a script, and `import wrappers` is not zip-safe, so we +# include write_json() and read_json() from wrappers.py. + + +def write_json(obj, path, **kwargs): + with open(path, 'w', encoding='utf-8') as f: + json.dump(obj, f, **kwargs) + + +def read_json(path): + with open(path, encoding='utf-8') as f: + return json.load(f) + + +class BackendUnavailable(Exception): + """Raised if we cannot import the backend""" + def __init__(self, traceback): + self.traceback = traceback + + +class BackendInvalid(Exception): + """Raised if the backend is invalid""" + def __init__(self, message): + self.message = message + + +class HookMissing(Exception): + """Raised if a hook is missing and we are not executing the fallback""" + def __init__(self, hook_name=None): + super().__init__(hook_name) + self.hook_name = hook_name + + +def contained_in(filename, directory): + """Test if a file is located within the given directory.""" + filename = os.path.normcase(os.path.abspath(filename)) + directory = os.path.normcase(os.path.abspath(directory)) + return os.path.commonprefix([filename, directory]) == directory + + +def _build_backend(): + """Find and load the build backend""" + # Add in-tree backend directories to the front of sys.path. + backend_path = os.environ.get('PEP517_BACKEND_PATH') + if backend_path: + extra_pathitems = backend_path.split(os.pathsep) + sys.path[:0] = extra_pathitems + + ep = os.environ['PEP517_BUILD_BACKEND'] + mod_path, _, obj_path = ep.partition(':') + try: + obj = import_module(mod_path) + except ImportError: + raise BackendUnavailable(traceback.format_exc()) + + if backend_path: + if not any( + contained_in(obj.__file__, path) + for path in extra_pathitems + ): + raise BackendInvalid("Backend was not loaded from backend-path") + + if obj_path: + for path_part in obj_path.split('.'): + obj = getattr(obj, path_part) + return obj + + +def _supported_features(): + """Return the list of options features supported by the backend. + + Returns a list of strings. + The only possible value is 'build_editable'. + """ + backend = _build_backend() + features = [] + if hasattr(backend, "build_editable"): + features.append("build_editable") + return features + + +def get_requires_for_build_wheel(config_settings): + """Invoke the optional get_requires_for_build_wheel hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_wheel + except AttributeError: + return [] + else: + return hook(config_settings) + + +def get_requires_for_build_editable(config_settings): + """Invoke the optional get_requires_for_build_editable hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_editable + except AttributeError: + return [] + else: + return hook(config_settings) + + +def prepare_metadata_for_build_wheel( + metadata_directory, config_settings, _allow_fallback): + """Invoke optional prepare_metadata_for_build_wheel + + Implements a fallback by building a wheel if the hook isn't defined, + unless _allow_fallback is False in which case HookMissing is raised. + """ + backend = _build_backend() + try: + hook = backend.prepare_metadata_for_build_wheel + except AttributeError: + if not _allow_fallback: + raise HookMissing() + else: + return hook(metadata_directory, config_settings) + # fallback to build_wheel outside the try block to avoid exception chaining + # which can be confusing to users and is not relevant + whl_basename = backend.build_wheel(metadata_directory, config_settings) + return _get_wheel_metadata_from_wheel(whl_basename, metadata_directory, + config_settings) + + +def prepare_metadata_for_build_editable( + metadata_directory, config_settings, _allow_fallback): + """Invoke optional prepare_metadata_for_build_editable + + Implements a fallback by building an editable wheel if the hook isn't + defined, unless _allow_fallback is False in which case HookMissing is + raised. + """ + backend = _build_backend() + try: + hook = backend.prepare_metadata_for_build_editable + except AttributeError: + if not _allow_fallback: + raise HookMissing() + try: + build_hook = backend.build_editable + except AttributeError: + raise HookMissing(hook_name='build_editable') + else: + whl_basename = build_hook(metadata_directory, config_settings) + return _get_wheel_metadata_from_wheel(whl_basename, + metadata_directory, + config_settings) + else: + return hook(metadata_directory, config_settings) + + +WHEEL_BUILT_MARKER = 'PEP517_ALREADY_BUILT_WHEEL' + + +def _dist_info_files(whl_zip): + """Identify the .dist-info folder inside a wheel ZipFile.""" + res = [] + for path in whl_zip.namelist(): + m = re.match(r'[^/\\]+-[^/\\]+\.dist-info/', path) + if m: + res.append(path) + if res: + return res + raise Exception("No .dist-info folder found in wheel") + + +def _get_wheel_metadata_from_wheel( + whl_basename, metadata_directory, config_settings): + """Extract the metadata from a wheel. + + Fallback for when the build backend does not + define the 'get_wheel_metadata' hook. + """ + from zipfile import ZipFile + with open(os.path.join(metadata_directory, WHEEL_BUILT_MARKER), 'wb'): + pass # Touch marker file + + whl_file = os.path.join(metadata_directory, whl_basename) + with ZipFile(whl_file) as zipf: + dist_info = _dist_info_files(zipf) + zipf.extractall(path=metadata_directory, members=dist_info) + return dist_info[0].split('/')[0] + + +def _find_already_built_wheel(metadata_directory): + """Check for a wheel already built during the get_wheel_metadata hook. + """ + if not metadata_directory: + return None + metadata_parent = os.path.dirname(metadata_directory) + if not os.path.isfile(pjoin(metadata_parent, WHEEL_BUILT_MARKER)): + return None + + whl_files = glob(os.path.join(metadata_parent, '*.whl')) + if not whl_files: + print('Found wheel built marker, but no .whl files') + return None + if len(whl_files) > 1: + print('Found multiple .whl files; unspecified behaviour. ' + 'Will call build_wheel.') + return None + + # Exactly one .whl file + return whl_files[0] + + +def build_wheel(wheel_directory, config_settings, metadata_directory=None): + """Invoke the mandatory build_wheel hook. + + If a wheel was already built in the + prepare_metadata_for_build_wheel fallback, this + will copy it rather than rebuilding the wheel. + """ + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return _build_backend().build_wheel(wheel_directory, config_settings, + metadata_directory) + + +def build_editable(wheel_directory, config_settings, metadata_directory=None): + """Invoke the optional build_editable hook. + + If a wheel was already built in the + prepare_metadata_for_build_editable fallback, this + will copy it rather than rebuilding the wheel. + """ + backend = _build_backend() + try: + hook = backend.build_editable + except AttributeError: + raise HookMissing() + else: + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return hook(wheel_directory, config_settings, metadata_directory) + + +def get_requires_for_build_sdist(config_settings): + """Invoke the optional get_requires_for_build_wheel hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_sdist + except AttributeError: + return [] + else: + return hook(config_settings) + + +class _DummyException(Exception): + """Nothing should ever raise this exception""" + + +class GotUnsupportedOperation(Exception): + """For internal use when backend raises UnsupportedOperation""" + def __init__(self, traceback): + self.traceback = traceback + + +def build_sdist(sdist_directory, config_settings): + """Invoke the mandatory build_sdist hook.""" + backend = _build_backend() + try: + return backend.build_sdist(sdist_directory, config_settings) + except getattr(backend, 'UnsupportedOperation', _DummyException): + raise GotUnsupportedOperation(traceback.format_exc()) + + +HOOK_NAMES = { + 'get_requires_for_build_wheel', + 'prepare_metadata_for_build_wheel', + 'build_wheel', + 'get_requires_for_build_editable', + 'prepare_metadata_for_build_editable', + 'build_editable', + 'get_requires_for_build_sdist', + 'build_sdist', + '_supported_features', +} + + +def main(): + if len(sys.argv) < 3: + sys.exit("Needs args: hook_name, control_dir") + hook_name = sys.argv[1] + control_dir = sys.argv[2] + if hook_name not in HOOK_NAMES: + sys.exit("Unknown hook: %s" % hook_name) + hook = globals()[hook_name] + + hook_input = read_json(pjoin(control_dir, 'input.json')) + + json_out = {'unsupported': False, 'return_val': None} + try: + json_out['return_val'] = hook(**hook_input['kwargs']) + except BackendUnavailable as e: + json_out['no_backend'] = True + json_out['traceback'] = e.traceback + except BackendInvalid as e: + json_out['backend_invalid'] = True + json_out['backend_error'] = e.message + except GotUnsupportedOperation as e: + json_out['unsupported'] = True + json_out['traceback'] = e.traceback + except HookMissing as e: + json_out['hook_missing'] = True + json_out['missing_hook_name'] = e.hook_name or hook_name + + write_json(json_out, pjoin(control_dir, 'output.json'), indent=2) + + +if __name__ == '__main__': + main() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py new file mode 100644 index 00000000..10ff67ff --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py @@ -0,0 +1,182 @@ +# __ +# /__) _ _ _ _ _/ _ +# / ( (- (/ (/ (- _) / _) +# / + +""" +Requests HTTP Library +~~~~~~~~~~~~~~~~~~~~~ + +Requests is an HTTP library, written in Python, for human beings. +Basic GET usage: + + >>> import requests + >>> r = requests.get('https://www.python.org') + >>> r.status_code + 200 + >>> b'Python is a programming language' in r.content + True + +... or POST: + + >>> payload = dict(key1='value1', key2='value2') + >>> r = requests.post('https://httpbin.org/post', data=payload) + >>> print(r.text) + { + ... + "form": { + "key1": "value1", + "key2": "value2" + }, + ... + } + +The other HTTP methods are supported - see `requests.api`. Full documentation +is at . + +:copyright: (c) 2017 by Kenneth Reitz. +:license: Apache 2.0, see LICENSE for more details. +""" + +import warnings + +from pip._vendor import urllib3 + +from .exceptions import RequestsDependencyWarning + +charset_normalizer_version = None + +try: + from pip._vendor.chardet import __version__ as chardet_version +except ImportError: + chardet_version = None + + +def check_compatibility(urllib3_version, chardet_version, charset_normalizer_version): + urllib3_version = urllib3_version.split(".") + assert urllib3_version != ["dev"] # Verify urllib3 isn't installed from git. + + # Sometimes, urllib3 only reports its version as 16.1. + if len(urllib3_version) == 2: + urllib3_version.append("0") + + # Check urllib3 for compatibility. + major, minor, patch = urllib3_version # noqa: F811 + major, minor, patch = int(major), int(minor), int(patch) + # urllib3 >= 1.21.1 + assert major >= 1 + if major == 1: + assert minor >= 21 + + # Check charset_normalizer for compatibility. + if chardet_version: + major, minor, patch = chardet_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # chardet_version >= 3.0.2, < 6.0.0 + assert (3, 0, 2) <= (major, minor, patch) < (6, 0, 0) + elif charset_normalizer_version: + major, minor, patch = charset_normalizer_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # charset_normalizer >= 2.0.0 < 4.0.0 + assert (2, 0, 0) <= (major, minor, patch) < (4, 0, 0) + else: + raise Exception("You need either charset_normalizer or chardet installed") + + +def _check_cryptography(cryptography_version): + # cryptography < 1.3.4 + try: + cryptography_version = list(map(int, cryptography_version.split("."))) + except ValueError: + return + + if cryptography_version < [1, 3, 4]: + warning = "Old version of cryptography ({}) may cause slowdown.".format( + cryptography_version + ) + warnings.warn(warning, RequestsDependencyWarning) + + +# Check imported dependencies for compatibility. +try: + check_compatibility( + urllib3.__version__, chardet_version, charset_normalizer_version + ) +except (AssertionError, ValueError): + warnings.warn( + "urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " + "version!".format( + urllib3.__version__, chardet_version, charset_normalizer_version + ), + RequestsDependencyWarning, + ) + +# Attempt to enable urllib3's fallback for SNI support +# if the standard library doesn't support SNI or the +# 'ssl' library isn't available. +try: + # Note: This logic prevents upgrading cryptography on Windows, if imported + # as part of pip. + from pip._internal.utils.compat import WINDOWS + if not WINDOWS: + raise ImportError("pip internals: don't import cryptography on Windows") + try: + import ssl + except ImportError: + ssl = None + + if not getattr(ssl, "HAS_SNI", False): + from pip._vendor.urllib3.contrib import pyopenssl + + pyopenssl.inject_into_urllib3() + + # Check cryptography version + from cryptography import __version__ as cryptography_version + + _check_cryptography(cryptography_version) +except ImportError: + pass + +# urllib3's DependencyWarnings should be silenced. +from pip._vendor.urllib3.exceptions import DependencyWarning + +warnings.simplefilter("ignore", DependencyWarning) + +# Set default logging handler to avoid "No handler found" warnings. +import logging +from logging import NullHandler + +from . import packages, utils +from .__version__ import ( + __author__, + __author_email__, + __build__, + __cake__, + __copyright__, + __description__, + __license__, + __title__, + __url__, + __version__, +) +from .api import delete, get, head, options, patch, post, put, request +from .exceptions import ( + ConnectionError, + ConnectTimeout, + FileModeWarning, + HTTPError, + JSONDecodeError, + ReadTimeout, + RequestException, + Timeout, + TooManyRedirects, + URLRequired, +) +from .models import PreparedRequest, Request, Response +from .sessions import Session, session +from .status_codes import codes + +logging.getLogger(__name__).addHandler(NullHandler()) + +# FileModeWarnings go off per the default. +warnings.simplefilter("default", FileModeWarning, append=True) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7184a4fefb86cdea08c580520e4bf444597bb1d4 GIT binary patch literal 5480 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 Jy+#J$zX9LWqBH;i literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d920e1172392de6cfb423db254d44b8d90df1948 GIT binary patch literal 611 zcmY*WL2uJA7*Z!+7rS<7$DoPK+5OL(1w(yHj4&U7SF z?_@MO_0EO#PVyv36)x^ZT4(Bzko8t9Az(TJCPIa|C>le2u#fjR+OMI)eFkX?I`Uou z*F~|Dz~jl4B9{Uda$Gn^SrA6x4e?&lI~LhY@^PfS|D5@j8RplgFW%zwhi{$%FZ#~B zMXBaG21@7Klrm7E5;SE_NG-Ik%Yp~1xb_=+x;NngGtkw}1?2V6(w38;w{899FSlsp$Kk6|zpB36Va zSqurJdJu{?Dwq*Gg>*_{enzrY)(3chNEFvFFnLUZF({JpjF|RQCggSAPM Q#BRTItM^FVvUk$bg*gk+ImYPQaFD=G_e}0hD$8u)U12E6K~_*?saA^ z=Y_O{;)Bu$eJB{A;ENQBP$=}j@MR&=UY9-uN*{bnn?4ku`klQW!PL-!ot^J@KHnen z{eEU%^z^6*#(3`Q@-I<@eiuS#MB0n3pJDMBS*VCC$&wwZC|QaXapa0pR3s!LA}uC5 zM%#ZY`dn&B#pte>SQiu96%+4b;=5uJT}*<+NMb=QCP|dU;jfYuQAwI4ZMoQErL5#V zsn~0&_fRp@khAIKA5=;{uMx&sPPbi7sB1WSjoS`WzkFk;>NNG1Y>O}~wr$?P3pLl| zw&ya;%Lc~=CD;V1Rv{Md_;MP!)WC&y47Fai%`&z~mADr6TuknAN-6|U3#2ZjFaca9 zPL)uGkFgrS4F-NIRfA{MSE8g>UWv+Pr65(R*$%f|opH+gK{tPWK7WJV6f?cy-h6*# zx&J>ZmJz@kGuP+an3egF<;)I+DFdi81QQhawx(fvjCi}R2(2LA#XWDYXk-O_A+N|Y zu)7GH+BsIFPOn<1thD^%6MKoc*uZcM+r5pw(jqbWhnSMv2DKc*81@!0Z&ZoU@fwAS z8?dTU!idWa(E~uJ7)IEMwjbLCkzf}9OQhqx<%YPXXNgz_^uZ!+p{o&!yU5VUSHk_!#9N}$@zb{RKZlTcB*AQlE7uoY`% z79=|H1I4RxCW;HWzh2eKUWI52hRw^`1Yvi$SJlqXUC=IjR?Q*DXFbnhnq8?nz!{ex zH@!MD8d?sjx1>3CNvk$^*>g|iJ{r@Q&B^hqVcs!r6Q)(|s-^?X@~GA!ytaezxoRWm zh^8U8LHL*k(<=H~MTtF+M!)^wWqh>RyZ64bnLz2x>eOZwWdt++A)!=h{s+%LX+}uwgkhY;C>@ zii+S7uC=R^-|2{Z*enzCP7YtLF^)^50|-3`f(pX99>>#RtMC}U1rBeu$djjnoq1e> zK8FTD)L^D<&tAwzs5oAr062(+>>;gL@-RVPdr^Adqw+K5WopEajQFXMO*s-BXeRm|W*%hL;x7}pnR(}*-%`VW zAt^fWYi94J0{_=c@Z+2QQS@DMO!-k7Q?e2j4@|Z%i0iuLnYtdxlmxNX3)Z?2aUs|a z35N8~#y`C@p?->V--D+}!MBF!=Vpnb|^c;LR=Yac$dfhtKY&Fx=OP z6owt2y;_*jg?|5A^kEXwQiBsl``|=De>=-<+wgLPmHZyj9>9dfew{d73GeG!dIWT$ z3+xe0P%ugQQ;tcItzIOlf1tw~!$;Q&Pm52A{;@Ob!)JXo)I2!4cJAralPUk`sr7@W zeKgoSbZo8kbn(fepFO>P=!}mJG`Fqt>%*tOYGdexfAXq7IPIf-%>yU>j|=|LjF0wj gM3R2$NHY@mlZQ8>%7E;n{;jksWwwUW(mt3=)!zjj?P5NR}lbMW7^}JjNrsfkE>i-918( zLFaS1cE^dcme0E@sp6E;uB$AUy>;5X$NC<1>%1<>ZPhLWyiEFVMXA%(RsOgtEIF54 ze1F{M`|HOvX#B`#Yp-&5E%BRQ{~q7p`}_X&U;F)K9G=1O*Qeh<$#MUMUW~`3NAA64 zk$=XP5vMy4`-o1(X%K zi~A67j5M;iKhczIjx-})E(8)S$<|0Ki&rH0WLu;y*&by}L$!&All_r?)ToaP2sFR$>Fk}Q=dme zb~P}RNXw#dCY?@L@DG{ zt4^jTVg&lLu|!7H0QpbFE}az>XZL)Pilt&xqNJA35~S#)lukx7QUXQYIwTs*Y)q0x zJ>A7R`E#5m4q1Wd`IsD^h{iI?bW~O(bfXL@STiY}no>Q0#VVs{t#}CwGND8#(&-Cv zQI0C<=uAusm0?oNxz+|+zI9Ti5;Ud;^jTzMK6mz{YE0|c#I%@XrGkY=p|N#pG-?UYk-$CvvhdEA)C|$09aaQ zOq!C_k_&V6E7S4j`CrfXOsA7#&txpFO!o|n@&zS5+cWgk(VkQ6NOq57o5?-#OgpZZx1G4?4FHHT)?K3duHRaJy8@B(o&Cs z33`m99G;z*Lg)bt1`v^HS)buH${UxPMpny@E_;sNLkf5F=R_U0Op%V5xO=_G`F%{1 z$VF@*4Il{-M~<5Wfq2dnaRSk~1jlo>h)Zw+J(c9ROSXu6j0=^h-XqvAgBns=Xcz~w zp#*;1#5j81ggN_YiB^XG?zJQMBOBHRzuNP>Ez5lawCYX$-NwyxZ`cUqxUdX3pq^+n zo{B5cC@ll_$D~>sjZP$DvK)AH!Xr1NQCIMTt*!9wi(4J21wBm`W8q}r04iV8chS#9QHdqEJSH!QM#zNfSED- zM57gAN(>#wu@d>I_(ke?W_B+hlld4wnMlW!y*y4_jPIAk$^NIiCNxyY>&@@o0t-VE zjGPcZpqG&`BT5Fx%Q6|t{4D67F$C5QHN%RTAoW#1&*PKxTLwCUvyAbe<2bxxEVY*h zMVyRj^)?Wc>z>|Hk~w2fMT<=2^OI_(6?Iwv^}f3_0?2Mv{_c2G(6Ri%YwtJ3BSNs3yu)EsXY_Z}KC}}=UJ$CQ+5ZO*srZ~a=C$@-F zbm3o#=$>>kD&u&rG~!{jrBrZ%!jvJ$CX|5Ucm+4!eS!y}UnoUbE>s9*$O#Buyj2K3 zgq4CHVU`WRR`?WkL!C1aQ5_=2cG!b?1vN%94Vmc|Hu$gzt+v?(?og1iMDYDXnV3k)04 zn%)mi&*nvR#?ng@Ny^jdOhVve3Qp`Ss5X!hFtS4POqh#!!E{PPVBqZ%nB3vfF_6FX zh0LtHmzUEM7evK`X6-!5QH6Jd453a+#5~j3bmYc}2k0WBk<&5RgqDP$L_`KfX*o6W z8s?A8lc*NUBtSIHZ6~DB(^OgkP)JX_)>ji!p&xRXKR(INr!(jV1~Ua#Et7~z1|j2V z53tryMSu`MJDF`06P88*LFcrVV#Y8)x{^%H)b|7^-P2E>rQSSk>^GW{SukrREGCFT zP*p(Ex2!DNcjptB-TngSf;lJ*gzYn4Up`inox?%_V<(@J!AAG@8*JC%!-tKI8uPDr zhjL{8QDZ!ESU)aZAxnXnwLnal$HNx<(q-9{j~=jAmBYz&CZ%+BPAkf6e@{;*_#Z7l z~A>?O+}WA8lnN0YABSNApvyTlXbjFBm|GOR-E1pQoyk{vu}z|E6;Jy zyTI)?Te!bMxF<>w(}h`2 zbNYVfi58A+z|SLs?Z?gFcl$HUy=a@T$GHjnmnt}J(U!Fpwp*6VLK-!e@@4xARZf&! zw2dLOvDh3Z9RNhgf{+4%!6it6svEiniihmlygOM2?Er%%1iyqbGD?AyTBzSTnT4Eh zp^A)y0%j~f@c3Vi{+rRi3!Jz$e8u^PQ`dy0;hVcwYkO8IdVU-@vFthVKk*~ej(@SH z(>Y-tA0*HUvU&I$M6POw0Ws}iM?*hA*wnTe^OzVV3dduZ`%)FheG#x1?TZe@6jd=# zb{s?fFx$8ns+~03=D{gILaKRywxpUza!V@7z1yC*Y=w4kwCtnOI7);(5-qZJP+W}n zRo$|-4AN7Sv-OaKoZ8a3*cwPrqlD^$ZV*aNnnK#|8uN~o0+^3jsY1>YD#?=wu=7i} z7GB%0+Rnb+$iMo?^+&$>=v~fM+WGv6-0+p%8@}L`;cL5=T<`iiHXTSttx~_XtMk5! zbzl36uYGBFeb<94yB>U7SU)_va(Hyp!IifBg0q*FX?vY|YCN7YVMZv+47u4{tII_;yY=1y7%r@rjA!n=>)s92^5r-Ca0n|Qba$jeF zZgeG>&c4wcY8qjPrD?&Slf)npp9qE##Gf!6lLSFl1#mq?p27DJzhhEp@zN}*dNsZn zGB4!Z6m(+e83U>FtY%?@;j|nne!!rzruN!OEe}6!>98TN{?_a!ja~<)6UyI;+q8gV zsJWj%LY#><7pXMnQM7UhyDBrse}0o;{04%0vjq# zWk@{;o{J_Oj31E`ZNV8=Mk~#mOHCc4C*)8|!9g=#Kvv!Qn5A>rgQIVN0&Y8h5-CPi zFVPx9w#=5+Q5`Lo2FxStb<4TGhlxI^PRTmK6_gr+|Nk67nDd9M2Z6y;~ITqF1i#G z8)t2kwyZM?*5|jy#e)46SJqCL;*t&hFG^ptwgHTTjg6bBG>2qH3O!vcQHb|p59?#e zKR^#1uQ)$_4}szS7K;dp0cz6%Y9qEw-|!3xkt75SBCrtS$SmmNcNO2UacBsNMK#fo z&4LBRZ<~jL3eAwM8Grg|(TXNuWPqn=KF?6y`_T%Nu}p>CuNBZ&p@8ir(y#U#OBH5N zwiklt9;i}=gySKdBPpp=56OUp@1!{PTLI6&CaAO7x^-xKei`F4R97NB2V+1P7z0U> z=b)vPb`hWu1zTASNv1ULmRv|zDZ1Dkt3LLl<1|8<%mOHVg^EiQP{sSziIrM4y?7M* z?1g44?z=Dh2Lz@R`x?lvp7T{+8D6jMSiyg9N4~aUy|!zmw(DliN^MW>*k+iksLPda zc5~&y7r*fQ7ry?bb^q=a|L&!!HGg=ct@qZU)wYLMd@Z>ru1s(A4&^IqHXWV=<+pdV zPUZ)R4T4&_d5^ghnoaig7Gyd&80%CO;5ae=&h$?#op!aWb-?AHd&)Ni6)>e>fKcO8H4IA*bwBrHkuodLs zR5N=g63CuZjZk83OR!r@vp2JB)+zn1Le!5vS*Oxq#0^b=T$6PQZYlyOrZ|8!kDg|Z zIaLm#W+}s3GIK##NuRv!kp@3uCW_5?QAoy2%k`F3C@tRV)|Ek-mTld_t90b=)w3dy ziuSCmc&l4`HgBhYA#ZFD{LW{Yaf**^x76qw;pC@b^2-?0hTuMCpZ`C^%dM~2l>_BwicbcCteq-va@g}!YK5u>rq^obrMAa`yBzR>d#6(J-Qtq`h^NVO@E z@=MxDK|2D~o|aW7nM~CZ@lqV_Q>y#)nC4kiN=8Fi4!$C*uDC43;aD&ci&CPjdi7Y8 zlFQ<74FQ{xLS8Ka)oN0=RS)_TrI?}NbCU3+ImjEdT8<12x- zd}G@c&(DI58;w0{`;M+Q9%FB>^}gPBqwn>@HxA$GTHE=^Ms4$^-B!0dzq@Z&$5M`hJ!8Q0RC8-8K*PO#=`-%EX0AARZ3rTVqt19`sdit~^Bw|DNj;(WJ) zzunwLrSeTYeop0EcQS?I&%A++VDmNMwI|ntJ^8lXOR*buP??qIc_<=pxEX-9-Fgas z{P{re#mis2{Mz}~r*2HWp1P5`HU5`h{_`)dbqp6e8G8N8H@>{Q>mc>?K}%0PTt)SZ zi(gxO?dSj_`xzx0CNgm#fd+bJ%Hsb_~$Lbqv{Z zi<>(*UxmhvSa}Lk=Ft1SzrnOyJ%OjYgNvR9rpNq2s&lQE2zG z$KVa5Hc+u5C1*^I!l=P5lm5`sgn*uTaE9)aZ-jyv!+(VcBf7oCE#%1DB(RHsHvTV@JmCN-6G=R%zn>jtS$ zt!Oi7uL+Ml&mbxN!zkn%cs%`n;Mj$p<8+WaLrRt&4{Xu8cC-{ZOb<;;~C4Qn{*Ltq^S1 zFm1O{@{1JgraX_~f~Y#A*qmAdYml5yNxw%0zD5OH=jRm>u6=^Ys*~%W>ed}KrAO$k zte_w>wAc=GnJi24tm-j_w@r^-PQC^L2#)55y3k<7_FMBhus`L0ho<0|Qq5I2z1*Mk zd{DyiolDBi&)-s3TL*HUHBS?gntI-vyQRGS)DP{eJttNhPf~h4(wiT=HNF1e(Uk{} zt~MQ`#2tB12+s??d_()Id#~?ZZ|GiW=te@|j<@E@#MP;nre4Xcd3WaxXZ4t~U1Op7_Se+ge)gi5E@+a%t8u4?LK$vg8{k}1ek<4<7oAyWF{`BPEhyXsiyQ`( zmWf|6#rk7`2RX2)oM$TZ7E7`vV_ZSXuqe>nS$8oNn@KgG(4T<;XZ!PM+6y^iFJR&{ z)tFWBU)YV?bYsN+Y6gHU2+2H5pKJjz5Ys=V=HKMw(S6c_>BB>`z{y(FUE7_|2KlqP z7f!dV%!8q|c%s2qg>*CI&%tn5np{d??9lOz1^zaz){tq9AlV>0c-~mc(-=@B&L5Ih!$TCOuBEiwNMl&Xj{xiW%yjr^FIi zBVc4;{$>Ui*353@fM{|0*@~{V=A9sP^$NfNT~%?F&DX}3I#(+m$hm&zt=OpEd-L3_ zqpQ`AU$_7NiZ8F=5^O4=1mAE zEYj^_*Xl}Hwh0LieA1vn-=ftmxY+6ruH>Q!RD;rFC&CUcY(RL{7#n63RFF2F3ZF(X zCTaTF63v#YTj1Fi)ZOGYlhF_=EL2))AnWfm?WISN2UV$$8D#6>o4xL7S@E>2dH8(I zj`f<(m731=n(#_Zc(rC9nRFX+BY9utizl8x@r_gO!E*#tngq#0bZo`SzNv4jVnhhU$#Kahxv*87g6#s_Ef-x-OqPJi9kjqT9cYTdC}zbs zw$maJoFe2*Fd?EX+e{JL{vwo!QeC!0uCWrbj~gFqc)&h8W4PGFoj%X52GQmMMjGYOwW_+=52Ecme_M@na=rumrWGRe>uZE5&eW)ca) ztUMg#(4+|t*p%>jm_LnD(p+4IJ^{XII@M#Yd(=AuLAn5JW;k90`Qt=U8dDRQz?cPT z3&H#prtCrj77LqMWl;-aYCgUfg@(TK;WdCcvb7- zGP^7k$5kXE&ZOX>dvj`KhA#L-nITHQPNbWE^wy|-nM||>S~FBMIs|HdtBS^wArad8 z15^eHY$6i)xmUk%{R?2BD|&OTjmjO@I$zy$ea~uT$9iS=N@aJh{ zU-mWMF0WZHZ&@jC$vJ-FZC}|luu;{zC{|Th`iHu_)*VvPd%Su zY*0d+)NYB8cc~PoTVPZS2U8*3Nzs8zbcd1FOpFk<{ms_+KF7Fk@E#_I_AQ~$LtRiF9X;5!c%`xu> zJ1Cbu=0PI`0cxvcKw~e=9-B;>Q=AF?oU>b2mc40EDTecOK??@$3vlHoLj}+U^NLT# zrf?Yqpm3p5v$bQZqcLz`QsJJ?L>kQ71eiD03KggR=(JA)_G2E|u@u-p5Jn{fXME!UDem_o}qXjpoX(4!q z1fuRiTqR9Q@db7Z8SLsVY&oe00bHh-97WQTra&?s1Gf7=k)OcA4hxD3v)&me;ajxf zdr<}(zJUwY-gD9Q3dq0FSAcW`~C{oP_T%Yws>FL=L<79wyEbbrb{)n0|XunD45)Tu6 zig2A!wv;a)Y#T3{VIUl!JW>H-` z6jLE>j8&?}EIAmq@Gklk(`h{G&HCPQ8Ko8-sg^BpYPHcq;jYi5WJ~!iwV|rA)A_iv6XW3h&Z|WKE>>>LZ(&ru)Xu8 ztvjJm?o*A+vWJw%b+CmK?^lM5wEJenT65SaWoh%6k+!|&v$zAf^+birV*dn4eGEL; z|G!NBJ9?R%gkpo~8`tie>lQAP=g`G#!w1E3Gym`5j$%S3ffecw4JzXswOfL}@ip@; z5Vu}ACyw-Y{F=F;htOGOIeedW5!bW{|BZt4BU~nt9 zA+eKjkX?(%QGcw_-M$hmT3N8nhn!=J}t~Mo|VjzaAJXIp;n+1 z1GAEd?=A?W=ch5L<(kpce8<&$cCnVt1O_^tNnH?y&~E8ZX=a$lhFDVx z7x*~o1q%L*f`3lIzodZKUCFkpy4WC9pMEmNVwnk1E&FWYt3Pg>oix6_BK-@hc#48D z3jQetFYILqF_eHxjTcEVxnP z)wNQj84zV&MMrRswz9To2@TwB*}5^8D_6>n`Te z+_h5Qg*^PfV)%bxwe`e4e=RkV|NVE;x{ z)3wjsbgxzITlVeykZybJ|L}t@uDaze=k!-?)bjaS%;!>kle6tRV?$W;8GPly^o4Su z(1#!Na+NKw%q<5x3FJc?Rc%Wqghw-otBkk8Lz`-K@NIY^`Bnxq9G^QS`M_Yk^+$VX5-wv9;QR%M}L; zStr&4`#vJ;_*x)*2PUwu-0WPd?Om?uy@MXL-Td5I)uCnIA@m4?v!O@ZQX43hXA|;r z_p-0`!#fo_Ug=*Bbll}iOKVyGUwLXR(76TlMrGr*!L`<&wMz6xYo+$ka>XH*{>tUG z%J4?*&ZR+2M{VD7Mc?g;nh!UF0QYM-g-!iz({MBQotmoQN4W302c08z-1nMGhaYl$ zufsol!128UE{Z?0W2D;g{kp)3Hplln{38b(-#_4^_+vwk<95f7?DX=Za{uv0$B!CW zywiKU*YTs?Dy07>=V1MbCdXelx$wengG$7Xg=(b{{76SBAYM!&ZIbk51ZstG=l9I% z(5O-6g))%8DlkcN7z9_hC>u9U_Y5&=}1c?iAhf) zuzqLbBqdTHPzI^N@tuwL?e#9t-Ge2SCC?n+tmYaX$k*)7SMSURcm2X!?K)$-yVvGA zX}eqEb(L*4aeD^tIqF?ycMtAz)!jX5>vL7zm25j*_4l5%HM*+r_Iq3ncdHv+!MpuF zm;Y{4&{em&mwmtEmyT(htCuMjSQkP^*u<#rv>YZqyL1`dfujwsY>0~5f=^F{^-oWQ zb@nDKUYZcuM}=gDPc?k(LN)2z6fng39f~pP!01r+dRAQjW2pZ5yTWfboD-o znPA?Y%p@WGF~K64S1q%Qolzx5ff^~li2_CniJWKzsRUnW5fie+BZV%jNSO&3>P4Bk zC8_XTiX)RmVa;iE7sW_!(!2mVDMo^=+E#3=M7E{)`7kqTu$wQc7hlnVbxR{{|B{C5^WB_c;U~3|uU+^$oyIn|oWtK16(3oD$x8NbD*=FjI-seTeUPiQlWgRIP+9|2~Z8Qh zU225X?eWI;DGcT>UgZ`PZW!O0Eg41*m5cMG^B3oe(ZjjfshOxYf3X-3n7`DiOqHh3 zQ7?3E7&EgMW=pdMgz1r`9=HW|>CFp|B1PYeaw`Hz@M|HAX1ZB6<5;p9G;_>#M9BOy z3+sTCAORMeAu6FS)g?tBF&s}q4e$(_3`%vprLHL3^w}@CZHDF}uAYn5mTD+FE+2E9 zW!{w_(r`zxjzEjP-IVgfFb|dEs_?x&Ii}bf#fx*;W#E{ubIn|YW6d{VaW6LJV=q=d}+2K1UC(}*KzBkNZ`wkv$YSQ`6i3v2Y zIixm>jAvGProg(^8H=nU3iP#!k~+)aGT!BNdRv;};mc&_VN( zv%)>OLm9jbqklzAYcd<2EWM;-aGJ=B<~42Gi9DXgLUz}NbECKGzogK9!-J{*Wm2I7jG|6m;YReV$T*9;E=Ck_H5hCWRm7*$gk6@FJ-#!zcxH-pvzI)E#mx zV)0%L-9w=AkTsD$UUBGcU~Kl$(9lokc8z@k~bR zWAizR*Nuu}Rp8SC3?`JA4}4dk8F?0i8=OTmbX zj?&QsmZ$=hQT(WxVWodsxB#1;VvBXp29~kSy5JAhZ^Q|(7B{PXdvz!>o;6(oTjZp? z0T(q;k1fA$IIc^AIMphw3CZ0iv;Brg!H>t`FGdn=Z~OE`nQwE9b|D=?xXf}L1T(3P zC`gRvYrLAxv-4$EqGX<9qZyhkgV49ko0%+LcY@e(0T1f|^5Ishi6sUXifV9#D7HuF z2?$;VfH5YhonaASx+KgcUMNHlj7?5X5=ZqB={qmP%BLPQvDdmC`FO-=2L3>@R>H6* z3c61BMaRqg!IHkj!%Vh+iukE3FZ;px(W5_{l+D>hdoUtz?IeiP+$|-W43glM?V)1C zUE4$PvRN${Ku0i0y@SgQGguPsp$@|(T1p_iALNnp4vkFwFJ?y`wB0 z^gj;{4+^Wu;u%!L42tW@Ki^W7)ZRNI2R23y{AuLHyNWt6rLHwT-gEG0jbFX@^Y>bN z&a9VjAKKV+=A->6K21{pr*hOiS>6}JnCLhAjwk;x@Y>K^ABiVbND|Lb=_T>Dx~h~x zzgJa9jp%q0IyG&u{9??iVZM%0`)Tz5EOmYR@Y{zYL=@P?m_0K9q~1AtnISwsHX8DA zXfAV{lL#=#K2OTQXu5V19?%|)xcn_uVgisR&<1;`paZKQgkx~9i&_XWvY4c<7f}E^ z`;}eKesE&#&_?>?dbyQ8d3zAGmUeOz-HO#cvf-hNgqQHJ6A2EEW^^b63KG{oi6P*z zIGsIV96UvK7>Wpt2)+Wf+)6|ikjkf1X-D_Zq8?B|9|^>M6wv)%(*3vBtc`ST{rf0d zS}yo1x*n|dGw8ViC133|3fkzR4-Q+W;E>ENFFG-o6FsKU%;g>jjoE|@;7`ayAI~yK zQE~JJ;ortsBw6XK}V=qo(Li9)3!KK&6=$?2AMIs#+-jSho*QVGMu zPB88u6?b}}cQyAH>lfoPXUIHps@as?*i9AVRCe~+K z>4}?XH_{U=ZQ}Fe?k~N#qht7&F|hMl2|1TOo`2?#u1^v225@+`DqGkKzCobsqs-qV zyixJf?RY!6HocKPv2M50CvKKeYiTDQ!rdN$GXK4EYKp$}JYl3gMQR_kxywT?(@n60 z@*ETNM&c$xol!?E}L!-EiBl+wXo1uht#o p$J8lx(@@jutM^_SQOEARuuDC>d2p9{My2vN6|Za_98n`a{~w|;mAq*Yrkh1%BtYG-IA2XsVB4Y}6-~8drtYqaWD;g7|h zbB9BU6qQH2SfG1lp1E`G`<#2vIdksuFKjk518KPL)rntpGR*JsMNRrbW_=AZiww_< zGd#;{qU<njXzdsm~( zZ@ix3?0|C!_3vs6STDso0qYXHMQj7b)&kbOp>E@h#^*`AWG2GJX+f04zTmVpVSagI zGMmRH!Xh^r=cl6r7mCNEU^pgn(uBZaWg#YoLqRDVk8u;h7#|gg$eoK5?v&c2`4gPi zsE?Iv&JOMqVxc%Me8K_>Fit5Rh(Y5^LO_&AICkErmCa{^B1{F}WGy^p(=>@r1&Js? zgL>hLM1mnH5Q@hygat7G9YlfzN?f!`fDc3Agb?Hfl4uQ1O+^cn^Iz$`eED)O%xtn3 z`ctOCC)|_MQ7H^fB|k0VgHkY5ATK3n4L~I9dNW`b83`v&Q<9O2^;Cw4`z3YjFcE`V zv-ITI2=-TzlFYk>UM0FEvG_fW+9%6MHnl;i=Iq9quvKPq=yPVGtu_HeCjsxXnxy75<1;3jPYKdAfwK|ho(ziN5H}3xgHyJ0U*i4I zc&t}>;ig4_#DbH8$XyOcqg*V`MdPva0^!aIoH#u-6(^FwbKzL=6mfg|_P`(aY*c{L zfv512KqPty<7Xp6NaAMV)18+DZYn5>O4F`ywvt&NC&ghpg<;`Xo}H0k)Iu8=0FQA@ z2omnxG|XL~)i1@vJU2z+XQRTT*av6J1P5F=A152S#|i(}un5@@1u+xrPZ$)= ztmBD0=(EY@un5vj3dTYL!4oT+E(b{rWREE8Fee*OE(9gHc0`yWf+Fd@rc@zDY@m~7 zrUcobNECwSpP;~yb&+^DChL*(Qy|t%D$iw;N;uhw0u(BU*ns1>htvLv_@v-J7Ys`i z{t-dEAjPNrhhKQgf09by-m!Q*D*D5dQ@|MzyuG3LWidG8@4F<#F8QP3v;L_WX(Arm z+t)wf7sHa!I~5FF2%Z;2|5SL&AAo9nocL8?@5kZ$re(4NT*X8-}GT*@mvWb)A2(7;4N9?2N}d zf93U|l<8wj-PVo1E2WRU@p87IuS&xQ2F6r7-}T+Yt41#G-nRJo!sF=!S$7X~X>?V^ zui5KY8+~_8uKA8d--2)HO!~@7^PX&Nf7UdRGabm74rEOS*R`4^!>5eKVYqtqo{6!# zua2(6`j`*`HK_uAy&f=&jKF}-XHegRuGfGb*3D>rI@yFr8@7^=*oTk{Md2{OVG2rI z5DqjFk}I-_YDbX+l>~~8J4fP^Whw@lkH7T>I$}w9@;xToP#--!x-VpdBgv7~BjjR)e=sB4sBI+xSBirC1n*srB8VDp@>Qeet z)G??a+5uc;?%G>d+MdYThgVF)qy5V$xUj223afdC&5 z1p;IzG`h*qwsd5&0}vD(fsAMY@Cx&h?$El9)j!E9^{`5HrgT9`HKy=dV2z&F0W|P> zfW{ev&nVlDjg37^PdqL%@%XR=>U{zPAmTR&=?z8<$V-%o=Yds4@mr9WeIaC%nvj~5 zZ5(74L4zcjfLg{RHSnfxC1!@X$&UIo1Q|^5T;0@?cFY$Msst!9Cmah)z?}NB1ptQ> z{4>y4bON}_VgvE zWTRqSi=+)2ZCo)u>6J zf5z07cQ{ifN`+CMiNJRmL-5EGAA)WK{RkdKfU~B9DjY!Rq)3=v%prIhej;uvlrYEd z>ooe-`zC|leBa6HTh|R5y^9V->xQ6OF{vl_vy}jqF3*zql^H5shRUT2Eubb~xpWC` zAzL;c#{X-sC){+ly=A;7PXIkWi_OKQ7d6K@Xd$A+2R83MczfTEhCUejS;sGXf8Lwj zeMVvPN^NJx)U|=nWET!Y4^fGQhY^PW*&^a+5wh^;I$h&@yB8S!6p(nUOFUPZDMC6XonxN~-YpOKOi(bhe+RJxT($+UZrl zNI>7E6%dR&AHv-v~zLf4)rY1$Csm#IY6*u>P!^`K3G_ZmSM?*Z%gIcYowF1S% z!)v#wp~ayw@wzQ)6v-DxO;_wuX@xL=#yw5^RyB(HamyO`%|O!(m<2xlsH{VkJ|;5+ zNA#IMzy?LC4Nt&3K@ldK!Mcj~(^%QqJqkczw%*tB!&E zuI|)G&bmEg-M(sV&-e6|-hBDq4R77~U0tQJ_WVv?>8&mA->bg;%Gz_!#yIyX8>h%N z7~BFsd|!VO$o!pcsEZ@;TA8Y`j%QH~%;M&#tPby0TWDwt+$>+PMWnbrN)33e>M5Aj z|Ajr3yd#FcuqS*f~Y<#_1I$NKtPwGCq4&@lslklUKrbx4zD?Qa6`~~|$twvLXD`Yl2c&|D?Wo)Tk zEsS)ixzaOPTulUx*@~pji#PBMP0Xyfc&eOqr?}}}(oyKe{iTjP>rU!LhlWYolJ2BZ z?!g_WD$3c0*q)@GZ^S(#y7|VWK7s~xMdF*({w^`ZTj-}w9gW|X#6FF)jfHUGB(7#x5@-iK>y>`^&SVp;3q7`7i54?>-Do;U(2aKxJ*7pQ ztOtuJIw|WF&8xi_pOR~WQE-HUdu~!T#HWIAYceWpPmb(Qm;m&iK63hWsM6L!H}v{7 z0OhvMW~V)Mj8{`4ML!TY#)|?vVyfULyp}EqB9_gi>UM)~an0yM{j_wh_khnp@H>>c zG6}lLsr@klzC>9&$?unICWI?IHG*%lGJ9pCL1BXO0CaL7v9H30I6EDV@^BS{wsYY! zrtdLoWr~OT)K&{Hn229<@U7r(Sqi@GUUl!xH#EL!x?xItvkkua;k(}Li{D)MX1f3N zmvdf!#_P{|`&XR()H0B@r;iQ)HPD*81Z&(xW`e#VaLr8w`$-V8O#?4y-r_D0LG?plTB+adFh>>>ji6h0O~^0R1@fo?2_W$NX6$R4B~2e_AEMVaM6 z%mu{>I=R9p@Kx$cdT4qq8k{`K2M>KY8K<_o1(Ol+BH>S0nH#?J#dK)dwcNklo<5On z@?TY!@sRaDWFIFNp%&2rkhOabTp{Q%`vfKYCunQRx*&Mv9I(8Ez)zDff-LctL!1AelL9y` zd07ir`{a47^fd%$5WIk3901%_6qiYO#7-c%fFO?Ln!g#rdprqN50`WS8c@KKtF&mi zU)Br{$l7C&0WcsNW1&mIC@hI!xj`X`Y$Sp>McY#noeje`I^3Gs|;Ftzn5!(I2brNej|x#sX*pPie%<7iK7Q@Xsxef`k2LwT!nKDcCh(|*Ig;_Y1V zbY-mIq$u1Tq`tKjOzW2}r-RG7AJ}f%(%)LKJ(AMoo%N|J^B0#qONJHOj+EwicJGqr z)yb6hBQ>*Tan6sZRO`=p`tMl!VI;*%lCyT-v34&9Ggkkvt=((oE|R*&TwQ0Tt}|D+ zH&eIw*5MV;ft2yC)iJMA+18hF_GPX9oOLi`9lUipYkfS$=1n!J=dQmv_u^7#*474Y zbc%Xy?E3iJ_^U7GY+T01fk|caWlTP$=oA($v9G?AF*T*wk6jIm%?r&-!Pj@>T-_O0 zcNW-qdim^%s~;E%%xb!0Y5%Bp+mg5>r2Es)rH_ITdw%)YO7s3~?O^Kg?;N!s)i*4; z({*WM`r@*CS--NqFI(@QJDRsS=byUv($cwQ?GI{h*4%1;*Phuvm~Yy#+(~}2W}1CZogf(;(a`IjCQm%k*)8XI|?lHG^};?rgS+|6U=ngv=i=a9gRz#H(PGB zEIHDNTRU%gZ<{~d|6%7nhCRW0VAstLF14gDr^Cw^?`c`sS6ZgV_9@)<)*`PX>H4&3 znO*U8XRP42`pDuz>}2|Q`YX%970;fGbq``)RqNUTyHXEFDLn(1N`tq%K5Sj_jAX1M zuwz^ebU!$DteAFe)=uc!LxX(%2>^Ik7=dSHBDJ8as`{cz?#&qu1Z-&&zEgrINL-oA z4}wC#B?vJj5Q#+uJ`BMM5YI(b$|&eLOIQr3XhMZG-kA9c7m*#1mkk#n;^Dkl<^+}< zN>o>|ZDM|{+ECsPG*$LK`u4PpwQ)0rPz6v5ML`Eb$Q@|y zYBUOIu4pbafxy=DnhQWxu`b4f$7d_2FVdYRyxpo!+iE`bzk3u$ukv|S&F2&WA4_HW z;v=b635$E8%C~a$C?{TD{1(^phNL!vmQO``xA1<6nP*92iy5K4QIWvI2ULSL->BXO zd`;C_(XVvyH5Dmdin)rQ0aTHAlT`FrMer89BE45rT%oSy+W~J78h#at*C(~S_C2$D zRjtyr`uqd5r|ZEx%>)m3w9n_0cosp7yF)1~H1&+7XP zu-&CPYEE4z%tRl-YtD*PeFT*%(29xpE1JM7wAxb@i=Q?XN#zZ+sj_Ez%VSUwiya2%=r5il7=Fn#5zy{?YkP8YG)3_H6;vO!14uai zaVYm~mo0doGcCf+5Cj?(1w1*0U4dCj<9opvjq@`Y5hPq7!%#xdXv7P_%L0)#M39Z4 z_~cYLD#+&JM@OGIb>#5y=_AC9m9*mYS;fGII-qFa`bi&(#zg^cq2g0B1pR&x8dM0( zm9->zS$06k9GKC9iY5PqV}1ug3agu;rx@rdh#tmC#dz>Og+&P>4P^ra?*hVSq!vCw z1x3)QAsa**rv|rP5S6FH0c1^ph^RmcY*fr>b3rk|omir=y3T^4PobIkeP9LH%(aZu zJs(`0T$o&S_|hQ&8&ub-wI}cPq>imw963u%#?q3rv}P==E0$icQf&6?$LEe;ADtV` zS$AZtJJPxwH;~~5a@=5s8(g(Ml6TcEHZC+Swk)))?C8HWKuzQ|i+ldkBDi2)fBBAO z=W<7``>{;-W4Z1VneG!m`)am(bgg7F_S~`d++s7n z9ZDU(yX%qL+8-G|Fn*}{@Trwkr*9jx2gb6yo>Mh1+|7aMg!8<1Ja4sKKRS2xwd1g$ z#YYz&T|BgKDC=%djoh`irT4uv^w!X=*7tos^xgjIkDmMBxmD|7uzPY=E@S1=o_AW_ zYFV}V*LwEkdPXumBN$U-S+FdPy?N%w83?fJwWmg|KRx&K5|F`%CV2b23vJ7st1aV# z-ZQR&1~k6fnUccqV2B5dwk-^@ z(gnf`%xmW_Ggq`PFqc`MZj=f-*`&&3Dm#4+G6qvqpPViMnN(k&scZe(->>I z^E-FF^ZZ-Szw`CCzWy&SmCkb8Jv&olzV4WFESb|I?>zI?GpnY3@D-?HavcXU9S2rT zkLJsc(Hcfq{pmp+!H$=ScRy(3Gb~lR+E0;eNU9tbN64=YW4m1&Aauk`{Qgaz%B@cTgN~+N&?!2 zuStoq!@CLc3W9${a16n>5l~;G0UcU{`;;hm2SlX8!HET<;5`jTMH&DP?l7<-f)b6W zSG;>@F{5!o|JROUE5HR5HlW5u^WkSk$BvAS1;$=@_DJBVXHK0AJa_8pBcq3(896c{ zd&^2sKKJz4@xZggr^b}nM7*x0A$&AoOd&`)k-&|sgee~){|1#&Nr(~va1gNUry4!0 zTemZ;<2OtV{pb7*WBCo^_$|}?pG@z6FufV3_qWXM-!dI*JDyx&n)6Nm6~=qt;A7o? uJj3ePC)rOKgb(Z<)-`|Z0RxW*eR{~Be89ltf%91{+d6;d4-7sjwf_gpS8qrF literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..483772db3681c488cc5ff1da34fa3e24668b948c GIT binary patch literal 949 zcmZ8gy>HYo6t|PyMpI~TW!9USLMI-m|9 zQFUNJVucBz{wXXi8z+PiOl*bQI$`J10iI<0`PskU^UM3?)8wQLl(n3r@Sy>~PrbP? zt8_+za^3hy?^sr~#Pv+YhuQxtQYMFa^VGr>|MLxK`P z0wM$R6iB8iq-NK?>&_IyducE)f-9MlPkAc&?mXHkwgBk0G$n}S07f#7kmDWNFw zd%J$0IJUhOpqyvOSLkt&vOd}@Upt40(|6`jzyER%XNn8k zgbk?REGA6O6{J0%pC>EsvV5%`vtx_GAMNm&W`s6>u za7IP8K+|Xo4Qd)ggQvq} zClS$~V!p@sQa^W{f#Pu^y6q;p3^}{&EG)Vym1MpwHFXo3xSqO(xo|H8;}(K(l3ZwY z7SptH(kV3^fUj4sz1~0EKWW@Ky|QppUl0>2Jgj?O>{I4>&DyZ$d6@S+PgFI$rjM_y zJWiRX(4!JlL9BtykBR3ED~X^?in<1APNDy*^ZNaebpUs&s*2Lk>qgyZAXC|;31^Hhz-3NyN literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53fe7b24ff7ed355d46382413eac2144d6f9675d GIT binary patch literal 1534 zcmZ8hOK;pZ5T^E_)oNe1X z(0=cibH9@3JJ8YACJwE_YJO&gxU>dqId@2%HeiD`VUxCCE7z)If=C2F~QXPG;#GoTKw_o-V)zx(FBP5?rF!;5B+3UZ=}&nR?KpH{gvtzCk{rH{ngX z0$1oQc#GbKx9KWewE$X!ZT(wAciptyc;ZYW61bHb(`|$ zKH>tiq~o5L&b2L7iTXMh$ww!q`zOVb+WP*<<40R4Vln!bbH;UG?XeEyDBi-6Y!{XD zAS5L05~M2IVVdG(M>V%IX_T?AbE*+zdl>D8<^X$}ae;_t&J)RX!o$aHSCyY-Od{px zCP+ypR3%GBVtq_Tay8>5Mm-+xC__20)df|q*0Lm5+hyhM zAenOZ93!D-KJWk~`_8Za}hO6JzQX6U%^1b0>4sQN86jS#$Ub_?~P|b1vco_Jc*)g90zF=U{z>)@C0LfLYn_(hx5*Vl4 z9Z1~=w;KvQM&@-;MXVc8?hzJB)krdmIF152NOf34Z=oH;NA92COdkr~9{7Dmk>3lk z?E70t>`9jT4}Sd4-_FNw{V8Ka_DS^pI(R_S~SSl(;k zo;HC~`=>Jdsxmt)o!Y={z6f8=9^QYsG_?Qco;kp(9|P~)2G+{I;NB~6?-;BegXLo| z`^K$Vg*V_m%-L4q9B4S50IjKE?Z~bUi$_jlSUze_9)9uSr=fc^Iemx@>%)d2_OA{8 HrM}=h!kgQS literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5df7091735c4c6e66ba751ef5b723e913756a1b8 GIT binary patch literal 25273 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..930751b023aee3205af38b28c318fd001c0e2c3f GIT binary patch literal 7074 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 V;V~>7q*3`Cs-%SSJ7g literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a1ffb8518aa43c85ee36903afa7e5980d57d6c9 GIT binary patch literal 4339 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 Hr=b5Y35hB| literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..492d3711373647715654ae93e85e89c388615faa GIT binary patch literal 1079 zcmY*YPj4GV6rb5$$I03uG$fHyQE4OybSuRxg2)z^6 z-lRv6Bj32`x`&67sYJ9DJ3PGU5|BMeI>ktxwV9-vMWiN0i%>GjTyeA6X;3(Qu2~D9 zHt2X0%sJ9vUq}@_K%vD!4cmAcW&<*hjmz6 zE5jvu-tlA6Vt$Qs9s5=Mxiu+D)Ql5iF>B5EX} znpU#eAP8x*83dk{*>$F~VoVj)T6!~?-C*6Ukdu|onI$l1vYEySm35Ul2Fl!=&3s20 zQq1%bB8>}#Pm0Q8Gm+Zzti7(QY=3$Ee_wi zxbb^wZM1xK`0-$Cw6yvR*>i6Xs!vw0UGT@N8$WG=8GJfgSbe;(HhTT7@8>Ry5O6t* z%FBK9c04C520&1DGnG&%XcSm;6AQ;!Km&H87Vp#`qu0 Z#m?mla+e0>e&N{+#y7^Vl<;zX{67HcD6jwk literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f7ec7697e7bc670b7c717ad7577fae43ee1b32f GIT binary patch literal 35475 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 Wci-nI|9PMNfQ835*C}PA_5T3M?yA24 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a33c9c011a1cf69d1284c3ee9e3f37ab01421b2 GIT binary patch literal 799 zcmZuv&rcIU6rR~#y0`^Ifly5_fYI0kJJEviKu8RTXf5$zVkknhb{=-=c6Z&`g5{*~ zQX`3a;%4BahCe|61dRu`5R*C{J$d8DttV$?H{rk>X5RbW`@Z+RWWINHYDk=$`s>nX z386n>5}!mA9JWNTfheNbLU}}`DYW1rl*d#Cye4XSNkSllw2hA#B2%^_GT?C$38W3s zaz_Lndt#2zoEAzds34WEAjJAWT|RTHF$zJVN;os-F}ywis?a}0qPq2u)#1+DuEs^N6vugKACTIOoivn=y*hASqu4XzeThDX6)>u^n1FRXw~ z9ZzpzeeJ?=z=Nk%U_R4bqgXbc0MpY+F0&frYJ~9aBQDTFjA(^|S#cfDFBEvfa*Bq< zxMG>i=W4~FRSOuGMZh)Y8=lWrO~1rt3vAw1wOtRE%x6MOG<-sbq5D>il$;8XB||il zDPU#aamnP|G|Bx}8+qV379(P$1r@OUk)pH8j2h8}u@xeACT`6yId(?BdW|sChmm+0 zB332Q?j&B7#8us`wc5vz98Y+C!b$i?*n4s9$r$6`NZZp;w|;=y@gjbHyV-x~quS^v zfztacH5^>b?50LvOuw9|KWr#{`w7(D`*w08`!2hCdhh_rZHu@rH XFB6T_ot=)m`)a7TpA4;dJ;LHY0e{)n literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba770ff97eb800dd340f7e5eb266b478bc716810 GIT binary patch literal 27784 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 D;>{kr literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..855a7ba2832eb57c9d0402d0290ca30c02312db8 GIT binary patch literal 5644 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ƺB}oSLl;ZSxwv_w_7C}u4{)fr;SS#{hZiJU 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py new file mode 100644 index 00000000..5063c3f8 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py @@ -0,0 +1,14 @@ +# .-. .-. .-. . . .-. .-. .-. .-. +# |( |- |.| | | |- `-. | `-. +# ' ' `-' `-`.`-' `-' `-' ' `-' + +__title__ = "requests" +__description__ = "Python HTTP for Humans." +__url__ = "https://requests.readthedocs.io" +__version__ = "2.31.0" +__build__ = 0x023100 +__author__ = "Kenneth Reitz" +__author_email__ = "me@kennethreitz.org" +__license__ = "Apache 2.0" +__copyright__ = "Copyright Kenneth Reitz" +__cake__ = "\u2728 \U0001f370 \u2728" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py new file mode 100644 index 00000000..f2cf635e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py @@ -0,0 +1,50 @@ +""" +requests._internal_utils +~~~~~~~~~~~~~~ + +Provides utility functions that are consumed internally by Requests +which depend on extremely few external helpers (such as compat) +""" +import re + +from .compat import builtin_str + +_VALID_HEADER_NAME_RE_BYTE = re.compile(rb"^[^:\s][^:\r\n]*$") +_VALID_HEADER_NAME_RE_STR = re.compile(r"^[^:\s][^:\r\n]*$") +_VALID_HEADER_VALUE_RE_BYTE = re.compile(rb"^\S[^\r\n]*$|^$") +_VALID_HEADER_VALUE_RE_STR = re.compile(r"^\S[^\r\n]*$|^$") + +_HEADER_VALIDATORS_STR = (_VALID_HEADER_NAME_RE_STR, _VALID_HEADER_VALUE_RE_STR) +_HEADER_VALIDATORS_BYTE = (_VALID_HEADER_NAME_RE_BYTE, _VALID_HEADER_VALUE_RE_BYTE) +HEADER_VALIDATORS = { + bytes: _HEADER_VALIDATORS_BYTE, + str: _HEADER_VALIDATORS_STR, +} + + +def to_native_string(string, encoding="ascii"): + """Given a string object, regardless of type, returns a representation of + that string in the native string type, encoding and decoding where + necessary. This assumes ASCII unless told otherwise. + """ + if isinstance(string, builtin_str): + out = string + else: + out = string.decode(encoding) + + return out + + +def unicode_is_ascii(u_string): + """Determine if unicode string only contains ASCII characters. + + :param str u_string: unicode string to check. Must be unicode + and not Python 2 `str`. + :rtype: bool + """ + assert isinstance(u_string, str) + try: + u_string.encode("ascii") + return True + except UnicodeEncodeError: + return False diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py new file mode 100644 index 00000000..10c17679 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py @@ -0,0 +1,538 @@ +""" +requests.adapters +~~~~~~~~~~~~~~~~~ + +This module contains the transport adapters that Requests uses to define +and maintain connections. +""" + +import os.path +import socket # noqa: F401 + +from pip._vendor.urllib3.exceptions import ClosedPoolError, ConnectTimeoutError +from pip._vendor.urllib3.exceptions import HTTPError as _HTTPError +from pip._vendor.urllib3.exceptions import InvalidHeader as _InvalidHeader +from pip._vendor.urllib3.exceptions import ( + LocationValueError, + MaxRetryError, + NewConnectionError, + ProtocolError, +) +from pip._vendor.urllib3.exceptions import ProxyError as _ProxyError +from pip._vendor.urllib3.exceptions import ReadTimeoutError, ResponseError +from pip._vendor.urllib3.exceptions import SSLError as _SSLError +from pip._vendor.urllib3.poolmanager import PoolManager, proxy_from_url +from pip._vendor.urllib3.util import Timeout as TimeoutSauce +from pip._vendor.urllib3.util import parse_url +from pip._vendor.urllib3.util.retry import Retry + +from .auth import _basic_auth_str +from .compat import basestring, urlparse +from .cookies import extract_cookies_to_jar +from .exceptions import ( + ConnectionError, + ConnectTimeout, + InvalidHeader, + InvalidProxyURL, + InvalidSchema, + InvalidURL, + ProxyError, + ReadTimeout, + RetryError, + SSLError, +) +from .models import Response +from .structures import CaseInsensitiveDict +from .utils import ( + DEFAULT_CA_BUNDLE_PATH, + extract_zipped_paths, + get_auth_from_url, + get_encoding_from_headers, + prepend_scheme_if_needed, + select_proxy, + urldefragauth, +) + +try: + from pip._vendor.urllib3.contrib.socks import SOCKSProxyManager +except ImportError: + + def SOCKSProxyManager(*args, **kwargs): + raise InvalidSchema("Missing dependencies for SOCKS support.") + + +DEFAULT_POOLBLOCK = False +DEFAULT_POOLSIZE = 10 +DEFAULT_RETRIES = 0 +DEFAULT_POOL_TIMEOUT = None + + +class BaseAdapter: + """The Base Transport Adapter""" + + def __init__(self): + super().__init__() + + def send( + self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None + ): + """Sends PreparedRequest object. Returns Response object. + + :param request: The :class:`PreparedRequest ` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + """ + raise NotImplementedError + + def close(self): + """Cleans up adapter specific items.""" + raise NotImplementedError + + +class HTTPAdapter(BaseAdapter): + """The built-in HTTP Adapter for urllib3. + + Provides a general-case interface for Requests sessions to contact HTTP and + HTTPS urls by implementing the Transport Adapter interface. This class will + usually be created by the :class:`Session ` class under the + covers. + + :param pool_connections: The number of urllib3 connection pools to cache. + :param pool_maxsize: The maximum number of connections to save in the pool. + :param max_retries: The maximum number of retries each connection + should attempt. Note, this applies only to failed DNS lookups, socket + connections and connection timeouts, never to requests where data has + made it to the server. By default, Requests does not retry failed + connections. If you need granular control over the conditions under + which we retry a request, import urllib3's ``Retry`` class and pass + that instead. + :param pool_block: Whether the connection pool should block for connections. + + Usage:: + + >>> import requests + >>> s = requests.Session() + >>> a = requests.adapters.HTTPAdapter(max_retries=3) + >>> s.mount('http://', a) + """ + + __attrs__ = [ + "max_retries", + "config", + "_pool_connections", + "_pool_maxsize", + "_pool_block", + ] + + def __init__( + self, + pool_connections=DEFAULT_POOLSIZE, + pool_maxsize=DEFAULT_POOLSIZE, + max_retries=DEFAULT_RETRIES, + pool_block=DEFAULT_POOLBLOCK, + ): + if max_retries == DEFAULT_RETRIES: + self.max_retries = Retry(0, read=False) + else: + self.max_retries = Retry.from_int(max_retries) + self.config = {} + self.proxy_manager = {} + + super().__init__() + + self._pool_connections = pool_connections + self._pool_maxsize = pool_maxsize + self._pool_block = pool_block + + self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block) + + def __getstate__(self): + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + # Can't handle by adding 'proxy_manager' to self.__attrs__ because + # self.poolmanager uses a lambda function, which isn't pickleable. + self.proxy_manager = {} + self.config = {} + + for attr, value in state.items(): + setattr(self, attr, value) + + self.init_poolmanager( + self._pool_connections, self._pool_maxsize, block=self._pool_block + ) + + def init_poolmanager( + self, connections, maxsize, block=DEFAULT_POOLBLOCK, **pool_kwargs + ): + """Initializes a urllib3 PoolManager. + + This method should not be called from user code, and is only + exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param connections: The number of urllib3 connection pools to cache. + :param maxsize: The maximum number of connections to save in the pool. + :param block: Block when no free connections are available. + :param pool_kwargs: Extra keyword arguments used to initialize the Pool Manager. + """ + # save these values for pickling + self._pool_connections = connections + self._pool_maxsize = maxsize + self._pool_block = block + + self.poolmanager = PoolManager( + num_pools=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + def proxy_manager_for(self, proxy, **proxy_kwargs): + """Return urllib3 ProxyManager for the given proxy. + + This method should not be called from user code, and is only + exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param proxy: The proxy to return a urllib3 ProxyManager for. + :param proxy_kwargs: Extra keyword arguments used to configure the Proxy Manager. + :returns: ProxyManager + :rtype: urllib3.ProxyManager + """ + if proxy in self.proxy_manager: + manager = self.proxy_manager[proxy] + elif proxy.lower().startswith("socks"): + username, password = get_auth_from_url(proxy) + manager = self.proxy_manager[proxy] = SOCKSProxyManager( + proxy, + username=username, + password=password, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + else: + proxy_headers = self.proxy_headers(proxy) + manager = self.proxy_manager[proxy] = proxy_from_url( + proxy, + proxy_headers=proxy_headers, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + + return manager + + def cert_verify(self, conn, url, verify, cert): + """Verify a SSL certificate. This method should not be called from user + code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param conn: The urllib3 connection object associated with the cert. + :param url: The requested URL. + :param verify: Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: The SSL certificate to verify. + """ + if url.lower().startswith("https") and verify: + + cert_loc = None + + # Allow self-specified cert location. + if verify is not True: + cert_loc = verify + + if not cert_loc: + cert_loc = extract_zipped_paths(DEFAULT_CA_BUNDLE_PATH) + + if not cert_loc or not os.path.exists(cert_loc): + raise OSError( + f"Could not find a suitable TLS CA certificate bundle, " + f"invalid path: {cert_loc}" + ) + + conn.cert_reqs = "CERT_REQUIRED" + + if not os.path.isdir(cert_loc): + conn.ca_certs = cert_loc + else: + conn.ca_cert_dir = cert_loc + else: + conn.cert_reqs = "CERT_NONE" + conn.ca_certs = None + conn.ca_cert_dir = None + + if cert: + if not isinstance(cert, basestring): + conn.cert_file = cert[0] + conn.key_file = cert[1] + else: + conn.cert_file = cert + conn.key_file = None + if conn.cert_file and not os.path.exists(conn.cert_file): + raise OSError( + f"Could not find the TLS certificate file, " + f"invalid path: {conn.cert_file}" + ) + if conn.key_file and not os.path.exists(conn.key_file): + raise OSError( + f"Could not find the TLS key file, invalid path: {conn.key_file}" + ) + + def build_response(self, req, resp): + """Builds a :class:`Response ` object from a urllib3 + response. This should not be called from user code, and is only exposed + for use when subclassing the + :class:`HTTPAdapter ` + + :param req: The :class:`PreparedRequest ` used to generate the response. + :param resp: The urllib3 response object. + :rtype: requests.Response + """ + response = Response() + + # Fallback to None if there's no status_code, for whatever reason. + response.status_code = getattr(resp, "status", None) + + # Make headers case-insensitive. + response.headers = CaseInsensitiveDict(getattr(resp, "headers", {})) + + # Set encoding. + response.encoding = get_encoding_from_headers(response.headers) + response.raw = resp + response.reason = response.raw.reason + + if isinstance(req.url, bytes): + response.url = req.url.decode("utf-8") + else: + response.url = req.url + + # Add new cookies from the server. + extract_cookies_to_jar(response.cookies, req, resp) + + # Give the Response some context. + response.request = req + response.connection = self + + return response + + def get_connection(self, url, proxies=None): + """Returns a urllib3 connection for the given URL. This should not be + called from user code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param url: The URL to connect to. + :param proxies: (optional) A Requests-style dictionary of proxies used on this request. + :rtype: urllib3.ConnectionPool + """ + proxy = select_proxy(url, proxies) + + if proxy: + proxy = prepend_scheme_if_needed(proxy, "http") + proxy_url = parse_url(proxy) + if not proxy_url.host: + raise InvalidProxyURL( + "Please check proxy URL. It is malformed " + "and could be missing the host." + ) + proxy_manager = self.proxy_manager_for(proxy) + conn = proxy_manager.connection_from_url(url) + else: + # Only scheme should be lower case + parsed = urlparse(url) + url = parsed.geturl() + conn = self.poolmanager.connection_from_url(url) + + return conn + + def close(self): + """Disposes of any internal state. + + Currently, this closes the PoolManager and any active ProxyManager, + which closes any pooled connections. + """ + self.poolmanager.clear() + for proxy in self.proxy_manager.values(): + proxy.clear() + + def request_url(self, request, proxies): + """Obtain the url to use when making the final request. + + If the message is being sent through a HTTP proxy, the full URL has to + be used. Otherwise, we should only use the path portion of the URL. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` being sent. + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs. + :rtype: str + """ + proxy = select_proxy(request.url, proxies) + scheme = urlparse(request.url).scheme + + is_proxied_http_request = proxy and scheme != "https" + using_socks_proxy = False + if proxy: + proxy_scheme = urlparse(proxy).scheme.lower() + using_socks_proxy = proxy_scheme.startswith("socks") + + url = request.path_url + if is_proxied_http_request and not using_socks_proxy: + url = urldefragauth(request.url) + + return url + + def add_headers(self, request, **kwargs): + """Add any headers needed by the connection. As of v2.0 this does + nothing by default, but is left for overriding by users that subclass + the :class:`HTTPAdapter `. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` to add headers to. + :param kwargs: The keyword arguments from the call to send(). + """ + pass + + def proxy_headers(self, proxy): + """Returns a dictionary of the headers to add to any request sent + through a proxy. This works with urllib3 magic to ensure that they are + correctly sent to the proxy, rather than in a tunnelled request if + CONNECT is being used. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param proxy: The url of the proxy being used for this request. + :rtype: dict + """ + headers = {} + username, password = get_auth_from_url(proxy) + + if username: + headers["Proxy-Authorization"] = _basic_auth_str(username, password) + + return headers + + def send( + self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None + ): + """Sends PreparedRequest object. Returns Response object. + + :param request: The :class:`PreparedRequest ` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple or urllib3 Timeout object + :param verify: (optional) Either a boolean, in which case it controls whether + we verify the server's TLS certificate, or a string, in which case it + must be a path to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + :rtype: requests.Response + """ + + try: + conn = self.get_connection(request.url, proxies) + except LocationValueError as e: + raise InvalidURL(e, request=request) + + self.cert_verify(conn, request.url, verify, cert) + url = self.request_url(request, proxies) + self.add_headers( + request, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + ) + + chunked = not (request.body is None or "Content-Length" in request.headers) + + if isinstance(timeout, tuple): + try: + connect, read = timeout + timeout = TimeoutSauce(connect=connect, read=read) + except ValueError: + raise ValueError( + f"Invalid timeout {timeout}. Pass a (connect, read) timeout tuple, " + f"or a single float to set both timeouts to the same value." + ) + elif isinstance(timeout, TimeoutSauce): + pass + else: + timeout = TimeoutSauce(connect=timeout, read=timeout) + + try: + resp = conn.urlopen( + method=request.method, + url=url, + body=request.body, + headers=request.headers, + redirect=False, + assert_same_host=False, + preload_content=False, + decode_content=False, + retries=self.max_retries, + timeout=timeout, + chunked=chunked, + ) + + except (ProtocolError, OSError) as err: + raise ConnectionError(err, request=request) + + except MaxRetryError as e: + if isinstance(e.reason, ConnectTimeoutError): + # TODO: Remove this in 3.0.0: see #2811 + if not isinstance(e.reason, NewConnectionError): + raise ConnectTimeout(e, request=request) + + if isinstance(e.reason, ResponseError): + raise RetryError(e, request=request) + + if isinstance(e.reason, _ProxyError): + raise ProxyError(e, request=request) + + if isinstance(e.reason, _SSLError): + # This branch is for urllib3 v1.22 and later. + raise SSLError(e, request=request) + + raise ConnectionError(e, request=request) + + except ClosedPoolError as e: + raise ConnectionError(e, request=request) + + except _ProxyError as e: + raise ProxyError(e) + + except (_SSLError, _HTTPError) as e: + if isinstance(e, _SSLError): + # This branch is for urllib3 versions earlier than v1.22 + raise SSLError(e, request=request) + elif isinstance(e, ReadTimeoutError): + raise ReadTimeout(e, request=request) + elif isinstance(e, _InvalidHeader): + raise InvalidHeader(e, request=request) + else: + raise + + return self.build_response(request, resp) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py new file mode 100644 index 00000000..cd0b3eea --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py @@ -0,0 +1,157 @@ +""" +requests.api +~~~~~~~~~~~~ + +This module implements the Requests API. + +:copyright: (c) 2012 by Kenneth Reitz. +:license: Apache2, see LICENSE for more details. +""" + +from . import sessions + + +def request(method, url, **kwargs): + """Constructs and sends a :class:`Request `. + + :param method: method for the new :class:`Request` object: ``GET``, ``OPTIONS``, ``HEAD``, ``POST``, ``PUT``, ``PATCH``, or ``DELETE``. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the :class:`Request`. + :param files: (optional) Dictionary of ``'name': file-like-objects`` (or ``{'name': file-tuple}``) for multipart encoding upload. + ``file-tuple`` can be a 2-tuple ``('filename', fileobj)``, 3-tuple ``('filename', fileobj, 'content_type')`` + or a 4-tuple ``('filename', fileobj, 'content_type', custom_headers)``, where ``'content-type'`` is a string + defining the content type of the given file and ``custom_headers`` a dict-like object containing additional headers + to add for the file. + :param auth: (optional) Auth tuple to enable Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How many seconds to wait for the server to send data + before giving up, as a float, or a :ref:`(connect timeout, read + timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Boolean. Enable/disable GET/OPTIONS/POST/PUT/PATCH/DELETE/HEAD redirection. Defaults to ``True``. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol to the URL of the proxy. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. + :param stream: (optional) if ``False``, the response content will be immediately downloaded. + :param cert: (optional) if String, path to ssl client cert file (.pem). If Tuple, ('cert', 'key') pair. + :return: :class:`Response ` object + :rtype: requests.Response + + Usage:: + + >>> import requests + >>> req = requests.request('GET', 'https://httpbin.org/get') + >>> req + + """ + + # By using the 'with' statement we are sure the session is closed, thus we + # avoid leaving sockets open which can trigger a ResourceWarning in some + # cases, and look like a memory leak in others. + with sessions.Session() as session: + return session.request(method=method, url=url, **kwargs) + + +def get(url, params=None, **kwargs): + r"""Sends a GET request. + + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("get", url, params=params, **kwargs) + + +def options(url, **kwargs): + r"""Sends an OPTIONS request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("options", url, **kwargs) + + +def head(url, **kwargs): + r"""Sends a HEAD request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. If + `allow_redirects` is not provided, it will be set to `False` (as + opposed to the default :meth:`request` behavior). + :return: :class:`Response ` object + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return request("head", url, **kwargs) + + +def post(url, data=None, json=None, **kwargs): + r"""Sends a POST request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("post", url, data=data, json=json, **kwargs) + + +def put(url, data=None, **kwargs): + r"""Sends a PUT request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("put", url, data=data, **kwargs) + + +def patch(url, data=None, **kwargs): + r"""Sends a PATCH request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("patch", url, data=data, **kwargs) + + +def delete(url, **kwargs): + r"""Sends a DELETE request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("delete", url, **kwargs) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py new file mode 100644 index 00000000..9733686d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py @@ -0,0 +1,315 @@ +""" +requests.auth +~~~~~~~~~~~~~ + +This module contains the authentication handlers for Requests. +""" + +import hashlib +import os +import re +import threading +import time +import warnings +from base64 import b64encode + +from ._internal_utils import to_native_string +from .compat import basestring, str, urlparse +from .cookies import extract_cookies_to_jar +from .utils import parse_dict_header + +CONTENT_TYPE_FORM_URLENCODED = "application/x-www-form-urlencoded" +CONTENT_TYPE_MULTI_PART = "multipart/form-data" + + +def _basic_auth_str(username, password): + """Returns a Basic Auth string.""" + + # "I want us to put a big-ol' comment on top of it that + # says that this behaviour is dumb but we need to preserve + # it because people are relying on it." + # - Lukasa + # + # These are here solely to maintain backwards compatibility + # for things like ints. This will be removed in 3.0.0. + if not isinstance(username, basestring): + warnings.warn( + "Non-string usernames will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(username), + category=DeprecationWarning, + ) + username = str(username) + + if not isinstance(password, basestring): + warnings.warn( + "Non-string passwords will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(type(password)), + category=DeprecationWarning, + ) + password = str(password) + # -- End Removal -- + + if isinstance(username, str): + username = username.encode("latin1") + + if isinstance(password, str): + password = password.encode("latin1") + + authstr = "Basic " + to_native_string( + b64encode(b":".join((username, password))).strip() + ) + + return authstr + + +class AuthBase: + """Base class that all auth implementations derive from""" + + def __call__(self, r): + raise NotImplementedError("Auth hooks must be callable.") + + +class HTTPBasicAuth(AuthBase): + """Attaches HTTP Basic Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other + + def __call__(self, r): + r.headers["Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPProxyAuth(HTTPBasicAuth): + """Attaches HTTP Proxy Authentication to a given Request object.""" + + def __call__(self, r): + r.headers["Proxy-Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPDigestAuth(AuthBase): + """Attaches HTTP Digest Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + # Keep state in per-thread local storage + self._thread_local = threading.local() + + def init_per_thread_state(self): + # Ensure state is initialized just once per-thread + if not hasattr(self._thread_local, "init"): + self._thread_local.init = True + self._thread_local.last_nonce = "" + self._thread_local.nonce_count = 0 + self._thread_local.chal = {} + self._thread_local.pos = None + self._thread_local.num_401_calls = None + + def build_digest_header(self, method, url): + """ + :rtype: str + """ + + realm = self._thread_local.chal["realm"] + nonce = self._thread_local.chal["nonce"] + qop = self._thread_local.chal.get("qop") + algorithm = self._thread_local.chal.get("algorithm") + opaque = self._thread_local.chal.get("opaque") + hash_utf8 = None + + if algorithm is None: + _algorithm = "MD5" + else: + _algorithm = algorithm.upper() + # lambdas assume digest modules are imported at the top level + if _algorithm == "MD5" or _algorithm == "MD5-SESS": + + def md5_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.md5(x).hexdigest() + + hash_utf8 = md5_utf8 + elif _algorithm == "SHA": + + def sha_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha1(x).hexdigest() + + hash_utf8 = sha_utf8 + elif _algorithm == "SHA-256": + + def sha256_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha256(x).hexdigest() + + hash_utf8 = sha256_utf8 + elif _algorithm == "SHA-512": + + def sha512_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha512(x).hexdigest() + + hash_utf8 = sha512_utf8 + + KD = lambda s, d: hash_utf8(f"{s}:{d}") # noqa:E731 + + if hash_utf8 is None: + return None + + # XXX not implemented yet + entdig = None + p_parsed = urlparse(url) + #: path is request-uri defined in RFC 2616 which should not be empty + path = p_parsed.path or "/" + if p_parsed.query: + path += f"?{p_parsed.query}" + + A1 = f"{self.username}:{realm}:{self.password}" + A2 = f"{method}:{path}" + + HA1 = hash_utf8(A1) + HA2 = hash_utf8(A2) + + if nonce == self._thread_local.last_nonce: + self._thread_local.nonce_count += 1 + else: + self._thread_local.nonce_count = 1 + ncvalue = f"{self._thread_local.nonce_count:08x}" + s = str(self._thread_local.nonce_count).encode("utf-8") + s += nonce.encode("utf-8") + s += time.ctime().encode("utf-8") + s += os.urandom(8) + + cnonce = hashlib.sha1(s).hexdigest()[:16] + if _algorithm == "MD5-SESS": + HA1 = hash_utf8(f"{HA1}:{nonce}:{cnonce}") + + if not qop: + respdig = KD(HA1, f"{nonce}:{HA2}") + elif qop == "auth" or "auth" in qop.split(","): + noncebit = f"{nonce}:{ncvalue}:{cnonce}:auth:{HA2}" + respdig = KD(HA1, noncebit) + else: + # XXX handle auth-int. + return None + + self._thread_local.last_nonce = nonce + + # XXX should the partial digests be encoded too? + base = ( + f'username="{self.username}", realm="{realm}", nonce="{nonce}", ' + f'uri="{path}", response="{respdig}"' + ) + if opaque: + base += f', opaque="{opaque}"' + if algorithm: + base += f', algorithm="{algorithm}"' + if entdig: + base += f', digest="{entdig}"' + if qop: + base += f', qop="auth", nc={ncvalue}, cnonce="{cnonce}"' + + return f"Digest {base}" + + def handle_redirect(self, r, **kwargs): + """Reset num_401_calls counter on redirects.""" + if r.is_redirect: + self._thread_local.num_401_calls = 1 + + def handle_401(self, r, **kwargs): + """ + Takes the given response and tries digest-auth, if needed. + + :rtype: requests.Response + """ + + # If response is not 4xx, do not auth + # See https://github.com/psf/requests/issues/3772 + if not 400 <= r.status_code < 500: + self._thread_local.num_401_calls = 1 + return r + + if self._thread_local.pos is not None: + # Rewind the file position indicator of the body to where + # it was to resend the request. + r.request.body.seek(self._thread_local.pos) + s_auth = r.headers.get("www-authenticate", "") + + if "digest" in s_auth.lower() and self._thread_local.num_401_calls < 2: + + self._thread_local.num_401_calls += 1 + pat = re.compile(r"digest ", flags=re.IGNORECASE) + self._thread_local.chal = parse_dict_header(pat.sub("", s_auth, count=1)) + + # Consume content and release the original connection + # to allow our new request to reuse the same one. + r.content + r.close() + prep = r.request.copy() + extract_cookies_to_jar(prep._cookies, r.request, r.raw) + prep.prepare_cookies(prep._cookies) + + prep.headers["Authorization"] = self.build_digest_header( + prep.method, prep.url + ) + _r = r.connection.send(prep, **kwargs) + _r.history.append(r) + _r.request = prep + + return _r + + self._thread_local.num_401_calls = 1 + return r + + def __call__(self, r): + # Initialize per-thread state, if needed + self.init_per_thread_state() + # If we have a saved nonce, skip the 401 + if self._thread_local.last_nonce: + r.headers["Authorization"] = self.build_digest_header(r.method, r.url) + try: + self._thread_local.pos = r.body.tell() + except AttributeError: + # In the case of HTTPDigestAuth being reused and the body of + # the previous request was a file-like object, pos has the + # file position of the previous body. Ensure it's set to + # None. + self._thread_local.pos = None + r.register_hook("response", self.handle_401) + r.register_hook("response", self.handle_redirect) + self._thread_local.num_401_calls = 1 + + return r + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py new file mode 100644 index 00000000..38696a1f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py @@ -0,0 +1,24 @@ +#!/usr/bin/env python + +""" +requests.certs +~~~~~~~~~~~~~~ + +This module returns the preferred default CA certificate bundle. There is +only one — the one from the certifi package. + +If you are packaging Requests, e.g., for a Linux distribution or a managed +environment, you can change the definition of where() to return a separately +packaged CA bundle. +""" + +import os + +if "_PIP_STANDALONE_CERT" not in os.environ: + from pip._vendor.certifi import where +else: + def where(): + return os.environ["_PIP_STANDALONE_CERT"] + +if __name__ == "__main__": + print(where()) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py new file mode 100644 index 00000000..9ab2bb48 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py @@ -0,0 +1,67 @@ +""" +requests.compat +~~~~~~~~~~~~~~~ + +This module previously handled import compatibility issues +between Python 2 and Python 3. It remains for backwards +compatibility until the next major version. +""" + +from pip._vendor import chardet + +import sys + +# ------- +# Pythons +# ------- + +# Syntax sugar. +_ver = sys.version_info + +#: Python 2.x? +is_py2 = _ver[0] == 2 + +#: Python 3.x? +is_py3 = _ver[0] == 3 + +# Note: We've patched out simplejson support in pip because it prevents +# upgrading simplejson on Windows. +import json +from json import JSONDecodeError + +# Keep OrderedDict for backwards compatibility. +from collections import OrderedDict +from collections.abc import Callable, Mapping, MutableMapping +from http import cookiejar as cookielib +from http.cookies import Morsel +from io import StringIO + +# -------------- +# Legacy Imports +# -------------- +from urllib.parse import ( + quote, + quote_plus, + unquote, + unquote_plus, + urldefrag, + urlencode, + urljoin, + urlparse, + urlsplit, + urlunparse, +) +from urllib.request import ( + getproxies, + getproxies_environment, + parse_http_list, + proxy_bypass, + proxy_bypass_environment, +) + +builtin_str = str +str = str +bytes = bytes +basestring = (str, bytes) +numeric_types = (int, float) +integer_types = (int,) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py new file mode 100644 index 00000000..bf54ab23 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py @@ -0,0 +1,561 @@ +""" +requests.cookies +~~~~~~~~~~~~~~~~ + +Compatibility code to be able to use `cookielib.CookieJar` with requests. + +requests.utils imports from here, so be careful with imports. +""" + +import calendar +import copy +import time + +from ._internal_utils import to_native_string +from .compat import Morsel, MutableMapping, cookielib, urlparse, urlunparse + +try: + import threading +except ImportError: + import dummy_threading as threading + + +class MockRequest: + """Wraps a `requests.Request` to mimic a `urllib2.Request`. + + The code in `cookielib.CookieJar` expects this interface in order to correctly + manage cookie policies, i.e., determine whether a cookie can be set, given the + domains of the request and the cookie. + + The original request object is read-only. The client is responsible for collecting + the new headers via `get_new_headers()` and interpreting them appropriately. You + probably want `get_cookie_header`, defined below. + """ + + def __init__(self, request): + self._r = request + self._new_headers = {} + self.type = urlparse(self._r.url).scheme + + def get_type(self): + return self.type + + def get_host(self): + return urlparse(self._r.url).netloc + + def get_origin_req_host(self): + return self.get_host() + + def get_full_url(self): + # Only return the response's URL if the user hadn't set the Host + # header + if not self._r.headers.get("Host"): + return self._r.url + # If they did set it, retrieve it and reconstruct the expected domain + host = to_native_string(self._r.headers["Host"], encoding="utf-8") + parsed = urlparse(self._r.url) + # Reconstruct the URL as we expect it + return urlunparse( + [ + parsed.scheme, + host, + parsed.path, + parsed.params, + parsed.query, + parsed.fragment, + ] + ) + + def is_unverifiable(self): + return True + + def has_header(self, name): + return name in self._r.headers or name in self._new_headers + + def get_header(self, name, default=None): + return self._r.headers.get(name, self._new_headers.get(name, default)) + + def add_header(self, key, val): + """cookielib has no legitimate use for this method; add it back if you find one.""" + raise NotImplementedError( + "Cookie headers should be added with add_unredirected_header()" + ) + + def add_unredirected_header(self, name, value): + self._new_headers[name] = value + + def get_new_headers(self): + return self._new_headers + + @property + def unverifiable(self): + return self.is_unverifiable() + + @property + def origin_req_host(self): + return self.get_origin_req_host() + + @property + def host(self): + return self.get_host() + + +class MockResponse: + """Wraps a `httplib.HTTPMessage` to mimic a `urllib.addinfourl`. + + ...what? Basically, expose the parsed HTTP headers from the server response + the way `cookielib` expects to see them. + """ + + def __init__(self, headers): + """Make a MockResponse for `cookielib` to read. + + :param headers: a httplib.HTTPMessage or analogous carrying the headers + """ + self._headers = headers + + def info(self): + return self._headers + + def getheaders(self, name): + self._headers.getheaders(name) + + +def extract_cookies_to_jar(jar, request, response): + """Extract the cookies from the response into a CookieJar. + + :param jar: cookielib.CookieJar (not necessarily a RequestsCookieJar) + :param request: our own requests.Request object + :param response: urllib3.HTTPResponse object + """ + if not (hasattr(response, "_original_response") and response._original_response): + return + # the _original_response field is the wrapped httplib.HTTPResponse object, + req = MockRequest(request) + # pull out the HTTPMessage with the headers and put it in the mock: + res = MockResponse(response._original_response.msg) + jar.extract_cookies(res, req) + + +def get_cookie_header(jar, request): + """ + Produce an appropriate Cookie header string to be sent with `request`, or None. + + :rtype: str + """ + r = MockRequest(request) + jar.add_cookie_header(r) + return r.get_new_headers().get("Cookie") + + +def remove_cookie_by_name(cookiejar, name, domain=None, path=None): + """Unsets a cookie by name, by default over all domains and paths. + + Wraps CookieJar.clear(), is O(n). + """ + clearables = [] + for cookie in cookiejar: + if cookie.name != name: + continue + if domain is not None and domain != cookie.domain: + continue + if path is not None and path != cookie.path: + continue + clearables.append((cookie.domain, cookie.path, cookie.name)) + + for domain, path, name in clearables: + cookiejar.clear(domain, path, name) + + +class CookieConflictError(RuntimeError): + """There are two cookies that meet the criteria specified in the cookie jar. + Use .get and .set and include domain and path args in order to be more specific. + """ + + +class RequestsCookieJar(cookielib.CookieJar, MutableMapping): + """Compatibility class; is a cookielib.CookieJar, but exposes a dict + interface. + + This is the CookieJar we create by default for requests and sessions that + don't specify one, since some clients may expect response.cookies and + session.cookies to support dict operations. + + Requests does not use the dict interface internally; it's just for + compatibility with external client code. All requests code should work + out of the box with externally provided instances of ``CookieJar``, e.g. + ``LWPCookieJar`` and ``FileCookieJar``. + + Unlike a regular CookieJar, this class is pickleable. + + .. warning:: dictionary operations that are normally O(1) may be O(n). + """ + + def get(self, name, default=None, domain=None, path=None): + """Dict-like get() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + + .. warning:: operation is O(n), not O(1). + """ + try: + return self._find_no_duplicates(name, domain, path) + except KeyError: + return default + + def set(self, name, value, **kwargs): + """Dict-like set() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + """ + # support client code that unsets cookies by assignment of a None value: + if value is None: + remove_cookie_by_name( + self, name, domain=kwargs.get("domain"), path=kwargs.get("path") + ) + return + + if isinstance(value, Morsel): + c = morsel_to_cookie(value) + else: + c = create_cookie(name, value, **kwargs) + self.set_cookie(c) + return c + + def iterkeys(self): + """Dict-like iterkeys() that returns an iterator of names of cookies + from the jar. + + .. seealso:: itervalues() and iteritems(). + """ + for cookie in iter(self): + yield cookie.name + + def keys(self): + """Dict-like keys() that returns a list of names of cookies from the + jar. + + .. seealso:: values() and items(). + """ + return list(self.iterkeys()) + + def itervalues(self): + """Dict-like itervalues() that returns an iterator of values of cookies + from the jar. + + .. seealso:: iterkeys() and iteritems(). + """ + for cookie in iter(self): + yield cookie.value + + def values(self): + """Dict-like values() that returns a list of values of cookies from the + jar. + + .. seealso:: keys() and items(). + """ + return list(self.itervalues()) + + def iteritems(self): + """Dict-like iteritems() that returns an iterator of name-value tuples + from the jar. + + .. seealso:: iterkeys() and itervalues(). + """ + for cookie in iter(self): + yield cookie.name, cookie.value + + def items(self): + """Dict-like items() that returns a list of name-value tuples from the + jar. Allows client-code to call ``dict(RequestsCookieJar)`` and get a + vanilla python dict of key value pairs. + + .. seealso:: keys() and values(). + """ + return list(self.iteritems()) + + def list_domains(self): + """Utility method to list all the domains in the jar.""" + domains = [] + for cookie in iter(self): + if cookie.domain not in domains: + domains.append(cookie.domain) + return domains + + def list_paths(self): + """Utility method to list all the paths in the jar.""" + paths = [] + for cookie in iter(self): + if cookie.path not in paths: + paths.append(cookie.path) + return paths + + def multiple_domains(self): + """Returns True if there are multiple domains in the jar. + Returns False otherwise. + + :rtype: bool + """ + domains = [] + for cookie in iter(self): + if cookie.domain is not None and cookie.domain in domains: + return True + domains.append(cookie.domain) + return False # there is only one domain in jar + + def get_dict(self, domain=None, path=None): + """Takes as an argument an optional domain and path and returns a plain + old Python dict of name-value pairs of cookies that meet the + requirements. + + :rtype: dict + """ + dictionary = {} + for cookie in iter(self): + if (domain is None or cookie.domain == domain) and ( + path is None or cookie.path == path + ): + dictionary[cookie.name] = cookie.value + return dictionary + + def __contains__(self, name): + try: + return super().__contains__(name) + except CookieConflictError: + return True + + def __getitem__(self, name): + """Dict-like __getitem__() for compatibility with client code. Throws + exception if there are more than one cookie with name. In that case, + use the more explicit get() method instead. + + .. warning:: operation is O(n), not O(1). + """ + return self._find_no_duplicates(name) + + def __setitem__(self, name, value): + """Dict-like __setitem__ for compatibility with client code. Throws + exception if there is already a cookie of that name in the jar. In that + case, use the more explicit set() method instead. + """ + self.set(name, value) + + def __delitem__(self, name): + """Deletes a cookie given a name. Wraps ``cookielib.CookieJar``'s + ``remove_cookie_by_name()``. + """ + remove_cookie_by_name(self, name) + + def set_cookie(self, cookie, *args, **kwargs): + if ( + hasattr(cookie.value, "startswith") + and cookie.value.startswith('"') + and cookie.value.endswith('"') + ): + cookie.value = cookie.value.replace('\\"', "") + return super().set_cookie(cookie, *args, **kwargs) + + def update(self, other): + """Updates this jar with cookies from another CookieJar or dict-like""" + if isinstance(other, cookielib.CookieJar): + for cookie in other: + self.set_cookie(copy.copy(cookie)) + else: + super().update(other) + + def _find(self, name, domain=None, path=None): + """Requests uses this method internally to get cookie values. + + If there are conflicting cookies, _find arbitrarily chooses one. + See _find_no_duplicates if you want an exception thrown if there are + conflicting cookies. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :return: cookie.value + """ + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + return cookie.value + + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def _find_no_duplicates(self, name, domain=None, path=None): + """Both ``__get_item__`` and ``get`` call this function: it's never + used elsewhere in Requests. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :raises KeyError: if cookie is not found + :raises CookieConflictError: if there are multiple cookies + that match name and optionally domain and path + :return: cookie.value + """ + toReturn = None + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + if toReturn is not None: + # if there are multiple cookies that meet passed in criteria + raise CookieConflictError( + f"There are multiple cookies with name, {name!r}" + ) + # we will eventually return this as long as no cookie conflict + toReturn = cookie.value + + if toReturn: + return toReturn + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def __getstate__(self): + """Unlike a normal CookieJar, this class is pickleable.""" + state = self.__dict__.copy() + # remove the unpickleable RLock object + state.pop("_cookies_lock") + return state + + def __setstate__(self, state): + """Unlike a normal CookieJar, this class is pickleable.""" + self.__dict__.update(state) + if "_cookies_lock" not in self.__dict__: + self._cookies_lock = threading.RLock() + + def copy(self): + """Return a copy of this RequestsCookieJar.""" + new_cj = RequestsCookieJar() + new_cj.set_policy(self.get_policy()) + new_cj.update(self) + return new_cj + + def get_policy(self): + """Return the CookiePolicy instance used.""" + return self._policy + + +def _copy_cookie_jar(jar): + if jar is None: + return None + + if hasattr(jar, "copy"): + # We're dealing with an instance of RequestsCookieJar + return jar.copy() + # We're dealing with a generic CookieJar instance + new_jar = copy.copy(jar) + new_jar.clear() + for cookie in jar: + new_jar.set_cookie(copy.copy(cookie)) + return new_jar + + +def create_cookie(name, value, **kwargs): + """Make a cookie from underspecified parameters. + + By default, the pair of `name` and `value` will be set for the domain '' + and sent on every request (this is sometimes called a "supercookie"). + """ + result = { + "version": 0, + "name": name, + "value": value, + "port": None, + "domain": "", + "path": "/", + "secure": False, + "expires": None, + "discard": True, + "comment": None, + "comment_url": None, + "rest": {"HttpOnly": None}, + "rfc2109": False, + } + + badargs = set(kwargs) - set(result) + if badargs: + raise TypeError( + f"create_cookie() got unexpected keyword arguments: {list(badargs)}" + ) + + result.update(kwargs) + result["port_specified"] = bool(result["port"]) + result["domain_specified"] = bool(result["domain"]) + result["domain_initial_dot"] = result["domain"].startswith(".") + result["path_specified"] = bool(result["path"]) + + return cookielib.Cookie(**result) + + +def morsel_to_cookie(morsel): + """Convert a Morsel object into a Cookie containing the one k/v pair.""" + + expires = None + if morsel["max-age"]: + try: + expires = int(time.time() + int(morsel["max-age"])) + except ValueError: + raise TypeError(f"max-age: {morsel['max-age']} must be integer") + elif morsel["expires"]: + time_template = "%a, %d-%b-%Y %H:%M:%S GMT" + expires = calendar.timegm(time.strptime(morsel["expires"], time_template)) + return create_cookie( + comment=morsel["comment"], + comment_url=bool(morsel["comment"]), + discard=False, + domain=morsel["domain"], + expires=expires, + name=morsel.key, + path=morsel["path"], + port=None, + rest={"HttpOnly": morsel["httponly"]}, + rfc2109=False, + secure=bool(morsel["secure"]), + value=morsel.value, + version=morsel["version"] or 0, + ) + + +def cookiejar_from_dict(cookie_dict, cookiejar=None, overwrite=True): + """Returns a CookieJar from a key/value dictionary. + + :param cookie_dict: Dict of key/values to insert into CookieJar. + :param cookiejar: (optional) A cookiejar to add the cookies to. + :param overwrite: (optional) If False, will not replace cookies + already in the jar with new ones. + :rtype: CookieJar + """ + if cookiejar is None: + cookiejar = RequestsCookieJar() + + if cookie_dict is not None: + names_from_jar = [cookie.name for cookie in cookiejar] + for name in cookie_dict: + if overwrite or (name not in names_from_jar): + cookiejar.set_cookie(create_cookie(name, cookie_dict[name])) + + return cookiejar + + +def merge_cookies(cookiejar, cookies): + """Add cookies to cookiejar and returns a merged CookieJar. + + :param cookiejar: CookieJar object to add the cookies to. + :param cookies: Dictionary or CookieJar object to be added. + :rtype: CookieJar + """ + if not isinstance(cookiejar, cookielib.CookieJar): + raise ValueError("You can only merge into CookieJar") + + if isinstance(cookies, dict): + cookiejar = cookiejar_from_dict(cookies, cookiejar=cookiejar, overwrite=False) + elif isinstance(cookies, cookielib.CookieJar): + try: + cookiejar.update(cookies) + except AttributeError: + for cookie_in_jar in cookies: + cookiejar.set_cookie(cookie_in_jar) + + return cookiejar diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py new file mode 100644 index 00000000..168d0739 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py @@ -0,0 +1,141 @@ +""" +requests.exceptions +~~~~~~~~~~~~~~~~~~~ + +This module contains the set of Requests' exceptions. +""" +from pip._vendor.urllib3.exceptions import HTTPError as BaseHTTPError + +from .compat import JSONDecodeError as CompatJSONDecodeError + + +class RequestException(IOError): + """There was an ambiguous exception that occurred while handling your + request. + """ + + def __init__(self, *args, **kwargs): + """Initialize RequestException with `request` and `response` objects.""" + response = kwargs.pop("response", None) + self.response = response + self.request = kwargs.pop("request", None) + if response is not None and not self.request and hasattr(response, "request"): + self.request = self.response.request + super().__init__(*args, **kwargs) + + +class InvalidJSONError(RequestException): + """A JSON error occurred.""" + + +class JSONDecodeError(InvalidJSONError, CompatJSONDecodeError): + """Couldn't decode the text into json""" + + def __init__(self, *args, **kwargs): + """ + Construct the JSONDecodeError instance first with all + args. Then use it's args to construct the IOError so that + the json specific args aren't used as IOError specific args + and the error message from JSONDecodeError is preserved. + """ + CompatJSONDecodeError.__init__(self, *args) + InvalidJSONError.__init__(self, *self.args, **kwargs) + + +class HTTPError(RequestException): + """An HTTP error occurred.""" + + +class ConnectionError(RequestException): + """A Connection error occurred.""" + + +class ProxyError(ConnectionError): + """A proxy error occurred.""" + + +class SSLError(ConnectionError): + """An SSL error occurred.""" + + +class Timeout(RequestException): + """The request timed out. + + Catching this error will catch both + :exc:`~requests.exceptions.ConnectTimeout` and + :exc:`~requests.exceptions.ReadTimeout` errors. + """ + + +class ConnectTimeout(ConnectionError, Timeout): + """The request timed out while trying to connect to the remote server. + + Requests that produced this error are safe to retry. + """ + + +class ReadTimeout(Timeout): + """The server did not send any data in the allotted amount of time.""" + + +class URLRequired(RequestException): + """A valid URL is required to make a request.""" + + +class TooManyRedirects(RequestException): + """Too many redirects.""" + + +class MissingSchema(RequestException, ValueError): + """The URL scheme (e.g. http or https) is missing.""" + + +class InvalidSchema(RequestException, ValueError): + """The URL scheme provided is either invalid or unsupported.""" + + +class InvalidURL(RequestException, ValueError): + """The URL provided was somehow invalid.""" + + +class InvalidHeader(RequestException, ValueError): + """The header value provided was somehow invalid.""" + + +class InvalidProxyURL(InvalidURL): + """The proxy URL provided is invalid.""" + + +class ChunkedEncodingError(RequestException): + """The server declared chunked encoding but sent an invalid chunk.""" + + +class ContentDecodingError(RequestException, BaseHTTPError): + """Failed to decode response content.""" + + +class StreamConsumedError(RequestException, TypeError): + """The content for this response was already consumed.""" + + +class RetryError(RequestException): + """Custom retries logic failed""" + + +class UnrewindableBodyError(RequestException): + """Requests encountered an error when trying to rewind a body.""" + + +# Warnings + + +class RequestsWarning(Warning): + """Base warning for Requests.""" + + +class FileModeWarning(RequestsWarning, DeprecationWarning): + """A file was opened in text mode, but Requests determined its binary length.""" + + +class RequestsDependencyWarning(RequestsWarning): + """An imported dependency doesn't match the expected version range.""" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py new file mode 100644 index 00000000..2d292c2f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py @@ -0,0 +1,131 @@ +"""Module containing bug report helper(s).""" + +import json +import platform +import ssl +import sys + +from pip._vendor import idna +from pip._vendor import urllib3 + +from . import __version__ as requests_version + +charset_normalizer = None + +try: + from pip._vendor import chardet +except ImportError: + chardet = None + +try: + from pip._vendor.urllib3.contrib import pyopenssl +except ImportError: + pyopenssl = None + OpenSSL = None + cryptography = None +else: + import cryptography + import OpenSSL + + +def _implementation(): + """Return a dict with the Python implementation and version. + + Provide both the name and the version of the Python implementation + currently running. For example, on CPython 3.10.3 it will return + {'name': 'CPython', 'version': '3.10.3'}. + + This function works best on CPython and PyPy: in particular, it probably + doesn't work for Jython or IronPython. Future investigation should be done + to work out the correct shape of the code for those platforms. + """ + implementation = platform.python_implementation() + + if implementation == "CPython": + implementation_version = platform.python_version() + elif implementation == "PyPy": + implementation_version = "{}.{}.{}".format( + sys.pypy_version_info.major, + sys.pypy_version_info.minor, + sys.pypy_version_info.micro, + ) + if sys.pypy_version_info.releaselevel != "final": + implementation_version = "".join( + [implementation_version, sys.pypy_version_info.releaselevel] + ) + elif implementation == "Jython": + implementation_version = platform.python_version() # Complete Guess + elif implementation == "IronPython": + implementation_version = platform.python_version() # Complete Guess + else: + implementation_version = "Unknown" + + return {"name": implementation, "version": implementation_version} + + +def info(): + """Generate information for a bug report.""" + try: + platform_info = { + "system": platform.system(), + "release": platform.release(), + } + except OSError: + platform_info = { + "system": "Unknown", + "release": "Unknown", + } + + implementation_info = _implementation() + urllib3_info = {"version": urllib3.__version__} + charset_normalizer_info = {"version": None} + chardet_info = {"version": None} + if charset_normalizer: + charset_normalizer_info = {"version": charset_normalizer.__version__} + if chardet: + chardet_info = {"version": chardet.__version__} + + pyopenssl_info = { + "version": None, + "openssl_version": "", + } + if OpenSSL: + pyopenssl_info = { + "version": OpenSSL.__version__, + "openssl_version": f"{OpenSSL.SSL.OPENSSL_VERSION_NUMBER:x}", + } + cryptography_info = { + "version": getattr(cryptography, "__version__", ""), + } + idna_info = { + "version": getattr(idna, "__version__", ""), + } + + system_ssl = ssl.OPENSSL_VERSION_NUMBER + system_ssl_info = {"version": f"{system_ssl:x}" if system_ssl is not None else ""} + + return { + "platform": platform_info, + "implementation": implementation_info, + "system_ssl": system_ssl_info, + "using_pyopenssl": pyopenssl is not None, + "using_charset_normalizer": chardet is None, + "pyOpenSSL": pyopenssl_info, + "urllib3": urllib3_info, + "chardet": chardet_info, + "charset_normalizer": charset_normalizer_info, + "cryptography": cryptography_info, + "idna": idna_info, + "requests": { + "version": requests_version, + }, + } + + +def main(): + """Pretty-print the bug information as JSON.""" + print(json.dumps(info(), sort_keys=True, indent=2)) + + +if __name__ == "__main__": + main() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py new file mode 100644 index 00000000..d181ba2e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py @@ -0,0 +1,33 @@ +""" +requests.hooks +~~~~~~~~~~~~~~ + +This module provides the capabilities for the Requests hooks system. + +Available hooks: + +``response``: + The response generated from a Request. +""" +HOOKS = ["response"] + + +def default_hooks(): + return {event: [] for event in HOOKS} + + +# TODO: response is the only one + + +def dispatch_hook(key, hooks, hook_data, **kwargs): + """Dispatches a hook dictionary on a given piece of data.""" + hooks = hooks or {} + hooks = hooks.get(key) + if hooks: + if hasattr(hooks, "__call__"): + hooks = [hooks] + for hook in hooks: + _hook_data = hook(hook_data, **kwargs) + if _hook_data is not None: + hook_data = _hook_data + return hook_data diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py new file mode 100644 index 00000000..76e6f199 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py @@ -0,0 +1,1034 @@ +""" +requests.models +~~~~~~~~~~~~~~~ + +This module contains the primary objects that power Requests. +""" + +import datetime + +# Import encoding now, to avoid implicit import later. +# Implicit import within threads may cause LookupError when standard library is in a ZIP, +# such as in Embedded Python. See https://github.com/psf/requests/issues/3578. +import encodings.idna # noqa: F401 +from io import UnsupportedOperation + +from pip._vendor.urllib3.exceptions import ( + DecodeError, + LocationParseError, + ProtocolError, + ReadTimeoutError, + SSLError, +) +from pip._vendor.urllib3.fields import RequestField +from pip._vendor.urllib3.filepost import encode_multipart_formdata +from pip._vendor.urllib3.util import parse_url + +from ._internal_utils import to_native_string, unicode_is_ascii +from .auth import HTTPBasicAuth +from .compat import ( + Callable, + JSONDecodeError, + Mapping, + basestring, + builtin_str, + chardet, + cookielib, +) +from .compat import json as complexjson +from .compat import urlencode, urlsplit, urlunparse +from .cookies import _copy_cookie_jar, cookiejar_from_dict, get_cookie_header +from .exceptions import ( + ChunkedEncodingError, + ConnectionError, + ContentDecodingError, + HTTPError, + InvalidJSONError, + InvalidURL, +) +from .exceptions import JSONDecodeError as RequestsJSONDecodeError +from .exceptions import MissingSchema +from .exceptions import SSLError as RequestsSSLError +from .exceptions import StreamConsumedError +from .hooks import default_hooks +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( + check_header_validity, + get_auth_from_url, + guess_filename, + guess_json_utf, + iter_slices, + parse_header_links, + requote_uri, + stream_decode_response_unicode, + super_len, + to_key_val_list, +) + +#: The set of HTTP status codes that indicate an automatically +#: processable redirect. +REDIRECT_STATI = ( + codes.moved, # 301 + codes.found, # 302 + codes.other, # 303 + codes.temporary_redirect, # 307 + codes.permanent_redirect, # 308 +) + +DEFAULT_REDIRECT_LIMIT = 30 +CONTENT_CHUNK_SIZE = 10 * 1024 +ITER_CHUNK_SIZE = 512 + + +class RequestEncodingMixin: + @property + def path_url(self): + """Build the path URL to use.""" + + url = [] + + p = urlsplit(self.url) + + path = p.path + if not path: + path = "/" + + url.append(path) + + query = p.query + if query: + url.append("?") + url.append(query) + + return "".join(url) + + @staticmethod + def _encode_params(data): + """Encode parameters in a piece of data. + + Will successfully encode parameters when passed as a dict or a list of + 2-tuples. Order is retained if data is a list of 2-tuples but arbitrary + if parameters are supplied as a dict. + """ + + if isinstance(data, (str, bytes)): + return data + elif hasattr(data, "read"): + return data + elif hasattr(data, "__iter__"): + result = [] + for k, vs in to_key_val_list(data): + if isinstance(vs, basestring) or not hasattr(vs, "__iter__"): + vs = [vs] + for v in vs: + if v is not None: + result.append( + ( + k.encode("utf-8") if isinstance(k, str) else k, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + return urlencode(result, doseq=True) + else: + return data + + @staticmethod + def _encode_files(files, data): + """Build the body for a multipart/form-data request. + + Will successfully encode files when passed as a dict or a list of + tuples. Order is retained if data is a list of tuples but arbitrary + if parameters are supplied as a dict. + The tuples may be 2-tuples (filename, fileobj), 3-tuples (filename, fileobj, contentype) + or 4-tuples (filename, fileobj, contentype, custom_headers). + """ + if not files: + raise ValueError("Files must be provided.") + elif isinstance(data, basestring): + raise ValueError("Data must not be a string.") + + new_fields = [] + fields = to_key_val_list(data or {}) + files = to_key_val_list(files or {}) + + for field, val in fields: + if isinstance(val, basestring) or not hasattr(val, "__iter__"): + val = [val] + for v in val: + if v is not None: + # Don't call str() on bytestrings: in Py3 it all goes wrong. + if not isinstance(v, bytes): + v = str(v) + + new_fields.append( + ( + field.decode("utf-8") + if isinstance(field, bytes) + else field, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + + for (k, v) in files: + # support for explicit filename + ft = None + fh = None + if isinstance(v, (tuple, list)): + if len(v) == 2: + fn, fp = v + elif len(v) == 3: + fn, fp, ft = v + else: + fn, fp, ft, fh = v + else: + fn = guess_filename(v) or k + fp = v + + if isinstance(fp, (str, bytes, bytearray)): + fdata = fp + elif hasattr(fp, "read"): + fdata = fp.read() + elif fp is None: + continue + else: + fdata = fp + + rf = RequestField(name=k, data=fdata, filename=fn, headers=fh) + rf.make_multipart(content_type=ft) + new_fields.append(rf) + + body, content_type = encode_multipart_formdata(new_fields) + + return body, content_type + + +class RequestHooksMixin: + def register_hook(self, event, hook): + """Properly register a hook.""" + + if event not in self.hooks: + raise ValueError(f'Unsupported event specified, with event name "{event}"') + + if isinstance(hook, Callable): + self.hooks[event].append(hook) + elif hasattr(hook, "__iter__"): + self.hooks[event].extend(h for h in hook if isinstance(h, Callable)) + + def deregister_hook(self, event, hook): + """Deregister a previously registered hook. + Returns True if the hook existed, False if not. + """ + + try: + self.hooks[event].remove(hook) + return True + except ValueError: + return False + + +class Request(RequestHooksMixin): + """A user-created :class:`Request ` object. + + Used to prepare a :class:`PreparedRequest `, which is sent to the server. + + :param method: HTTP method to use. + :param url: URL to send. + :param headers: dictionary of headers to send. + :param files: dictionary of {filename: fileobject} files to multipart upload. + :param data: the body to attach to the request. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param json: json for the body to attach to the request (if files or data is not specified). + :param params: URL parameters to append to the URL. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param auth: Auth handler or (user, pass) tuple. + :param cookies: dictionary or CookieJar of cookies to attach to this request. + :param hooks: dictionary of callback hooks, for internal usage. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> req.prepare() + + """ + + def __init__( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + + # Default empty dicts for dict params. + data = [] if data is None else data + files = [] if files is None else files + headers = {} if headers is None else headers + params = {} if params is None else params + hooks = {} if hooks is None else hooks + + self.hooks = default_hooks() + for (k, v) in list(hooks.items()): + self.register_hook(event=k, hook=v) + + self.method = method + self.url = url + self.headers = headers + self.files = files + self.data = data + self.json = json + self.params = params + self.auth = auth + self.cookies = cookies + + def __repr__(self): + return f"" + + def prepare(self): + """Constructs a :class:`PreparedRequest ` for transmission and returns it.""" + p = PreparedRequest() + p.prepare( + method=self.method, + url=self.url, + headers=self.headers, + files=self.files, + data=self.data, + json=self.json, + params=self.params, + auth=self.auth, + cookies=self.cookies, + hooks=self.hooks, + ) + return p + + +class PreparedRequest(RequestEncodingMixin, RequestHooksMixin): + """The fully mutable :class:`PreparedRequest ` object, + containing the exact bytes that will be sent to the server. + + Instances are generated from a :class:`Request ` object, and + should not be instantiated manually; doing so may produce undesirable + effects. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> r = req.prepare() + >>> r + + + >>> s = requests.Session() + >>> s.send(r) + + """ + + def __init__(self): + #: HTTP verb to send to the server. + self.method = None + #: HTTP URL to send the request to. + self.url = None + #: dictionary of HTTP headers. + self.headers = None + # The `CookieJar` used to create the Cookie header will be stored here + # after prepare_cookies is called + self._cookies = None + #: request body to send to the server. + self.body = None + #: dictionary of callback hooks, for internal usage. + self.hooks = default_hooks() + #: integer denoting starting position of a readable file-like body. + self._body_position = None + + def prepare( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + """Prepares the entire request with the given parameters.""" + + self.prepare_method(method) + self.prepare_url(url, params) + self.prepare_headers(headers) + self.prepare_cookies(cookies) + self.prepare_body(data, files, json) + self.prepare_auth(auth, url) + + # Note that prepare_auth must be last to enable authentication schemes + # such as OAuth to work on a fully prepared request. + + # This MUST go after prepare_auth. Authenticators could add a hook + self.prepare_hooks(hooks) + + def __repr__(self): + return f"" + + def copy(self): + p = PreparedRequest() + p.method = self.method + p.url = self.url + p.headers = self.headers.copy() if self.headers is not None else None + p._cookies = _copy_cookie_jar(self._cookies) + p.body = self.body + p.hooks = self.hooks + p._body_position = self._body_position + return p + + def prepare_method(self, method): + """Prepares the given HTTP method.""" + self.method = method + if self.method is not None: + self.method = to_native_string(self.method.upper()) + + @staticmethod + def _get_idna_encoded_host(host): + from pip._vendor import idna + + try: + host = idna.encode(host, uts46=True).decode("utf-8") + except idna.IDNAError: + raise UnicodeError + return host + + def prepare_url(self, url, params): + """Prepares the given HTTP URL.""" + #: Accept objects that have string representations. + #: We're unable to blindly call unicode/str functions + #: as this will include the bytestring indicator (b'') + #: on python 3.x. + #: https://github.com/psf/requests/pull/2238 + if isinstance(url, bytes): + url = url.decode("utf8") + else: + url = str(url) + + # Remove leading whitespaces from url + url = url.lstrip() + + # Don't do any URL preparation for non-HTTP schemes like `mailto`, + # `data` etc to work around exceptions from `url_parse`, which + # handles RFC 3986 only. + if ":" in url and not url.lower().startswith("http"): + self.url = url + return + + # Support for unicode domain names and paths. + try: + scheme, auth, host, port, path, query, fragment = parse_url(url) + except LocationParseError as e: + raise InvalidURL(*e.args) + + if not scheme: + raise MissingSchema( + f"Invalid URL {url!r}: No scheme supplied. " + f"Perhaps you meant https://{url}?" + ) + + if not host: + raise InvalidURL(f"Invalid URL {url!r}: No host supplied") + + # In general, we want to try IDNA encoding the hostname if the string contains + # non-ASCII characters. This allows users to automatically get the correct IDNA + # behaviour. For strings containing only ASCII characters, we need to also verify + # it doesn't start with a wildcard (*), before allowing the unencoded hostname. + if not unicode_is_ascii(host): + try: + host = self._get_idna_encoded_host(host) + except UnicodeError: + raise InvalidURL("URL has an invalid label.") + elif host.startswith(("*", ".")): + raise InvalidURL("URL has an invalid label.") + + # Carefully reconstruct the network location + netloc = auth or "" + if netloc: + netloc += "@" + netloc += host + if port: + netloc += f":{port}" + + # Bare domains aren't valid URLs. + if not path: + path = "/" + + if isinstance(params, (str, bytes)): + params = to_native_string(params) + + enc_params = self._encode_params(params) + if enc_params: + if query: + query = f"{query}&{enc_params}" + else: + query = enc_params + + url = requote_uri(urlunparse([scheme, netloc, path, None, query, fragment])) + self.url = url + + def prepare_headers(self, headers): + """Prepares the given HTTP headers.""" + + self.headers = CaseInsensitiveDict() + if headers: + for header in headers.items(): + # Raise exception on invalid header value. + check_header_validity(header) + name, value = header + self.headers[to_native_string(name)] = value + + def prepare_body(self, data, files, json=None): + """Prepares the given HTTP body data.""" + + # Check if file, fo, generator, iterator. + # If not, run through normal process. + + # Nottin' on you. + body = None + content_type = None + + if not data and json is not None: + # urllib3 requires a bytes-like body. Python 2's json.dumps + # provides this natively, but Python 3 gives a Unicode string. + content_type = "application/json" + + try: + body = complexjson.dumps(json, allow_nan=False) + except ValueError as ve: + raise InvalidJSONError(ve, request=self) + + if not isinstance(body, bytes): + body = body.encode("utf-8") + + is_stream = all( + [ + hasattr(data, "__iter__"), + not isinstance(data, (basestring, list, tuple, Mapping)), + ] + ) + + if is_stream: + try: + length = super_len(data) + except (TypeError, AttributeError, UnsupportedOperation): + length = None + + body = data + + if getattr(body, "tell", None) is not None: + # Record the current file position before reading. + # This will allow us to rewind a file in the event + # of a redirect. + try: + self._body_position = body.tell() + except OSError: + # This differentiates from None, allowing us to catch + # a failed `tell()` later when trying to rewind the body + self._body_position = object() + + if files: + raise NotImplementedError( + "Streamed bodies and files are mutually exclusive." + ) + + if length: + self.headers["Content-Length"] = builtin_str(length) + else: + self.headers["Transfer-Encoding"] = "chunked" + else: + # Multi-part file uploads. + if files: + (body, content_type) = self._encode_files(files, data) + else: + if data: + body = self._encode_params(data) + if isinstance(data, basestring) or hasattr(data, "read"): + content_type = None + else: + content_type = "application/x-www-form-urlencoded" + + self.prepare_content_length(body) + + # Add content-type if it wasn't explicitly provided. + if content_type and ("content-type" not in self.headers): + self.headers["Content-Type"] = content_type + + self.body = body + + def prepare_content_length(self, body): + """Prepare Content-Length header based on request method and body""" + if body is not None: + length = super_len(body) + if length: + # If length exists, set it. Otherwise, we fallback + # to Transfer-Encoding: chunked. + self.headers["Content-Length"] = builtin_str(length) + elif ( + self.method not in ("GET", "HEAD") + and self.headers.get("Content-Length") is None + ): + # Set Content-Length to 0 for methods that can have a body + # but don't provide one. (i.e. not GET or HEAD) + self.headers["Content-Length"] = "0" + + def prepare_auth(self, auth, url=""): + """Prepares the given HTTP auth data.""" + + # If no Auth is explicitly provided, extract it from the URL first. + if auth is None: + url_auth = get_auth_from_url(self.url) + auth = url_auth if any(url_auth) else None + + if auth: + if isinstance(auth, tuple) and len(auth) == 2: + # special-case basic HTTP auth + auth = HTTPBasicAuth(*auth) + + # Allow auth to make its changes. + r = auth(self) + + # Update self to reflect the auth changes. + self.__dict__.update(r.__dict__) + + # Recompute Content-Length + self.prepare_content_length(self.body) + + def prepare_cookies(self, cookies): + """Prepares the given HTTP cookie data. + + This function eventually generates a ``Cookie`` header from the + given cookies using cookielib. Due to cookielib's design, the header + will not be regenerated if it already exists, meaning this function + can only be called once for the life of the + :class:`PreparedRequest ` object. Any subsequent calls + to ``prepare_cookies`` will have no actual effect, unless the "Cookie" + header is removed beforehand. + """ + if isinstance(cookies, cookielib.CookieJar): + self._cookies = cookies + else: + self._cookies = cookiejar_from_dict(cookies) + + cookie_header = get_cookie_header(self._cookies, self) + if cookie_header is not None: + self.headers["Cookie"] = cookie_header + + def prepare_hooks(self, hooks): + """Prepares the given hooks.""" + # hooks can be passed as None to the prepare method and to this + # method. To prevent iterating over None, simply use an empty list + # if hooks is False-y + hooks = hooks or [] + for event in hooks: + self.register_hook(event, hooks[event]) + + +class Response: + """The :class:`Response ` object, which contains a + server's response to an HTTP request. + """ + + __attrs__ = [ + "_content", + "status_code", + "headers", + "url", + "history", + "encoding", + "reason", + "cookies", + "elapsed", + "request", + ] + + def __init__(self): + self._content = False + self._content_consumed = False + self._next = None + + #: Integer Code of responded HTTP Status, e.g. 404 or 200. + self.status_code = None + + #: Case-insensitive Dictionary of Response Headers. + #: For example, ``headers['content-encoding']`` will return the + #: value of a ``'Content-Encoding'`` response header. + self.headers = CaseInsensitiveDict() + + #: File-like object representation of response (for advanced usage). + #: Use of ``raw`` requires that ``stream=True`` be set on the request. + #: This requirement does not apply for use internally to Requests. + self.raw = None + + #: Final URL location of Response. + self.url = None + + #: Encoding to decode with when accessing r.text. + self.encoding = None + + #: A list of :class:`Response ` objects from + #: the history of the Request. Any redirect responses will end + #: up here. The list is sorted from the oldest to the most recent request. + self.history = [] + + #: Textual reason of responded HTTP Status, e.g. "Not Found" or "OK". + self.reason = None + + #: A CookieJar of Cookies the server sent back. + self.cookies = cookiejar_from_dict({}) + + #: The amount of time elapsed between sending the request + #: and the arrival of the response (as a timedelta). + #: This property specifically measures the time taken between sending + #: the first byte of the request and finishing parsing the headers. It + #: is therefore unaffected by consuming the response content or the + #: value of the ``stream`` keyword argument. + self.elapsed = datetime.timedelta(0) + + #: The :class:`PreparedRequest ` object to which this + #: is a response. + self.request = None + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def __getstate__(self): + # Consume everything; accessing the content attribute makes + # sure the content has been fully read. + if not self._content_consumed: + self.content + + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + for name, value in state.items(): + setattr(self, name, value) + + # pickled objects do not have .raw + setattr(self, "_content_consumed", True) + setattr(self, "raw", None) + + def __repr__(self): + return f"" + + def __bool__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __nonzero__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __iter__(self): + """Allows you to use a response as an iterator.""" + return self.iter_content(128) + + @property + def ok(self): + """Returns True if :attr:`status_code` is less than 400, False if not. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + try: + self.raise_for_status() + except HTTPError: + return False + return True + + @property + def is_redirect(self): + """True if this Response is a well-formed HTTP redirect that could have + been processed automatically (by :meth:`Session.resolve_redirects`). + """ + return "location" in self.headers and self.status_code in REDIRECT_STATI + + @property + def is_permanent_redirect(self): + """True if this Response one of the permanent versions of redirect.""" + return "location" in self.headers and self.status_code in ( + codes.moved_permanently, + codes.permanent_redirect, + ) + + @property + def next(self): + """Returns a PreparedRequest for the next request in a redirect chain, if there is one.""" + return self._next + + @property + def apparent_encoding(self): + """The apparent encoding, provided by the charset_normalizer or chardet libraries.""" + return chardet.detect(self.content)["encoding"] + + def iter_content(self, chunk_size=1, decode_unicode=False): + """Iterates over the response data. When stream=True is set on the + request, this avoids reading the content at once into memory for + large responses. The chunk size is the number of bytes it should + read into memory. This is not necessarily the length of each item + returned as decoding can take place. + + chunk_size must be of type int or None. A value of None will + function differently depending on the value of `stream`. + stream=True will read data as it arrives in whatever size the + chunks are received. If stream=False, data is returned as + a single chunk. + + If decode_unicode is True, content will be decoded using the best + available encoding based on the response. + """ + + def generate(): + # Special case for urllib3. + if hasattr(self.raw, "stream"): + try: + yield from self.raw.stream(chunk_size, decode_content=True) + except ProtocolError as e: + raise ChunkedEncodingError(e) + except DecodeError as e: + raise ContentDecodingError(e) + except ReadTimeoutError as e: + raise ConnectionError(e) + except SSLError as e: + raise RequestsSSLError(e) + else: + # Standard file-like object. + while True: + chunk = self.raw.read(chunk_size) + if not chunk: + break + yield chunk + + self._content_consumed = True + + if self._content_consumed and isinstance(self._content, bool): + raise StreamConsumedError() + elif chunk_size is not None and not isinstance(chunk_size, int): + raise TypeError( + f"chunk_size must be an int, it is instead a {type(chunk_size)}." + ) + # simulate reading small chunks of the content + reused_chunks = iter_slices(self._content, chunk_size) + + stream_chunks = generate() + + chunks = reused_chunks if self._content_consumed else stream_chunks + + if decode_unicode: + chunks = stream_decode_response_unicode(chunks, self) + + return chunks + + def iter_lines( + self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=False, delimiter=None + ): + """Iterates over the response data, one line at a time. When + stream=True is set on the request, this avoids reading the + content at once into memory for large responses. + + .. note:: This method is not reentrant safe. + """ + + pending = None + + for chunk in self.iter_content( + chunk_size=chunk_size, decode_unicode=decode_unicode + ): + + if pending is not None: + chunk = pending + chunk + + if delimiter: + lines = chunk.split(delimiter) + else: + lines = chunk.splitlines() + + if lines and lines[-1] and chunk and lines[-1][-1] == chunk[-1]: + pending = lines.pop() + else: + pending = None + + yield from lines + + if pending is not None: + yield pending + + @property + def content(self): + """Content of the response, in bytes.""" + + if self._content is False: + # Read the contents. + if self._content_consumed: + raise RuntimeError("The content for this response was already consumed") + + if self.status_code == 0 or self.raw is None: + self._content = None + else: + self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" + + self._content_consumed = True + # don't need to release the connection; that's been handled by urllib3 + # since we exhausted the data. + return self._content + + @property + def text(self): + """Content of the response, in unicode. + + If Response.encoding is None, encoding will be guessed using + ``charset_normalizer`` or ``chardet``. + + The encoding of the response content is determined based solely on HTTP + headers, following RFC 2616 to the letter. If you can take advantage of + non-HTTP knowledge to make a better guess at the encoding, you should + set ``r.encoding`` appropriately before accessing this property. + """ + + # Try charset from content-type + content = None + encoding = self.encoding + + if not self.content: + return "" + + # Fallback to auto-detected encoding. + if self.encoding is None: + encoding = self.apparent_encoding + + # Decode unicode from given encoding. + try: + content = str(self.content, encoding, errors="replace") + except (LookupError, TypeError): + # A LookupError is raised if the encoding was not found which could + # indicate a misspelling or similar mistake. + # + # A TypeError can be raised if encoding is None + # + # So we try blindly encoding. + content = str(self.content, errors="replace") + + return content + + def json(self, **kwargs): + r"""Returns the json-encoded content of a response, if any. + + :param \*\*kwargs: Optional arguments that ``json.loads`` takes. + :raises requests.exceptions.JSONDecodeError: If the response body does not + contain valid json. + """ + + if not self.encoding and self.content and len(self.content) > 3: + # No encoding set. JSON RFC 4627 section 3 states we should expect + # UTF-8, -16 or -32. Detect which one to use; If the detection or + # decoding fails, fall back to `self.text` (using charset_normalizer to make + # a best guess). + encoding = guess_json_utf(self.content) + if encoding is not None: + try: + return complexjson.loads(self.content.decode(encoding), **kwargs) + except UnicodeDecodeError: + # Wrong UTF codec detected; usually because it's not UTF-8 + # but some other 8-bit codec. This is an RFC violation, + # and the server didn't bother to tell us what codec *was* + # used. + pass + except JSONDecodeError as e: + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + try: + return complexjson.loads(self.text, **kwargs) + except JSONDecodeError as e: + # Catch JSON-related errors and raise as requests.JSONDecodeError + # This aliases json.JSONDecodeError and simplejson.JSONDecodeError + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + @property + def links(self): + """Returns the parsed header links of the response, if any.""" + + header = self.headers.get("link") + + resolved_links = {} + + if header: + links = parse_header_links(header) + + for link in links: + key = link.get("rel") or link.get("url") + resolved_links[key] = link + + return resolved_links + + def raise_for_status(self): + """Raises :class:`HTTPError`, if one occurred.""" + + http_error_msg = "" + if isinstance(self.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. (See PR #3538) + try: + reason = self.reason.decode("utf-8") + except UnicodeDecodeError: + reason = self.reason.decode("iso-8859-1") + else: + reason = self.reason + + if 400 <= self.status_code < 500: + http_error_msg = ( + f"{self.status_code} Client Error: {reason} for url: {self.url}" + ) + + elif 500 <= self.status_code < 600: + http_error_msg = ( + f"{self.status_code} Server Error: {reason} for url: {self.url}" + ) + + if http_error_msg: + raise HTTPError(http_error_msg, response=self) + + def close(self): + """Releases the connection back to the pool. Once this method has been + called the underlying ``raw`` object must not be accessed again. + + *Note: Should not normally need to be called explicitly.* + """ + if not self._content_consumed: + self.raw.close() + + release_conn = getattr(self.raw, "release_conn", None) + if release_conn is not None: + release_conn() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py new file mode 100644 index 00000000..9582fa73 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py @@ -0,0 +1,16 @@ +import sys + +# This code exists for backwards compatibility reasons. +# I don't like it either. Just look the other way. :) + +for package in ('urllib3', 'idna', 'chardet'): + vendored_package = "pip._vendor." + package + locals()[package] = __import__(vendored_package) + # This traversal is apparently necessary such that the identities are + # preserved (requests.packages.urllib3.* is urllib3.*) + for mod in list(sys.modules): + if mod == vendored_package or mod.startswith(vendored_package + '.'): + unprefixed_mod = mod[len("pip._vendor."):] + sys.modules['pip._vendor.requests.packages.' + unprefixed_mod] = sys.modules[mod] + +# Kinda cool, though, right? diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py new file mode 100644 index 00000000..dbcf2a7b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py @@ -0,0 +1,833 @@ +""" +requests.sessions +~~~~~~~~~~~~~~~~~ + +This module provides a Session object to manage and persist settings across +requests (cookies, auth, proxies). +""" +import os +import sys +import time +from collections import OrderedDict +from datetime import timedelta + +from ._internal_utils import to_native_string +from .adapters import HTTPAdapter +from .auth import _basic_auth_str +from .compat import Mapping, cookielib, urljoin, urlparse +from .cookies import ( + RequestsCookieJar, + cookiejar_from_dict, + extract_cookies_to_jar, + merge_cookies, +) +from .exceptions import ( + ChunkedEncodingError, + ContentDecodingError, + InvalidSchema, + TooManyRedirects, +) +from .hooks import default_hooks, dispatch_hook + +# formerly defined here, reexposed here for backward compatibility +from .models import ( # noqa: F401 + DEFAULT_REDIRECT_LIMIT, + REDIRECT_STATI, + PreparedRequest, + Request, +) +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( # noqa: F401 + DEFAULT_PORTS, + default_headers, + get_auth_from_url, + get_environ_proxies, + get_netrc_auth, + requote_uri, + resolve_proxies, + rewind_body, + should_bypass_proxies, + to_key_val_list, +) + +# Preferred clock, based on which one is more accurate on a given system. +if sys.platform == "win32": + preferred_clock = time.perf_counter +else: + preferred_clock = time.time + + +def merge_setting(request_setting, session_setting, dict_class=OrderedDict): + """Determines appropriate setting for a given request, taking into account + the explicit setting on that request, and the setting in the session. If a + setting is a dictionary, they will be merged together using `dict_class` + """ + + if session_setting is None: + return request_setting + + if request_setting is None: + return session_setting + + # Bypass if not a dictionary (e.g. verify) + if not ( + isinstance(session_setting, Mapping) and isinstance(request_setting, Mapping) + ): + return request_setting + + merged_setting = dict_class(to_key_val_list(session_setting)) + merged_setting.update(to_key_val_list(request_setting)) + + # Remove keys that are set to None. Extract keys first to avoid altering + # the dictionary during iteration. + none_keys = [k for (k, v) in merged_setting.items() if v is None] + for key in none_keys: + del merged_setting[key] + + return merged_setting + + +def merge_hooks(request_hooks, session_hooks, dict_class=OrderedDict): + """Properly merges both requests and session hooks. + + This is necessary because when request_hooks == {'response': []}, the + merge breaks Session hooks entirely. + """ + if session_hooks is None or session_hooks.get("response") == []: + return request_hooks + + if request_hooks is None or request_hooks.get("response") == []: + return session_hooks + + return merge_setting(request_hooks, session_hooks, dict_class) + + +class SessionRedirectMixin: + def get_redirect_target(self, resp): + """Receives a Response. Returns a redirect URI or ``None``""" + # Due to the nature of how requests processes redirects this method will + # be called at least once upon the original response and at least twice + # on each subsequent redirect response (if any). + # If a custom mixin is used to handle this logic, it may be advantageous + # to cache the redirect location onto the response object as a private + # attribute. + if resp.is_redirect: + location = resp.headers["location"] + # Currently the underlying http module on py3 decode headers + # in latin1, but empirical evidence suggests that latin1 is very + # rarely used with non-ASCII characters in HTTP headers. + # It is more likely to get UTF8 header rather than latin1. + # This causes incorrect handling of UTF8 encoded location headers. + # To solve this, we re-encode the location in latin1. + location = location.encode("latin1") + return to_native_string(location, "utf8") + return None + + def should_strip_auth(self, old_url, new_url): + """Decide whether Authorization header should be removed when redirecting""" + old_parsed = urlparse(old_url) + new_parsed = urlparse(new_url) + if old_parsed.hostname != new_parsed.hostname: + return True + # Special case: allow http -> https redirect when using the standard + # ports. This isn't specified by RFC 7235, but is kept to avoid + # breaking backwards compatibility with older versions of requests + # that allowed any redirects on the same host. + if ( + old_parsed.scheme == "http" + and old_parsed.port in (80, None) + and new_parsed.scheme == "https" + and new_parsed.port in (443, None) + ): + return False + + # Handle default port usage corresponding to scheme. + changed_port = old_parsed.port != new_parsed.port + changed_scheme = old_parsed.scheme != new_parsed.scheme + default_port = (DEFAULT_PORTS.get(old_parsed.scheme, None), None) + if ( + not changed_scheme + and old_parsed.port in default_port + and new_parsed.port in default_port + ): + return False + + # Standard case: root URI must match + return changed_port or changed_scheme + + def resolve_redirects( + self, + resp, + req, + stream=False, + timeout=None, + verify=True, + cert=None, + proxies=None, + yield_requests=False, + **adapter_kwargs, + ): + """Receives a Response. Returns a generator of Responses or Requests.""" + + hist = [] # keep track of history + + url = self.get_redirect_target(resp) + previous_fragment = urlparse(req.url).fragment + while url: + prepared_request = req.copy() + + # Update history and keep track of redirects. + # resp.history must ignore the original request in this loop + hist.append(resp) + resp.history = hist[1:] + + try: + resp.content # Consume socket so it can be released + except (ChunkedEncodingError, ContentDecodingError, RuntimeError): + resp.raw.read(decode_content=False) + + if len(resp.history) >= self.max_redirects: + raise TooManyRedirects( + f"Exceeded {self.max_redirects} redirects.", response=resp + ) + + # Release the connection back into the pool. + resp.close() + + # Handle redirection without scheme (see: RFC 1808 Section 4) + if url.startswith("//"): + parsed_rurl = urlparse(resp.url) + url = ":".join([to_native_string(parsed_rurl.scheme), url]) + + # Normalize url case and attach previous fragment if needed (RFC 7231 7.1.2) + parsed = urlparse(url) + if parsed.fragment == "" and previous_fragment: + parsed = parsed._replace(fragment=previous_fragment) + elif parsed.fragment: + previous_fragment = parsed.fragment + url = parsed.geturl() + + # Facilitate relative 'location' headers, as allowed by RFC 7231. + # (e.g. '/path/to/resource' instead of 'http://domain.tld/path/to/resource') + # Compliant with RFC3986, we percent encode the url. + if not parsed.netloc: + url = urljoin(resp.url, requote_uri(url)) + else: + url = requote_uri(url) + + prepared_request.url = to_native_string(url) + + self.rebuild_method(prepared_request, resp) + + # https://github.com/psf/requests/issues/1084 + if resp.status_code not in ( + codes.temporary_redirect, + codes.permanent_redirect, + ): + # https://github.com/psf/requests/issues/3490 + purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding") + for header in purged_headers: + prepared_request.headers.pop(header, None) + prepared_request.body = None + + headers = prepared_request.headers + headers.pop("Cookie", None) + + # Extract any cookies sent on the response to the cookiejar + # in the new request. Because we've mutated our copied prepared + # request, use the old one that we haven't yet touched. + extract_cookies_to_jar(prepared_request._cookies, req, resp.raw) + merge_cookies(prepared_request._cookies, self.cookies) + prepared_request.prepare_cookies(prepared_request._cookies) + + # Rebuild auth and proxy information. + proxies = self.rebuild_proxies(prepared_request, proxies) + self.rebuild_auth(prepared_request, resp) + + # A failed tell() sets `_body_position` to `object()`. This non-None + # value ensures `rewindable` will be True, allowing us to raise an + # UnrewindableBodyError, instead of hanging the connection. + rewindable = prepared_request._body_position is not None and ( + "Content-Length" in headers or "Transfer-Encoding" in headers + ) + + # Attempt to rewind consumed file-like object. + if rewindable: + rewind_body(prepared_request) + + # Override the original request. + req = prepared_request + + if yield_requests: + yield req + else: + + resp = self.send( + req, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + allow_redirects=False, + **adapter_kwargs, + ) + + extract_cookies_to_jar(self.cookies, prepared_request, resp.raw) + + # extract redirect url, if any, for the next loop + url = self.get_redirect_target(resp) + yield resp + + def rebuild_auth(self, prepared_request, response): + """When being redirected we may want to strip authentication from the + request to avoid leaking credentials. This method intelligently removes + and reapplies authentication where possible to avoid credential loss. + """ + headers = prepared_request.headers + url = prepared_request.url + + if "Authorization" in headers and self.should_strip_auth( + response.request.url, url + ): + # If we get redirected to a new host, we should strip out any + # authentication headers. + del headers["Authorization"] + + # .netrc might have more auth for us on our new host. + new_auth = get_netrc_auth(url) if self.trust_env else None + if new_auth is not None: + prepared_request.prepare_auth(new_auth) + + def rebuild_proxies(self, prepared_request, proxies): + """This method re-evaluates the proxy configuration by considering the + environment variables. If we are redirected to a URL covered by + NO_PROXY, we strip the proxy configuration. Otherwise, we set missing + proxy keys for this URL (in case they were stripped by a previous + redirect). + + This method also replaces the Proxy-Authorization header where + necessary. + + :rtype: dict + """ + headers = prepared_request.headers + scheme = urlparse(prepared_request.url).scheme + new_proxies = resolve_proxies(prepared_request, proxies, self.trust_env) + + if "Proxy-Authorization" in headers: + del headers["Proxy-Authorization"] + + try: + username, password = get_auth_from_url(new_proxies[scheme]) + except KeyError: + username, password = None, None + + # urllib3 handles proxy authorization for us in the standard adapter. + # Avoid appending this to TLS tunneled requests where it may be leaked. + if not scheme.startswith('https') and username and password: + headers["Proxy-Authorization"] = _basic_auth_str(username, password) + + return new_proxies + + def rebuild_method(self, prepared_request, response): + """When being redirected we may want to change the method of the request + based on certain specs or browser behavior. + """ + method = prepared_request.method + + # https://tools.ietf.org/html/rfc7231#section-6.4.4 + if response.status_code == codes.see_other and method != "HEAD": + method = "GET" + + # Do what the browsers do, despite standards... + # First, turn 302s into GETs. + if response.status_code == codes.found and method != "HEAD": + method = "GET" + + # Second, if a POST is responded to with a 301, turn it into a GET. + # This bizarre behaviour is explained in Issue 1704. + if response.status_code == codes.moved and method == "POST": + method = "GET" + + prepared_request.method = method + + +class Session(SessionRedirectMixin): + """A Requests session. + + Provides cookie persistence, connection-pooling, and configuration. + + Basic Usage:: + + >>> import requests + >>> s = requests.Session() + >>> s.get('https://httpbin.org/get') + + + Or as a context manager:: + + >>> with requests.Session() as s: + ... s.get('https://httpbin.org/get') + + """ + + __attrs__ = [ + "headers", + "cookies", + "auth", + "proxies", + "hooks", + "params", + "verify", + "cert", + "adapters", + "stream", + "trust_env", + "max_redirects", + ] + + def __init__(self): + + #: A case-insensitive dictionary of headers to be sent on each + #: :class:`Request ` sent from this + #: :class:`Session `. + self.headers = default_headers() + + #: Default Authentication tuple or object to attach to + #: :class:`Request `. + self.auth = None + + #: Dictionary mapping protocol or protocol and host to the URL of the proxy + #: (e.g. {'http': 'foo.bar:3128', 'http://host.name': 'foo.bar:4012'}) to + #: be used on each :class:`Request `. + self.proxies = {} + + #: Event-handling hooks. + self.hooks = default_hooks() + + #: Dictionary of querystring data to attach to each + #: :class:`Request `. The dictionary values may be lists for + #: representing multivalued query parameters. + self.params = {} + + #: Stream response content default. + self.stream = False + + #: SSL Verification default. + #: Defaults to `True`, requiring requests to verify the TLS certificate at the + #: remote end. + #: If verify is set to `False`, requests will accept any TLS certificate + #: presented by the server, and will ignore hostname mismatches and/or + #: expired certificates, which will make your application vulnerable to + #: man-in-the-middle (MitM) attacks. + #: Only set this to `False` for testing. + self.verify = True + + #: SSL client certificate default, if String, path to ssl client + #: cert file (.pem). If Tuple, ('cert', 'key') pair. + self.cert = None + + #: Maximum number of redirects allowed. If the request exceeds this + #: limit, a :class:`TooManyRedirects` exception is raised. + #: This defaults to requests.models.DEFAULT_REDIRECT_LIMIT, which is + #: 30. + self.max_redirects = DEFAULT_REDIRECT_LIMIT + + #: Trust environment settings for proxy configuration, default + #: authentication and similar. + self.trust_env = True + + #: A CookieJar containing all currently outstanding cookies set on this + #: session. By default it is a + #: :class:`RequestsCookieJar `, but + #: may be any other ``cookielib.CookieJar`` compatible object. + self.cookies = cookiejar_from_dict({}) + + # Default connection adapters. + self.adapters = OrderedDict() + self.mount("https://", HTTPAdapter()) + self.mount("http://", HTTPAdapter()) + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def prepare_request(self, request): + """Constructs a :class:`PreparedRequest ` for + transmission and returns it. The :class:`PreparedRequest` has settings + merged from the :class:`Request ` instance and those of the + :class:`Session`. + + :param request: :class:`Request` instance to prepare with this + session's settings. + :rtype: requests.PreparedRequest + """ + cookies = request.cookies or {} + + # Bootstrap CookieJar. + if not isinstance(cookies, cookielib.CookieJar): + cookies = cookiejar_from_dict(cookies) + + # Merge with session cookies + merged_cookies = merge_cookies( + merge_cookies(RequestsCookieJar(), self.cookies), cookies + ) + + # Set environment's basic authentication if not explicitly set. + auth = request.auth + if self.trust_env and not auth and not self.auth: + auth = get_netrc_auth(request.url) + + p = PreparedRequest() + p.prepare( + method=request.method.upper(), + url=request.url, + files=request.files, + data=request.data, + json=request.json, + headers=merge_setting( + request.headers, self.headers, dict_class=CaseInsensitiveDict + ), + params=merge_setting(request.params, self.params), + auth=merge_setting(auth, self.auth), + cookies=merged_cookies, + hooks=merge_hooks(request.hooks, self.hooks), + ) + return p + + def request( + self, + method, + url, + params=None, + data=None, + headers=None, + cookies=None, + files=None, + auth=None, + timeout=None, + allow_redirects=True, + proxies=None, + hooks=None, + stream=None, + verify=None, + cert=None, + json=None, + ): + """Constructs a :class:`Request `, prepares it and sends it. + Returns :class:`Response ` object. + + :param method: method for the new :class:`Request` object. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary or bytes to be sent in the query + string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the + :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the + :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the + :class:`Request`. + :param files: (optional) Dictionary of ``'filename': file-like-objects`` + for multipart encoding upload. + :param auth: (optional) Auth tuple or callable to enable + Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Set to True by default. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol or protocol and + hostname to the URL of the proxy. + :param stream: (optional) whether to immediately download the response + content. Defaults to ``False``. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. When set to + ``False``, requests will accept any TLS certificate presented by + the server, and will ignore hostname mismatches and/or expired + certificates, which will make your application vulnerable to + man-in-the-middle (MitM) attacks. Setting verify to ``False`` + may be useful during local development or testing. + :param cert: (optional) if String, path to ssl client cert file (.pem). + If Tuple, ('cert', 'key') pair. + :rtype: requests.Response + """ + # Create the Request. + req = Request( + method=method.upper(), + url=url, + headers=headers, + files=files, + data=data or {}, + json=json, + params=params or {}, + auth=auth, + cookies=cookies, + hooks=hooks, + ) + prep = self.prepare_request(req) + + proxies = proxies or {} + + settings = self.merge_environment_settings( + prep.url, proxies, stream, verify, cert + ) + + # Send the request. + send_kwargs = { + "timeout": timeout, + "allow_redirects": allow_redirects, + } + send_kwargs.update(settings) + resp = self.send(prep, **send_kwargs) + + return resp + + def get(self, url, **kwargs): + r"""Sends a GET request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("GET", url, **kwargs) + + def options(self, url, **kwargs): + r"""Sends a OPTIONS request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("OPTIONS", url, **kwargs) + + def head(self, url, **kwargs): + r"""Sends a HEAD request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return self.request("HEAD", url, **kwargs) + + def post(self, url, data=None, json=None, **kwargs): + r"""Sends a POST request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("POST", url, data=data, json=json, **kwargs) + + def put(self, url, data=None, **kwargs): + r"""Sends a PUT request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PUT", url, data=data, **kwargs) + + def patch(self, url, data=None, **kwargs): + r"""Sends a PATCH request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PATCH", url, data=data, **kwargs) + + def delete(self, url, **kwargs): + r"""Sends a DELETE request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("DELETE", url, **kwargs) + + def send(self, request, **kwargs): + """Send a given PreparedRequest. + + :rtype: requests.Response + """ + # Set defaults that the hooks can utilize to ensure they always have + # the correct parameters to reproduce the previous request. + kwargs.setdefault("stream", self.stream) + kwargs.setdefault("verify", self.verify) + kwargs.setdefault("cert", self.cert) + if "proxies" not in kwargs: + kwargs["proxies"] = resolve_proxies(request, self.proxies, self.trust_env) + + # It's possible that users might accidentally send a Request object. + # Guard against that specific failure case. + if isinstance(request, Request): + raise ValueError("You can only send PreparedRequests.") + + # Set up variables needed for resolve_redirects and dispatching of hooks + allow_redirects = kwargs.pop("allow_redirects", True) + stream = kwargs.get("stream") + hooks = request.hooks + + # Get the appropriate adapter to use + adapter = self.get_adapter(url=request.url) + + # Start time (approximately) of the request + start = preferred_clock() + + # Send the request + r = adapter.send(request, **kwargs) + + # Total elapsed time of the request (approximately) + elapsed = preferred_clock() - start + r.elapsed = timedelta(seconds=elapsed) + + # Response manipulation hooks + r = dispatch_hook("response", hooks, r, **kwargs) + + # Persist cookies + if r.history: + + # If the hooks create history then we want those cookies too + for resp in r.history: + extract_cookies_to_jar(self.cookies, resp.request, resp.raw) + + extract_cookies_to_jar(self.cookies, request, r.raw) + + # Resolve redirects if allowed. + if allow_redirects: + # Redirect resolving generator. + gen = self.resolve_redirects(r, request, **kwargs) + history = [resp for resp in gen] + else: + history = [] + + # Shuffle things around if there's history. + if history: + # Insert the first (original) request at the start + history.insert(0, r) + # Get the last request made + r = history.pop() + r.history = history + + # If redirects aren't being followed, store the response on the Request for Response.next(). + if not allow_redirects: + try: + r._next = next( + self.resolve_redirects(r, request, yield_requests=True, **kwargs) + ) + except StopIteration: + pass + + if not stream: + r.content + + return r + + def merge_environment_settings(self, url, proxies, stream, verify, cert): + """ + Check the environment and merge it with some settings. + + :rtype: dict + """ + # Gather clues from the surrounding environment. + if self.trust_env: + # Set environment's proxies. + no_proxy = proxies.get("no_proxy") if proxies is not None else None + env_proxies = get_environ_proxies(url, no_proxy=no_proxy) + for (k, v) in env_proxies.items(): + proxies.setdefault(k, v) + + # Look for requests environment configuration + # and be compatible with cURL. + if verify is True or verify is None: + verify = ( + os.environ.get("REQUESTS_CA_BUNDLE") + or os.environ.get("CURL_CA_BUNDLE") + or verify + ) + + # Merge all the kwargs. + proxies = merge_setting(proxies, self.proxies) + stream = merge_setting(stream, self.stream) + verify = merge_setting(verify, self.verify) + cert = merge_setting(cert, self.cert) + + return {"proxies": proxies, "stream": stream, "verify": verify, "cert": cert} + + def get_adapter(self, url): + """ + Returns the appropriate connection adapter for the given URL. + + :rtype: requests.adapters.BaseAdapter + """ + for (prefix, adapter) in self.adapters.items(): + + if url.lower().startswith(prefix.lower()): + return adapter + + # Nothing matches :-/ + raise InvalidSchema(f"No connection adapters were found for {url!r}") + + def close(self): + """Closes all adapters and as such the session""" + for v in self.adapters.values(): + v.close() + + def mount(self, prefix, adapter): + """Registers a connection adapter to a prefix. + + Adapters are sorted in descending order by prefix length. + """ + self.adapters[prefix] = adapter + keys_to_move = [k for k in self.adapters if len(k) < len(prefix)] + + for key in keys_to_move: + self.adapters[key] = self.adapters.pop(key) + + def __getstate__(self): + state = {attr: getattr(self, attr, None) for attr in self.__attrs__} + return state + + def __setstate__(self, state): + for attr, value in state.items(): + setattr(self, attr, value) + + +def session(): + """ + Returns a :class:`Session` for context-management. + + .. deprecated:: 1.0.0 + + This method has been deprecated since version 1.0.0 and is only kept for + backwards compatibility. New code should use :class:`~requests.sessions.Session` + to create a session. This may be removed at a future date. + + :rtype: Session + """ + return Session() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py new file mode 100644 index 00000000..4bd072be --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py @@ -0,0 +1,128 @@ +r""" +The ``codes`` object defines a mapping from common names for HTTP statuses +to their numerical codes, accessible either as attributes or as dictionary +items. + +Example:: + + >>> import requests + >>> requests.codes['temporary_redirect'] + 307 + >>> requests.codes.teapot + 418 + >>> requests.codes['\o/'] + 200 + +Some codes have multiple names, and both upper- and lower-case versions of +the names are allowed. For example, ``codes.ok``, ``codes.OK``, and +``codes.okay`` all correspond to the HTTP status code 200. +""" + +from .structures import LookupDict + +_codes = { + # Informational. + 100: ("continue",), + 101: ("switching_protocols",), + 102: ("processing",), + 103: ("checkpoint",), + 122: ("uri_too_long", "request_uri_too_long"), + 200: ("ok", "okay", "all_ok", "all_okay", "all_good", "\\o/", "✓"), + 201: ("created",), + 202: ("accepted",), + 203: ("non_authoritative_info", "non_authoritative_information"), + 204: ("no_content",), + 205: ("reset_content", "reset"), + 206: ("partial_content", "partial"), + 207: ("multi_status", "multiple_status", "multi_stati", "multiple_stati"), + 208: ("already_reported",), + 226: ("im_used",), + # Redirection. + 300: ("multiple_choices",), + 301: ("moved_permanently", "moved", "\\o-"), + 302: ("found",), + 303: ("see_other", "other"), + 304: ("not_modified",), + 305: ("use_proxy",), + 306: ("switch_proxy",), + 307: ("temporary_redirect", "temporary_moved", "temporary"), + 308: ( + "permanent_redirect", + "resume_incomplete", + "resume", + ), # "resume" and "resume_incomplete" to be removed in 3.0 + # Client Error. + 400: ("bad_request", "bad"), + 401: ("unauthorized",), + 402: ("payment_required", "payment"), + 403: ("forbidden",), + 404: ("not_found", "-o-"), + 405: ("method_not_allowed", "not_allowed"), + 406: ("not_acceptable",), + 407: ("proxy_authentication_required", "proxy_auth", "proxy_authentication"), + 408: ("request_timeout", "timeout"), + 409: ("conflict",), + 410: ("gone",), + 411: ("length_required",), + 412: ("precondition_failed", "precondition"), + 413: ("request_entity_too_large",), + 414: ("request_uri_too_large",), + 415: ("unsupported_media_type", "unsupported_media", "media_type"), + 416: ( + "requested_range_not_satisfiable", + "requested_range", + "range_not_satisfiable", + ), + 417: ("expectation_failed",), + 418: ("im_a_teapot", "teapot", "i_am_a_teapot"), + 421: ("misdirected_request",), + 422: ("unprocessable_entity", "unprocessable"), + 423: ("locked",), + 424: ("failed_dependency", "dependency"), + 425: ("unordered_collection", "unordered"), + 426: ("upgrade_required", "upgrade"), + 428: ("precondition_required", "precondition"), + 429: ("too_many_requests", "too_many"), + 431: ("header_fields_too_large", "fields_too_large"), + 444: ("no_response", "none"), + 449: ("retry_with", "retry"), + 450: ("blocked_by_windows_parental_controls", "parental_controls"), + 451: ("unavailable_for_legal_reasons", "legal_reasons"), + 499: ("client_closed_request",), + # Server Error. + 500: ("internal_server_error", "server_error", "/o\\", "✗"), + 501: ("not_implemented",), + 502: ("bad_gateway",), + 503: ("service_unavailable", "unavailable"), + 504: ("gateway_timeout",), + 505: ("http_version_not_supported", "http_version"), + 506: ("variant_also_negotiates",), + 507: ("insufficient_storage",), + 509: ("bandwidth_limit_exceeded", "bandwidth"), + 510: ("not_extended",), + 511: ("network_authentication_required", "network_auth", "network_authentication"), +} + +codes = LookupDict(name="status_codes") + + +def _init(): + for code, titles in _codes.items(): + for title in titles: + setattr(codes, title, code) + if not title.startswith(("\\", "/")): + setattr(codes, title.upper(), code) + + def doc(code): + names = ", ".join(f"``{n}``" for n in _codes[code]) + return "* %d: %s" % (code, names) + + global __doc__ + __doc__ = ( + __doc__ + "\n" + "\n".join(doc(code) for code in sorted(_codes)) + if __doc__ is not None + else None + ) + + +_init() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py new file mode 100644 index 00000000..188e13e4 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py @@ -0,0 +1,99 @@ +""" +requests.structures +~~~~~~~~~~~~~~~~~~~ + +Data structures that power Requests. +""" + +from collections import OrderedDict + +from .compat import Mapping, MutableMapping + + +class CaseInsensitiveDict(MutableMapping): + """A case-insensitive ``dict``-like object. + + Implements all methods and operations of + ``MutableMapping`` as well as dict's ``copy``. Also + provides ``lower_items``. + + All keys are expected to be strings. The structure remembers the + case of the last key to be set, and ``iter(instance)``, + ``keys()``, ``items()``, ``iterkeys()``, and ``iteritems()`` + will contain case-sensitive keys. However, querying and contains + testing is case insensitive:: + + cid = CaseInsensitiveDict() + cid['Accept'] = 'application/json' + cid['aCCEPT'] == 'application/json' # True + list(cid) == ['Accept'] # True + + For example, ``headers['content-encoding']`` will return the + value of a ``'Content-Encoding'`` response header, regardless + of how the header name was originally stored. + + If the constructor, ``.update``, or equality comparison + operations are given keys that have equal ``.lower()``s, the + behavior is undefined. + """ + + def __init__(self, data=None, **kwargs): + self._store = OrderedDict() + if data is None: + data = {} + self.update(data, **kwargs) + + def __setitem__(self, key, value): + # Use the lowercased key for lookups, but store the actual + # key alongside the value. + self._store[key.lower()] = (key, value) + + def __getitem__(self, key): + return self._store[key.lower()][1] + + def __delitem__(self, key): + del self._store[key.lower()] + + def __iter__(self): + return (casedkey for casedkey, mappedvalue in self._store.values()) + + def __len__(self): + return len(self._store) + + def lower_items(self): + """Like iteritems(), but with all lowercase keys.""" + return ((lowerkey, keyval[1]) for (lowerkey, keyval) in self._store.items()) + + def __eq__(self, other): + if isinstance(other, Mapping): + other = CaseInsensitiveDict(other) + else: + return NotImplemented + # Compare insensitively + return dict(self.lower_items()) == dict(other.lower_items()) + + # Copy is required + def copy(self): + return CaseInsensitiveDict(self._store.values()) + + def __repr__(self): + return str(dict(self.items())) + + +class LookupDict(dict): + """Dictionary lookup object.""" + + def __init__(self, name=None): + self.name = name + super().__init__() + + def __repr__(self): + return f"" + + def __getitem__(self, key): + # We allow fall-through here, so values default to None + + return self.__dict__.get(key, None) + + def get(self, key, default=None): + return self.__dict__.get(key, default) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py new file mode 100644 index 00000000..36607eda --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py @@ -0,0 +1,1094 @@ +""" +requests.utils +~~~~~~~~~~~~~~ + +This module provides utility functions that are used within Requests +that are also useful for external consumption. +""" + +import codecs +import contextlib +import io +import os +import re +import socket +import struct +import sys +import tempfile +import warnings +import zipfile +from collections import OrderedDict + +from pip._vendor.urllib3.util import make_headers, parse_url + +from . import certs +from .__version__ import __version__ + +# to_native_string is unused here, but imported here for backwards compatibility +from ._internal_utils import ( # noqa: F401 + _HEADER_VALIDATORS_BYTE, + _HEADER_VALIDATORS_STR, + HEADER_VALIDATORS, + to_native_string, +) +from .compat import ( + Mapping, + basestring, + bytes, + getproxies, + getproxies_environment, + integer_types, +) +from .compat import parse_http_list as _parse_list_header +from .compat import ( + proxy_bypass, + proxy_bypass_environment, + quote, + str, + unquote, + urlparse, + urlunparse, +) +from .cookies import cookiejar_from_dict +from .exceptions import ( + FileModeWarning, + InvalidHeader, + InvalidURL, + UnrewindableBodyError, +) +from .structures import CaseInsensitiveDict + +NETRC_FILES = (".netrc", "_netrc") + +DEFAULT_CA_BUNDLE_PATH = certs.where() + +DEFAULT_PORTS = {"http": 80, "https": 443} + +# Ensure that ', ' is used to preserve previous delimiter behavior. +DEFAULT_ACCEPT_ENCODING = ", ".join( + re.split(r",\s*", make_headers(accept_encoding=True)["accept-encoding"]) +) + + +if sys.platform == "win32": + # provide a proxy_bypass version on Windows without DNS lookups + + def proxy_bypass_registry(host): + try: + import winreg + except ImportError: + return False + + try: + internetSettings = winreg.OpenKey( + winreg.HKEY_CURRENT_USER, + r"Software\Microsoft\Windows\CurrentVersion\Internet Settings", + ) + # ProxyEnable could be REG_SZ or REG_DWORD, normalizing it + proxyEnable = int(winreg.QueryValueEx(internetSettings, "ProxyEnable")[0]) + # ProxyOverride is almost always a string + proxyOverride = winreg.QueryValueEx(internetSettings, "ProxyOverride")[0] + except (OSError, ValueError): + return False + if not proxyEnable or not proxyOverride: + return False + + # make a check value list from the registry entry: replace the + # '' string by the localhost entry and the corresponding + # canonical entry. + proxyOverride = proxyOverride.split(";") + # now check if we match one of the registry values. + for test in proxyOverride: + if test == "": + if "." not in host: + return True + test = test.replace(".", r"\.") # mask dots + test = test.replace("*", r".*") # change glob sequence + test = test.replace("?", r".") # change glob char + if re.match(test, host, re.I): + return True + return False + + def proxy_bypass(host): # noqa + """Return True, if the host should be bypassed. + + Checks proxy settings gathered from the environment, if specified, + or the registry. + """ + if getproxies_environment(): + return proxy_bypass_environment(host) + else: + return proxy_bypass_registry(host) + + +def dict_to_sequence(d): + """Returns an internal sequence dictionary update.""" + + if hasattr(d, "items"): + d = d.items() + + return d + + +def super_len(o): + total_length = None + current_position = 0 + + if hasattr(o, "__len__"): + total_length = len(o) + + elif hasattr(o, "len"): + total_length = o.len + + elif hasattr(o, "fileno"): + try: + fileno = o.fileno() + except (io.UnsupportedOperation, AttributeError): + # AttributeError is a surprising exception, seeing as how we've just checked + # that `hasattr(o, 'fileno')`. It happens for objects obtained via + # `Tarfile.extractfile()`, per issue 5229. + pass + else: + total_length = os.fstat(fileno).st_size + + # Having used fstat to determine the file length, we need to + # confirm that this file was opened up in binary mode. + if "b" not in o.mode: + warnings.warn( + ( + "Requests has determined the content-length for this " + "request using the binary size of the file: however, the " + "file has been opened in text mode (i.e. without the 'b' " + "flag in the mode). This may lead to an incorrect " + "content-length. In Requests 3.0, support will be removed " + "for files in text mode." + ), + FileModeWarning, + ) + + if hasattr(o, "tell"): + try: + current_position = o.tell() + except OSError: + # This can happen in some weird situations, such as when the file + # is actually a special file descriptor like stdin. In this + # instance, we don't know what the length is, so set it to zero and + # let requests chunk it instead. + if total_length is not None: + current_position = total_length + else: + if hasattr(o, "seek") and total_length is None: + # StringIO and BytesIO have seek but no usable fileno + try: + # seek to end of file + o.seek(0, 2) + total_length = o.tell() + + # seek back to current position to support + # partially read file-like objects + o.seek(current_position or 0) + except OSError: + total_length = 0 + + if total_length is None: + total_length = 0 + + return max(0, total_length - current_position) + + +def get_netrc_auth(url, raise_errors=False): + """Returns the Requests tuple auth for a given url from netrc.""" + + netrc_file = os.environ.get("NETRC") + if netrc_file is not None: + netrc_locations = (netrc_file,) + else: + netrc_locations = (f"~/{f}" for f in NETRC_FILES) + + try: + from netrc import NetrcParseError, netrc + + netrc_path = None + + for f in netrc_locations: + try: + loc = os.path.expanduser(f) + except KeyError: + # os.path.expanduser can fail when $HOME is undefined and + # getpwuid fails. See https://bugs.python.org/issue20164 & + # https://github.com/psf/requests/issues/1846 + return + + if os.path.exists(loc): + netrc_path = loc + break + + # Abort early if there isn't one. + if netrc_path is None: + return + + ri = urlparse(url) + + # Strip port numbers from netloc. This weird `if...encode`` dance is + # used for Python 3.2, which doesn't support unicode literals. + splitstr = b":" + if isinstance(url, str): + splitstr = splitstr.decode("ascii") + host = ri.netloc.split(splitstr)[0] + + try: + _netrc = netrc(netrc_path).authenticators(host) + if _netrc: + # Return with login / password + login_i = 0 if _netrc[0] else 1 + return (_netrc[login_i], _netrc[2]) + except (NetrcParseError, OSError): + # If there was a parsing error or a permissions issue reading the file, + # we'll just skip netrc auth unless explicitly asked to raise errors. + if raise_errors: + raise + + # App Engine hackiness. + except (ImportError, AttributeError): + pass + + +def guess_filename(obj): + """Tries to guess the filename of the given object.""" + name = getattr(obj, "name", None) + if name and isinstance(name, basestring) and name[0] != "<" and name[-1] != ">": + return os.path.basename(name) + + +def extract_zipped_paths(path): + """Replace nonexistent paths that look like they refer to a member of a zip + archive with the location of an extracted copy of the target, or else + just return the provided path unchanged. + """ + if os.path.exists(path): + # this is already a valid path, no need to do anything further + return path + + # find the first valid part of the provided path and treat that as a zip archive + # assume the rest of the path is the name of a member in the archive + archive, member = os.path.split(path) + while archive and not os.path.exists(archive): + archive, prefix = os.path.split(archive) + if not prefix: + # If we don't check for an empty prefix after the split (in other words, archive remains unchanged after the split), + # we _can_ end up in an infinite loop on a rare corner case affecting a small number of users + break + member = "/".join([prefix, member]) + + if not zipfile.is_zipfile(archive): + return path + + zip_file = zipfile.ZipFile(archive) + if member not in zip_file.namelist(): + return path + + # we have a valid zip archive and a valid member of that archive + tmp = tempfile.gettempdir() + extracted_path = os.path.join(tmp, member.split("/")[-1]) + if not os.path.exists(extracted_path): + # use read + write to avoid the creating nested folders, we only want the file, avoids mkdir racing condition + with atomic_open(extracted_path) as file_handler: + file_handler.write(zip_file.read(member)) + return extracted_path + + +@contextlib.contextmanager +def atomic_open(filename): + """Write a file to the disk in an atomic fashion""" + tmp_descriptor, tmp_name = tempfile.mkstemp(dir=os.path.dirname(filename)) + try: + with os.fdopen(tmp_descriptor, "wb") as tmp_handler: + yield tmp_handler + os.replace(tmp_name, filename) + except BaseException: + os.remove(tmp_name) + raise + + +def from_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. Unless it can not be represented as such, return an + OrderedDict, e.g., + + :: + + >>> from_key_val_list([('key', 'val')]) + OrderedDict([('key', 'val')]) + >>> from_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + >>> from_key_val_list({'key': 'val'}) + OrderedDict([('key', 'val')]) + + :rtype: OrderedDict + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + return OrderedDict(value) + + +def to_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. If it can be, return a list of tuples, e.g., + + :: + + >>> to_key_val_list([('key', 'val')]) + [('key', 'val')] + >>> to_key_val_list({'key': 'val'}) + [('key', 'val')] + >>> to_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + + :rtype: list + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + if isinstance(value, Mapping): + value = value.items() + + return list(value) + + +# From mitsuhiko/werkzeug (used with permission). +def parse_list_header(value): + """Parse lists as described by RFC 2068 Section 2. + + In particular, parse comma-separated lists where the elements of + the list may include quoted-strings. A quoted-string could + contain a comma. A non-quoted string could have quotes in the + middle. Quotes are removed automatically after parsing. + + It basically works like :func:`parse_set_header` just that items + may appear multiple times and case sensitivity is preserved. + + The return value is a standard :class:`list`: + + >>> parse_list_header('token, "quoted value"') + ['token', 'quoted value'] + + To create a header from the :class:`list` again, use the + :func:`dump_header` function. + + :param value: a string with a list header. + :return: :class:`list` + :rtype: list + """ + result = [] + for item in _parse_list_header(value): + if item[:1] == item[-1:] == '"': + item = unquote_header_value(item[1:-1]) + result.append(item) + return result + + +# From mitsuhiko/werkzeug (used with permission). +def parse_dict_header(value): + """Parse lists of key, value pairs as described by RFC 2068 Section 2 and + convert them into a python dict: + + >>> d = parse_dict_header('foo="is a fish", bar="as well"') + >>> type(d) is dict + True + >>> sorted(d.items()) + [('bar', 'as well'), ('foo', 'is a fish')] + + If there is no value for a key it will be `None`: + + >>> parse_dict_header('key_without_value') + {'key_without_value': None} + + To create a header from the :class:`dict` again, use the + :func:`dump_header` function. + + :param value: a string with a dict header. + :return: :class:`dict` + :rtype: dict + """ + result = {} + for item in _parse_list_header(value): + if "=" not in item: + result[item] = None + continue + name, value = item.split("=", 1) + if value[:1] == value[-1:] == '"': + value = unquote_header_value(value[1:-1]) + result[name] = value + return result + + +# From mitsuhiko/werkzeug (used with permission). +def unquote_header_value(value, is_filename=False): + r"""Unquotes a header value. (Reversal of :func:`quote_header_value`). + This does not use the real unquoting but what browsers are actually + using for quoting. + + :param value: the header value to unquote. + :rtype: str + """ + if value and value[0] == value[-1] == '"': + # this is not the real unquoting, but fixing this so that the + # RFC is met will result in bugs with internet explorer and + # probably some other browsers as well. IE for example is + # uploading files with "C:\foo\bar.txt" as filename + value = value[1:-1] + + # if this is a filename and the starting characters look like + # a UNC path, then just return the value without quotes. Using the + # replace sequence below on a UNC path has the effect of turning + # the leading double slash into a single slash and then + # _fix_ie_filename() doesn't work correctly. See #458. + if not is_filename or value[:2] != "\\\\": + return value.replace("\\\\", "\\").replace('\\"', '"') + return value + + +def dict_from_cookiejar(cj): + """Returns a key/value dictionary from a CookieJar. + + :param cj: CookieJar object to extract cookies from. + :rtype: dict + """ + + cookie_dict = {} + + for cookie in cj: + cookie_dict[cookie.name] = cookie.value + + return cookie_dict + + +def add_dict_to_cookiejar(cj, cookie_dict): + """Returns a CookieJar from a key/value dictionary. + + :param cj: CookieJar to insert cookies into. + :param cookie_dict: Dict of key/values to insert into CookieJar. + :rtype: CookieJar + """ + + return cookiejar_from_dict(cookie_dict, cj) + + +def get_encodings_from_content(content): + """Returns encodings from given content string. + + :param content: bytestring to extract encodings from. + """ + warnings.warn( + ( + "In requests 3.0, get_encodings_from_content will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + charset_re = re.compile(r']', flags=re.I) + pragma_re = re.compile(r']', flags=re.I) + xml_re = re.compile(r'^<\?xml.*?encoding=["\']*(.+?)["\'>]') + + return ( + charset_re.findall(content) + + pragma_re.findall(content) + + xml_re.findall(content) + ) + + +def _parse_content_type_header(header): + """Returns content type and parameters from given header + + :param header: string + :return: tuple containing content type and dictionary of + parameters + """ + + tokens = header.split(";") + content_type, params = tokens[0].strip(), tokens[1:] + params_dict = {} + items_to_strip = "\"' " + + for param in params: + param = param.strip() + if param: + key, value = param, True + index_of_equals = param.find("=") + if index_of_equals != -1: + key = param[:index_of_equals].strip(items_to_strip) + value = param[index_of_equals + 1 :].strip(items_to_strip) + params_dict[key.lower()] = value + return content_type, params_dict + + +def get_encoding_from_headers(headers): + """Returns encodings from given HTTP Header Dict. + + :param headers: dictionary to extract encoding from. + :rtype: str + """ + + content_type = headers.get("content-type") + + if not content_type: + return None + + content_type, params = _parse_content_type_header(content_type) + + if "charset" in params: + return params["charset"].strip("'\"") + + if "text" in content_type: + return "ISO-8859-1" + + if "application/json" in content_type: + # Assume UTF-8 based on RFC 4627: https://www.ietf.org/rfc/rfc4627.txt since the charset was unset + return "utf-8" + + +def stream_decode_response_unicode(iterator, r): + """Stream decodes an iterator.""" + + if r.encoding is None: + yield from iterator + return + + decoder = codecs.getincrementaldecoder(r.encoding)(errors="replace") + for chunk in iterator: + rv = decoder.decode(chunk) + if rv: + yield rv + rv = decoder.decode(b"", final=True) + if rv: + yield rv + + +def iter_slices(string, slice_length): + """Iterate over slices of a string.""" + pos = 0 + if slice_length is None or slice_length <= 0: + slice_length = len(string) + while pos < len(string): + yield string[pos : pos + slice_length] + pos += slice_length + + +def get_unicode_from_response(r): + """Returns the requested content back in unicode. + + :param r: Response object to get unicode content from. + + Tried: + + 1. charset from content-type + 2. fall back and replace all unicode characters + + :rtype: str + """ + warnings.warn( + ( + "In requests 3.0, get_unicode_from_response will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + tried_encodings = [] + + # Try charset from content-type + encoding = get_encoding_from_headers(r.headers) + + if encoding: + try: + return str(r.content, encoding) + except UnicodeError: + tried_encodings.append(encoding) + + # Fall back: + try: + return str(r.content, encoding, errors="replace") + except TypeError: + return r.content + + +# The unreserved URI characters (RFC 3986) +UNRESERVED_SET = frozenset( + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + "0123456789-._~" +) + + +def unquote_unreserved(uri): + """Un-escape any percent-escape sequences in a URI that are unreserved + characters. This leaves all reserved, illegal and non-ASCII bytes encoded. + + :rtype: str + """ + parts = uri.split("%") + for i in range(1, len(parts)): + h = parts[i][0:2] + if len(h) == 2 and h.isalnum(): + try: + c = chr(int(h, 16)) + except ValueError: + raise InvalidURL(f"Invalid percent-escape sequence: '{h}'") + + if c in UNRESERVED_SET: + parts[i] = c + parts[i][2:] + else: + parts[i] = f"%{parts[i]}" + else: + parts[i] = f"%{parts[i]}" + return "".join(parts) + + +def requote_uri(uri): + """Re-quote the given URI. + + This function passes the given URI through an unquote/quote cycle to + ensure that it is fully and consistently quoted. + + :rtype: str + """ + safe_with_percent = "!#$%&'()*+,/:;=?@[]~" + safe_without_percent = "!#$&'()*+,/:;=?@[]~" + try: + # Unquote only the unreserved characters + # Then quote only illegal characters (do not quote reserved, + # unreserved, or '%') + return quote(unquote_unreserved(uri), safe=safe_with_percent) + except InvalidURL: + # We couldn't unquote the given URI, so let's try quoting it, but + # there may be unquoted '%'s in the URI. We need to make sure they're + # properly quoted so they do not cause issues elsewhere. + return quote(uri, safe=safe_without_percent) + + +def address_in_network(ip, net): + """This function allows you to check if an IP belongs to a network subnet + + Example: returns True if ip = 192.168.1.1 and net = 192.168.1.0/24 + returns False if ip = 192.168.1.1 and net = 192.168.100.0/24 + + :rtype: bool + """ + ipaddr = struct.unpack("=L", socket.inet_aton(ip))[0] + netaddr, bits = net.split("/") + netmask = struct.unpack("=L", socket.inet_aton(dotted_netmask(int(bits))))[0] + network = struct.unpack("=L", socket.inet_aton(netaddr))[0] & netmask + return (ipaddr & netmask) == (network & netmask) + + +def dotted_netmask(mask): + """Converts mask from /xx format to xxx.xxx.xxx.xxx + + Example: if mask is 24 function returns 255.255.255.0 + + :rtype: str + """ + bits = 0xFFFFFFFF ^ (1 << 32 - mask) - 1 + return socket.inet_ntoa(struct.pack(">I", bits)) + + +def is_ipv4_address(string_ip): + """ + :rtype: bool + """ + try: + socket.inet_aton(string_ip) + except OSError: + return False + return True + + +def is_valid_cidr(string_network): + """ + Very simple check of the cidr format in no_proxy variable. + + :rtype: bool + """ + if string_network.count("/") == 1: + try: + mask = int(string_network.split("/")[1]) + except ValueError: + return False + + if mask < 1 or mask > 32: + return False + + try: + socket.inet_aton(string_network.split("/")[0]) + except OSError: + return False + else: + return False + return True + + +@contextlib.contextmanager +def set_environ(env_name, value): + """Set the environment variable 'env_name' to 'value' + + Save previous value, yield, and then restore the previous value stored in + the environment variable 'env_name'. + + If 'value' is None, do nothing""" + value_changed = value is not None + if value_changed: + old_value = os.environ.get(env_name) + os.environ[env_name] = value + try: + yield + finally: + if value_changed: + if old_value is None: + del os.environ[env_name] + else: + os.environ[env_name] = old_value + + +def should_bypass_proxies(url, no_proxy): + """ + Returns whether we should bypass proxies or not. + + :rtype: bool + """ + # Prioritize lowercase environment variables over uppercase + # to keep a consistent behaviour with other http projects (curl, wget). + def get_proxy(key): + return os.environ.get(key) or os.environ.get(key.upper()) + + # First check whether no_proxy is defined. If it is, check that the URL + # we're getting isn't in the no_proxy list. + no_proxy_arg = no_proxy + if no_proxy is None: + no_proxy = get_proxy("no_proxy") + parsed = urlparse(url) + + if parsed.hostname is None: + # URLs don't always have hostnames, e.g. file:/// urls. + return True + + if no_proxy: + # We need to check whether we match here. We need to see if we match + # the end of the hostname, both with and without the port. + no_proxy = (host for host in no_proxy.replace(" ", "").split(",") if host) + + if is_ipv4_address(parsed.hostname): + for proxy_ip in no_proxy: + if is_valid_cidr(proxy_ip): + if address_in_network(parsed.hostname, proxy_ip): + return True + elif parsed.hostname == proxy_ip: + # If no_proxy ip was defined in plain IP notation instead of cidr notation & + # matches the IP of the index + return True + else: + host_with_port = parsed.hostname + if parsed.port: + host_with_port += f":{parsed.port}" + + for host in no_proxy: + if parsed.hostname.endswith(host) or host_with_port.endswith(host): + # The URL does match something in no_proxy, so we don't want + # to apply the proxies on this URL. + return True + + with set_environ("no_proxy", no_proxy_arg): + # parsed.hostname can be `None` in cases such as a file URI. + try: + bypass = proxy_bypass(parsed.hostname) + except (TypeError, socket.gaierror): + bypass = False + + if bypass: + return True + + return False + + +def get_environ_proxies(url, no_proxy=None): + """ + Return a dict of environment proxies. + + :rtype: dict + """ + if should_bypass_proxies(url, no_proxy=no_proxy): + return {} + else: + return getproxies() + + +def select_proxy(url, proxies): + """Select a proxy for the url, if applicable. + + :param url: The url being for the request + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + """ + proxies = proxies or {} + urlparts = urlparse(url) + if urlparts.hostname is None: + return proxies.get(urlparts.scheme, proxies.get("all")) + + proxy_keys = [ + urlparts.scheme + "://" + urlparts.hostname, + urlparts.scheme, + "all://" + urlparts.hostname, + "all", + ] + proxy = None + for proxy_key in proxy_keys: + if proxy_key in proxies: + proxy = proxies[proxy_key] + break + + return proxy + + +def resolve_proxies(request, proxies, trust_env=True): + """This method takes proxy information from a request and configuration + input to resolve a mapping of target proxies. This will consider settings + such a NO_PROXY to strip proxy configurations. + + :param request: Request or PreparedRequest + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + :param trust_env: Boolean declaring whether to trust environment configs + + :rtype: dict + """ + proxies = proxies if proxies is not None else {} + url = request.url + scheme = urlparse(url).scheme + no_proxy = proxies.get("no_proxy") + new_proxies = proxies.copy() + + if trust_env and not should_bypass_proxies(url, no_proxy=no_proxy): + environ_proxies = get_environ_proxies(url, no_proxy=no_proxy) + + proxy = environ_proxies.get(scheme, environ_proxies.get("all")) + + if proxy: + new_proxies.setdefault(scheme, proxy) + return new_proxies + + +def default_user_agent(name="python-requests"): + """ + Return a string representing the default user agent. + + :rtype: str + """ + return f"{name}/{__version__}" + + +def default_headers(): + """ + :rtype: requests.structures.CaseInsensitiveDict + """ + return CaseInsensitiveDict( + { + "User-Agent": default_user_agent(), + "Accept-Encoding": DEFAULT_ACCEPT_ENCODING, + "Accept": "*/*", + "Connection": "keep-alive", + } + ) + + +def parse_header_links(value): + """Return a list of parsed link headers proxies. + + i.e. Link: ; rel=front; type="image/jpeg",; rel=back;type="image/jpeg" + + :rtype: list + """ + + links = [] + + replace_chars = " '\"" + + value = value.strip(replace_chars) + if not value: + return links + + for val in re.split(", *<", value): + try: + url, params = val.split(";", 1) + except ValueError: + url, params = val, "" + + link = {"url": url.strip("<> '\"")} + + for param in params.split(";"): + try: + key, value = param.split("=") + except ValueError: + break + + link[key.strip(replace_chars)] = value.strip(replace_chars) + + links.append(link) + + return links + + +# Null bytes; no need to recreate these on each call to guess_json_utf +_null = "\x00".encode("ascii") # encoding to ASCII for Python 3 +_null2 = _null * 2 +_null3 = _null * 3 + + +def guess_json_utf(data): + """ + :rtype: str + """ + # JSON always starts with two ASCII characters, so detection is as + # easy as counting the nulls and from their location and count + # determine the encoding. Also detect a BOM, if present. + sample = data[:4] + if sample in (codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE): + return "utf-32" # BOM included + if sample[:3] == codecs.BOM_UTF8: + return "utf-8-sig" # BOM included, MS style (discouraged) + if sample[:2] in (codecs.BOM_UTF16_LE, codecs.BOM_UTF16_BE): + return "utf-16" # BOM included + nullcount = sample.count(_null) + if nullcount == 0: + return "utf-8" + if nullcount == 2: + if sample[::2] == _null2: # 1st and 3rd are null + return "utf-16-be" + if sample[1::2] == _null2: # 2nd and 4th are null + return "utf-16-le" + # Did not detect 2 valid UTF-16 ascii-range characters + if nullcount == 3: + if sample[:3] == _null3: + return "utf-32-be" + if sample[1:] == _null3: + return "utf-32-le" + # Did not detect a valid UTF-32 ascii-range character + return None + + +def prepend_scheme_if_needed(url, new_scheme): + """Given a URL that may or may not have a scheme, prepend the given scheme. + Does not replace a present scheme with the one provided as an argument. + + :rtype: str + """ + parsed = parse_url(url) + scheme, auth, host, port, path, query, fragment = parsed + + # A defect in urlparse determines that there isn't a netloc present in some + # urls. We previously assumed parsing was overly cautious, and swapped the + # netloc and path. Due to a lack of tests on the original defect, this is + # maintained with parse_url for backwards compatibility. + netloc = parsed.netloc + if not netloc: + netloc, path = path, netloc + + if auth: + # parse_url doesn't provide the netloc with auth + # so we'll add it ourselves. + netloc = "@".join([auth, netloc]) + if scheme is None: + scheme = new_scheme + if path is None: + path = "" + + return urlunparse((scheme, netloc, path, "", query, fragment)) + + +def get_auth_from_url(url): + """Given a url with authentication components, extract them into a tuple of + username,password. + + :rtype: (str,str) + """ + parsed = urlparse(url) + + try: + auth = (unquote(parsed.username), unquote(parsed.password)) + except (AttributeError, TypeError): + auth = ("", "") + + return auth + + +def check_header_validity(header): + """Verifies that header parts don't contain leading whitespace + reserved characters, or return characters. + + :param header: tuple, in the format (name, value). + """ + name, value = header + _validate_header_part(header, name, 0) + _validate_header_part(header, value, 1) + + +def _validate_header_part(header, header_part, header_validator_index): + if isinstance(header_part, str): + validator = _HEADER_VALIDATORS_STR[header_validator_index] + elif isinstance(header_part, bytes): + validator = _HEADER_VALIDATORS_BYTE[header_validator_index] + else: + raise InvalidHeader( + f"Header part ({header_part!r}) from {header} " + f"must be of type str or bytes, not {type(header_part)}" + ) + + if not validator.match(header_part): + header_kind = "name" if header_validator_index == 0 else "value" + raise InvalidHeader( + f"Invalid leading whitespace, reserved character(s), or return" + f"character(s) in header {header_kind}: {header_part!r}" + ) + + +def urldefragauth(url): + """ + Given a url remove the fragment and the authentication part. + + :rtype: str + """ + scheme, netloc, path, params, query, fragment = urlparse(url) + + # see func:`prepend_scheme_if_needed` + if not netloc: + netloc, path = path, netloc + + netloc = netloc.rsplit("@", 1)[-1] + + return urlunparse((scheme, netloc, path, params, query, "")) + + +def rewind_body(prepared_request): + """Move file pointer back to its recorded starting position + so it can be read again on redirect. + """ + body_seek = getattr(prepared_request.body, "seek", None) + if body_seek is not None and isinstance( + prepared_request._body_position, integer_types + ): + try: + body_seek(prepared_request._body_position) + except OSError: + raise UnrewindableBodyError( + "An error occurred when rewinding request body for redirect." + ) + else: + raise UnrewindableBodyError("Unable to rewind request body for redirect.") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py new file mode 100644 index 00000000..d92acc7b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py @@ -0,0 +1,26 @@ +__all__ = [ + "__version__", + "AbstractProvider", + "AbstractResolver", + "BaseReporter", + "InconsistentCandidate", + "Resolver", + "RequirementsConflicted", + "ResolutionError", + "ResolutionImpossible", + "ResolutionTooDeep", +] + +__version__ = "1.0.1" + + +from .providers import AbstractProvider, AbstractResolver +from .reporters import BaseReporter +from .resolvers import ( + InconsistentCandidate, + RequirementsConflicted, + ResolutionError, + ResolutionImpossible, + ResolutionTooDeep, + Resolver, +) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b204b6c0d63f269b3b85d831cd03ad2ecbb6c7a GIT binary patch literal 661 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 EA6Meyy#N3J literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9c61d2f9f54c95808ab224016ab76cb5d72efb3 GIT binary patch literal 25924 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..509d560406180dfa959eb14244f07461df235b15 GIT binary patch literal 10533 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 C2w+wK literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..736cbd953b0f41a423aa9049e0eaf049cc26712f GIT binary patch literal 227 zcmZ9GJqiLb5QR7XfCwJMVs}tm5k#@m%El_hb##NtPDtX)wzeL?Gk6w{;R(df%EZzK zGw;pt!OWxA>n1_d>{>*B#`dpwD{O8_o%Gr2p4dj1-jVrSpdgK~7t$9nM|bpOV76Jn zl6EJB>6%D6klHBJSo$=lvlBIB6_yn!xdl`Eg33`g7=n`?QzP=DIG_U~4e)^N$bv;j ns=~b>vxh$pUJTvvDGuFRj6Wb0iu~06CSCcVjn<0Gx8U{b* literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c264c6135af3a0e3358c36512853b27f5ffc2522 GIT binary patch literal 447 zcmYjLJx{|h5Vhl!l!mGjVy_S^9TKasA|ymXVkiqN?GmMlX+oXY*l9~PCM3iF8w+CR zx3HA0%EG|JR?!7@!r`l&bocJ`-rc>Ya=8Rl?AX`Ay~5Xg_znH1nKo2&2YleeuGR*N zz}I|4VWhRS2(=LeslEn?z7B*5zq!JkYbkaJ&QS{tVXcrEO_%d9?qr&1IQ+5OF4wJt3IL%zwH^FwJkyu5iF2 zf=}Eq32=kRUcxxuZSCVG^ZS%o$Ba>l!-!K7kvOqDHk59P?E#4gn1&t9(w$0F_~3jQoR%CgPVS#c}+`nfHZlryMOVpS#x yLO3>8Zcj(0)eB>yBWSXqvRDB(= 3: + # Remove the state that triggered backtracking. + del self._states[-1] + + # Ensure to backtrack to a state that caused the incompatibility + incompatible_state = False + while not incompatible_state: + # Retrieve the last candidate pin and known incompatibilities. + try: + broken_state = self._states.pop() + name, candidate = broken_state.mapping.popitem() + except (IndexError, KeyError): + raise ResolutionImpossible(causes) + current_dependencies = { + self._p.identify(d) + for d in self._p.get_dependencies(candidate) + } + incompatible_state = not current_dependencies.isdisjoint( + incompatible_deps + ) + + incompatibilities_from_broken = [ + (k, list(v.incompatibilities)) + for k, v in broken_state.criteria.items() + ] + + # Also mark the newly known incompatibility. + incompatibilities_from_broken.append((name, [candidate])) + + # Create a new state from the last known-to-work one, and apply + # the previously gathered incompatibility information. + def _patch_criteria(): + for k, incompatibilities in incompatibilities_from_broken: + if not incompatibilities: + continue + try: + criterion = self.state.criteria[k] + except KeyError: + continue + matches = self._p.find_matches( + identifier=k, + requirements=IteratorMapping( + self.state.criteria, + operator.methodcaller("iter_requirement"), + ), + incompatibilities=IteratorMapping( + self.state.criteria, + operator.attrgetter("incompatibilities"), + {k: incompatibilities}, + ), + ) + candidates = build_iter_view(matches) + if not candidates: + return False + incompatibilities.extend(criterion.incompatibilities) + self.state.criteria[k] = Criterion( + candidates=candidates, + information=list(criterion.information), + incompatibilities=incompatibilities, + ) + return True + + self._push_new_state() + success = _patch_criteria() + + # It works! Let's work on this new state. + if success: + return True + + # State does not work after applying known incompatibilities. + # Try the still previous state. + + # No way to backtrack anymore. + return False + + def resolve(self, requirements, max_rounds): + if self._states: + raise RuntimeError("already resolved") + + self._r.starting() + + # Initialize the root state. + self._states = [ + State( + mapping=collections.OrderedDict(), + criteria={}, + backtrack_causes=[], + ) + ] + for r in requirements: + try: + self._add_to_criteria(self.state.criteria, r, parent=None) + except RequirementsConflicted as e: + raise ResolutionImpossible(e.criterion.information) + + # The root state is saved as a sentinel so the first ever pin can have + # something to backtrack to if it fails. The root state is basically + # pinning the virtual "root" package in the graph. + self._push_new_state() + + for round_index in range(max_rounds): + self._r.starting_round(index=round_index) + + unsatisfied_names = [ + key + for key, criterion in self.state.criteria.items() + if not self._is_current_pin_satisfying(key, criterion) + ] + + # All criteria are accounted for. Nothing more to pin, we are done! + if not unsatisfied_names: + self._r.ending(state=self.state) + return self.state + + # keep track of satisfied names to calculate diff after pinning + satisfied_names = set(self.state.criteria.keys()) - set( + unsatisfied_names + ) + + # Choose the most preferred unpinned criterion to try. + name = min(unsatisfied_names, key=self._get_preference) + failure_causes = self._attempt_to_pin_criterion(name) + + if failure_causes: + causes = [i for c in failure_causes for i in c.information] + # Backjump if pinning fails. The backjump process puts us in + # an unpinned state, so we can work on it in the next round. + self._r.resolving_conflicts(causes=causes) + success = self._backjump(causes) + self.state.backtrack_causes[:] = causes + + # Dead ends everywhere. Give up. + if not success: + raise ResolutionImpossible(self.state.backtrack_causes) + else: + # discard as information sources any invalidated names + # (unsatisfied names that were previously satisfied) + newly_unsatisfied_names = { + key + for key, criterion in self.state.criteria.items() + if key in satisfied_names + and not self._is_current_pin_satisfying(key, criterion) + } + self._remove_information_from_criteria( + self.state.criteria, newly_unsatisfied_names + ) + # Pinning was successful. Push a new state to do another pin. + self._push_new_state() + + self._r.ending_round(index=round_index, state=self.state) + + raise ResolutionTooDeep(max_rounds) + + +def _has_route_to_root(criteria, key, all_keys, connected): + if key in connected: + return True + if key not in criteria: + return False + for p in criteria[key].iter_parent(): + try: + pkey = all_keys[id(p)] + except KeyError: + continue + if pkey in connected: + connected.add(key) + return True + if _has_route_to_root(criteria, pkey, all_keys, connected): + connected.add(key) + return True + return False + + +Result = collections.namedtuple("Result", "mapping graph criteria") + + +def _build_result(state): + mapping = state.mapping + all_keys = {id(v): k for k, v in mapping.items()} + all_keys[id(None)] = None + + graph = DirectedGraph() + graph.add(None) # Sentinel as root dependencies' parent. + + connected = {None} + for key, criterion in state.criteria.items(): + if not _has_route_to_root(state.criteria, key, all_keys, connected): + continue + if key not in graph: + graph.add(key) + for p in criterion.iter_parent(): + try: + pkey = all_keys[id(p)] + except KeyError: + continue + if pkey not in graph: + graph.add(pkey) + graph.connect(pkey, key) + + return Result( + mapping={k: v for k, v in mapping.items() if k in connected}, + graph=graph, + criteria=state.criteria, + ) + + +class Resolver(AbstractResolver): + """The thing that performs the actual resolution work.""" + + base_exception = ResolverException + + def resolve(self, requirements, max_rounds=100): + """Take a collection of constraints, spit out the resolution result. + + The return value is a representation to the final resolution result. It + is a tuple subclass with three public members: + + * `mapping`: A dict of resolved candidates. Each key is an identifier + of a requirement (as returned by the provider's `identify` method), + and the value is the resolved candidate. + * `graph`: A `DirectedGraph` instance representing the dependency tree. + The vertices are keys of `mapping`, and each edge represents *why* + a particular package is included. A special vertex `None` is + included to represent parents of user-supplied requirements. + * `criteria`: A dict of "criteria" that hold detailed information on + how edges in the graph are derived. Each key is an identifier of a + requirement, and the value is a `Criterion` instance. + + The following exceptions may be raised if a resolution cannot be found: + + * `ResolutionImpossible`: A resolution cannot be found for the given + combination of requirements. The `causes` attribute of the + exception is a list of (requirement, parent), giving the + requirements that could not be satisfied. + * `ResolutionTooDeep`: The dependency tree is too deeply nested and + the resolver gave up. This is usually caused by a circular + dependency, but you can try to resolve this by increasing the + `max_rounds` argument. + """ + resolution = Resolution(self.provider, self.reporter) + state = resolution.resolve(requirements, max_rounds=max_rounds) + return _build_result(state) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py new file mode 100644 index 00000000..359a34f6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py @@ -0,0 +1,170 @@ +import itertools + +from .compat import collections_abc + + +class DirectedGraph(object): + """A graph structure with directed edges.""" + + def __init__(self): + self._vertices = set() + self._forwards = {} # -> Set[] + self._backwards = {} # -> Set[] + + def __iter__(self): + return iter(self._vertices) + + def __len__(self): + return len(self._vertices) + + def __contains__(self, key): + return key in self._vertices + + def copy(self): + """Return a shallow copy of this graph.""" + other = DirectedGraph() + other._vertices = set(self._vertices) + other._forwards = {k: set(v) for k, v in self._forwards.items()} + other._backwards = {k: set(v) for k, v in self._backwards.items()} + return other + + def add(self, key): + """Add a new vertex to the graph.""" + if key in self._vertices: + raise ValueError("vertex exists") + self._vertices.add(key) + self._forwards[key] = set() + self._backwards[key] = set() + + def remove(self, key): + """Remove a vertex from the graph, disconnecting all edges from/to it.""" + self._vertices.remove(key) + for f in self._forwards.pop(key): + self._backwards[f].remove(key) + for t in self._backwards.pop(key): + self._forwards[t].remove(key) + + def connected(self, f, t): + return f in self._backwards[t] and t in self._forwards[f] + + def connect(self, f, t): + """Connect two existing vertices. + + Nothing happens if the vertices are already connected. + """ + if t not in self._vertices: + raise KeyError(t) + self._forwards[f].add(t) + self._backwards[t].add(f) + + def iter_edges(self): + for f, children in self._forwards.items(): + for t in children: + yield f, t + + def iter_children(self, key): + return iter(self._forwards[key]) + + def iter_parents(self, key): + return iter(self._backwards[key]) + + +class IteratorMapping(collections_abc.Mapping): + def __init__(self, mapping, accessor, appends=None): + self._mapping = mapping + self._accessor = accessor + self._appends = appends or {} + + def __repr__(self): + return "IteratorMapping({!r}, {!r}, {!r})".format( + self._mapping, + self._accessor, + self._appends, + ) + + def __bool__(self): + return bool(self._mapping or self._appends) + + __nonzero__ = __bool__ # XXX: Python 2. + + def __contains__(self, key): + return key in self._mapping or key in self._appends + + def __getitem__(self, k): + try: + v = self._mapping[k] + except KeyError: + return iter(self._appends[k]) + return itertools.chain(self._accessor(v), self._appends.get(k, ())) + + def __iter__(self): + more = (k for k in self._appends if k not in self._mapping) + return itertools.chain(self._mapping, more) + + def __len__(self): + more = sum(1 for k in self._appends if k not in self._mapping) + return len(self._mapping) + more + + +class _FactoryIterableView(object): + """Wrap an iterator factory returned by `find_matches()`. + + Calling `iter()` on this class would invoke the underlying iterator + factory, making it a "collection with ordering" that can be iterated + through multiple times, but lacks random access methods presented in + built-in Python sequence types. + """ + + def __init__(self, factory): + self._factory = factory + self._iterable = None + + def __repr__(self): + return "{}({})".format(type(self).__name__, list(self)) + + def __bool__(self): + try: + next(iter(self)) + except StopIteration: + return False + return True + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + iterable = ( + self._factory() if self._iterable is None else self._iterable + ) + self._iterable, current = itertools.tee(iterable) + return current + + +class _SequenceIterableView(object): + """Wrap an iterable returned by find_matches(). + + This is essentially just a proxy to the underlying sequence that provides + the same interface as `_FactoryIterableView`. + """ + + def __init__(self, sequence): + self._sequence = sequence + + def __repr__(self): + return "{}({})".format(type(self).__name__, self._sequence) + + def __bool__(self): + return bool(self._sequence) + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + return iter(self._sequence) + + +def build_iter_view(matches): + """Build an iterable view from the value returned by `find_matches()`.""" + if callable(matches): + return _FactoryIterableView(matches) + if not isinstance(matches, collections_abc.Sequence): + matches = list(matches) + return _SequenceIterableView(matches) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py new file mode 100644 index 00000000..73f58d77 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py @@ -0,0 +1,177 @@ +"""Rich text and beautiful formatting in the terminal.""" + +import os +from typing import IO, TYPE_CHECKING, Any, Callable, Optional, Union + +from ._extension import load_ipython_extension # noqa: F401 + +__all__ = ["get_console", "reconfigure", "print", "inspect", "print_json"] + +if TYPE_CHECKING: + from .console import Console + +# Global console used by alternative print +_console: Optional["Console"] = None + +try: + _IMPORT_CWD = os.path.abspath(os.getcwd()) +except FileNotFoundError: + # Can happen if the cwd has been deleted + _IMPORT_CWD = "" + + +def get_console() -> "Console": + """Get a global :class:`~rich.console.Console` instance. This function is used when Rich requires a Console, + and hasn't been explicitly given one. + + Returns: + Console: A console instance. + """ + global _console + if _console is None: + from .console import Console + + _console = Console() + + return _console + + +def reconfigure(*args: Any, **kwargs: Any) -> None: + """Reconfigures the global console by replacing it with another. + + Args: + *args (Any): Positional arguments for the replacement :class:`~rich.console.Console`. + **kwargs (Any): Keyword arguments for the replacement :class:`~rich.console.Console`. + """ + from pip._vendor.rich.console import Console + + new_console = Console(*args, **kwargs) + _console = get_console() + _console.__dict__ = new_console.__dict__ + + +def print( + *objects: Any, + sep: str = " ", + end: str = "\n", + file: Optional[IO[str]] = None, + flush: bool = False, +) -> None: + r"""Print object(s) supplied via positional arguments. + This function has an identical signature to the built-in print. + For more advanced features, see the :class:`~rich.console.Console` class. + + Args: + sep (str, optional): Separator between printed objects. Defaults to " ". + end (str, optional): Character to write at end of output. Defaults to "\\n". + file (IO[str], optional): File to write to, or None for stdout. Defaults to None. + flush (bool, optional): Has no effect as Rich always flushes output. Defaults to False. + + """ + from .console import Console + + write_console = get_console() if file is None else Console(file=file) + return write_console.print(*objects, sep=sep, end=end) + + +def print_json( + json: Optional[str] = None, + *, + data: Any = None, + indent: Union[None, int, str] = 2, + highlight: bool = True, + skip_keys: bool = False, + ensure_ascii: bool = False, + check_circular: bool = True, + allow_nan: bool = True, + default: Optional[Callable[[Any], Any]] = None, + sort_keys: bool = False, +) -> None: + """Pretty prints JSON. Output will be valid JSON. + + Args: + json (str): A string containing JSON. + data (Any): If json is not supplied, then encode this data. + indent (int, optional): Number of spaces to indent. Defaults to 2. + highlight (bool, optional): Enable highlighting of output: Defaults to True. + skip_keys (bool, optional): Skip keys not of a basic type. Defaults to False. + ensure_ascii (bool, optional): Escape all non-ascii characters. Defaults to False. + check_circular (bool, optional): Check for circular references. Defaults to True. + allow_nan (bool, optional): Allow NaN and Infinity values. Defaults to True. + default (Callable, optional): A callable that converts values that can not be encoded + in to something that can be JSON encoded. Defaults to None. + sort_keys (bool, optional): Sort dictionary keys. Defaults to False. + """ + + get_console().print_json( + json, + data=data, + indent=indent, + highlight=highlight, + skip_keys=skip_keys, + ensure_ascii=ensure_ascii, + check_circular=check_circular, + allow_nan=allow_nan, + default=default, + sort_keys=sort_keys, + ) + + +def inspect( + obj: Any, + *, + console: Optional["Console"] = None, + title: Optional[str] = None, + help: bool = False, + methods: bool = False, + docs: bool = True, + private: bool = False, + dunder: bool = False, + sort: bool = True, + all: bool = False, + value: bool = True, +) -> None: + """Inspect any Python object. + + * inspect() to see summarized info. + * inspect(, methods=True) to see methods. + * inspect(, help=True) to see full (non-abbreviated) help. + * inspect(, private=True) to see private attributes (single underscore). + * inspect(, dunder=True) to see attributes beginning with double underscore. + * inspect(, all=True) to see all attributes. + + Args: + obj (Any): An object to inspect. + title (str, optional): Title to display over inspect result, or None use type. Defaults to None. + help (bool, optional): Show full help text rather than just first paragraph. Defaults to False. + methods (bool, optional): Enable inspection of callables. Defaults to False. + docs (bool, optional): Also render doc strings. Defaults to True. + private (bool, optional): Show private attributes (beginning with underscore). Defaults to False. + dunder (bool, optional): Show attributes starting with double underscore. Defaults to False. + sort (bool, optional): Sort attributes alphabetically. Defaults to True. + all (bool, optional): Show all attributes. Defaults to False. + value (bool, optional): Pretty print value. Defaults to True. + """ + _console = console or get_console() + from pip._vendor.rich._inspect import Inspect + + # Special case for inspect(inspect) + is_inspect = obj is inspect + + _inspect = Inspect( + obj, + title=title, + help=is_inspect or help, + methods=is_inspect or methods, + docs=is_inspect or docs, + private=private, + dunder=dunder, + sort=sort, + all=all, + value=value, + ) + _console.print(_inspect) + + +if __name__ == "__main__": # pragma: no cover + print("Hello, **World**") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py new file mode 100644 index 00000000..270629fd --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py @@ -0,0 +1,274 @@ +import colorsys +import io +from time import process_time + +from pip._vendor.rich import box +from pip._vendor.rich.color import Color +from pip._vendor.rich.console import Console, ConsoleOptions, Group, RenderableType, RenderResult +from pip._vendor.rich.markdown import Markdown +from pip._vendor.rich.measure import Measurement +from pip._vendor.rich.pretty import Pretty +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style +from pip._vendor.rich.syntax import Syntax +from pip._vendor.rich.table import Table +from pip._vendor.rich.text import Text + + +class ColorBox: + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + for y in range(0, 5): + for x in range(options.max_width): + h = x / options.max_width + l = 0.1 + ((y / 5) * 0.7) + r1, g1, b1 = colorsys.hls_to_rgb(h, l, 1.0) + r2, g2, b2 = colorsys.hls_to_rgb(h, l + 0.7 / 10, 1.0) + bgcolor = Color.from_rgb(r1 * 255, g1 * 255, b1 * 255) + color = Color.from_rgb(r2 * 255, g2 * 255, b2 * 255) + yield Segment("▄", Style(color=color, bgcolor=bgcolor)) + yield Segment.line() + + def __rich_measure__( + self, console: "Console", options: ConsoleOptions + ) -> Measurement: + return Measurement(1, options.max_width) + + +def make_test_card() -> Table: + """Get a renderable that demonstrates a number of features.""" + table = Table.grid(padding=1, pad_edge=True) + table.title = "Rich features" + table.add_column("Feature", no_wrap=True, justify="center", style="bold red") + table.add_column("Demonstration") + + color_table = Table( + box=None, + expand=False, + show_header=False, + show_edge=False, + pad_edge=False, + ) + color_table.add_row( + ( + "✓ [bold green]4-bit color[/]\n" + "✓ [bold blue]8-bit color[/]\n" + "✓ [bold magenta]Truecolor (16.7 million)[/]\n" + "✓ [bold yellow]Dumb terminals[/]\n" + "✓ [bold cyan]Automatic color conversion" + ), + ColorBox(), + ) + + table.add_row("Colors", color_table) + + table.add_row( + "Styles", + "All ansi styles: [bold]bold[/], [dim]dim[/], [italic]italic[/italic], [underline]underline[/], [strike]strikethrough[/], [reverse]reverse[/], and even [blink]blink[/].", + ) + + lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque in metus sed sapien ultricies pretium a at justo. Maecenas luctus velit et auctor maximus." + lorem_table = Table.grid(padding=1, collapse_padding=True) + lorem_table.pad_edge = False + lorem_table.add_row( + Text(lorem, justify="left", style="green"), + Text(lorem, justify="center", style="yellow"), + Text(lorem, justify="right", style="blue"), + Text(lorem, justify="full", style="red"), + ) + table.add_row( + "Text", + Group( + Text.from_markup( + """Word wrap text. Justify [green]left[/], [yellow]center[/], [blue]right[/] or [red]full[/].\n""" + ), + lorem_table, + ), + ) + + def comparison(renderable1: RenderableType, renderable2: RenderableType) -> Table: + table = Table(show_header=False, pad_edge=False, box=None, expand=True) + table.add_column("1", ratio=1) + table.add_column("2", ratio=1) + table.add_row(renderable1, renderable2) + return table + + table.add_row( + "Asian\nlanguage\nsupport", + ":flag_for_china: 该库支持中文,日文和韩文文本!\n:flag_for_japan: ライブラリは中国語、日本語、韓国語のテキストをサポートしています\n:flag_for_south_korea: 이 라이브러리는 중국어, 일본어 및 한국어 텍스트를 지원합니다", + ) + + markup_example = ( + "[bold magenta]Rich[/] supports a simple [i]bbcode[/i]-like [b]markup[/b] for [yellow]color[/], [underline]style[/], and emoji! " + ":+1: :apple: :ant: :bear: :baguette_bread: :bus: " + ) + table.add_row("Markup", markup_example) + + example_table = Table( + show_edge=False, + show_header=True, + expand=False, + row_styles=["none", "dim"], + box=box.SIMPLE, + ) + example_table.add_column("[green]Date", style="green", no_wrap=True) + example_table.add_column("[blue]Title", style="blue") + example_table.add_column( + "[cyan]Production Budget", + style="cyan", + justify="right", + no_wrap=True, + ) + example_table.add_column( + "[magenta]Box Office", + style="magenta", + justify="right", + no_wrap=True, + ) + example_table.add_row( + "Dec 20, 2019", + "Star Wars: The Rise of Skywalker", + "$275,000,000", + "$375,126,118", + ) + example_table.add_row( + "May 25, 2018", + "[b]Solo[/]: A Star Wars Story", + "$275,000,000", + "$393,151,347", + ) + example_table.add_row( + "Dec 15, 2017", + "Star Wars Ep. VIII: The Last Jedi", + "$262,000,000", + "[bold]$1,332,539,889[/bold]", + ) + example_table.add_row( + "May 19, 1999", + "Star Wars Ep. [b]I[/b]: [i]The phantom Menace", + "$115,000,000", + "$1,027,044,677", + ) + + table.add_row("Tables", example_table) + + code = '''\ +def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: + """Iterate and generate a tuple with a flag for last value.""" + iter_values = iter(values) + try: + previous_value = next(iter_values) + except StopIteration: + return + for value in iter_values: + yield False, previous_value + previous_value = value + yield True, previous_value''' + + pretty_data = { + "foo": [ + 3.1427, + ( + "Paul Atreides", + "Vladimir Harkonnen", + "Thufir Hawat", + ), + ], + "atomic": (False, True, None), + } + table.add_row( + "Syntax\nhighlighting\n&\npretty\nprinting", + comparison( + Syntax(code, "python3", line_numbers=True, indent_guides=True), + Pretty(pretty_data, indent_guides=True), + ), + ) + + markdown_example = """\ +# Markdown + +Supports much of the *markdown* __syntax__! + +- Headers +- Basic formatting: **bold**, *italic*, `code` +- Block quotes +- Lists, and more... + """ + table.add_row( + "Markdown", comparison("[cyan]" + markdown_example, Markdown(markdown_example)) + ) + + table.add_row( + "+more!", + """Progress bars, columns, styled logging handler, tracebacks, etc...""", + ) + return table + + +if __name__ == "__main__": # pragma: no cover + + console = Console( + file=io.StringIO(), + force_terminal=True, + ) + test_card = make_test_card() + + # Print once to warm cache + start = process_time() + console.print(test_card) + pre_cache_taken = round((process_time() - start) * 1000.0, 1) + + console.file = io.StringIO() + + start = process_time() + console.print(test_card) + taken = round((process_time() - start) * 1000.0, 1) + + c = Console(record=True) + c.print(test_card) + + print(f"rendered in {pre_cache_taken}ms (cold cache)") + print(f"rendered in {taken}ms (warm cache)") + + from pip._vendor.rich.panel import Panel + + console = Console() + + sponsor_message = Table.grid(padding=1) + sponsor_message.add_column(style="green", justify="right") + sponsor_message.add_column(no_wrap=True) + + sponsor_message.add_row( + "Textualize", + "[u blue link=https://github.com/textualize]https://github.com/textualize", + ) + sponsor_message.add_row( + "Twitter", + "[u blue link=https://twitter.com/willmcgugan]https://twitter.com/willmcgugan", + ) + + intro_message = Text.from_markup( + """\ +We hope you enjoy using Rich! + +Rich is maintained with [red]:heart:[/] by [link=https://www.textualize.io]Textualize.io[/] + +- Will McGugan""" + ) + + message = Table.grid(padding=2) + message.add_column() + message.add_column(no_wrap=True) + message.add_row(intro_message, sponsor_message) + + console.print( + Panel.fit( + message, + box=box.ROUNDED, + padding=(1, 2), + title="[b red]Thanks for trying out Rich!", + border_style="bright_blue", + ), + justify="center", + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01cd2ba33c065006b53fa6942a2e453252dfba08 GIT binary patch literal 7042 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 PFTNEy7YqJNR6+fJylSLt literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9708663c581d935f07245e10f109778951394723 GIT binary patch literal 10331 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b5c357fbb6bb0252b55bb22fdc529a46c304192 GIT binary patch literal 1756 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86fb7b8a74a9c5ba840011f6a524dd868dd4a765 GIT binary patch literal 12104 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 T3%(m^lD=)S-7!HKS=avpLoA9W literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5255e1843cd4804df7d664e22283e8a6e28140e8 GIT binary patch literal 4174 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 OpK}Kre!?Ye)BX!wPqc&p literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aae081a208c460e5247b9ec8c173c118efee6cee GIT binary patch literal 1912 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bc77c532bf374f00695c9efbbc24034214207f5 GIT binary patch literal 5187 zcmZ9QPi$0G6vp4ols_>d#ex{YxG*ZCv`@hQB3jx4Rjepgluc9Gkv2@3$;?>oj-5ug zMqC&ZO-!sVObkmGy3ma-aHB~RR+^aE7z-=e==r{P&%57k6TUh8-nr*@@9Qg}@8@mX zZprLxbmW7D%X_ly5B$Zy210S;q!pL5`E0(@%$6!=E0wI8H7e(``ReDDuPa5@*=k@l zVYR>pgbl20s&DRNRlTyd<*#Dl{WxNcp#L7~-H4A1@D%Eg5Z4Oui+yzN@K~+&mr>v8VcNf}?w>%sW?=x` z{hus+r~d-1BfhY(j;B$-gZQriSL~zM-KPbZ#l_!1A1J_e)cZW@gR8}9xQJn6zrtml zF@U0ePyp)ws{+dI4lda(D!U!9gH$^dJcM~=*o=EO0$wbscPJ>AbFp`n>kO1NJ63~* zGZ6bSduTd!9-@B<8z_%vi&+mlHNaW{I~btep`fg}*lzdtm^b2KJHpBs2Dm$}Ll|IP zQtwbub|=Ry*CjK!Za<{Ox#N-hGe+z3i1gpx2)@|}e#f9gLLUQw*#{9I5`dql1U#`3 zJh>5Ips0H1Lg+MI?Y9T=QP6^aPpcY(AECgyHPz!-t2oSC% z;J5mKPy(Gyppyx7G6APOS`5N+ZrAr5L6{stm>fZv96{J~1n}7*2uhj&&;+Q3OVmQ3 z76P?kd2$v4wGgOpAY4nJ7SxG_ zKrIAnAy5l}S_lxP<+=13iy&Ac2$l#?B{PC0cBlpO{4DGsPz!-t2-HHL76P?kd14_z zo9~oBEd**IPz!-t$`ks~@<0ht3p><8pcVqP;9_zX0zC_XS_srafbfkGs0DRmAy5l} zS_srapcVpzX=&7FEP`N(AXp*@mIzQKL)C(LeikkvPz!-t2-HHL76P?kd14_zn{SLj zEd**IPz!-t(4ANa)Iy*Z0)+2_KrIAn;av*dTwFz`C+Q4a&>P#^U$&_q2}#%@%(gi*HQviGY{uQF%dn2C0FxfpfwxI9tm99B=RFMkjrs+Tsrsh1E$!kZRi|cj zZTp$YsqvT2oSr!~dU9fVdSY$x^z`V|_~+ABA= z9$up0NawU|!``E0U3{-(xyQlI>eXy; aeI(np_j+}706k*^yQ;rtJ324hjQ;^<;@zPD literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49ace4ff4bcddb21ab104698d18965dd6db6f18a GIT binary patch literal 753 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 I7F{j>4QxY)WdHyG literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0b73432d9885628a05fe249fd8cf47a1fee75c9 GIT binary patch literal 13206 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a33edd515789784db07a3ed3f28c89bcf566ad56 GIT binary patch literal 2517 zcmZ`*O>7&-6`uX&|BwFvT!oeuM{7%5|MgHO4l3D_qDGMu$w}ZvfyIhDvS{sc+1aHe z3M8zwNy{`jxah$yf}%O9a1J@<82H+YWV#T&wgDSC5PFCID-4% z=kKsB`8)nKg^RTA@Cpxi1cNsPMSwf#dOR@keAdOaF@#7Li?D$C>&fRQ!RiipL5C79 zM0G|9gJeVx1>8R}U?Xfq&6pB1<4W92CcSiv~IzjKHL@Xf|)^Orpz2e zIE^E?V}%<HR#i8us-~rv47!f1>K{s) z;h%(5Rkw1gN<^^k^2?TGxG7cD3I)s2oIH2{XMjKSZ*%|@9hT%(%f#}EmUmX=OW0m> ztfGAJ>WuuBXJFzAXt3qHSv0VT3(iCi9-@`y>^d&2%SL`#E|#5Dt8g}Z`iyMn9XwIg za%AsqXEm8eiwT8~j+K zcW8UA=G6J21}~9Ra03#Rn9na0jg;ptO~=F)K=Ii#Td@Vp$@n%T-W{1`Qr4_(%izVo1DdtpB8v8cH^*La`ZQ}f^J~9a~@yQa%DeF z(}Y;W6$ysy6@CH`9$cd!IXLIlujAJbLIHNG01PL95vrg7sZ~a2s;oov;f)Hr$xy6T z7$+R?wm@53p3}K1U*X8K6AR8?RO4;CLPdB{h3ovb0Jrlgk=+FS{Jz028U+wHi99Upz`nAlKju3&1{0W-pKDR1Z= z+@+8!uC~w>_g_g%8M`67l*?h;es0i>fi@_hma1^jBy5TnKNy7O#XSOsgW6I9rGYp( z1|kyt>@R_Aqi1o{IsEtGn%HE8$dN}w($4Yv(CONIqj#`2`z(x-oi|^(*LnH2aew0S z-tgsm;_VvS=pLv=9>fxl27k3bDDMr*^}*A%Hyi!O_WPy1eracFuRr@8Vh56q^w56# z=wABh=ZkykSMH@}cHZ0{zpyuc;p?8g@tG!v61~qv)O})S@vGn5@0zZK8>zlp>W622 zC_MrSB1alSN2n`9f1Pa#usyUp!0AsDQz3LWl$h${?)EZ3e^PujWnS?O!r~TsQSnvK z5|S9`@U0XuWCTQQTBR8;f?kX~LW5<~PP2_3bxHNElfH{y_n{5g)F3A+v>>5K@&#ur zS~N6g#Ukc~kwa!g>L=6-H`e};V4G0qJj1S-bIL{F&_}u9;HE1Ad@s$%DI)-nr|Ev0sYQ1CP zWARBxPfdJ~9JoDEPmb+|$G+zUK|DY}nwcJnY0>V0Foz0yv{ZuI1Re*6I+`FOOp`APP_{6I5>_`x5V z7a0`kyB+&n*$tig4hc+uQ)E3G|3ff0L%=z-JK=esO|ny?=et-ea}3b`1CTXs ArvLx| literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3a5293e7b7f1568c0311c3ddb1e8c2477fd7e2b GIT binary patch literal 3600 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 F{{d{{plSdB literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d41ca7ce51ce2c8d026176aa2f9affa038be98a2 GIT binary patch literal 12349 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 CLi}?8 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2814da878761bd9c796b1474bad90b2ea456b058 GIT binary patch literal 9133 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7b0f4d164d5518f2c05a0dbf2d615778b16ad61 GIT binary patch literal 11885 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 E118>qU;qFB literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5b12a60ae2bea9f8d8def5bc6605413b56fecf1 GIT binary patch literal 5645 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13702db6235071a21f4f93dd7d2b04ace3cc80b8 GIT binary patch literal 26597 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5dde016c1ac0f65057b068c2f97ff0353bae2da8 GIT binary patch literal 1728 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e295a9b76a7070a4f61a65aa50ed4876bff9d626 GIT binary patch literal 113820 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 at%U|j+Eg{tWi4!zr0J@Werusmg8mN)gj0b4 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94993d2e1116a30e8e2cf7ddf800f7c2da99c08a GIT binary patch literal 2285 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 y*ABmZ_xvcX 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbcbe178c384db476545f10df079ce257c78b16a GIT binary patch literal 3109 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..99220bc8ccd0f425b5fa4d5e061b4c84418a0768 GIT binary patch literal 6062 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 E0uvx94*&oF literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e26f4b6af5d7da7b1650b90cb361092cff72823 GIT binary patch literal 5236 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1abe1bf211187f77cfe8a0b2a8635b3aa9e885ac GIT binary patch literal 20247 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..066a70dc649fa781816fbbfd3e1f1a05350c5e69 GIT binary patch literal 19170 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

    yM}Aw{@=NN zOtZ75~1?Kz}tbUI~ofoGAO_bJJ5)c#)Bhg~&ogZZeG2~CMmz<>1fkD>%|AR5n`uQ#0V-QDD4NQNfJaSNF+o*3Ze@r` zc`Pl<>Jl&wV?PII8~6ox^(>&Jc*Ub&g;*zO@eiOC?-kU?^UHfl;P))pENxc5mP&t049C)+**11aH+#?PK z))5PEv+sbLVFL$2GdP=>BWUTC%Y$>+;I{{UTL#?PHxTnw5U#RCX0d%HOdCLPTEj|HyMXt3bU*xI#wyoNW_M&Cc-LW`` zi^S!0lnaw!yg$Nu{T&@3LLLtW#)%>aX~;9L*o&U$)Vab__O{Z!7oTr$kt0EZo*>x# z9+4MW(I(nO$8F~=2p^=ZI*Qz4x5>9ty{9RGg-C+cQHqYHzB_9MJ&&azsq-|KZktCE zp^nlFZL3b5j2x~Cvv`~dLynPtuLOO6BN7G0RR5-d7DW7Zf3 zT?t!J0lkc_c)wsTGBMZmYmk_b?=;waO2kBGxQh_t2v^v6JZ|u5NChQqpcM~^lkw&o z1hP$gE9tc@E@`@)DHtr|fONr_pXNG-V;=Gwnk<|9xXt8BP~@DXVFJ3w5R$<{{wl9X zcpo_d$!sx6>I@#zbXeA~Dzc`N{F*$mXbdGyISG?167!e|7Kv*31wvX$vcb{KAZI6g z;BnGPwlF-+^9wpWvkW_=i1b{rEWGpZt1w0*W`gj#UCco17X*^$3Jo^`iEUq7r0wjS zAuFAN+y77WAMkN@6zW|Qt_dY)&EHe?4^{j_>mxVDua9r|50p6CHd67AtS9gE{F(de zNZCKK;r~gA+iVRU-SF=%are6-mmMXh^is_gxO#H!%(XMsuCYqj*j?9H%@?ftMk~J2 zo1weDL@hi}9z3*eyWzg>u0{`4qKC@i!&kY@@a}3jRtd*$j&6isxW?52-POQYB`|jL z=-t2(I_XF2JvaKV_g9AwSB4JXd9O0`!*cj2%#4oIx+1lKJ+=OkTDZ5?8++{Hhjv}{ z)V(MWT614>|8{PD>_+^0{La9}@T(gGKmNu)v2(ktTrJcG8NTbgVDH+oYsWr4Ub1iY z?pdGO=pBEASjX!h#lL{9IPi*O;H8@)ML zM^OD~a*I@Te~^o;_iQ1k>f>(UZCePcdjD>2cdciz&XPLzGOh1Bx*u~Oo5v$3i$x4p zD`*C<7xIu7V-nRc2}6b(zF#9brJT#Cn8Yn(03Lkt#)B_zP7vSKDuhE;WUf+)wHZ@M&@^s>wG9N8UeFyWiW7 znWjCC=b(*5T5TFgon;v2ugG~14c}+^DjTe@!K=%6*@3@V2mfI`@-H4S1NYGB4Rrcj j)PE1ffPRZY_ao8r(D6#-)iMhGn}3&Kc0WRd(*6DmIACwt literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b26a001dc5e02a8ff01d214bf31da3273f79d431 GIT binary patch literal 13581 zcmcILTW}lKbqiqe21)P*lHhCkCMXdgDe4)^wnUMlY>ARZ+OeT{APBo8LE+`QOHo8X zM{eDka+9&tx+8j$Oz5;Tkw=3>F#m%E?XjzwhyQ6}m|G0b@P-%@ z#J4eKh#P_i1LjRJCTCOH#_*Lv zRHFFM*Fx+mgQzt3y+sIqA3yv$8{7*t*n3Ash;qd4mAX&?TYs^iFImgL*FucI$bR6> zQ4R9$n8u|BX4SB2@Qr_pL(ljOvW*W*f)tGlKBH`%4k!4SKxF&r*N1MU#neOlA>QHb0+$ zA`UgP9E(jwW5TB>0#M;x5TsBfnGlmP9KLQUN#bE?4v?7$$6~Zg1(O6X5X5gnft733 z%y|J@5D;3O)6s>+82kVox#ql(A|(|#k2&G01aJEs2}guW;mGAkDgF1Vg@VQAcxbp`NdW zUmg7F;nx7aMrfrt@E#~N!LJ!=YAJk+P|JIvL}$RaLR%aB+Jy$_-zGFF{Zq&efb4`H zM_WAV$X)Pl$^7|ln8naKGjHH~Uatu@@x4Mb-z~JvvwR;2fmbO549oXJxs{d&1RH!e zIB(&7P}fH5hM?beI_@5Rkha?Rz0lgR&RjJFJ7*c+uvGa!SmFrf3z17MOQ~gvTZu}G9DeHO<`xAGxt$AeG2x03gLhmI#qff_K?mGC za3>cgpxdKjDi&T9crKdYBFWftJR$lW96Z>A@@Z7WmL!3c7x=xj0|{ES4xwFKO-SLZ z+@j8zyx&24nMq2*5t_q3j|*G`Mx9@daVv{Lf)f(J(>N zq>y%r$SSu&q7rfDc!1+h4Hg_eU`Uf#!htqYNbcuO2=n3Pm?UyiQk$lK z=Iq?;UrJndTK9`E}sK!K#BK>MS<=92TYb1@9k@pU6m zoYj^4hDcNBufm%4nF3o=0ar=~oH}g>B4R#Cq9FP}ZIp=!Sd6dgor;tY0;#$j`jSB= zQR-ms0*Nc#0xVL6f~!jaL!*xPs*#GqPPoAm6I8aaCG`qVtis4R4^7+vns7781Z6)+*&aPlaP*N!KVzAxSf!mDoxh0|B`bK&pdxt3#9s zs&=X2M*;cD!HeC6R-!yIiYB(GILdX#%yRq^s5n@@$YL1qg;f<%MtLN+VjoJ-D^eR} z4D>K4VjQ6yopLIdU;~Z?2_tWTz8s`FtVDYq<9RAz$fy(oaRQ6+r$7Y60;G2kG-w&O zoxLIu5``gCs|#@X}HiDXG*GEp44 z#B5PaM@NcnC0N1iaUs6}Rw|^5kwlggkzM$Jyuo6jYAs)sLuErRP&*ZZdBGNdQ{4f& z2yDy<|pP0RPQ5nZ)lT9Zl=U^jtb{5j<$zvyE)4Av8WXp-k)01

    BSq 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 BvvdFe literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..085be1b202449eb97669ea74f8004014ec7c27e4 GIT binary patch literal 9325 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f77f904264bc401bd9ef46fd72d70dad753f3e6e GIT binary patch literal 6403 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 ZuIydxUD=bfd~H4aN4g&zDy?bd{{pj!ZZZG> literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0eb8e3d73738b6ca5a335754f50875a95c7a2b8d GIT binary patch literal 1847 zcmZuxOK%)S5bk;I?8_VSuw#hPm?-fs$UAlrNJJ5mV?$0@NDhb0Wi*~{XE&b5(ml2r zD~BNY5Gx0VQ+&*k$oz?%xc~+cR#*w*l-q{26qFNHGqZ~w=#i?rYpScOzW%DeuU1P0 z#$5AW>xx3ipSTzdJ)iXdhRFj$36*>jNVXKnwk+XV_LV@jRf)*t8llP-p(>O1APx>& zORXAMb*2riIxEn^YMl`N2{mZZH-e&FglGmW`K6$2moXYE?`1)VU1FtMpJK`>jn7dvau(%b`h6Ls?@$%zRrR9tMyD)h`7_lWvY?(^7!c;0VjVe@K zQK`124pOuAL~ZC@?Q{1ghHsEMDW`qL-I2 zJRYI%tLeFk)Q~rqms-(=nQt@OVIHYeGV?LVZ;H#q6&eT5b*Qs(*__XgG~>uzW+rWm zj_)RnHivr_ACX6LR~5`(;Rc*6FelS|#jREpFl)ta$1Q7tiPbpjSo1eNwLXjJn$M=M zN0BeAcF^%z05wf}(S~pntGUj?b<1xrTb%?D4&QIiUa~|xX44(lTLm11)oFJu2i$1H zE#CH8Rt8Tefh?fh%~A?u6X(N(z9xN0i!=&d!*N14V2;x*IZlw~0`rRFe7WZO`JaO0 z(8zNfj!*&9pcp|>7zn&_aRI~@`AwaCrk(1^npWAJ?-5WB7yd%kSBQT4 z1=_O+xcL}w@GKnt84$;L1FTW0!Zcuwx~1BBwx+n&VO>ZxD6G7ch?oT#ho-&|Oqg+t zWj792FJjmC88xFYHH*}_nO+$$!imSYggi>Q^kJGyoHrVQCt%P*5vIn{y>av#UGlkIj=u>S$)R)98B^#2xZ`ZG3lXzxK|r zwfc{>`nO~Iwb>tx*%Z>_?Jz9iBJ6uWZj)QXBEXQ3e-nm|$A*~%+%kNCBRO_!0$^KC z%(R&1VngERVEcaxNGY;;;%N3r!7=a^NS8b0nNis(Z zW@)F5k*1iI_cnT&Akr5MWARBe;e!oy;O#Jet+iemSF+apm`{Nd<|fub^b|>wo|5wi zWb{xkN|n3whXmB&Swot*f8mgT>Wvb$a(DA5W&A*`AE@RZBWLcl?_7IQJh3yeJ+Vvg zPV5)YzW`+FPmJ15b-VgaxIcRFXJhK60yadh-YXOJ&6lOY@|8fYKCX?;%_xs&w7HK8 F{{RTonRWmG literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..768140ccde3bd87e067c27bc317493750ef54692 GIT binary patch literal 5341 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 QpZgQHx!6g#I=ajM0YfM1_y7O^ literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53f6e62b65e2f79ffbfd9f6049e9674b7692210d GIT binary patch literal 12124 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 Y_fA}WNzfZGQ#|r_LzNDq4@&F&-$o{W=>Px# literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39fc550b333025af87406000cae16f09ebee6d04 GIT binary patch literal 40083 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f657e5a55f0b2dd3fc0e20e9d0f7980fe0e83c0 GIT binary patch literal 75105 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

    {code}
    + + +""" + +CONSOLE_SVG_FORMAT = """\ + + + + + + + + + {lines} + + + {chrome} + + {backgrounds} + + {matrix} + + + +""" + +_SVG_FONT_FAMILY = "Rich Fira Code" +_SVG_CLASSES_PREFIX = "rich-svg" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py new file mode 100644 index 00000000..cbd6da9b --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py @@ -0,0 +1,10 @@ +from typing import Any + + +def load_ipython_extension(ip: Any) -> None: # pragma: no cover + # prevent circular import + from pip._vendor.rich.pretty import install + from pip._vendor.rich.traceback import install as tr_install + + install() + tr_install() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py new file mode 100644 index 00000000..b17ee651 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py @@ -0,0 +1,24 @@ +from __future__ import annotations + +from typing import IO, Callable + + +def get_fileno(file_like: IO[str]) -> int | None: + """Get fileno() from a file, accounting for poorly implemented file-like objects. + + Args: + file_like (IO): A file-like object. + + Returns: + int | None: The result of fileno if available, or None if operation failed. + """ + fileno: Callable[[], int] | None = getattr(file_like, "fileno", None) + if fileno is not None: + try: + return fileno() + except Exception: + # `fileno` is documented as potentially raising a OSError + # Alas, from the issues, there are so many poorly implemented file-like objects, + # that `fileno()` can raise just about anything. + return None + return None diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py new file mode 100644 index 00000000..30446ceb --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py @@ -0,0 +1,270 @@ +from __future__ import absolute_import + +import inspect +from inspect import cleandoc, getdoc, getfile, isclass, ismodule, signature +from typing import Any, Collection, Iterable, Optional, Tuple, Type, Union + +from .console import Group, RenderableType +from .control import escape_control_codes +from .highlighter import ReprHighlighter +from .jupyter import JupyterMixin +from .panel import Panel +from .pretty import Pretty +from .table import Table +from .text import Text, TextType + + +def _first_paragraph(doc: str) -> str: + """Get the first paragraph from a docstring.""" + paragraph, _, _ = doc.partition("\n\n") + return paragraph + + +class Inspect(JupyterMixin): + """A renderable to inspect any Python Object. + + Args: + obj (Any): An object to inspect. + title (str, optional): Title to display over inspect result, or None use type. Defaults to None. + help (bool, optional): Show full help text rather than just first paragraph. Defaults to False. + methods (bool, optional): Enable inspection of callables. Defaults to False. + docs (bool, optional): Also render doc strings. Defaults to True. + private (bool, optional): Show private attributes (beginning with underscore). Defaults to False. + dunder (bool, optional): Show attributes starting with double underscore. Defaults to False. + sort (bool, optional): Sort attributes alphabetically. Defaults to True. + all (bool, optional): Show all attributes. Defaults to False. + value (bool, optional): Pretty print value of object. Defaults to True. + """ + + def __init__( + self, + obj: Any, + *, + title: Optional[TextType] = None, + help: bool = False, + methods: bool = False, + docs: bool = True, + private: bool = False, + dunder: bool = False, + sort: bool = True, + all: bool = True, + value: bool = True, + ) -> None: + self.highlighter = ReprHighlighter() + self.obj = obj + self.title = title or self._make_title(obj) + if all: + methods = private = dunder = True + self.help = help + self.methods = methods + self.docs = docs or help + self.private = private or dunder + self.dunder = dunder + self.sort = sort + self.value = value + + def _make_title(self, obj: Any) -> Text: + """Make a default title.""" + title_str = ( + str(obj) + if (isclass(obj) or callable(obj) or ismodule(obj)) + else str(type(obj)) + ) + title_text = self.highlighter(title_str) + return title_text + + def __rich__(self) -> Panel: + return Panel.fit( + Group(*self._render()), + title=self.title, + border_style="scope.border", + padding=(0, 1), + ) + + def _get_signature(self, name: str, obj: Any) -> Optional[Text]: + """Get a signature for a callable.""" + try: + _signature = str(signature(obj)) + ":" + except ValueError: + _signature = "(...)" + except TypeError: + return None + + source_filename: Optional[str] = None + try: + source_filename = getfile(obj) + except (OSError, TypeError): + # OSError is raised if obj has no source file, e.g. when defined in REPL. + pass + + callable_name = Text(name, style="inspect.callable") + if source_filename: + callable_name.stylize(f"link file://{source_filename}") + signature_text = self.highlighter(_signature) + + qualname = name or getattr(obj, "__qualname__", name) + + # If obj is a module, there may be classes (which are callable) to display + if inspect.isclass(obj): + prefix = "class" + elif inspect.iscoroutinefunction(obj): + prefix = "async def" + else: + prefix = "def" + + qual_signature = Text.assemble( + (f"{prefix} ", f"inspect.{prefix.replace(' ', '_')}"), + (qualname, "inspect.callable"), + signature_text, + ) + + return qual_signature + + def _render(self) -> Iterable[RenderableType]: + """Render object.""" + + def sort_items(item: Tuple[str, Any]) -> Tuple[bool, str]: + key, (_error, value) = item + return (callable(value), key.strip("_").lower()) + + def safe_getattr(attr_name: str) -> Tuple[Any, Any]: + """Get attribute or any exception.""" + try: + return (None, getattr(obj, attr_name)) + except Exception as error: + return (error, None) + + obj = self.obj + keys = dir(obj) + total_items = len(keys) + if not self.dunder: + keys = [key for key in keys if not key.startswith("__")] + if not self.private: + keys = [key for key in keys if not key.startswith("_")] + not_shown_count = total_items - len(keys) + items = [(key, safe_getattr(key)) for key in keys] + if self.sort: + items.sort(key=sort_items) + + items_table = Table.grid(padding=(0, 1), expand=False) + items_table.add_column(justify="right") + add_row = items_table.add_row + highlighter = self.highlighter + + if callable(obj): + signature = self._get_signature("", obj) + if signature is not None: + yield signature + yield "" + + if self.docs: + _doc = self._get_formatted_doc(obj) + if _doc is not None: + doc_text = Text(_doc, style="inspect.help") + doc_text = highlighter(doc_text) + yield doc_text + yield "" + + if self.value and not (isclass(obj) or callable(obj) or ismodule(obj)): + yield Panel( + Pretty(obj, indent_guides=True, max_length=10, max_string=60), + border_style="inspect.value.border", + ) + yield "" + + for key, (error, value) in items: + key_text = Text.assemble( + ( + key, + "inspect.attr.dunder" if key.startswith("__") else "inspect.attr", + ), + (" =", "inspect.equals"), + ) + if error is not None: + warning = key_text.copy() + warning.stylize("inspect.error") + add_row(warning, highlighter(repr(error))) + continue + + if callable(value): + if not self.methods: + continue + + _signature_text = self._get_signature(key, value) + if _signature_text is None: + add_row(key_text, Pretty(value, highlighter=highlighter)) + else: + if self.docs: + docs = self._get_formatted_doc(value) + if docs is not None: + _signature_text.append("\n" if "\n" in docs else " ") + doc = highlighter(docs) + doc.stylize("inspect.doc") + _signature_text.append(doc) + + add_row(key_text, _signature_text) + else: + add_row(key_text, Pretty(value, highlighter=highlighter)) + if items_table.row_count: + yield items_table + elif not_shown_count: + yield Text.from_markup( + f"[b cyan]{not_shown_count}[/][i] attribute(s) not shown.[/i] " + f"Run [b][magenta]inspect[/]([not b]inspect[/])[/b] for options." + ) + + def _get_formatted_doc(self, object_: Any) -> Optional[str]: + """ + Extract the docstring of an object, process it and returns it. + The processing consists in cleaning up the doctring's indentation, + taking only its 1st paragraph if `self.help` is not True, + and escape its control codes. + + Args: + object_ (Any): the object to get the docstring from. + + Returns: + Optional[str]: the processed docstring, or None if no docstring was found. + """ + docs = getdoc(object_) + if docs is None: + return None + docs = cleandoc(docs).strip() + if not self.help: + docs = _first_paragraph(docs) + return escape_control_codes(docs) + + +def get_object_types_mro(obj: Union[object, Type[Any]]) -> Tuple[type, ...]: + """Returns the MRO of an object's class, or of the object itself if it's a class.""" + if not hasattr(obj, "__mro__"): + # N.B. we cannot use `if type(obj) is type` here because it doesn't work with + # some types of classes, such as the ones that use abc.ABCMeta. + obj = type(obj) + return getattr(obj, "__mro__", ()) + + +def get_object_types_mro_as_strings(obj: object) -> Collection[str]: + """ + Returns the MRO of an object's class as full qualified names, or of the object itself if it's a class. + + Examples: + `object_types_mro_as_strings(JSONDecoder)` will return `['json.decoder.JSONDecoder', 'builtins.object']` + """ + return [ + f'{getattr(type_, "__module__", "")}.{getattr(type_, "__qualname__", "")}' + for type_ in get_object_types_mro(obj) + ] + + +def is_object_one_of_types( + obj: object, fully_qualified_types_names: Collection[str] +) -> bool: + """ + Returns `True` if the given object's class (or the object itself, if it's a class) has one of the + fully qualified names in its MRO. + """ + for type_name in get_object_types_mro_as_strings(obj): + if type_name in fully_qualified_types_names: + return True + return False diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py new file mode 100644 index 00000000..fc16c844 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py @@ -0,0 +1,94 @@ +from datetime import datetime +from typing import Iterable, List, Optional, TYPE_CHECKING, Union, Callable + + +from .text import Text, TextType + +if TYPE_CHECKING: + from .console import Console, ConsoleRenderable, RenderableType + from .table import Table + +FormatTimeCallable = Callable[[datetime], Text] + + +class LogRender: + def __init__( + self, + show_time: bool = True, + show_level: bool = False, + show_path: bool = True, + time_format: Union[str, FormatTimeCallable] = "[%x %X]", + omit_repeated_times: bool = True, + level_width: Optional[int] = 8, + ) -> None: + self.show_time = show_time + self.show_level = show_level + self.show_path = show_path + self.time_format = time_format + self.omit_repeated_times = omit_repeated_times + self.level_width = level_width + self._last_time: Optional[Text] = None + + def __call__( + self, + console: "Console", + renderables: Iterable["ConsoleRenderable"], + log_time: Optional[datetime] = None, + time_format: Optional[Union[str, FormatTimeCallable]] = None, + level: TextType = "", + path: Optional[str] = None, + line_no: Optional[int] = None, + link_path: Optional[str] = None, + ) -> "Table": + from .containers import Renderables + from .table import Table + + output = Table.grid(padding=(0, 1)) + output.expand = True + if self.show_time: + output.add_column(style="log.time") + if self.show_level: + output.add_column(style="log.level", width=self.level_width) + output.add_column(ratio=1, style="log.message", overflow="fold") + if self.show_path and path: + output.add_column(style="log.path") + row: List["RenderableType"] = [] + if self.show_time: + log_time = log_time or console.get_datetime() + time_format = time_format or self.time_format + if callable(time_format): + log_time_display = time_format(log_time) + else: + log_time_display = Text(log_time.strftime(time_format)) + if log_time_display == self._last_time and self.omit_repeated_times: + row.append(Text(" " * len(log_time_display))) + else: + row.append(log_time_display) + self._last_time = log_time_display + if self.show_level: + row.append(level) + + row.append(Renderables(renderables)) + if self.show_path and path: + path_text = Text() + path_text.append( + path, style=f"link file://{link_path}" if link_path else "" + ) + if line_no: + path_text.append(":") + path_text.append( + f"{line_no}", + style=f"link file://{link_path}#{line_no}" if link_path else "", + ) + row.append(path_text) + + output.add_row(*row) + return output + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console + + c = Console() + c.print("[on blue]Hello", justify="right") + c.log("[on blue]hello", justify="right") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py new file mode 100644 index 00000000..01c6cafb --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py @@ -0,0 +1,43 @@ +from typing import Iterable, Tuple, TypeVar + +T = TypeVar("T") + + +def loop_first(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: + """Iterate and generate a tuple with a flag for first value.""" + iter_values = iter(values) + try: + value = next(iter_values) + except StopIteration: + return + yield True, value + for value in iter_values: + yield False, value + + +def loop_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: + """Iterate and generate a tuple with a flag for last value.""" + iter_values = iter(values) + try: + previous_value = next(iter_values) + except StopIteration: + return + for value in iter_values: + yield False, previous_value + previous_value = value + yield True, previous_value + + +def loop_first_last(values: Iterable[T]) -> Iterable[Tuple[bool, bool, T]]: + """Iterate and generate a tuple with a flag for first and last value.""" + iter_values = iter(values) + try: + previous_value = next(iter_values) + except StopIteration: + return + first = True + for value in iter_values: + yield first, False, previous_value + first = False + previous_value = value + yield first, True, previous_value diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py new file mode 100644 index 00000000..b659673e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py @@ -0,0 +1,69 @@ +from types import TracebackType +from typing import IO, Iterable, Iterator, List, Optional, Type + + +class NullFile(IO[str]): + def close(self) -> None: + pass + + def isatty(self) -> bool: + return False + + def read(self, __n: int = 1) -> str: + return "" + + def readable(self) -> bool: + return False + + def readline(self, __limit: int = 1) -> str: + return "" + + def readlines(self, __hint: int = 1) -> List[str]: + return [] + + def seek(self, __offset: int, __whence: int = 1) -> int: + return 0 + + def seekable(self) -> bool: + return False + + def tell(self) -> int: + return 0 + + def truncate(self, __size: Optional[int] = 1) -> int: + return 0 + + def writable(self) -> bool: + return False + + def writelines(self, __lines: Iterable[str]) -> None: + pass + + def __next__(self) -> str: + return "" + + def __iter__(self) -> Iterator[str]: + return iter([""]) + + def __enter__(self) -> IO[str]: + pass + + def __exit__( + self, + __t: Optional[Type[BaseException]], + __value: Optional[BaseException], + __traceback: Optional[TracebackType], + ) -> None: + pass + + def write(self, text: str) -> int: + return 0 + + def flush(self) -> None: + pass + + def fileno(self) -> int: + return -1 + + +NULL_FILE = NullFile() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py new file mode 100644 index 00000000..3c748d33 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py @@ -0,0 +1,309 @@ +from .palette import Palette + + +# Taken from https://en.wikipedia.org/wiki/ANSI_escape_code (Windows 10 column) +WINDOWS_PALETTE = Palette( + [ + (12, 12, 12), + (197, 15, 31), + (19, 161, 14), + (193, 156, 0), + (0, 55, 218), + (136, 23, 152), + (58, 150, 221), + (204, 204, 204), + (118, 118, 118), + (231, 72, 86), + (22, 198, 12), + (249, 241, 165), + (59, 120, 255), + (180, 0, 158), + (97, 214, 214), + (242, 242, 242), + ] +) + +# # The standard ansi colors (including bright variants) +STANDARD_PALETTE = Palette( + [ + (0, 0, 0), + (170, 0, 0), + (0, 170, 0), + (170, 85, 0), + (0, 0, 170), + (170, 0, 170), + (0, 170, 170), + (170, 170, 170), + (85, 85, 85), + (255, 85, 85), + (85, 255, 85), + (255, 255, 85), + (85, 85, 255), + (255, 85, 255), + (85, 255, 255), + (255, 255, 255), + ] +) + + +# The 256 color palette +EIGHT_BIT_PALETTE = Palette( + [ + (0, 0, 0), + (128, 0, 0), + (0, 128, 0), + (128, 128, 0), + (0, 0, 128), + (128, 0, 128), + (0, 128, 128), + (192, 192, 192), + (128, 128, 128), + (255, 0, 0), + (0, 255, 0), + (255, 255, 0), + (0, 0, 255), + (255, 0, 255), + (0, 255, 255), + (255, 255, 255), + (0, 0, 0), + (0, 0, 95), + (0, 0, 135), + (0, 0, 175), + (0, 0, 215), + (0, 0, 255), + (0, 95, 0), + (0, 95, 95), + (0, 95, 135), + (0, 95, 175), + (0, 95, 215), + (0, 95, 255), + (0, 135, 0), + (0, 135, 95), + (0, 135, 135), + (0, 135, 175), + (0, 135, 215), + (0, 135, 255), + (0, 175, 0), + (0, 175, 95), + (0, 175, 135), + (0, 175, 175), + (0, 175, 215), + (0, 175, 255), + (0, 215, 0), + (0, 215, 95), + (0, 215, 135), + (0, 215, 175), + (0, 215, 215), + (0, 215, 255), + (0, 255, 0), + (0, 255, 95), + (0, 255, 135), + (0, 255, 175), + (0, 255, 215), + (0, 255, 255), + (95, 0, 0), + (95, 0, 95), + (95, 0, 135), + (95, 0, 175), + (95, 0, 215), + (95, 0, 255), + (95, 95, 0), + (95, 95, 95), + (95, 95, 135), + (95, 95, 175), + (95, 95, 215), + (95, 95, 255), + (95, 135, 0), + (95, 135, 95), + (95, 135, 135), + (95, 135, 175), + (95, 135, 215), + (95, 135, 255), + (95, 175, 0), + (95, 175, 95), + (95, 175, 135), + (95, 175, 175), + (95, 175, 215), + (95, 175, 255), + (95, 215, 0), + (95, 215, 95), + (95, 215, 135), + (95, 215, 175), + (95, 215, 215), + (95, 215, 255), + (95, 255, 0), + (95, 255, 95), + (95, 255, 135), + (95, 255, 175), + (95, 255, 215), + (95, 255, 255), + (135, 0, 0), + (135, 0, 95), + (135, 0, 135), + (135, 0, 175), + (135, 0, 215), + (135, 0, 255), + (135, 95, 0), + (135, 95, 95), + (135, 95, 135), + (135, 95, 175), + (135, 95, 215), + (135, 95, 255), + (135, 135, 0), + (135, 135, 95), + (135, 135, 135), + (135, 135, 175), + (135, 135, 215), + (135, 135, 255), + (135, 175, 0), + (135, 175, 95), + (135, 175, 135), + (135, 175, 175), + (135, 175, 215), + (135, 175, 255), + (135, 215, 0), + (135, 215, 95), + (135, 215, 135), + (135, 215, 175), + (135, 215, 215), + (135, 215, 255), + (135, 255, 0), + (135, 255, 95), + (135, 255, 135), + (135, 255, 175), + (135, 255, 215), + (135, 255, 255), + (175, 0, 0), + (175, 0, 95), + (175, 0, 135), + (175, 0, 175), + (175, 0, 215), + (175, 0, 255), + (175, 95, 0), + (175, 95, 95), + (175, 95, 135), + (175, 95, 175), + (175, 95, 215), + (175, 95, 255), + (175, 135, 0), + (175, 135, 95), + (175, 135, 135), + (175, 135, 175), + (175, 135, 215), + (175, 135, 255), + (175, 175, 0), + (175, 175, 95), + (175, 175, 135), + (175, 175, 175), + (175, 175, 215), + (175, 175, 255), + (175, 215, 0), + (175, 215, 95), + (175, 215, 135), + (175, 215, 175), + (175, 215, 215), + (175, 215, 255), + (175, 255, 0), + (175, 255, 95), + (175, 255, 135), + (175, 255, 175), + (175, 255, 215), + (175, 255, 255), + (215, 0, 0), + (215, 0, 95), + (215, 0, 135), + (215, 0, 175), + (215, 0, 215), + (215, 0, 255), + (215, 95, 0), + (215, 95, 95), + (215, 95, 135), + (215, 95, 175), + (215, 95, 215), + (215, 95, 255), + (215, 135, 0), + (215, 135, 95), + (215, 135, 135), + (215, 135, 175), + (215, 135, 215), + (215, 135, 255), + (215, 175, 0), + (215, 175, 95), + (215, 175, 135), + (215, 175, 175), + (215, 175, 215), + (215, 175, 255), + (215, 215, 0), + (215, 215, 95), + (215, 215, 135), + (215, 215, 175), + (215, 215, 215), + (215, 215, 255), + (215, 255, 0), + (215, 255, 95), + (215, 255, 135), + (215, 255, 175), + (215, 255, 215), + (215, 255, 255), + (255, 0, 0), + (255, 0, 95), + (255, 0, 135), + (255, 0, 175), + (255, 0, 215), + (255, 0, 255), + (255, 95, 0), + (255, 95, 95), + (255, 95, 135), + (255, 95, 175), + (255, 95, 215), + (255, 95, 255), + (255, 135, 0), + (255, 135, 95), + (255, 135, 135), + (255, 135, 175), + (255, 135, 215), + (255, 135, 255), + (255, 175, 0), + (255, 175, 95), + (255, 175, 135), + (255, 175, 175), + (255, 175, 215), + (255, 175, 255), + (255, 215, 0), + (255, 215, 95), + (255, 215, 135), + (255, 215, 175), + (255, 215, 215), + (255, 215, 255), + (255, 255, 0), + (255, 255, 95), + (255, 255, 135), + (255, 255, 175), + (255, 255, 215), + (255, 255, 255), + (8, 8, 8), + (18, 18, 18), + (28, 28, 28), + (38, 38, 38), + (48, 48, 48), + (58, 58, 58), + (68, 68, 68), + (78, 78, 78), + (88, 88, 88), + (98, 98, 98), + (108, 108, 108), + (118, 118, 118), + (128, 128, 128), + (138, 138, 138), + (148, 148, 148), + (158, 158, 158), + (168, 168, 168), + (178, 178, 178), + (188, 188, 188), + (198, 198, 198), + (208, 208, 208), + (218, 218, 218), + (228, 228, 228), + (238, 238, 238), + ] +) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py new file mode 100644 index 00000000..4f6d8b2d --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py @@ -0,0 +1,17 @@ +from typing import Optional + + +def pick_bool(*values: Optional[bool]) -> bool: + """Pick the first non-none bool or return the last value. + + Args: + *values (bool): Any number of boolean or None values. + + Returns: + bool: First non-none boolean. + """ + assert values, "1 or more values required" + for value in values: + if value is not None: + return value + return bool(value) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py new file mode 100644 index 00000000..e8a3a674 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py @@ -0,0 +1,160 @@ +import sys +from fractions import Fraction +from math import ceil +from typing import cast, List, Optional, Sequence + +if sys.version_info >= (3, 8): + from typing import Protocol +else: + from pip._vendor.typing_extensions import Protocol # pragma: no cover + + +class Edge(Protocol): + """Any object that defines an edge (such as Layout).""" + + size: Optional[int] = None + ratio: int = 1 + minimum_size: int = 1 + + +def ratio_resolve(total: int, edges: Sequence[Edge]) -> List[int]: + """Divide total space to satisfy size, ratio, and minimum_size, constraints. + + The returned list of integers should add up to total in most cases, unless it is + impossible to satisfy all the constraints. For instance, if there are two edges + with a minimum size of 20 each and `total` is 30 then the returned list will be + greater than total. In practice, this would mean that a Layout object would + clip the rows that would overflow the screen height. + + Args: + total (int): Total number of characters. + edges (List[Edge]): Edges within total space. + + Returns: + List[int]: Number of characters for each edge. + """ + # Size of edge or None for yet to be determined + sizes = [(edge.size or None) for edge in edges] + + _Fraction = Fraction + + # While any edges haven't been calculated + while None in sizes: + # Get flexible edges and index to map these back on to sizes list + flexible_edges = [ + (index, edge) + for index, (size, edge) in enumerate(zip(sizes, edges)) + if size is None + ] + # Remaining space in total + remaining = total - sum(size or 0 for size in sizes) + if remaining <= 0: + # No room for flexible edges + return [ + ((edge.minimum_size or 1) if size is None else size) + for size, edge in zip(sizes, edges) + ] + # Calculate number of characters in a ratio portion + portion = _Fraction( + remaining, sum((edge.ratio or 1) for _, edge in flexible_edges) + ) + + # If any edges will be less than their minimum, replace size with the minimum + for index, edge in flexible_edges: + if portion * edge.ratio <= edge.minimum_size: + sizes[index] = edge.minimum_size + # New fixed size will invalidate calculations, so we need to repeat the process + break + else: + # Distribute flexible space and compensate for rounding error + # Since edge sizes can only be integers we need to add the remainder + # to the following line + remainder = _Fraction(0) + for index, edge in flexible_edges: + size, remainder = divmod(portion * edge.ratio + remainder, 1) + sizes[index] = size + break + # Sizes now contains integers only + return cast(List[int], sizes) + + +def ratio_reduce( + total: int, ratios: List[int], maximums: List[int], values: List[int] +) -> List[int]: + """Divide an integer total in to parts based on ratios. + + Args: + total (int): The total to divide. + ratios (List[int]): A list of integer ratios. + maximums (List[int]): List of maximums values for each slot. + values (List[int]): List of values + + Returns: + List[int]: A list of integers guaranteed to sum to total. + """ + ratios = [ratio if _max else 0 for ratio, _max in zip(ratios, maximums)] + total_ratio = sum(ratios) + if not total_ratio: + return values[:] + total_remaining = total + result: List[int] = [] + append = result.append + for ratio, maximum, value in zip(ratios, maximums, values): + if ratio and total_ratio > 0: + distributed = min(maximum, round(ratio * total_remaining / total_ratio)) + append(value - distributed) + total_remaining -= distributed + total_ratio -= ratio + else: + append(value) + return result + + +def ratio_distribute( + total: int, ratios: List[int], minimums: Optional[List[int]] = None +) -> List[int]: + """Distribute an integer total in to parts based on ratios. + + Args: + total (int): The total to divide. + ratios (List[int]): A list of integer ratios. + minimums (List[int]): List of minimum values for each slot. + + Returns: + List[int]: A list of integers guaranteed to sum to total. + """ + if minimums: + ratios = [ratio if _min else 0 for ratio, _min in zip(ratios, minimums)] + total_ratio = sum(ratios) + assert total_ratio > 0, "Sum of ratios must be > 0" + + total_remaining = total + distributed_total: List[int] = [] + append = distributed_total.append + if minimums is None: + _minimums = [0] * len(ratios) + else: + _minimums = minimums + for ratio, minimum in zip(ratios, _minimums): + if total_ratio > 0: + distributed = max(minimum, ceil(ratio * total_remaining / total_ratio)) + else: + distributed = total_remaining + append(distributed) + total_ratio -= ratio + total_remaining -= distributed + return distributed_total + + +if __name__ == "__main__": + from dataclasses import dataclass + + @dataclass + class E: + + size: Optional[int] = None + ratio: int = 1 + minimum_size: int = 1 + + resolved = ratio_resolve(110, [E(None, 1, 1), E(None, 1, 1), E(None, 1, 1)]) + print(sum(resolved)) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py new file mode 100644 index 00000000..d0bb1fe7 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py @@ -0,0 +1,482 @@ +""" +Spinners are from: +* cli-spinners: + MIT License + Copyright (c) Sindre Sorhus (sindresorhus.com) + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + the Software, and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE + FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. +""" + +SPINNERS = { + "dots": { + "interval": 80, + "frames": "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏", + }, + "dots2": {"interval": 80, "frames": "⣾⣽⣻⢿⡿⣟⣯⣷"}, + "dots3": { + "interval": 80, + "frames": "⠋⠙⠚⠞⠖⠦⠴⠲⠳⠓", + }, + "dots4": { + "interval": 80, + "frames": "⠄⠆⠇⠋⠙⠸⠰⠠⠰⠸⠙⠋⠇⠆", + }, + "dots5": { + "interval": 80, + "frames": "⠋⠙⠚⠒⠂⠂⠒⠲⠴⠦⠖⠒⠐⠐⠒⠓⠋", + }, + "dots6": { + "interval": 80, + "frames": "⠁⠉⠙⠚⠒⠂⠂⠒⠲⠴⠤⠄⠄⠤⠴⠲⠒⠂⠂⠒⠚⠙⠉⠁", + }, + "dots7": { + "interval": 80, + "frames": "⠈⠉⠋⠓⠒⠐⠐⠒⠖⠦⠤⠠⠠⠤⠦⠖⠒⠐⠐⠒⠓⠋⠉⠈", + }, + "dots8": { + "interval": 80, + "frames": "⠁⠁⠉⠙⠚⠒⠂⠂⠒⠲⠴⠤⠄⠄⠤⠠⠠⠤⠦⠖⠒⠐⠐⠒⠓⠋⠉⠈⠈", + }, + "dots9": {"interval": 80, "frames": "⢹⢺⢼⣸⣇⡧⡗⡏"}, + "dots10": {"interval": 80, "frames": "⢄⢂⢁⡁⡈⡐⡠"}, + "dots11": {"interval": 100, "frames": "⠁⠂⠄⡀⢀⠠⠐⠈"}, + "dots12": { + "interval": 80, + "frames": [ + "⢀⠀", + "⡀⠀", + "⠄⠀", + "⢂⠀", + "⡂⠀", + "⠅⠀", + "⢃⠀", + "⡃⠀", + "⠍⠀", + "⢋⠀", + "⡋⠀", + "⠍⠁", + "⢋⠁", + "⡋⠁", + "⠍⠉", + "⠋⠉", + "⠋⠉", + "⠉⠙", + "⠉⠙", + "⠉⠩", + "⠈⢙", + "⠈⡙", + "⢈⠩", + "⡀⢙", + "⠄⡙", + "⢂⠩", + "⡂⢘", + "⠅⡘", + "⢃⠨", + "⡃⢐", + "⠍⡐", + "⢋⠠", + "⡋⢀", + "⠍⡁", + "⢋⠁", + "⡋⠁", + "⠍⠉", + "⠋⠉", + "⠋⠉", + "⠉⠙", + "⠉⠙", + "⠉⠩", + "⠈⢙", + "⠈⡙", + "⠈⠩", + "⠀⢙", + "⠀⡙", + "⠀⠩", + "⠀⢘", + "⠀⡘", + "⠀⠨", + "⠀⢐", + "⠀⡐", + "⠀⠠", + "⠀⢀", + "⠀⡀", + ], + }, + "dots8Bit": { + "interval": 80, + "frames": "⠀⠁⠂⠃⠄⠅⠆⠇⡀⡁⡂⡃⡄⡅⡆⡇⠈⠉⠊⠋⠌⠍⠎⠏⡈⡉⡊⡋⡌⡍⡎⡏⠐⠑⠒⠓⠔⠕⠖⠗⡐⡑⡒⡓⡔⡕⡖⡗⠘⠙⠚⠛⠜⠝⠞⠟⡘⡙" + "⡚⡛⡜⡝⡞⡟⠠⠡⠢⠣⠤⠥⠦⠧⡠⡡⡢⡣⡤⡥⡦⡧⠨⠩⠪⠫⠬⠭⠮⠯⡨⡩⡪⡫⡬⡭⡮⡯⠰⠱⠲⠳⠴⠵⠶⠷⡰⡱⡲⡳⡴⡵⡶⡷⠸⠹⠺⠻" + "⠼⠽⠾⠿⡸⡹⡺⡻⡼⡽⡾⡿⢀⢁⢂⢃⢄⢅⢆⢇⣀⣁⣂⣃⣄⣅⣆⣇⢈⢉⢊⢋⢌⢍⢎⢏⣈⣉⣊⣋⣌⣍⣎⣏⢐⢑⢒⢓⢔⢕⢖⢗⣐⣑⣒⣓⣔⣕" + "⣖⣗⢘⢙⢚⢛⢜⢝⢞⢟⣘⣙⣚⣛⣜⣝⣞⣟⢠⢡⢢⢣⢤⢥⢦⢧⣠⣡⣢⣣⣤⣥⣦⣧⢨⢩⢪⢫⢬⢭⢮⢯⣨⣩⣪⣫⣬⣭⣮⣯⢰⢱⢲⢳⢴⢵⢶⢷" + "⣰⣱⣲⣳⣴⣵⣶⣷⢸⢹⢺⢻⢼⢽⢾⢿⣸⣹⣺⣻⣼⣽⣾⣿", + }, + "line": {"interval": 130, "frames": ["-", "\\", "|", "/"]}, + "line2": {"interval": 100, "frames": "⠂-–—–-"}, + "pipe": {"interval": 100, "frames": "┤┘┴└├┌┬┐"}, + "simpleDots": {"interval": 400, "frames": [". ", ".. ", "...", " "]}, + "simpleDotsScrolling": { + "interval": 200, + "frames": [". ", ".. ", "...", " ..", " .", " "], + }, + "star": {"interval": 70, "frames": "✶✸✹✺✹✷"}, + "star2": {"interval": 80, "frames": "+x*"}, + "flip": { + "interval": 70, + "frames": "___-``'´-___", + }, + "hamburger": {"interval": 100, "frames": "☱☲☴"}, + "growVertical": { + "interval": 120, + "frames": "▁▃▄▅▆▇▆▅▄▃", + }, + "growHorizontal": { + "interval": 120, + "frames": "▏▎▍▌▋▊▉▊▋▌▍▎", + }, + "balloon": {"interval": 140, "frames": " .oO@* "}, + "balloon2": {"interval": 120, "frames": ".oO°Oo."}, + "noise": {"interval": 100, "frames": "▓▒░"}, + "bounce": {"interval": 120, "frames": "⠁⠂⠄⠂"}, + "boxBounce": {"interval": 120, "frames": "▖▘▝▗"}, + "boxBounce2": {"interval": 100, "frames": "▌▀▐▄"}, + "triangle": {"interval": 50, "frames": "◢◣◤◥"}, + "arc": {"interval": 100, "frames": "◜◠◝◞◡◟"}, + "circle": {"interval": 120, "frames": "◡⊙◠"}, + "squareCorners": {"interval": 180, "frames": "◰◳◲◱"}, + "circleQuarters": {"interval": 120, "frames": "◴◷◶◵"}, + "circleHalves": {"interval": 50, "frames": "◐◓◑◒"}, + "squish": {"interval": 100, "frames": "╫╪"}, + "toggle": {"interval": 250, "frames": "⊶⊷"}, + "toggle2": {"interval": 80, "frames": "▫▪"}, + "toggle3": {"interval": 120, "frames": "□■"}, + "toggle4": {"interval": 100, "frames": "■□▪▫"}, + "toggle5": {"interval": 100, "frames": "▮▯"}, + "toggle6": {"interval": 300, "frames": "ဝ၀"}, + "toggle7": {"interval": 80, "frames": "⦾⦿"}, + "toggle8": {"interval": 100, "frames": "◍◌"}, + "toggle9": {"interval": 100, "frames": "◉◎"}, + "toggle10": {"interval": 100, "frames": "㊂㊀㊁"}, + "toggle11": {"interval": 50, "frames": "⧇⧆"}, + "toggle12": {"interval": 120, "frames": "☗☖"}, + "toggle13": {"interval": 80, "frames": "=*-"}, + "arrow": {"interval": 100, "frames": "←↖↑↗→↘↓↙"}, + "arrow2": { + "interval": 80, + "frames": ["⬆️ ", "↗️ ", "➡️ ", "↘️ ", "⬇️ ", "↙️ ", "⬅️ ", "↖️ "], + }, + "arrow3": { + "interval": 120, + "frames": ["▹▹▹▹▹", "▸▹▹▹▹", "▹▸▹▹▹", "▹▹▸▹▹", "▹▹▹▸▹", "▹▹▹▹▸"], + }, + "bouncingBar": { + "interval": 80, + "frames": [ + "[ ]", + "[= ]", + "[== ]", + "[=== ]", + "[ ===]", + "[ ==]", + "[ =]", + "[ ]", + "[ =]", + "[ ==]", + "[ ===]", + "[====]", + "[=== ]", + "[== ]", + "[= ]", + ], + }, + "bouncingBall": { + "interval": 80, + "frames": [ + "( ● )", + "( ● )", + "( ● )", + "( ● )", + "( ●)", + "( ● )", + "( ● )", + "( ● )", + "( ● )", + "(● )", + ], + }, + "smiley": {"interval": 200, "frames": ["😄 ", "😝 "]}, + "monkey": {"interval": 300, "frames": ["🙈 ", "🙈 ", "🙉 ", "🙊 "]}, + "hearts": {"interval": 100, "frames": ["💛 ", "💙 ", "💜 ", "💚 ", "❤️ "]}, + "clock": { + "interval": 100, + "frames": [ + "🕛 ", + "🕐 ", + "🕑 ", + "🕒 ", + "🕓 ", + "🕔 ", + "🕕 ", + "🕖 ", + "🕗 ", + "🕘 ", + "🕙 ", + "🕚 ", + ], + }, + "earth": {"interval": 180, "frames": ["🌍 ", "🌎 ", "🌏 "]}, + "material": { + "interval": 17, + "frames": [ + "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "███████▁▁▁▁▁▁▁▁▁▁▁▁▁", + "████████▁▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "██████████▁▁▁▁▁▁▁▁▁▁", + "███████████▁▁▁▁▁▁▁▁▁", + "█████████████▁▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁▁██████████████▁▁▁▁", + "▁▁▁██████████████▁▁▁", + "▁▁▁▁█████████████▁▁▁", + "▁▁▁▁██████████████▁▁", + "▁▁▁▁██████████████▁▁", + "▁▁▁▁▁██████████████▁", + "▁▁▁▁▁██████████████▁", + "▁▁▁▁▁██████████████▁", + "▁▁▁▁▁▁██████████████", + "▁▁▁▁▁▁██████████████", + "▁▁▁▁▁▁▁█████████████", + "▁▁▁▁▁▁▁█████████████", + "▁▁▁▁▁▁▁▁████████████", + "▁▁▁▁▁▁▁▁████████████", + "▁▁▁▁▁▁▁▁▁███████████", + "▁▁▁▁▁▁▁▁▁███████████", + "▁▁▁▁▁▁▁▁▁▁██████████", + "▁▁▁▁▁▁▁▁▁▁██████████", + "▁▁▁▁▁▁▁▁▁▁▁▁████████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁██████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", + "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "██████▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "████████▁▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "███████████▁▁▁▁▁▁▁▁▁", + "████████████▁▁▁▁▁▁▁▁", + "████████████▁▁▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁▁▁█████████████▁▁▁▁", + "▁▁▁▁▁████████████▁▁▁", + "▁▁▁▁▁████████████▁▁▁", + "▁▁▁▁▁▁███████████▁▁▁", + "▁▁▁▁▁▁▁▁█████████▁▁▁", + "▁▁▁▁▁▁▁▁█████████▁▁▁", + "▁▁▁▁▁▁▁▁▁█████████▁▁", + "▁▁▁▁▁▁▁▁▁█████████▁▁", + "▁▁▁▁▁▁▁▁▁▁█████████▁", + "▁▁▁▁▁▁▁▁▁▁▁████████▁", + "▁▁▁▁▁▁▁▁▁▁▁████████▁", + "▁▁▁▁▁▁▁▁▁▁▁▁███████▁", + "▁▁▁▁▁▁▁▁▁▁▁▁███████▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + ], + }, + "moon": { + "interval": 80, + "frames": ["🌑 ", "🌒 ", "🌓 ", "🌔 ", "🌕 ", "🌖 ", "🌗 ", "🌘 "], + }, + "runner": {"interval": 140, "frames": ["🚶 ", "🏃 "]}, + "pong": { + "interval": 80, + "frames": [ + "▐⠂ ▌", + "▐⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂▌", + "▐ ⠠▌", + "▐ ⡀▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐⠠ ▌", + ], + }, + "shark": { + "interval": 120, + "frames": [ + "▐|\\____________▌", + "▐_|\\___________▌", + "▐__|\\__________▌", + "▐___|\\_________▌", + "▐____|\\________▌", + "▐_____|\\_______▌", + "▐______|\\______▌", + "▐_______|\\_____▌", + "▐________|\\____▌", + "▐_________|\\___▌", + "▐__________|\\__▌", + "▐___________|\\_▌", + "▐____________|\\▌", + "▐____________/|▌", + "▐___________/|_▌", + "▐__________/|__▌", + "▐_________/|___▌", + "▐________/|____▌", + "▐_______/|_____▌", + "▐______/|______▌", + "▐_____/|_______▌", + "▐____/|________▌", + "▐___/|_________▌", + "▐__/|__________▌", + "▐_/|___________▌", + "▐/|____________▌", + ], + }, + "dqpb": {"interval": 100, "frames": "dqpb"}, + "weather": { + "interval": 100, + "frames": [ + "☀️ ", + "☀️ ", + "☀️ ", + "🌤 ", + "⛅️ ", + "🌥 ", + "☁️ ", + "🌧 ", + "🌨 ", + "🌧 ", + "🌨 ", + "🌧 ", + "🌨 ", + "⛈ ", + "🌨 ", + "🌧 ", + "🌨 ", + "☁️ ", + "🌥 ", + "⛅️ ", + "🌤 ", + "☀️ ", + "☀️ ", + ], + }, + "christmas": {"interval": 400, "frames": "🌲🎄"}, + "grenade": { + "interval": 80, + "frames": [ + "، ", + "′ ", + " ´ ", + " ‾ ", + " ⸌", + " ⸊", + " |", + " ⁎", + " ⁕", + " ෴ ", + " ⁓", + " ", + " ", + " ", + ], + }, + "point": {"interval": 125, "frames": ["∙∙∙", "●∙∙", "∙●∙", "∙∙●", "∙∙∙"]}, + "layer": {"interval": 150, "frames": "-=≡"}, + "betaWave": { + "interval": 80, + "frames": [ + "ρββββββ", + "βρβββββ", + "ββρββββ", + "βββρβββ", + "ββββρββ", + "βββββρβ", + "ββββββρ", + ], + }, + "aesthetic": { + "interval": 80, + "frames": [ + "▰▱▱▱▱▱▱", + "▰▰▱▱▱▱▱", + "▰▰▰▱▱▱▱", + "▰▰▰▰▱▱▱", + "▰▰▰▰▰▱▱", + "▰▰▰▰▰▰▱", + "▰▰▰▰▰▰▰", + "▰▱▱▱▱▱▱", + ], + }, +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py new file mode 100644 index 00000000..194564e7 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py @@ -0,0 +1,16 @@ +from typing import List, TypeVar + +T = TypeVar("T") + + +class Stack(List[T]): + """A small shim over builtin list.""" + + @property + def top(self) -> T: + """Get top of stack.""" + return self[-1] + + def push(self, item: T) -> None: + """Push an item on to the stack (append in stack nomenclature).""" + self.append(item) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py new file mode 100644 index 00000000..a2ca6be0 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py @@ -0,0 +1,19 @@ +""" +Timer context manager, only used in debug. + +""" + +from time import time + +import contextlib +from typing import Generator + + +@contextlib.contextmanager +def timer(subject: str = "time") -> Generator[None, None, None]: + """print the elapsed time. (only used in debugging)""" + start = time() + yield + elapsed = time() - start + elapsed_ms = elapsed * 1000 + print(f"{subject} elapsed {elapsed_ms:.1f}ms") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py new file mode 100644 index 00000000..81b10829 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py @@ -0,0 +1,662 @@ +"""Light wrapper around the Win32 Console API - this module should only be imported on Windows + +The API that this module wraps is documented at https://docs.microsoft.com/en-us/windows/console/console-functions +""" +import ctypes +import sys +from typing import Any + +windll: Any = None +if sys.platform == "win32": + windll = ctypes.LibraryLoader(ctypes.WinDLL) +else: + raise ImportError(f"{__name__} can only be imported on Windows") + +import time +from ctypes import Structure, byref, wintypes +from typing import IO, NamedTuple, Type, cast + +from pip._vendor.rich.color import ColorSystem +from pip._vendor.rich.style import Style + +STDOUT = -11 +ENABLE_VIRTUAL_TERMINAL_PROCESSING = 4 + +COORD = wintypes._COORD + + +class LegacyWindowsError(Exception): + pass + + +class WindowsCoordinates(NamedTuple): + """Coordinates in the Windows Console API are (y, x), not (x, y). + This class is intended to prevent that confusion. + Rows and columns are indexed from 0. + This class can be used in place of wintypes._COORD in arguments and argtypes. + """ + + row: int + col: int + + @classmethod + def from_param(cls, value: "WindowsCoordinates") -> COORD: + """Converts a WindowsCoordinates into a wintypes _COORD structure. + This classmethod is internally called by ctypes to perform the conversion. + + Args: + value (WindowsCoordinates): The input coordinates to convert. + + Returns: + wintypes._COORD: The converted coordinates struct. + """ + return COORD(value.col, value.row) + + +class CONSOLE_SCREEN_BUFFER_INFO(Structure): + _fields_ = [ + ("dwSize", COORD), + ("dwCursorPosition", COORD), + ("wAttributes", wintypes.WORD), + ("srWindow", wintypes.SMALL_RECT), + ("dwMaximumWindowSize", COORD), + ] + + +class CONSOLE_CURSOR_INFO(ctypes.Structure): + _fields_ = [("dwSize", wintypes.DWORD), ("bVisible", wintypes.BOOL)] + + +_GetStdHandle = windll.kernel32.GetStdHandle +_GetStdHandle.argtypes = [ + wintypes.DWORD, +] +_GetStdHandle.restype = wintypes.HANDLE + + +def GetStdHandle(handle: int = STDOUT) -> wintypes.HANDLE: + """Retrieves a handle to the specified standard device (standard input, standard output, or standard error). + + Args: + handle (int): Integer identifier for the handle. Defaults to -11 (stdout). + + Returns: + wintypes.HANDLE: The handle + """ + return cast(wintypes.HANDLE, _GetStdHandle(handle)) + + +_GetConsoleMode = windll.kernel32.GetConsoleMode +_GetConsoleMode.argtypes = [wintypes.HANDLE, wintypes.LPDWORD] +_GetConsoleMode.restype = wintypes.BOOL + + +def GetConsoleMode(std_handle: wintypes.HANDLE) -> int: + """Retrieves the current input mode of a console's input buffer + or the current output mode of a console screen buffer. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + + Raises: + LegacyWindowsError: If any error occurs while calling the Windows console API. + + Returns: + int: Value representing the current console mode as documented at + https://docs.microsoft.com/en-us/windows/console/getconsolemode#parameters + """ + + console_mode = wintypes.DWORD() + success = bool(_GetConsoleMode(std_handle, console_mode)) + if not success: + raise LegacyWindowsError("Unable to get legacy Windows Console Mode") + return console_mode.value + + +_FillConsoleOutputCharacterW = windll.kernel32.FillConsoleOutputCharacterW +_FillConsoleOutputCharacterW.argtypes = [ + wintypes.HANDLE, + ctypes.c_char, + wintypes.DWORD, + cast(Type[COORD], WindowsCoordinates), + ctypes.POINTER(wintypes.DWORD), +] +_FillConsoleOutputCharacterW.restype = wintypes.BOOL + + +def FillConsoleOutputCharacter( + std_handle: wintypes.HANDLE, + char: str, + length: int, + start: WindowsCoordinates, +) -> int: + """Writes a character to the console screen buffer a specified number of times, beginning at the specified coordinates. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + char (str): The character to write. Must be a string of length 1. + length (int): The number of times to write the character. + start (WindowsCoordinates): The coordinates to start writing at. + + Returns: + int: The number of characters written. + """ + character = ctypes.c_char(char.encode()) + num_characters = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + _FillConsoleOutputCharacterW( + std_handle, + character, + num_characters, + start, + byref(num_written), + ) + return num_written.value + + +_FillConsoleOutputAttribute = windll.kernel32.FillConsoleOutputAttribute +_FillConsoleOutputAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + wintypes.DWORD, + cast(Type[COORD], WindowsCoordinates), + ctypes.POINTER(wintypes.DWORD), +] +_FillConsoleOutputAttribute.restype = wintypes.BOOL + + +def FillConsoleOutputAttribute( + std_handle: wintypes.HANDLE, + attributes: int, + length: int, + start: WindowsCoordinates, +) -> int: + """Sets the character attributes for a specified number of character cells, + beginning at the specified coordinates in a screen buffer. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + attributes (int): Integer value representing the foreground and background colours of the cells. + length (int): The number of cells to set the output attribute of. + start (WindowsCoordinates): The coordinates of the first cell whose attributes are to be set. + + Returns: + int: The number of cells whose attributes were actually set. + """ + num_cells = wintypes.DWORD(length) + style_attrs = wintypes.WORD(attributes) + num_written = wintypes.DWORD(0) + _FillConsoleOutputAttribute( + std_handle, style_attrs, num_cells, start, byref(num_written) + ) + return num_written.value + + +_SetConsoleTextAttribute = windll.kernel32.SetConsoleTextAttribute +_SetConsoleTextAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, +] +_SetConsoleTextAttribute.restype = wintypes.BOOL + + +def SetConsoleTextAttribute( + std_handle: wintypes.HANDLE, attributes: wintypes.WORD +) -> bool: + """Set the colour attributes for all text written after this function is called. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + attributes (int): Integer value representing the foreground and background colours. + + + Returns: + bool: True if the attribute was set successfully, otherwise False. + """ + return bool(_SetConsoleTextAttribute(std_handle, attributes)) + + +_GetConsoleScreenBufferInfo = windll.kernel32.GetConsoleScreenBufferInfo +_GetConsoleScreenBufferInfo.argtypes = [ + wintypes.HANDLE, + ctypes.POINTER(CONSOLE_SCREEN_BUFFER_INFO), +] +_GetConsoleScreenBufferInfo.restype = wintypes.BOOL + + +def GetConsoleScreenBufferInfo( + std_handle: wintypes.HANDLE, +) -> CONSOLE_SCREEN_BUFFER_INFO: + """Retrieves information about the specified console screen buffer. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + + Returns: + CONSOLE_SCREEN_BUFFER_INFO: A CONSOLE_SCREEN_BUFFER_INFO ctype struct contain information about + screen size, cursor position, colour attributes, and more.""" + console_screen_buffer_info = CONSOLE_SCREEN_BUFFER_INFO() + _GetConsoleScreenBufferInfo(std_handle, byref(console_screen_buffer_info)) + return console_screen_buffer_info + + +_SetConsoleCursorPosition = windll.kernel32.SetConsoleCursorPosition +_SetConsoleCursorPosition.argtypes = [ + wintypes.HANDLE, + cast(Type[COORD], WindowsCoordinates), +] +_SetConsoleCursorPosition.restype = wintypes.BOOL + + +def SetConsoleCursorPosition( + std_handle: wintypes.HANDLE, coords: WindowsCoordinates +) -> bool: + """Set the position of the cursor in the console screen + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + coords (WindowsCoordinates): The coordinates to move the cursor to. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_SetConsoleCursorPosition(std_handle, coords)) + + +_GetConsoleCursorInfo = windll.kernel32.GetConsoleCursorInfo +_GetConsoleCursorInfo.argtypes = [ + wintypes.HANDLE, + ctypes.POINTER(CONSOLE_CURSOR_INFO), +] +_GetConsoleCursorInfo.restype = wintypes.BOOL + + +def GetConsoleCursorInfo( + std_handle: wintypes.HANDLE, cursor_info: CONSOLE_CURSOR_INFO +) -> bool: + """Get the cursor info - used to get cursor visibility and width + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + cursor_info (CONSOLE_CURSOR_INFO): CONSOLE_CURSOR_INFO ctype struct that receives information + about the console's cursor. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_GetConsoleCursorInfo(std_handle, byref(cursor_info))) + + +_SetConsoleCursorInfo = windll.kernel32.SetConsoleCursorInfo +_SetConsoleCursorInfo.argtypes = [ + wintypes.HANDLE, + ctypes.POINTER(CONSOLE_CURSOR_INFO), +] +_SetConsoleCursorInfo.restype = wintypes.BOOL + + +def SetConsoleCursorInfo( + std_handle: wintypes.HANDLE, cursor_info: CONSOLE_CURSOR_INFO +) -> bool: + """Set the cursor info - used for adjusting cursor visibility and width + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + cursor_info (CONSOLE_CURSOR_INFO): CONSOLE_CURSOR_INFO ctype struct containing the new cursor info. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_SetConsoleCursorInfo(std_handle, byref(cursor_info))) + + +_SetConsoleTitle = windll.kernel32.SetConsoleTitleW +_SetConsoleTitle.argtypes = [wintypes.LPCWSTR] +_SetConsoleTitle.restype = wintypes.BOOL + + +def SetConsoleTitle(title: str) -> bool: + """Sets the title of the current console window + + Args: + title (str): The new title of the console window. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_SetConsoleTitle(title)) + + +class LegacyWindowsTerm: + """This class allows interaction with the legacy Windows Console API. It should only be used in the context + of environments where virtual terminal processing is not available. However, if it is used in a Windows environment, + the entire API should work. + + Args: + file (IO[str]): The file which the Windows Console API HANDLE is retrieved from, defaults to sys.stdout. + """ + + BRIGHT_BIT = 8 + + # Indices are ANSI color numbers, values are the corresponding Windows Console API color numbers + ANSI_TO_WINDOWS = [ + 0, # black The Windows colours are defined in wincon.h as follows: + 4, # red define FOREGROUND_BLUE 0x0001 -- 0000 0001 + 2, # green define FOREGROUND_GREEN 0x0002 -- 0000 0010 + 6, # yellow define FOREGROUND_RED 0x0004 -- 0000 0100 + 1, # blue define FOREGROUND_INTENSITY 0x0008 -- 0000 1000 + 5, # magenta define BACKGROUND_BLUE 0x0010 -- 0001 0000 + 3, # cyan define BACKGROUND_GREEN 0x0020 -- 0010 0000 + 7, # white define BACKGROUND_RED 0x0040 -- 0100 0000 + 8, # bright black (grey) define BACKGROUND_INTENSITY 0x0080 -- 1000 0000 + 12, # bright red + 10, # bright green + 14, # bright yellow + 9, # bright blue + 13, # bright magenta + 11, # bright cyan + 15, # bright white + ] + + def __init__(self, file: "IO[str]") -> None: + handle = GetStdHandle(STDOUT) + self._handle = handle + default_text = GetConsoleScreenBufferInfo(handle).wAttributes + self._default_text = default_text + + self._default_fore = default_text & 7 + self._default_back = (default_text >> 4) & 7 + self._default_attrs = self._default_fore | (self._default_back << 4) + + self._file = file + self.write = file.write + self.flush = file.flush + + @property + def cursor_position(self) -> WindowsCoordinates: + """Returns the current position of the cursor (0-based) + + Returns: + WindowsCoordinates: The current cursor position. + """ + coord: COORD = GetConsoleScreenBufferInfo(self._handle).dwCursorPosition + return WindowsCoordinates(row=cast(int, coord.Y), col=cast(int, coord.X)) + + @property + def screen_size(self) -> WindowsCoordinates: + """Returns the current size of the console screen buffer, in character columns and rows + + Returns: + WindowsCoordinates: The width and height of the screen as WindowsCoordinates. + """ + screen_size: COORD = GetConsoleScreenBufferInfo(self._handle).dwSize + return WindowsCoordinates( + row=cast(int, screen_size.Y), col=cast(int, screen_size.X) + ) + + def write_text(self, text: str) -> None: + """Write text directly to the terminal without any modification of styles + + Args: + text (str): The text to write to the console + """ + self.write(text) + self.flush() + + def write_styled(self, text: str, style: Style) -> None: + """Write styled text to the terminal. + + Args: + text (str): The text to write + style (Style): The style of the text + """ + color = style.color + bgcolor = style.bgcolor + if style.reverse: + color, bgcolor = bgcolor, color + + if color: + fore = color.downgrade(ColorSystem.WINDOWS).number + fore = fore if fore is not None else 7 # Default to ANSI 7: White + if style.bold: + fore = fore | self.BRIGHT_BIT + if style.dim: + fore = fore & ~self.BRIGHT_BIT + fore = self.ANSI_TO_WINDOWS[fore] + else: + fore = self._default_fore + + if bgcolor: + back = bgcolor.downgrade(ColorSystem.WINDOWS).number + back = back if back is not None else 0 # Default to ANSI 0: Black + back = self.ANSI_TO_WINDOWS[back] + else: + back = self._default_back + + assert fore is not None + assert back is not None + + SetConsoleTextAttribute( + self._handle, attributes=ctypes.c_ushort(fore | (back << 4)) + ) + self.write_text(text) + SetConsoleTextAttribute(self._handle, attributes=self._default_text) + + def move_cursor_to(self, new_position: WindowsCoordinates) -> None: + """Set the position of the cursor + + Args: + new_position (WindowsCoordinates): The WindowsCoordinates representing the new position of the cursor. + """ + if new_position.col < 0 or new_position.row < 0: + return + SetConsoleCursorPosition(self._handle, coords=new_position) + + def erase_line(self) -> None: + """Erase all content on the line the cursor is currently located at""" + screen_size = self.screen_size + cursor_position = self.cursor_position + cells_to_erase = screen_size.col + start_coordinates = WindowsCoordinates(row=cursor_position.row, col=0) + FillConsoleOutputCharacter( + self._handle, " ", length=cells_to_erase, start=start_coordinates + ) + FillConsoleOutputAttribute( + self._handle, + self._default_attrs, + length=cells_to_erase, + start=start_coordinates, + ) + + def erase_end_of_line(self) -> None: + """Erase all content from the cursor position to the end of that line""" + cursor_position = self.cursor_position + cells_to_erase = self.screen_size.col - cursor_position.col + FillConsoleOutputCharacter( + self._handle, " ", length=cells_to_erase, start=cursor_position + ) + FillConsoleOutputAttribute( + self._handle, + self._default_attrs, + length=cells_to_erase, + start=cursor_position, + ) + + def erase_start_of_line(self) -> None: + """Erase all content from the cursor position to the start of that line""" + row, col = self.cursor_position + start = WindowsCoordinates(row, 0) + FillConsoleOutputCharacter(self._handle, " ", length=col, start=start) + FillConsoleOutputAttribute( + self._handle, self._default_attrs, length=col, start=start + ) + + def move_cursor_up(self) -> None: + """Move the cursor up a single cell""" + cursor_position = self.cursor_position + SetConsoleCursorPosition( + self._handle, + coords=WindowsCoordinates( + row=cursor_position.row - 1, col=cursor_position.col + ), + ) + + def move_cursor_down(self) -> None: + """Move the cursor down a single cell""" + cursor_position = self.cursor_position + SetConsoleCursorPosition( + self._handle, + coords=WindowsCoordinates( + row=cursor_position.row + 1, + col=cursor_position.col, + ), + ) + + def move_cursor_forward(self) -> None: + """Move the cursor forward a single cell. Wrap to the next line if required.""" + row, col = self.cursor_position + if col == self.screen_size.col - 1: + row += 1 + col = 0 + else: + col += 1 + SetConsoleCursorPosition( + self._handle, coords=WindowsCoordinates(row=row, col=col) + ) + + def move_cursor_to_column(self, column: int) -> None: + """Move cursor to the column specified by the zero-based column index, staying on the same row + + Args: + column (int): The zero-based column index to move the cursor to. + """ + row, _ = self.cursor_position + SetConsoleCursorPosition(self._handle, coords=WindowsCoordinates(row, column)) + + def move_cursor_backward(self) -> None: + """Move the cursor backward a single cell. Wrap to the previous line if required.""" + row, col = self.cursor_position + if col == 0: + row -= 1 + col = self.screen_size.col - 1 + else: + col -= 1 + SetConsoleCursorPosition( + self._handle, coords=WindowsCoordinates(row=row, col=col) + ) + + def hide_cursor(self) -> None: + """Hide the cursor""" + current_cursor_size = self._get_cursor_size() + invisible_cursor = CONSOLE_CURSOR_INFO(dwSize=current_cursor_size, bVisible=0) + SetConsoleCursorInfo(self._handle, cursor_info=invisible_cursor) + + def show_cursor(self) -> None: + """Show the cursor""" + current_cursor_size = self._get_cursor_size() + visible_cursor = CONSOLE_CURSOR_INFO(dwSize=current_cursor_size, bVisible=1) + SetConsoleCursorInfo(self._handle, cursor_info=visible_cursor) + + def set_title(self, title: str) -> None: + """Set the title of the terminal window + + Args: + title (str): The new title of the console window + """ + assert len(title) < 255, "Console title must be less than 255 characters" + SetConsoleTitle(title) + + def _get_cursor_size(self) -> int: + """Get the percentage of the character cell that is filled by the cursor""" + cursor_info = CONSOLE_CURSOR_INFO() + GetConsoleCursorInfo(self._handle, cursor_info=cursor_info) + return int(cursor_info.dwSize) + + +if __name__ == "__main__": + handle = GetStdHandle() + + from pip._vendor.rich.console import Console + + console = Console() + + term = LegacyWindowsTerm(sys.stdout) + term.set_title("Win32 Console Examples") + + style = Style(color="black", bgcolor="red") + + heading = Style.parse("black on green") + + # Check colour output + console.rule("Checking colour output") + console.print("[on red]on red!") + console.print("[blue]blue!") + console.print("[yellow]yellow!") + console.print("[bold yellow]bold yellow!") + console.print("[bright_yellow]bright_yellow!") + console.print("[dim bright_yellow]dim bright_yellow!") + console.print("[italic cyan]italic cyan!") + console.print("[bold white on blue]bold white on blue!") + console.print("[reverse bold white on blue]reverse bold white on blue!") + console.print("[bold black on cyan]bold black on cyan!") + console.print("[black on green]black on green!") + console.print("[blue on green]blue on green!") + console.print("[white on black]white on black!") + console.print("[black on white]black on white!") + console.print("[#1BB152 on #DA812D]#1BB152 on #DA812D!") + + # Check cursor movement + console.rule("Checking cursor movement") + console.print() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("went back and wrapped to prev line") + time.sleep(1) + term.move_cursor_up() + term.write_text("we go up") + time.sleep(1) + term.move_cursor_down() + term.write_text("and down") + time.sleep(1) + term.move_cursor_up() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("we went up and back 2") + time.sleep(1) + term.move_cursor_down() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("we went down and back 2") + time.sleep(1) + + # Check erasing of lines + term.hide_cursor() + console.print() + console.rule("Checking line erasing") + console.print("\n...Deleting to the start of the line...") + term.write_text("The red arrow shows the cursor location, and direction of erase") + time.sleep(1) + term.move_cursor_to_column(16) + term.write_styled("<", Style.parse("black on red")) + term.move_cursor_backward() + time.sleep(1) + term.erase_start_of_line() + time.sleep(1) + + console.print("\n\n...And to the end of the line...") + term.write_text("The red arrow shows the cursor location, and direction of erase") + time.sleep(1) + + term.move_cursor_to_column(16) + term.write_styled(">", Style.parse("black on red")) + time.sleep(1) + term.erase_end_of_line() + time.sleep(1) + + console.print("\n\n...Now the whole line will be erased...") + term.write_styled("I'm going to disappear!", style=Style.parse("black on cyan")) + time.sleep(1) + term.erase_line() + + term.show_cursor() + print("\n") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py new file mode 100644 index 00000000..10fc0d7e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py @@ -0,0 +1,72 @@ +import sys +from dataclasses import dataclass + + +@dataclass +class WindowsConsoleFeatures: + """Windows features available.""" + + vt: bool = False + """The console supports VT codes.""" + truecolor: bool = False + """The console supports truecolor.""" + + +try: + import ctypes + from ctypes import LibraryLoader + + if sys.platform == "win32": + windll = LibraryLoader(ctypes.WinDLL) + else: + windll = None + raise ImportError("Not windows") + + from pip._vendor.rich._win32_console import ( + ENABLE_VIRTUAL_TERMINAL_PROCESSING, + GetConsoleMode, + GetStdHandle, + LegacyWindowsError, + ) + +except (AttributeError, ImportError, ValueError): + + # Fallback if we can't load the Windows DLL + def get_windows_console_features() -> WindowsConsoleFeatures: + features = WindowsConsoleFeatures() + return features + +else: + + def get_windows_console_features() -> WindowsConsoleFeatures: + """Get windows console features. + + Returns: + WindowsConsoleFeatures: An instance of WindowsConsoleFeatures. + """ + handle = GetStdHandle() + try: + console_mode = GetConsoleMode(handle) + success = True + except LegacyWindowsError: + console_mode = 0 + success = False + vt = bool(success and console_mode & ENABLE_VIRTUAL_TERMINAL_PROCESSING) + truecolor = False + if vt: + win_version = sys.getwindowsversion() + truecolor = win_version.major > 10 or ( + win_version.major == 10 and win_version.build >= 15063 + ) + features = WindowsConsoleFeatures(vt=vt, truecolor=truecolor) + return features + + +if __name__ == "__main__": + import platform + + features = get_windows_console_features() + from pip._vendor.rich import print + + print(f'platform="{platform.system()}"') + print(repr(features)) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py new file mode 100644 index 00000000..5ece0564 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py @@ -0,0 +1,56 @@ +from typing import Iterable, Sequence, Tuple, cast + +from pip._vendor.rich._win32_console import LegacyWindowsTerm, WindowsCoordinates +from pip._vendor.rich.segment import ControlCode, ControlType, Segment + + +def legacy_windows_render(buffer: Iterable[Segment], term: LegacyWindowsTerm) -> None: + """Makes appropriate Windows Console API calls based on the segments in the buffer. + + Args: + buffer (Iterable[Segment]): Iterable of Segments to convert to Win32 API calls. + term (LegacyWindowsTerm): Used to call the Windows Console API. + """ + for text, style, control in buffer: + if not control: + if style: + term.write_styled(text, style) + else: + term.write_text(text) + else: + control_codes: Sequence[ControlCode] = control + for control_code in control_codes: + control_type = control_code[0] + if control_type == ControlType.CURSOR_MOVE_TO: + _, x, y = cast(Tuple[ControlType, int, int], control_code) + term.move_cursor_to(WindowsCoordinates(row=y - 1, col=x - 1)) + elif control_type == ControlType.CARRIAGE_RETURN: + term.write_text("\r") + elif control_type == ControlType.HOME: + term.move_cursor_to(WindowsCoordinates(0, 0)) + elif control_type == ControlType.CURSOR_UP: + term.move_cursor_up() + elif control_type == ControlType.CURSOR_DOWN: + term.move_cursor_down() + elif control_type == ControlType.CURSOR_FORWARD: + term.move_cursor_forward() + elif control_type == ControlType.CURSOR_BACKWARD: + term.move_cursor_backward() + elif control_type == ControlType.CURSOR_MOVE_TO_COLUMN: + _, column = cast(Tuple[ControlType, int], control_code) + term.move_cursor_to_column(column - 1) + elif control_type == ControlType.HIDE_CURSOR: + term.hide_cursor() + elif control_type == ControlType.SHOW_CURSOR: + term.show_cursor() + elif control_type == ControlType.ERASE_IN_LINE: + _, mode = cast(Tuple[ControlType, int], control_code) + if mode == 0: + term.erase_end_of_line() + elif mode == 1: + term.erase_start_of_line() + elif mode == 2: + term.erase_line() + elif control_type == ControlType.SET_WINDOW_TITLE: + _, title = cast(Tuple[ControlType, str], control_code) + term.set_title(title) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py new file mode 100644 index 00000000..c45f193f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py @@ -0,0 +1,56 @@ +import re +from typing import Iterable, List, Tuple + +from ._loop import loop_last +from .cells import cell_len, chop_cells + +re_word = re.compile(r"\s*\S+\s*") + + +def words(text: str) -> Iterable[Tuple[int, int, str]]: + position = 0 + word_match = re_word.match(text, position) + while word_match is not None: + start, end = word_match.span() + word = word_match.group(0) + yield start, end, word + word_match = re_word.match(text, end) + + +def divide_line(text: str, width: int, fold: bool = True) -> List[int]: + divides: List[int] = [] + append = divides.append + line_position = 0 + _cell_len = cell_len + for start, _end, word in words(text): + word_length = _cell_len(word.rstrip()) + if line_position + word_length > width: + if word_length > width: + if fold: + chopped_words = chop_cells(word, max_size=width, position=0) + for last, line in loop_last(chopped_words): + if start: + append(start) + + if last: + line_position = _cell_len(line) + else: + start += len(line) + else: + if start: + append(start) + line_position = _cell_len(word) + elif line_position and start: + append(start) + line_position = _cell_len(word) + else: + line_position += _cell_len(word) + return divides + + +if __name__ == "__main__": # pragma: no cover + from .console import Console + + console = Console(width=10) + console.print("12345 abcdefghijklmnopqrstuvwyxzABCDEFGHIJKLMNOPQRSTUVWXYZ 12345") + print(chop_cells("abcdefghijklmnopqrstuvwxyz", 10, position=2)) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py new file mode 100644 index 00000000..e6e498ef --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py @@ -0,0 +1,33 @@ +from abc import ABC + + +class RichRenderable(ABC): + """An abstract base class for Rich renderables. + + Note that there is no need to extend this class, the intended use is to check if an + object supports the Rich renderable protocol. For example:: + + if isinstance(my_object, RichRenderable): + console.print(my_object) + + """ + + @classmethod + def __subclasshook__(cls, other: type) -> bool: + """Check if this class supports the rich render protocol.""" + return hasattr(other, "__rich_console__") or hasattr(other, "__rich__") + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.text import Text + + t = Text() + print(isinstance(Text, RichRenderable)) + print(isinstance(t, RichRenderable)) + + class Foo: + pass + + f = Foo() + print(isinstance(f, RichRenderable)) + print(isinstance("", RichRenderable)) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py new file mode 100644 index 00000000..c310b66e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py @@ -0,0 +1,311 @@ +import sys +from itertools import chain +from typing import TYPE_CHECKING, Iterable, Optional + +if sys.version_info >= (3, 8): + from typing import Literal +else: + from pip._vendor.typing_extensions import Literal # pragma: no cover + +from .constrain import Constrain +from .jupyter import JupyterMixin +from .measure import Measurement +from .segment import Segment +from .style import StyleType + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderableType, RenderResult + +AlignMethod = Literal["left", "center", "right"] +VerticalAlignMethod = Literal["top", "middle", "bottom"] + + +class Align(JupyterMixin): + """Align a renderable by adding spaces if necessary. + + Args: + renderable (RenderableType): A console renderable. + align (AlignMethod): One of "left", "center", or "right"" + style (StyleType, optional): An optional style to apply to the background. + vertical (Optional[VerticalAlginMethod], optional): Optional vertical align, one of "top", "middle", or "bottom". Defaults to None. + pad (bool, optional): Pad the right with spaces. Defaults to True. + width (int, optional): Restrict contents to given width, or None to use default width. Defaults to None. + height (int, optional): Set height of align renderable, or None to fit to contents. Defaults to None. + + Raises: + ValueError: if ``align`` is not one of the expected values. + """ + + def __init__( + self, + renderable: "RenderableType", + align: AlignMethod = "left", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> None: + if align not in ("left", "center", "right"): + raise ValueError( + f'invalid value for align, expected "left", "center", or "right" (not {align!r})' + ) + if vertical is not None and vertical not in ("top", "middle", "bottom"): + raise ValueError( + f'invalid value for vertical, expected "top", "middle", or "bottom" (not {vertical!r})' + ) + self.renderable = renderable + self.align = align + self.style = style + self.vertical = vertical + self.pad = pad + self.width = width + self.height = height + + def __repr__(self) -> str: + return f"Align({self.renderable!r}, {self.align!r})" + + @classmethod + def left( + cls, + renderable: "RenderableType", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> "Align": + """Align a renderable to the left.""" + return cls( + renderable, + "left", + style=style, + vertical=vertical, + pad=pad, + width=width, + height=height, + ) + + @classmethod + def center( + cls, + renderable: "RenderableType", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> "Align": + """Align a renderable to the center.""" + return cls( + renderable, + "center", + style=style, + vertical=vertical, + pad=pad, + width=width, + height=height, + ) + + @classmethod + def right( + cls, + renderable: "RenderableType", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> "Align": + """Align a renderable to the right.""" + return cls( + renderable, + "right", + style=style, + vertical=vertical, + pad=pad, + width=width, + height=height, + ) + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + align = self.align + width = console.measure(self.renderable, options=options).maximum + rendered = console.render( + Constrain( + self.renderable, width if self.width is None else min(width, self.width) + ), + options.update(height=None), + ) + lines = list(Segment.split_lines(rendered)) + width, height = Segment.get_shape(lines) + lines = Segment.set_shape(lines, width, height) + new_line = Segment.line() + excess_space = options.max_width - width + style = console.get_style(self.style) if self.style is not None else None + + def generate_segments() -> Iterable[Segment]: + if excess_space <= 0: + # Exact fit + for line in lines: + yield from line + yield new_line + + elif align == "left": + # Pad on the right + pad = Segment(" " * excess_space, style) if self.pad else None + for line in lines: + yield from line + if pad: + yield pad + yield new_line + + elif align == "center": + # Pad left and right + left = excess_space // 2 + pad = Segment(" " * left, style) + pad_right = ( + Segment(" " * (excess_space - left), style) if self.pad else None + ) + for line in lines: + if left: + yield pad + yield from line + if pad_right: + yield pad_right + yield new_line + + elif align == "right": + # Padding on left + pad = Segment(" " * excess_space, style) + for line in lines: + yield pad + yield from line + yield new_line + + blank_line = ( + Segment(f"{' ' * (self.width or options.max_width)}\n", style) + if self.pad + else Segment("\n") + ) + + def blank_lines(count: int) -> Iterable[Segment]: + if count > 0: + for _ in range(count): + yield blank_line + + vertical_height = self.height or options.height + iter_segments: Iterable[Segment] + if self.vertical and vertical_height is not None: + if self.vertical == "top": + bottom_space = vertical_height - height + iter_segments = chain(generate_segments(), blank_lines(bottom_space)) + elif self.vertical == "middle": + top_space = (vertical_height - height) // 2 + bottom_space = vertical_height - top_space - height + iter_segments = chain( + blank_lines(top_space), + generate_segments(), + blank_lines(bottom_space), + ) + else: # self.vertical == "bottom": + top_space = vertical_height - height + iter_segments = chain(blank_lines(top_space), generate_segments()) + else: + iter_segments = generate_segments() + if self.style: + style = console.get_style(self.style) + iter_segments = Segment.apply_style(iter_segments, style) + yield from iter_segments + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> Measurement: + measurement = Measurement.get(console, options, self.renderable) + return measurement + + +class VerticalCenter(JupyterMixin): + """Vertically aligns a renderable. + + Warn: + This class is deprecated and may be removed in a future version. Use Align class with + `vertical="middle"`. + + Args: + renderable (RenderableType): A renderable object. + """ + + def __init__( + self, + renderable: "RenderableType", + style: Optional[StyleType] = None, + ) -> None: + self.renderable = renderable + self.style = style + + def __repr__(self) -> str: + return f"VerticalCenter({self.renderable!r})" + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + style = console.get_style(self.style) if self.style is not None else None + lines = console.render_lines( + self.renderable, options.update(height=None), pad=False + ) + width, _height = Segment.get_shape(lines) + new_line = Segment.line() + height = options.height or options.size.height + top_space = (height - len(lines)) // 2 + bottom_space = height - top_space - len(lines) + blank_line = Segment(f"{' ' * width}", style) + + def blank_lines(count: int) -> Iterable[Segment]: + for _ in range(count): + yield blank_line + yield new_line + + if top_space > 0: + yield from blank_lines(top_space) + for line in lines: + yield from line + yield new_line + if bottom_space > 0: + yield from blank_lines(bottom_space) + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> Measurement: + measurement = Measurement.get(console, options, self.renderable) + return measurement + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console, Group + from pip._vendor.rich.highlighter import ReprHighlighter + from pip._vendor.rich.panel import Panel + + highlighter = ReprHighlighter() + console = Console() + + panel = Panel( + Group( + Align.left(highlighter("align='left'")), + Align.center(highlighter("align='center'")), + Align.right(highlighter("align='right'")), + ), + width=60, + style="on dark_blue", + title="Align", + ) + + console.print( + Align.center(panel, vertical="middle", style="on red", height=console.height) + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py new file mode 100644 index 00000000..66365e65 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py @@ -0,0 +1,240 @@ +import re +import sys +from contextlib import suppress +from typing import Iterable, NamedTuple, Optional + +from .color import Color +from .style import Style +from .text import Text + +re_ansi = re.compile( + r""" +(?:\x1b\](.*?)\x1b\\)| +(?:\x1b([(@-Z\\-_]|\[[0-?]*[ -/]*[@-~])) +""", + re.VERBOSE, +) + + +class _AnsiToken(NamedTuple): + """Result of ansi tokenized string.""" + + plain: str = "" + sgr: Optional[str] = "" + osc: Optional[str] = "" + + +def _ansi_tokenize(ansi_text: str) -> Iterable[_AnsiToken]: + """Tokenize a string in to plain text and ANSI codes. + + Args: + ansi_text (str): A String containing ANSI codes. + + Yields: + AnsiToken: A named tuple of (plain, sgr, osc) + """ + + position = 0 + sgr: Optional[str] + osc: Optional[str] + for match in re_ansi.finditer(ansi_text): + start, end = match.span(0) + osc, sgr = match.groups() + if start > position: + yield _AnsiToken(ansi_text[position:start]) + if sgr: + if sgr == "(": + position = end + 1 + continue + if sgr.endswith("m"): + yield _AnsiToken("", sgr[1:-1], osc) + else: + yield _AnsiToken("", sgr, osc) + position = end + if position < len(ansi_text): + yield _AnsiToken(ansi_text[position:]) + + +SGR_STYLE_MAP = { + 1: "bold", + 2: "dim", + 3: "italic", + 4: "underline", + 5: "blink", + 6: "blink2", + 7: "reverse", + 8: "conceal", + 9: "strike", + 21: "underline2", + 22: "not dim not bold", + 23: "not italic", + 24: "not underline", + 25: "not blink", + 26: "not blink2", + 27: "not reverse", + 28: "not conceal", + 29: "not strike", + 30: "color(0)", + 31: "color(1)", + 32: "color(2)", + 33: "color(3)", + 34: "color(4)", + 35: "color(5)", + 36: "color(6)", + 37: "color(7)", + 39: "default", + 40: "on color(0)", + 41: "on color(1)", + 42: "on color(2)", + 43: "on color(3)", + 44: "on color(4)", + 45: "on color(5)", + 46: "on color(6)", + 47: "on color(7)", + 49: "on default", + 51: "frame", + 52: "encircle", + 53: "overline", + 54: "not frame not encircle", + 55: "not overline", + 90: "color(8)", + 91: "color(9)", + 92: "color(10)", + 93: "color(11)", + 94: "color(12)", + 95: "color(13)", + 96: "color(14)", + 97: "color(15)", + 100: "on color(8)", + 101: "on color(9)", + 102: "on color(10)", + 103: "on color(11)", + 104: "on color(12)", + 105: "on color(13)", + 106: "on color(14)", + 107: "on color(15)", +} + + +class AnsiDecoder: + """Translate ANSI code in to styled Text.""" + + def __init__(self) -> None: + self.style = Style.null() + + def decode(self, terminal_text: str) -> Iterable[Text]: + """Decode ANSI codes in an iterable of lines. + + Args: + lines (Iterable[str]): An iterable of lines of terminal output. + + Yields: + Text: Marked up Text. + """ + for line in terminal_text.splitlines(): + yield self.decode_line(line) + + def decode_line(self, line: str) -> Text: + """Decode a line containing ansi codes. + + Args: + line (str): A line of terminal output. + + Returns: + Text: A Text instance marked up according to ansi codes. + """ + from_ansi = Color.from_ansi + from_rgb = Color.from_rgb + _Style = Style + text = Text() + append = text.append + line = line.rsplit("\r", 1)[-1] + for plain_text, sgr, osc in _ansi_tokenize(line): + if plain_text: + append(plain_text, self.style or None) + elif osc is not None: + if osc.startswith("8;"): + _params, semicolon, link = osc[2:].partition(";") + if semicolon: + self.style = self.style.update_link(link or None) + elif sgr is not None: + # Translate in to semi-colon separated codes + # Ignore invalid codes, because we want to be lenient + codes = [ + min(255, int(_code) if _code else 0) + for _code in sgr.split(";") + if _code.isdigit() or _code == "" + ] + iter_codes = iter(codes) + for code in iter_codes: + if code == 0: + # reset + self.style = _Style.null() + elif code in SGR_STYLE_MAP: + # styles + self.style += _Style.parse(SGR_STYLE_MAP[code]) + elif code == 38: + #  Foreground + with suppress(StopIteration): + color_type = next(iter_codes) + if color_type == 5: + self.style += _Style.from_color( + from_ansi(next(iter_codes)) + ) + elif color_type == 2: + self.style += _Style.from_color( + from_rgb( + next(iter_codes), + next(iter_codes), + next(iter_codes), + ) + ) + elif code == 48: + # Background + with suppress(StopIteration): + color_type = next(iter_codes) + if color_type == 5: + self.style += _Style.from_color( + None, from_ansi(next(iter_codes)) + ) + elif color_type == 2: + self.style += _Style.from_color( + None, + from_rgb( + next(iter_codes), + next(iter_codes), + next(iter_codes), + ), + ) + + return text + + +if sys.platform != "win32" and __name__ == "__main__": # pragma: no cover + import io + import os + import pty + import sys + + decoder = AnsiDecoder() + + stdout = io.BytesIO() + + def read(fd: int) -> bytes: + data = os.read(fd, 1024) + stdout.write(data) + return data + + pty.spawn(sys.argv[1:], read) + + from .console import Console + + console = Console(record=True) + + stdout_result = stdout.getvalue().decode("utf-8") + print(stdout_result) + + for line in decoder.decode(stdout_result): + console.print(line) + + console.save_html("stdout.html") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py new file mode 100644 index 00000000..ed86a552 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py @@ -0,0 +1,94 @@ +from typing import Optional, Union + +from .color import Color +from .console import Console, ConsoleOptions, RenderResult +from .jupyter import JupyterMixin +from .measure import Measurement +from .segment import Segment +from .style import Style + +# There are left-aligned characters for 1/8 to 7/8, but +# the right-aligned characters exist only for 1/8 and 4/8. +BEGIN_BLOCK_ELEMENTS = ["█", "█", "█", "▐", "▐", "▐", "▕", "▕"] +END_BLOCK_ELEMENTS = [" ", "▏", "▎", "▍", "▌", "▋", "▊", "▉"] +FULL_BLOCK = "█" + + +class Bar(JupyterMixin): + """Renders a solid block bar. + + Args: + size (float): Value for the end of the bar. + begin (float): Begin point (between 0 and size, inclusive). + end (float): End point (between 0 and size, inclusive). + width (int, optional): Width of the bar, or ``None`` for maximum width. Defaults to None. + color (Union[Color, str], optional): Color of the bar. Defaults to "default". + bgcolor (Union[Color, str], optional): Color of bar background. Defaults to "default". + """ + + def __init__( + self, + size: float, + begin: float, + end: float, + *, + width: Optional[int] = None, + color: Union[Color, str] = "default", + bgcolor: Union[Color, str] = "default", + ): + self.size = size + self.begin = max(begin, 0) + self.end = min(end, size) + self.width = width + self.style = Style(color=color, bgcolor=bgcolor) + + def __repr__(self) -> str: + return f"Bar({self.size}, {self.begin}, {self.end})" + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + + width = min( + self.width if self.width is not None else options.max_width, + options.max_width, + ) + + if self.begin >= self.end: + yield Segment(" " * width, self.style) + yield Segment.line() + return + + prefix_complete_eights = int(width * 8 * self.begin / self.size) + prefix_bar_count = prefix_complete_eights // 8 + prefix_eights_count = prefix_complete_eights % 8 + + body_complete_eights = int(width * 8 * self.end / self.size) + body_bar_count = body_complete_eights // 8 + body_eights_count = body_complete_eights % 8 + + # When start and end fall into the same cell, we ideally should render + # a symbol that's "center-aligned", but there is no good symbol in Unicode. + # In this case, we fall back to right-aligned block symbol for simplicity. + + prefix = " " * prefix_bar_count + if prefix_eights_count: + prefix += BEGIN_BLOCK_ELEMENTS[prefix_eights_count] + + body = FULL_BLOCK * body_bar_count + if body_eights_count: + body += END_BLOCK_ELEMENTS[body_eights_count] + + suffix = " " * (width - len(body)) + + yield Segment(prefix + body[len(prefix) :] + suffix, self.style) + yield Segment.line() + + def __rich_measure__( + self, console: Console, options: ConsoleOptions + ) -> Measurement: + return ( + Measurement(self.width, self.width) + if self.width is not None + else Measurement(4, options.max_width) + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py new file mode 100644 index 00000000..97d2a944 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py @@ -0,0 +1,517 @@ +import sys +from typing import TYPE_CHECKING, Iterable, List + +if sys.version_info >= (3, 8): + from typing import Literal +else: + from pip._vendor.typing_extensions import Literal # pragma: no cover + + +from ._loop import loop_last + +if TYPE_CHECKING: + from pip._vendor.rich.console import ConsoleOptions + + +class Box: + """Defines characters to render boxes. + + ┌─┬┐ top + │ ││ head + ├─┼┤ head_row + │ ││ mid + ├─┼┤ row + ├─┼┤ foot_row + │ ││ foot + └─┴┘ bottom + + Args: + box (str): Characters making up box. + ascii (bool, optional): True if this box uses ascii characters only. Default is False. + """ + + def __init__(self, box: str, *, ascii: bool = False) -> None: + self._box = box + self.ascii = ascii + line1, line2, line3, line4, line5, line6, line7, line8 = box.splitlines() + # top + self.top_left, self.top, self.top_divider, self.top_right = iter(line1) + # head + self.head_left, _, self.head_vertical, self.head_right = iter(line2) + # head_row + ( + self.head_row_left, + self.head_row_horizontal, + self.head_row_cross, + self.head_row_right, + ) = iter(line3) + + # mid + self.mid_left, _, self.mid_vertical, self.mid_right = iter(line4) + # row + self.row_left, self.row_horizontal, self.row_cross, self.row_right = iter(line5) + # foot_row + ( + self.foot_row_left, + self.foot_row_horizontal, + self.foot_row_cross, + self.foot_row_right, + ) = iter(line6) + # foot + self.foot_left, _, self.foot_vertical, self.foot_right = iter(line7) + # bottom + self.bottom_left, self.bottom, self.bottom_divider, self.bottom_right = iter( + line8 + ) + + def __repr__(self) -> str: + return "Box(...)" + + def __str__(self) -> str: + return self._box + + def substitute(self, options: "ConsoleOptions", safe: bool = True) -> "Box": + """Substitute this box for another if it won't render due to platform issues. + + Args: + options (ConsoleOptions): Console options used in rendering. + safe (bool, optional): Substitute this for another Box if there are known problems + displaying on the platform (currently only relevant on Windows). Default is True. + + Returns: + Box: A different Box or the same Box. + """ + box = self + if options.legacy_windows and safe: + box = LEGACY_WINDOWS_SUBSTITUTIONS.get(box, box) + if options.ascii_only and not box.ascii: + box = ASCII + return box + + def get_plain_headed_box(self) -> "Box": + """If this box uses special characters for the borders of the header, then + return the equivalent box that does not. + + Returns: + Box: The most similar Box that doesn't use header-specific box characters. + If the current Box already satisfies this criterion, then it's returned. + """ + return PLAIN_HEADED_SUBSTITUTIONS.get(self, self) + + def get_top(self, widths: Iterable[int]) -> str: + """Get the top of a simple box. + + Args: + widths (List[int]): Widths of columns. + + Returns: + str: A string of box characters. + """ + + parts: List[str] = [] + append = parts.append + append(self.top_left) + for last, width in loop_last(widths): + append(self.top * width) + if not last: + append(self.top_divider) + append(self.top_right) + return "".join(parts) + + def get_row( + self, + widths: Iterable[int], + level: Literal["head", "row", "foot", "mid"] = "row", + edge: bool = True, + ) -> str: + """Get the top of a simple box. + + Args: + width (List[int]): Widths of columns. + + Returns: + str: A string of box characters. + """ + if level == "head": + left = self.head_row_left + horizontal = self.head_row_horizontal + cross = self.head_row_cross + right = self.head_row_right + elif level == "row": + left = self.row_left + horizontal = self.row_horizontal + cross = self.row_cross + right = self.row_right + elif level == "mid": + left = self.mid_left + horizontal = " " + cross = self.mid_vertical + right = self.mid_right + elif level == "foot": + left = self.foot_row_left + horizontal = self.foot_row_horizontal + cross = self.foot_row_cross + right = self.foot_row_right + else: + raise ValueError("level must be 'head', 'row' or 'foot'") + + parts: List[str] = [] + append = parts.append + if edge: + append(left) + for last, width in loop_last(widths): + append(horizontal * width) + if not last: + append(cross) + if edge: + append(right) + return "".join(parts) + + def get_bottom(self, widths: Iterable[int]) -> str: + """Get the bottom of a simple box. + + Args: + widths (List[int]): Widths of columns. + + Returns: + str: A string of box characters. + """ + + parts: List[str] = [] + append = parts.append + append(self.bottom_left) + for last, width in loop_last(widths): + append(self.bottom * width) + if not last: + append(self.bottom_divider) + append(self.bottom_right) + return "".join(parts) + + +ASCII: Box = Box( + """\ ++--+ +| || +|-+| +| || +|-+| +|-+| +| || ++--+ +""", + ascii=True, +) + +ASCII2: Box = Box( + """\ ++-++ +| || ++-++ +| || ++-++ ++-++ +| || ++-++ +""", + ascii=True, +) + +ASCII_DOUBLE_HEAD: Box = Box( + """\ ++-++ +| || ++=++ +| || ++-++ ++-++ +| || ++-++ +""", + ascii=True, +) + +SQUARE: Box = Box( + """\ +┌─┬┐ +│ ││ +├─┼┤ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +└─┴┘ +""" +) + +SQUARE_DOUBLE_HEAD: Box = Box( + """\ +┌─┬┐ +│ ││ +╞═╪╡ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +└─┴┘ +""" +) + +MINIMAL: Box = Box( + """\ + ╷ + │ +╶─┼╴ + │ +╶─┼╴ +╶─┼╴ + │ + ╵ +""" +) + + +MINIMAL_HEAVY_HEAD: Box = Box( + """\ + ╷ + │ +╺━┿╸ + │ +╶─┼╴ +╶─┼╴ + │ + ╵ +""" +) + +MINIMAL_DOUBLE_HEAD: Box = Box( + """\ + ╷ + │ + ═╪ + │ + ─┼ + ─┼ + │ + ╵ +""" +) + + +SIMPLE: Box = Box( + """\ + + + ── + + + ── + + +""" +) + +SIMPLE_HEAD: Box = Box( + """\ + + + ── + + + + + +""" +) + + +SIMPLE_HEAVY: Box = Box( + """\ + + + ━━ + + + ━━ + + +""" +) + + +HORIZONTALS: Box = Box( + """\ + ── + + ── + + ── + ── + + ── +""" +) + +ROUNDED: Box = Box( + """\ +╭─┬╮ +│ ││ +├─┼┤ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +╰─┴╯ +""" +) + +HEAVY: Box = Box( + """\ +┏━┳┓ +┃ ┃┃ +┣━╋┫ +┃ ┃┃ +┣━╋┫ +┣━╋┫ +┃ ┃┃ +┗━┻┛ +""" +) + +HEAVY_EDGE: Box = Box( + """\ +┏━┯┓ +┃ │┃ +┠─┼┨ +┃ │┃ +┠─┼┨ +┠─┼┨ +┃ │┃ +┗━┷┛ +""" +) + +HEAVY_HEAD: Box = Box( + """\ +┏━┳┓ +┃ ┃┃ +┡━╇┩ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +└─┴┘ +""" +) + +DOUBLE: Box = Box( + """\ +╔═╦╗ +║ ║║ +╠═╬╣ +║ ║║ +╠═╬╣ +╠═╬╣ +║ ║║ +╚═╩╝ +""" +) + +DOUBLE_EDGE: Box = Box( + """\ +╔═╤╗ +║ │║ +╟─┼╢ +║ │║ +╟─┼╢ +╟─┼╢ +║ │║ +╚═╧╝ +""" +) + +MARKDOWN: Box = Box( + """\ + +| || +|-|| +| || +|-|| +|-|| +| || + +""", + ascii=True, +) + +# Map Boxes that don't render with raster fonts on to equivalent that do +LEGACY_WINDOWS_SUBSTITUTIONS = { + ROUNDED: SQUARE, + MINIMAL_HEAVY_HEAD: MINIMAL, + SIMPLE_HEAVY: SIMPLE, + HEAVY: SQUARE, + HEAVY_EDGE: SQUARE, + HEAVY_HEAD: SQUARE, +} + +# Map headed boxes to their headerless equivalents +PLAIN_HEADED_SUBSTITUTIONS = { + HEAVY_HEAD: SQUARE, + SQUARE_DOUBLE_HEAD: SQUARE, + MINIMAL_DOUBLE_HEAD: MINIMAL, + MINIMAL_HEAVY_HEAD: MINIMAL, + ASCII_DOUBLE_HEAD: ASCII2, +} + + +if __name__ == "__main__": # pragma: no cover + + from pip._vendor.rich.columns import Columns + from pip._vendor.rich.panel import Panel + + from . import box as box + from .console import Console + from .table import Table + from .text import Text + + console = Console(record=True) + + BOXES = [ + "ASCII", + "ASCII2", + "ASCII_DOUBLE_HEAD", + "SQUARE", + "SQUARE_DOUBLE_HEAD", + "MINIMAL", + "MINIMAL_HEAVY_HEAD", + "MINIMAL_DOUBLE_HEAD", + "SIMPLE", + "SIMPLE_HEAD", + "SIMPLE_HEAVY", + "HORIZONTALS", + "ROUNDED", + "HEAVY", + "HEAVY_EDGE", + "HEAVY_HEAD", + "DOUBLE", + "DOUBLE_EDGE", + "MARKDOWN", + ] + + console.print(Panel("[bold green]Box Constants", style="green"), justify="center") + console.print() + + columns = Columns(expand=True, padding=2) + for box_name in sorted(BOXES): + table = Table( + show_footer=True, style="dim", border_style="not dim", expand=True + ) + table.add_column("Header 1", "Footer 1") + table.add_column("Header 2", "Footer 2") + table.add_row("Cell", "Cell") + table.add_row("Cell", "Cell") + table.box = getattr(box, box_name) + table.title = Text(f"box.{box_name}", style="magenta") + columns.add_renderable(table) + console.print(columns) + + # console.save_svg("box.svg") diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py new file mode 100644 index 00000000..9354f9e3 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py @@ -0,0 +1,154 @@ +import re +from functools import lru_cache +from typing import Callable, List + +from ._cell_widths import CELL_WIDTHS + +# Regex to match sequence of the most common character ranges +_is_single_cell_widths = re.compile("^[\u0020-\u006f\u00a0\u02ff\u0370-\u0482]*$").match + + +@lru_cache(4096) +def cached_cell_len(text: str) -> int: + """Get the number of cells required to display text. + + This method always caches, which may use up a lot of memory. It is recommended to use + `cell_len` over this method. + + Args: + text (str): Text to display. + + Returns: + int: Get the number of cells required to display text. + """ + _get_size = get_character_cell_size + total_size = sum(_get_size(character) for character in text) + return total_size + + +def cell_len(text: str, _cell_len: Callable[[str], int] = cached_cell_len) -> int: + """Get the number of cells required to display text. + + Args: + text (str): Text to display. + + Returns: + int: Get the number of cells required to display text. + """ + if len(text) < 512: + return _cell_len(text) + _get_size = get_character_cell_size + total_size = sum(_get_size(character) for character in text) + return total_size + + +@lru_cache(maxsize=4096) +def get_character_cell_size(character: str) -> int: + """Get the cell size of a character. + + Args: + character (str): A single character. + + Returns: + int: Number of cells (0, 1 or 2) occupied by that character. + """ + return _get_codepoint_cell_size(ord(character)) + + +@lru_cache(maxsize=4096) +def _get_codepoint_cell_size(codepoint: int) -> int: + """Get the cell size of a character. + + Args: + codepoint (int): Codepoint of a character. + + Returns: + int: Number of cells (0, 1 or 2) occupied by that character. + """ + + _table = CELL_WIDTHS + lower_bound = 0 + upper_bound = len(_table) - 1 + index = (lower_bound + upper_bound) // 2 + while True: + start, end, width = _table[index] + if codepoint < start: + upper_bound = index - 1 + elif codepoint > end: + lower_bound = index + 1 + else: + return 0 if width == -1 else width + if upper_bound < lower_bound: + break + index = (lower_bound + upper_bound) // 2 + return 1 + + +def set_cell_size(text: str, total: int) -> str: + """Set the length of a string to fit within given number of cells.""" + + if _is_single_cell_widths(text): + size = len(text) + if size < total: + return text + " " * (total - size) + return text[:total] + + if total <= 0: + return "" + cell_size = cell_len(text) + if cell_size == total: + return text + if cell_size < total: + return text + " " * (total - cell_size) + + start = 0 + end = len(text) + + # Binary search until we find the right size + while True: + pos = (start + end) // 2 + before = text[: pos + 1] + before_len = cell_len(before) + if before_len == total + 1 and cell_len(before[-1]) == 2: + return before[:-1] + " " + if before_len == total: + return before + if before_len > total: + end = pos + else: + start = pos + + +# TODO: This is inefficient +# TODO: This might not work with CWJ type characters +def chop_cells(text: str, max_size: int, position: int = 0) -> List[str]: + """Break text in to equal (cell) length strings, returning the characters in reverse + order""" + _get_character_cell_size = get_character_cell_size + characters = [ + (character, _get_character_cell_size(character)) for character in text + ] + total_size = position + lines: List[List[str]] = [[]] + append = lines[-1].append + + for character, size in reversed(characters): + if total_size + size > max_size: + lines.append([character]) + append = lines[-1].append + total_size = size + else: + total_size += size + append(character) + + return ["".join(line) for line in lines] + + +if __name__ == "__main__": # pragma: no cover + + print(get_character_cell_size("😽")) + for line in chop_cells("""这是对亚洲语言支持的测试。面对模棱两可的想法,拒绝猜测的诱惑。""", 8): + print(line) + for n in range(80, 1, -1): + print(set_cell_size("""这是对亚洲语言支持的测试。面对模棱两可的想法,拒绝猜测的诱惑。""", n) + "|") + print("x" * n) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py new file mode 100644 index 00000000..dfe45593 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py @@ -0,0 +1,622 @@ +import platform +import re +from colorsys import rgb_to_hls +from enum import IntEnum +from functools import lru_cache +from typing import TYPE_CHECKING, NamedTuple, Optional, Tuple + +from ._palettes import EIGHT_BIT_PALETTE, STANDARD_PALETTE, WINDOWS_PALETTE +from .color_triplet import ColorTriplet +from .repr import Result, rich_repr +from .terminal_theme import DEFAULT_TERMINAL_THEME + +if TYPE_CHECKING: # pragma: no cover + from .terminal_theme import TerminalTheme + from .text import Text + + +WINDOWS = platform.system() == "Windows" + + +class ColorSystem(IntEnum): + """One of the 3 color system supported by terminals.""" + + STANDARD = 1 + EIGHT_BIT = 2 + TRUECOLOR = 3 + WINDOWS = 4 + + def __repr__(self) -> str: + return f"ColorSystem.{self.name}" + + def __str__(self) -> str: + return repr(self) + + +class ColorType(IntEnum): + """Type of color stored in Color class.""" + + DEFAULT = 0 + STANDARD = 1 + EIGHT_BIT = 2 + TRUECOLOR = 3 + WINDOWS = 4 + + def __repr__(self) -> str: + return f"ColorType.{self.name}" + + +ANSI_COLOR_NAMES = { + "black": 0, + "red": 1, + "green": 2, + "yellow": 3, + "blue": 4, + "magenta": 5, + "cyan": 6, + "white": 7, + "bright_black": 8, + "bright_red": 9, + "bright_green": 10, + "bright_yellow": 11, + "bright_blue": 12, + "bright_magenta": 13, + "bright_cyan": 14, + "bright_white": 15, + "grey0": 16, + "gray0": 16, + "navy_blue": 17, + "dark_blue": 18, + "blue3": 20, + "blue1": 21, + "dark_green": 22, + "deep_sky_blue4": 25, + "dodger_blue3": 26, + "dodger_blue2": 27, + "green4": 28, + "spring_green4": 29, + "turquoise4": 30, + "deep_sky_blue3": 32, + "dodger_blue1": 33, + "green3": 40, + "spring_green3": 41, + "dark_cyan": 36, + "light_sea_green": 37, + "deep_sky_blue2": 38, + "deep_sky_blue1": 39, + "spring_green2": 47, + "cyan3": 43, + "dark_turquoise": 44, + "turquoise2": 45, + "green1": 46, + "spring_green1": 48, + "medium_spring_green": 49, + "cyan2": 50, + "cyan1": 51, + "dark_red": 88, + "deep_pink4": 125, + "purple4": 55, + "purple3": 56, + "blue_violet": 57, + "orange4": 94, + "grey37": 59, + "gray37": 59, + "medium_purple4": 60, + "slate_blue3": 62, + "royal_blue1": 63, + "chartreuse4": 64, + "dark_sea_green4": 71, + "pale_turquoise4": 66, + "steel_blue": 67, + "steel_blue3": 68, + "cornflower_blue": 69, + "chartreuse3": 76, + "cadet_blue": 73, + "sky_blue3": 74, + "steel_blue1": 81, + "pale_green3": 114, + "sea_green3": 78, + "aquamarine3": 79, + "medium_turquoise": 80, + "chartreuse2": 112, + "sea_green2": 83, + "sea_green1": 85, + "aquamarine1": 122, + "dark_slate_gray2": 87, + "dark_magenta": 91, + "dark_violet": 128, + "purple": 129, + "light_pink4": 95, + "plum4": 96, + "medium_purple3": 98, + "slate_blue1": 99, + "yellow4": 106, + "wheat4": 101, + "grey53": 102, + "gray53": 102, + "light_slate_grey": 103, + "light_slate_gray": 103, + "medium_purple": 104, + "light_slate_blue": 105, + "dark_olive_green3": 149, + "dark_sea_green": 108, + "light_sky_blue3": 110, + "sky_blue2": 111, + "dark_sea_green3": 150, + "dark_slate_gray3": 116, + "sky_blue1": 117, + "chartreuse1": 118, + "light_green": 120, + "pale_green1": 156, + "dark_slate_gray1": 123, + "red3": 160, + "medium_violet_red": 126, + "magenta3": 164, + "dark_orange3": 166, + "indian_red": 167, + "hot_pink3": 168, + "medium_orchid3": 133, + "medium_orchid": 134, + "medium_purple2": 140, + "dark_goldenrod": 136, + "light_salmon3": 173, + "rosy_brown": 138, + "grey63": 139, + "gray63": 139, + "medium_purple1": 141, + "gold3": 178, + "dark_khaki": 143, + "navajo_white3": 144, + "grey69": 145, + "gray69": 145, + "light_steel_blue3": 146, + "light_steel_blue": 147, + "yellow3": 184, + "dark_sea_green2": 157, + "light_cyan3": 152, + "light_sky_blue1": 153, + "green_yellow": 154, + "dark_olive_green2": 155, + "dark_sea_green1": 193, + "pale_turquoise1": 159, + "deep_pink3": 162, + "magenta2": 200, + "hot_pink2": 169, + "orchid": 170, + "medium_orchid1": 207, + "orange3": 172, + "light_pink3": 174, + "pink3": 175, + "plum3": 176, + "violet": 177, + "light_goldenrod3": 179, + "tan": 180, + "misty_rose3": 181, + "thistle3": 182, + "plum2": 183, + "khaki3": 185, + "light_goldenrod2": 222, + "light_yellow3": 187, + "grey84": 188, + "gray84": 188, + "light_steel_blue1": 189, + "yellow2": 190, + "dark_olive_green1": 192, + "honeydew2": 194, + "light_cyan1": 195, + "red1": 196, + "deep_pink2": 197, + "deep_pink1": 199, + "magenta1": 201, + "orange_red1": 202, + "indian_red1": 204, + "hot_pink": 206, + "dark_orange": 208, + "salmon1": 209, + "light_coral": 210, + "pale_violet_red1": 211, + "orchid2": 212, + "orchid1": 213, + "orange1": 214, + "sandy_brown": 215, + "light_salmon1": 216, + "light_pink1": 217, + "pink1": 218, + "plum1": 219, + "gold1": 220, + "navajo_white1": 223, + "misty_rose1": 224, + "thistle1": 225, + "yellow1": 226, + "light_goldenrod1": 227, + "khaki1": 228, + "wheat1": 229, + "cornsilk1": 230, + "grey100": 231, + "gray100": 231, + "grey3": 232, + "gray3": 232, + "grey7": 233, + "gray7": 233, + "grey11": 234, + "gray11": 234, + "grey15": 235, + "gray15": 235, + "grey19": 236, + "gray19": 236, + "grey23": 237, + "gray23": 237, + "grey27": 238, + "gray27": 238, + "grey30": 239, + "gray30": 239, + "grey35": 240, + "gray35": 240, + "grey39": 241, + "gray39": 241, + "grey42": 242, + "gray42": 242, + "grey46": 243, + "gray46": 243, + "grey50": 244, + "gray50": 244, + "grey54": 245, + "gray54": 245, + "grey58": 246, + "gray58": 246, + "grey62": 247, + "gray62": 247, + "grey66": 248, + "gray66": 248, + "grey70": 249, + "gray70": 249, + "grey74": 250, + "gray74": 250, + "grey78": 251, + "gray78": 251, + "grey82": 252, + "gray82": 252, + "grey85": 253, + "gray85": 253, + "grey89": 254, + "gray89": 254, + "grey93": 255, + "gray93": 255, +} + + +class ColorParseError(Exception): + """The color could not be parsed.""" + + +RE_COLOR = re.compile( + r"""^ +\#([0-9a-f]{6})$| +color\(([0-9]{1,3})\)$| +rgb\(([\d\s,]+)\)$ +""", + re.VERBOSE, +) + + +@rich_repr +class Color(NamedTuple): + """Terminal color definition.""" + + name: str + """The name of the color (typically the input to Color.parse).""" + type: ColorType + """The type of the color.""" + number: Optional[int] = None + """The color number, if a standard color, or None.""" + triplet: Optional[ColorTriplet] = None + """A triplet of color components, if an RGB color.""" + + def __rich__(self) -> "Text": + """Displays the actual color if Rich printed.""" + from .style import Style + from .text import Text + + return Text.assemble( + f"", + ) + + def __rich_repr__(self) -> Result: + yield self.name + yield self.type + yield "number", self.number, None + yield "triplet", self.triplet, None + + @property + def system(self) -> ColorSystem: + """Get the native color system for this color.""" + if self.type == ColorType.DEFAULT: + return ColorSystem.STANDARD + return ColorSystem(int(self.type)) + + @property + def is_system_defined(self) -> bool: + """Check if the color is ultimately defined by the system.""" + return self.system not in (ColorSystem.EIGHT_BIT, ColorSystem.TRUECOLOR) + + @property + def is_default(self) -> bool: + """Check if the color is a default color.""" + return self.type == ColorType.DEFAULT + + def get_truecolor( + self, theme: Optional["TerminalTheme"] = None, foreground: bool = True + ) -> ColorTriplet: + """Get an equivalent color triplet for this color. + + Args: + theme (TerminalTheme, optional): Optional terminal theme, or None to use default. Defaults to None. + foreground (bool, optional): True for a foreground color, or False for background. Defaults to True. + + Returns: + ColorTriplet: A color triplet containing RGB components. + """ + + if theme is None: + theme = DEFAULT_TERMINAL_THEME + if self.type == ColorType.TRUECOLOR: + assert self.triplet is not None + return self.triplet + elif self.type == ColorType.EIGHT_BIT: + assert self.number is not None + return EIGHT_BIT_PALETTE[self.number] + elif self.type == ColorType.STANDARD: + assert self.number is not None + return theme.ansi_colors[self.number] + elif self.type == ColorType.WINDOWS: + assert self.number is not None + return WINDOWS_PALETTE[self.number] + else: # self.type == ColorType.DEFAULT: + assert self.number is None + return theme.foreground_color if foreground else theme.background_color + + @classmethod + def from_ansi(cls, number: int) -> "Color": + """Create a Color number from it's 8-bit ansi number. + + Args: + number (int): A number between 0-255 inclusive. + + Returns: + Color: A new Color instance. + """ + return cls( + name=f"color({number})", + type=(ColorType.STANDARD if number < 16 else ColorType.EIGHT_BIT), + number=number, + ) + + @classmethod + def from_triplet(cls, triplet: "ColorTriplet") -> "Color": + """Create a truecolor RGB color from a triplet of values. + + Args: + triplet (ColorTriplet): A color triplet containing red, green and blue components. + + Returns: + Color: A new color object. + """ + return cls(name=triplet.hex, type=ColorType.TRUECOLOR, triplet=triplet) + + @classmethod + def from_rgb(cls, red: float, green: float, blue: float) -> "Color": + """Create a truecolor from three color components in the range(0->255). + + Args: + red (float): Red component in range 0-255. + green (float): Green component in range 0-255. + blue (float): Blue component in range 0-255. + + Returns: + Color: A new color object. + """ + return cls.from_triplet(ColorTriplet(int(red), int(green), int(blue))) + + @classmethod + def default(cls) -> "Color": + """Get a Color instance representing the default color. + + Returns: + Color: Default color. + """ + return cls(name="default", type=ColorType.DEFAULT) + + @classmethod + @lru_cache(maxsize=1024) + def parse(cls, color: str) -> "Color": + """Parse a color definition.""" + original_color = color + color = color.lower().strip() + + if color == "default": + return cls(color, type=ColorType.DEFAULT) + + color_number = ANSI_COLOR_NAMES.get(color) + if color_number is not None: + return cls( + color, + type=(ColorType.STANDARD if color_number < 16 else ColorType.EIGHT_BIT), + number=color_number, + ) + + color_match = RE_COLOR.match(color) + if color_match is None: + raise ColorParseError(f"{original_color!r} is not a valid color") + + color_24, color_8, color_rgb = color_match.groups() + if color_24: + triplet = ColorTriplet( + int(color_24[0:2], 16), int(color_24[2:4], 16), int(color_24[4:6], 16) + ) + return cls(color, ColorType.TRUECOLOR, triplet=triplet) + + elif color_8: + number = int(color_8) + if number > 255: + raise ColorParseError(f"color number must be <= 255 in {color!r}") + return cls( + color, + type=(ColorType.STANDARD if number < 16 else ColorType.EIGHT_BIT), + number=number, + ) + + else: # color_rgb: + components = color_rgb.split(",") + if len(components) != 3: + raise ColorParseError( + f"expected three components in {original_color!r}" + ) + red, green, blue = components + triplet = ColorTriplet(int(red), int(green), int(blue)) + if not all(component <= 255 for component in triplet): + raise ColorParseError( + f"color components must be <= 255 in {original_color!r}" + ) + return cls(color, ColorType.TRUECOLOR, triplet=triplet) + + @lru_cache(maxsize=1024) + def get_ansi_codes(self, foreground: bool = True) -> Tuple[str, ...]: + """Get the ANSI escape codes for this color.""" + _type = self.type + if _type == ColorType.DEFAULT: + return ("39" if foreground else "49",) + + elif _type == ColorType.WINDOWS: + number = self.number + assert number is not None + fore, back = (30, 40) if number < 8 else (82, 92) + return (str(fore + number if foreground else back + number),) + + elif _type == ColorType.STANDARD: + number = self.number + assert number is not None + fore, back = (30, 40) if number < 8 else (82, 92) + return (str(fore + number if foreground else back + number),) + + elif _type == ColorType.EIGHT_BIT: + assert self.number is not None + return ("38" if foreground else "48", "5", str(self.number)) + + else: # self.standard == ColorStandard.TRUECOLOR: + assert self.triplet is not None + red, green, blue = self.triplet + return ("38" if foreground else "48", "2", str(red), str(green), str(blue)) + + @lru_cache(maxsize=1024) + def downgrade(self, system: ColorSystem) -> "Color": + """Downgrade a color system to a system with fewer colors.""" + + if self.type in (ColorType.DEFAULT, system): + return self + # Convert to 8-bit color from truecolor color + if system == ColorSystem.EIGHT_BIT and self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + _h, l, s = rgb_to_hls(*self.triplet.normalized) + # If saturation is under 15% assume it is grayscale + if s < 0.15: + gray = round(l * 25.0) + if gray == 0: + color_number = 16 + elif gray == 25: + color_number = 231 + else: + color_number = 231 + gray + return Color(self.name, ColorType.EIGHT_BIT, number=color_number) + + red, green, blue = self.triplet + six_red = red / 95 if red < 95 else 1 + (red - 95) / 40 + six_green = green / 95 if green < 95 else 1 + (green - 95) / 40 + six_blue = blue / 95 if blue < 95 else 1 + (blue - 95) / 40 + + color_number = ( + 16 + 36 * round(six_red) + 6 * round(six_green) + round(six_blue) + ) + return Color(self.name, ColorType.EIGHT_BIT, number=color_number) + + # Convert to standard from truecolor or 8-bit + elif system == ColorSystem.STANDARD: + if self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + triplet = self.triplet + else: # self.system == ColorSystem.EIGHT_BIT + assert self.number is not None + triplet = ColorTriplet(*EIGHT_BIT_PALETTE[self.number]) + + color_number = STANDARD_PALETTE.match(triplet) + return Color(self.name, ColorType.STANDARD, number=color_number) + + elif system == ColorSystem.WINDOWS: + if self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + triplet = self.triplet + else: # self.system == ColorSystem.EIGHT_BIT + assert self.number is not None + if self.number < 16: + return Color(self.name, ColorType.WINDOWS, number=self.number) + triplet = ColorTriplet(*EIGHT_BIT_PALETTE[self.number]) + + color_number = WINDOWS_PALETTE.match(triplet) + return Color(self.name, ColorType.WINDOWS, number=color_number) + + return self + + +def parse_rgb_hex(hex_color: str) -> ColorTriplet: + """Parse six hex characters in to RGB triplet.""" + assert len(hex_color) == 6, "must be 6 characters" + color = ColorTriplet( + int(hex_color[0:2], 16), int(hex_color[2:4], 16), int(hex_color[4:6], 16) + ) + return color + + +def blend_rgb( + color1: ColorTriplet, color2: ColorTriplet, cross_fade: float = 0.5 +) -> ColorTriplet: + """Blend one RGB color in to another.""" + r1, g1, b1 = color1 + r2, g2, b2 = color2 + new_color = ColorTriplet( + int(r1 + (r2 - r1) * cross_fade), + int(g1 + (g2 - g1) * cross_fade), + int(b1 + (b2 - b1) * cross_fade), + ) + return new_color + + +if __name__ == "__main__": # pragma: no cover + + from .console import Console + from .table import Table + from .text import Text + + console = Console() + + table = Table(show_footer=False, show_edge=True) + table.add_column("Color", width=10, overflow="ellipsis") + table.add_column("Number", justify="right", style="yellow") + table.add_column("Name", style="green") + table.add_column("Hex", style="blue") + table.add_column("RGB", style="magenta") + + colors = sorted((v, k) for k, v in ANSI_COLOR_NAMES.items()) + for color_number, name in colors: + if "grey" in name: + continue + color_cell = Text(" " * 10, style=f"on {name}") + if color_number < 16: + table.add_row(color_cell, f"{color_number}", Text(f'"{name}"')) + else: + color = EIGHT_BIT_PALETTE[color_number] # type: ignore[has-type] + table.add_row( + color_cell, str(color_number), Text(f'"{name}"'), color.hex, color.rgb + ) + + console.print(table) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py new file mode 100644 index 00000000..02cab328 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py @@ -0,0 +1,38 @@ +from typing import NamedTuple, Tuple + + +class ColorTriplet(NamedTuple): + """The red, green, and blue components of a color.""" + + red: int + """Red component in 0 to 255 range.""" + green: int + """Green component in 0 to 255 range.""" + blue: int + """Blue component in 0 to 255 range.""" + + @property + def hex(self) -> str: + """get the color triplet in CSS style.""" + red, green, blue = self + return f"#{red:02x}{green:02x}{blue:02x}" + + @property + def rgb(self) -> str: + """The color in RGB format. + + Returns: + str: An rgb color, e.g. ``"rgb(100,23,255)"``. + """ + red, green, blue = self + return f"rgb({red},{green},{blue})" + + @property + def normalized(self) -> Tuple[float, float, float]: + """Convert components into floats between 0 and 1. + + Returns: + Tuple[float, float, float]: A tuple of three normalized colour components. + """ + red, green, blue = self + return red / 255.0, green / 255.0, blue / 255.0 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py new file mode 100644 index 00000000..669a3a70 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py @@ -0,0 +1,187 @@ +from collections import defaultdict +from itertools import chain +from operator import itemgetter +from typing import Dict, Iterable, List, Optional, Tuple + +from .align import Align, AlignMethod +from .console import Console, ConsoleOptions, RenderableType, RenderResult +from .constrain import Constrain +from .measure import Measurement +from .padding import Padding, PaddingDimensions +from .table import Table +from .text import TextType +from .jupyter import JupyterMixin + + +class Columns(JupyterMixin): + """Display renderables in neat columns. + + Args: + renderables (Iterable[RenderableType]): Any number of Rich renderables (including str). + width (int, optional): The desired width of the columns, or None to auto detect. Defaults to None. + padding (PaddingDimensions, optional): Optional padding around cells. Defaults to (0, 1). + expand (bool, optional): Expand columns to full width. Defaults to False. + equal (bool, optional): Arrange in to equal sized columns. Defaults to False. + column_first (bool, optional): Align items from top to bottom (rather than left to right). Defaults to False. + right_to_left (bool, optional): Start column from right hand side. Defaults to False. + align (str, optional): Align value ("left", "right", or "center") or None for default. Defaults to None. + title (TextType, optional): Optional title for Columns. + """ + + def __init__( + self, + renderables: Optional[Iterable[RenderableType]] = None, + padding: PaddingDimensions = (0, 1), + *, + width: Optional[int] = None, + expand: bool = False, + equal: bool = False, + column_first: bool = False, + right_to_left: bool = False, + align: Optional[AlignMethod] = None, + title: Optional[TextType] = None, + ) -> None: + self.renderables = list(renderables or []) + self.width = width + self.padding = padding + self.expand = expand + self.equal = equal + self.column_first = column_first + self.right_to_left = right_to_left + self.align: Optional[AlignMethod] = align + self.title = title + + def add_renderable(self, renderable: RenderableType) -> None: + """Add a renderable to the columns. + + Args: + renderable (RenderableType): Any renderable object. + """ + self.renderables.append(renderable) + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + render_str = console.render_str + renderables = [ + render_str(renderable) if isinstance(renderable, str) else renderable + for renderable in self.renderables + ] + if not renderables: + return + _top, right, _bottom, left = Padding.unpack(self.padding) + width_padding = max(left, right) + max_width = options.max_width + widths: Dict[int, int] = defaultdict(int) + column_count = len(renderables) + + get_measurement = Measurement.get + renderable_widths = [ + get_measurement(console, options, renderable).maximum + for renderable in renderables + ] + if self.equal: + renderable_widths = [max(renderable_widths)] * len(renderable_widths) + + def iter_renderables( + column_count: int, + ) -> Iterable[Tuple[int, Optional[RenderableType]]]: + item_count = len(renderables) + if self.column_first: + width_renderables = list(zip(renderable_widths, renderables)) + + column_lengths: List[int] = [item_count // column_count] * column_count + for col_no in range(item_count % column_count): + column_lengths[col_no] += 1 + + row_count = (item_count + column_count - 1) // column_count + cells = [[-1] * column_count for _ in range(row_count)] + row = col = 0 + for index in range(item_count): + cells[row][col] = index + column_lengths[col] -= 1 + if column_lengths[col]: + row += 1 + else: + col += 1 + row = 0 + for index in chain.from_iterable(cells): + if index == -1: + break + yield width_renderables[index] + else: + yield from zip(renderable_widths, renderables) + # Pad odd elements with spaces + if item_count % column_count: + for _ in range(column_count - (item_count % column_count)): + yield 0, None + + table = Table.grid(padding=self.padding, collapse_padding=True, pad_edge=False) + table.expand = self.expand + table.title = self.title + + if self.width is not None: + column_count = (max_width) // (self.width + width_padding) + for _ in range(column_count): + table.add_column(width=self.width) + else: + while column_count > 1: + widths.clear() + column_no = 0 + for renderable_width, _ in iter_renderables(column_count): + widths[column_no] = max(widths[column_no], renderable_width) + total_width = sum(widths.values()) + width_padding * ( + len(widths) - 1 + ) + if total_width > max_width: + column_count = len(widths) - 1 + break + else: + column_no = (column_no + 1) % column_count + else: + break + + get_renderable = itemgetter(1) + _renderables = [ + get_renderable(_renderable) + for _renderable in iter_renderables(column_count) + ] + if self.equal: + _renderables = [ + None + if renderable is None + else Constrain(renderable, renderable_widths[0]) + for renderable in _renderables + ] + if self.align: + align = self.align + _Align = Align + _renderables = [ + None if renderable is None else _Align(renderable, align) + for renderable in _renderables + ] + + right_to_left = self.right_to_left + add_row = table.add_row + for start in range(0, len(_renderables), column_count): + row = _renderables[start : start + column_count] + if right_to_left: + row = row[::-1] + add_row(*row) + yield table + + +if __name__ == "__main__": # pragma: no cover + import os + + console = Console() + + files = [f"{i} {s}" for i, s in enumerate(sorted(os.listdir()))] + columns = Columns(files, padding=(0, 1), expand=False, equal=False) + console.print(columns) + console.rule() + columns.column_first = True + console.print(columns) + columns.right_to_left = True + console.rule() + console.print(columns) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py new file mode 100644 index 00000000..e559cbb4 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py @@ -0,0 +1,2633 @@ +import inspect +import os +import platform +import sys +import threading +import zlib +from abc import ABC, abstractmethod +from dataclasses import dataclass, field +from datetime import datetime +from functools import wraps +from getpass import getpass +from html import escape +from inspect import isclass +from itertools import islice +from math import ceil +from time import monotonic +from types import FrameType, ModuleType, TracebackType +from typing import ( + IO, + TYPE_CHECKING, + Any, + Callable, + Dict, + Iterable, + List, + Mapping, + NamedTuple, + Optional, + TextIO, + Tuple, + Type, + Union, + cast, +) + +from pip._vendor.rich._null_file import NULL_FILE + +if sys.version_info >= (3, 8): + from typing import Literal, Protocol, runtime_checkable +else: + from pip._vendor.typing_extensions import ( + Literal, + Protocol, + runtime_checkable, + ) # pragma: no cover + +from . import errors, themes +from ._emoji_replace import _emoji_replace +from ._export_format import CONSOLE_HTML_FORMAT, CONSOLE_SVG_FORMAT +from ._fileno import get_fileno +from ._log_render import FormatTimeCallable, LogRender +from .align import Align, AlignMethod +from .color import ColorSystem, blend_rgb +from .control import Control +from .emoji import EmojiVariant +from .highlighter import NullHighlighter, ReprHighlighter +from .markup import render as render_markup +from .measure import Measurement, measure_renderables +from .pager import Pager, SystemPager +from .pretty import Pretty, is_expandable +from .protocol import rich_cast +from .region import Region +from .scope import render_scope +from .screen import Screen +from .segment import Segment +from .style import Style, StyleType +from .styled import Styled +from .terminal_theme import DEFAULT_TERMINAL_THEME, SVG_EXPORT_THEME, TerminalTheme +from .text import Text, TextType +from .theme import Theme, ThemeStack + +if TYPE_CHECKING: + from ._windows import WindowsConsoleFeatures + from .live import Live + from .status import Status + +JUPYTER_DEFAULT_COLUMNS = 115 +JUPYTER_DEFAULT_LINES = 100 +WINDOWS = platform.system() == "Windows" + +HighlighterType = Callable[[Union[str, "Text"]], "Text"] +JustifyMethod = Literal["default", "left", "center", "right", "full"] +OverflowMethod = Literal["fold", "crop", "ellipsis", "ignore"] + + +class NoChange: + pass + + +NO_CHANGE = NoChange() + +try: + _STDIN_FILENO = sys.__stdin__.fileno() +except Exception: + _STDIN_FILENO = 0 +try: + _STDOUT_FILENO = sys.__stdout__.fileno() +except Exception: + _STDOUT_FILENO = 1 +try: + _STDERR_FILENO = sys.__stderr__.fileno() +except Exception: + _STDERR_FILENO = 2 + +_STD_STREAMS = (_STDIN_FILENO, _STDOUT_FILENO, _STDERR_FILENO) +_STD_STREAMS_OUTPUT = (_STDOUT_FILENO, _STDERR_FILENO) + + +_TERM_COLORS = { + "kitty": ColorSystem.EIGHT_BIT, + "256color": ColorSystem.EIGHT_BIT, + "16color": ColorSystem.STANDARD, +} + + +class ConsoleDimensions(NamedTuple): + """Size of the terminal.""" + + width: int + """The width of the console in 'cells'.""" + height: int + """The height of the console in lines.""" + + +@dataclass +class ConsoleOptions: + """Options for __rich_console__ method.""" + + size: ConsoleDimensions + """Size of console.""" + legacy_windows: bool + """legacy_windows: flag for legacy windows.""" + min_width: int + """Minimum width of renderable.""" + max_width: int + """Maximum width of renderable.""" + is_terminal: bool + """True if the target is a terminal, otherwise False.""" + encoding: str + """Encoding of terminal.""" + max_height: int + """Height of container (starts as terminal)""" + justify: Optional[JustifyMethod] = None + """Justify value override for renderable.""" + overflow: Optional[OverflowMethod] = None + """Overflow value override for renderable.""" + no_wrap: Optional[bool] = False + """Disable wrapping for text.""" + highlight: Optional[bool] = None + """Highlight override for render_str.""" + markup: Optional[bool] = None + """Enable markup when rendering strings.""" + height: Optional[int] = None + + @property + def ascii_only(self) -> bool: + """Check if renderables should use ascii only.""" + return not self.encoding.startswith("utf") + + def copy(self) -> "ConsoleOptions": + """Return a copy of the options. + + Returns: + ConsoleOptions: a copy of self. + """ + options: ConsoleOptions = ConsoleOptions.__new__(ConsoleOptions) + options.__dict__ = self.__dict__.copy() + return options + + def update( + self, + *, + width: Union[int, NoChange] = NO_CHANGE, + min_width: Union[int, NoChange] = NO_CHANGE, + max_width: Union[int, NoChange] = NO_CHANGE, + justify: Union[Optional[JustifyMethod], NoChange] = NO_CHANGE, + overflow: Union[Optional[OverflowMethod], NoChange] = NO_CHANGE, + no_wrap: Union[Optional[bool], NoChange] = NO_CHANGE, + highlight: Union[Optional[bool], NoChange] = NO_CHANGE, + markup: Union[Optional[bool], NoChange] = NO_CHANGE, + height: Union[Optional[int], NoChange] = NO_CHANGE, + ) -> "ConsoleOptions": + """Update values, return a copy.""" + options = self.copy() + if not isinstance(width, NoChange): + options.min_width = options.max_width = max(0, width) + if not isinstance(min_width, NoChange): + options.min_width = min_width + if not isinstance(max_width, NoChange): + options.max_width = max_width + if not isinstance(justify, NoChange): + options.justify = justify + if not isinstance(overflow, NoChange): + options.overflow = overflow + if not isinstance(no_wrap, NoChange): + options.no_wrap = no_wrap + if not isinstance(highlight, NoChange): + options.highlight = highlight + if not isinstance(markup, NoChange): + options.markup = markup + if not isinstance(height, NoChange): + if height is not None: + options.max_height = height + options.height = None if height is None else max(0, height) + return options + + def update_width(self, width: int) -> "ConsoleOptions": + """Update just the width, return a copy. + + Args: + width (int): New width (sets both min_width and max_width) + + Returns: + ~ConsoleOptions: New console options instance. + """ + options = self.copy() + options.min_width = options.max_width = max(0, width) + return options + + def update_height(self, height: int) -> "ConsoleOptions": + """Update the height, and return a copy. + + Args: + height (int): New height + + Returns: + ~ConsoleOptions: New Console options instance. + """ + options = self.copy() + options.max_height = options.height = height + return options + + def reset_height(self) -> "ConsoleOptions": + """Return a copy of the options with height set to ``None``. + + Returns: + ~ConsoleOptions: New console options instance. + """ + options = self.copy() + options.height = None + return options + + def update_dimensions(self, width: int, height: int) -> "ConsoleOptions": + """Update the width and height, and return a copy. + + Args: + width (int): New width (sets both min_width and max_width). + height (int): New height. + + Returns: + ~ConsoleOptions: New console options instance. + """ + options = self.copy() + options.min_width = options.max_width = max(0, width) + options.height = options.max_height = height + return options + + +@runtime_checkable +class RichCast(Protocol): + """An object that may be 'cast' to a console renderable.""" + + def __rich__( + self, + ) -> Union["ConsoleRenderable", "RichCast", str]: # pragma: no cover + ... + + +@runtime_checkable +class ConsoleRenderable(Protocol): + """An object that supports the console protocol.""" + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": # pragma: no cover + ... + + +# A type that may be rendered by Console. +RenderableType = Union[ConsoleRenderable, RichCast, str] + +# The result of calling a __rich_console__ method. +RenderResult = Iterable[Union[RenderableType, Segment]] + +_null_highlighter = NullHighlighter() + + +class CaptureError(Exception): + """An error in the Capture context manager.""" + + +class NewLine: + """A renderable to generate new line(s)""" + + def __init__(self, count: int = 1) -> None: + self.count = count + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> Iterable[Segment]: + yield Segment("\n" * self.count) + + +class ScreenUpdate: + """Render a list of lines at a given offset.""" + + def __init__(self, lines: List[List[Segment]], x: int, y: int) -> None: + self._lines = lines + self.x = x + self.y = y + + def __rich_console__( + self, console: "Console", options: ConsoleOptions + ) -> RenderResult: + x = self.x + move_to = Control.move_to + for offset, line in enumerate(self._lines, self.y): + yield move_to(x, offset) + yield from line + + +class Capture: + """Context manager to capture the result of printing to the console. + See :meth:`~rich.console.Console.capture` for how to use. + + Args: + console (Console): A console instance to capture output. + """ + + def __init__(self, console: "Console") -> None: + self._console = console + self._result: Optional[str] = None + + def __enter__(self) -> "Capture": + self._console.begin_capture() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self._result = self._console.end_capture() + + def get(self) -> str: + """Get the result of the capture.""" + if self._result is None: + raise CaptureError( + "Capture result is not available until context manager exits." + ) + return self._result + + +class ThemeContext: + """A context manager to use a temporary theme. See :meth:`~rich.console.Console.use_theme` for usage.""" + + def __init__(self, console: "Console", theme: Theme, inherit: bool = True) -> None: + self.console = console + self.theme = theme + self.inherit = inherit + + def __enter__(self) -> "ThemeContext": + self.console.push_theme(self.theme) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.console.pop_theme() + + +class PagerContext: + """A context manager that 'pages' content. See :meth:`~rich.console.Console.pager` for usage.""" + + def __init__( + self, + console: "Console", + pager: Optional[Pager] = None, + styles: bool = False, + links: bool = False, + ) -> None: + self._console = console + self.pager = SystemPager() if pager is None else pager + self.styles = styles + self.links = links + + def __enter__(self) -> "PagerContext": + self._console._enter_buffer() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + if exc_type is None: + with self._console._lock: + buffer: List[Segment] = self._console._buffer[:] + del self._console._buffer[:] + segments: Iterable[Segment] = buffer + if not self.styles: + segments = Segment.strip_styles(segments) + elif not self.links: + segments = Segment.strip_links(segments) + content = self._console._render_buffer(segments) + self.pager.show(content) + self._console._exit_buffer() + + +class ScreenContext: + """A context manager that enables an alternative screen. See :meth:`~rich.console.Console.screen` for usage.""" + + def __init__( + self, console: "Console", hide_cursor: bool, style: StyleType = "" + ) -> None: + self.console = console + self.hide_cursor = hide_cursor + self.screen = Screen(style=style) + self._changed = False + + def update( + self, *renderables: RenderableType, style: Optional[StyleType] = None + ) -> None: + """Update the screen. + + Args: + renderable (RenderableType, optional): Optional renderable to replace current renderable, + or None for no change. Defaults to None. + style: (Style, optional): Replacement style, or None for no change. Defaults to None. + """ + if renderables: + self.screen.renderable = ( + Group(*renderables) if len(renderables) > 1 else renderables[0] + ) + if style is not None: + self.screen.style = style + self.console.print(self.screen, end="") + + def __enter__(self) -> "ScreenContext": + self._changed = self.console.set_alt_screen(True) + if self._changed and self.hide_cursor: + self.console.show_cursor(False) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + if self._changed: + self.console.set_alt_screen(False) + if self.hide_cursor: + self.console.show_cursor(True) + + +class Group: + """Takes a group of renderables and returns a renderable object that renders the group. + + Args: + renderables (Iterable[RenderableType]): An iterable of renderable objects. + fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True. + """ + + def __init__(self, *renderables: "RenderableType", fit: bool = True) -> None: + self._renderables = renderables + self.fit = fit + self._render: Optional[List[RenderableType]] = None + + @property + def renderables(self) -> List["RenderableType"]: + if self._render is None: + self._render = list(self._renderables) + return self._render + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + if self.fit: + return measure_renderables(console, options, self.renderables) + else: + return Measurement(options.max_width, options.max_width) + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> RenderResult: + yield from self.renderables + + +def group(fit: bool = True) -> Callable[..., Callable[..., Group]]: + """A decorator that turns an iterable of renderables in to a group. + + Args: + fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True. + """ + + def decorator( + method: Callable[..., Iterable[RenderableType]] + ) -> Callable[..., Group]: + """Convert a method that returns an iterable of renderables in to a Group.""" + + @wraps(method) + def _replace(*args: Any, **kwargs: Any) -> Group: + renderables = method(*args, **kwargs) + return Group(*renderables, fit=fit) + + return _replace + + return decorator + + +def _is_jupyter() -> bool: # pragma: no cover + """Check if we're running in a Jupyter notebook.""" + try: + get_ipython # type: ignore[name-defined] + except NameError: + return False + ipython = get_ipython() # type: ignore[name-defined] + shell = ipython.__class__.__name__ + if ( + "google.colab" in str(ipython.__class__) + or os.getenv("DATABRICKS_RUNTIME_VERSION") + or shell == "ZMQInteractiveShell" + ): + return True # Jupyter notebook or qtconsole + elif shell == "TerminalInteractiveShell": + return False # Terminal running IPython + else: + return False # Other type (?) + + +COLOR_SYSTEMS = { + "standard": ColorSystem.STANDARD, + "256": ColorSystem.EIGHT_BIT, + "truecolor": ColorSystem.TRUECOLOR, + "windows": ColorSystem.WINDOWS, +} + +_COLOR_SYSTEMS_NAMES = {system: name for name, system in COLOR_SYSTEMS.items()} + + +@dataclass +class ConsoleThreadLocals(threading.local): + """Thread local values for Console context.""" + + theme_stack: ThemeStack + buffer: List[Segment] = field(default_factory=list) + buffer_index: int = 0 + + +class RenderHook(ABC): + """Provides hooks in to the render process.""" + + @abstractmethod + def process_renderables( + self, renderables: List[ConsoleRenderable] + ) -> List[ConsoleRenderable]: + """Called with a list of objects to render. + + This method can return a new list of renderables, or modify and return the same list. + + Args: + renderables (List[ConsoleRenderable]): A number of renderable objects. + + Returns: + List[ConsoleRenderable]: A replacement list of renderables. + """ + + +_windows_console_features: Optional["WindowsConsoleFeatures"] = None + + +def get_windows_console_features() -> "WindowsConsoleFeatures": # pragma: no cover + global _windows_console_features + if _windows_console_features is not None: + return _windows_console_features + from ._windows import get_windows_console_features + + _windows_console_features = get_windows_console_features() + return _windows_console_features + + +def detect_legacy_windows() -> bool: + """Detect legacy Windows.""" + return WINDOWS and not get_windows_console_features().vt + + +class Console: + """A high level console interface. + + Args: + color_system (str, optional): The color system supported by your terminal, + either ``"standard"``, ``"256"`` or ``"truecolor"``. Leave as ``"auto"`` to autodetect. + force_terminal (Optional[bool], optional): Enable/disable terminal control codes, or None to auto-detect terminal. Defaults to None. + force_jupyter (Optional[bool], optional): Enable/disable Jupyter rendering, or None to auto-detect Jupyter. Defaults to None. + force_interactive (Optional[bool], optional): Enable/disable interactive mode, or None to auto detect. Defaults to None. + soft_wrap (Optional[bool], optional): Set soft wrap default on print method. Defaults to False. + theme (Theme, optional): An optional style theme object, or ``None`` for default theme. + stderr (bool, optional): Use stderr rather than stdout if ``file`` is not specified. Defaults to False. + file (IO, optional): A file object where the console should write to. Defaults to stdout. + quiet (bool, Optional): Boolean to suppress all output. Defaults to False. + width (int, optional): The width of the terminal. Leave as default to auto-detect width. + height (int, optional): The height of the terminal. Leave as default to auto-detect height. + style (StyleType, optional): Style to apply to all output, or None for no style. Defaults to None. + no_color (Optional[bool], optional): Enabled no color mode, or None to auto detect. Defaults to None. + tab_size (int, optional): Number of spaces used to replace a tab character. Defaults to 8. + record (bool, optional): Boolean to enable recording of terminal output, + required to call :meth:`export_html`, :meth:`export_svg`, and :meth:`export_text`. Defaults to False. + markup (bool, optional): Boolean to enable :ref:`console_markup`. Defaults to True. + emoji (bool, optional): Enable emoji code. Defaults to True. + emoji_variant (str, optional): Optional emoji variant, either "text" or "emoji". Defaults to None. + highlight (bool, optional): Enable automatic highlighting. Defaults to True. + log_time (bool, optional): Boolean to enable logging of time by :meth:`log` methods. Defaults to True. + log_path (bool, optional): Boolean to enable the logging of the caller by :meth:`log`. Defaults to True. + log_time_format (Union[str, TimeFormatterCallable], optional): If ``log_time`` is enabled, either string for strftime or callable that formats the time. Defaults to "[%X] ". + highlighter (HighlighterType, optional): Default highlighter. + legacy_windows (bool, optional): Enable legacy Windows mode, or ``None`` to auto detect. Defaults to ``None``. + safe_box (bool, optional): Restrict box options that don't render on legacy Windows. + get_datetime (Callable[[], datetime], optional): Callable that gets the current time as a datetime.datetime object (used by Console.log), + or None for datetime.now. + get_time (Callable[[], time], optional): Callable that gets the current time in seconds, default uses time.monotonic. + """ + + _environ: Mapping[str, str] = os.environ + + def __init__( + self, + *, + color_system: Optional[ + Literal["auto", "standard", "256", "truecolor", "windows"] + ] = "auto", + force_terminal: Optional[bool] = None, + force_jupyter: Optional[bool] = None, + force_interactive: Optional[bool] = None, + soft_wrap: bool = False, + theme: Optional[Theme] = None, + stderr: bool = False, + file: Optional[IO[str]] = None, + quiet: bool = False, + width: Optional[int] = None, + height: Optional[int] = None, + style: Optional[StyleType] = None, + no_color: Optional[bool] = None, + tab_size: int = 8, + record: bool = False, + markup: bool = True, + emoji: bool = True, + emoji_variant: Optional[EmojiVariant] = None, + highlight: bool = True, + log_time: bool = True, + log_path: bool = True, + log_time_format: Union[str, FormatTimeCallable] = "[%X]", + highlighter: Optional["HighlighterType"] = ReprHighlighter(), + legacy_windows: Optional[bool] = None, + safe_box: bool = True, + get_datetime: Optional[Callable[[], datetime]] = None, + get_time: Optional[Callable[[], float]] = None, + _environ: Optional[Mapping[str, str]] = None, + ): + # Copy of os.environ allows us to replace it for testing + if _environ is not None: + self._environ = _environ + + self.is_jupyter = _is_jupyter() if force_jupyter is None else force_jupyter + if self.is_jupyter: + if width is None: + jupyter_columns = self._environ.get("JUPYTER_COLUMNS") + if jupyter_columns is not None and jupyter_columns.isdigit(): + width = int(jupyter_columns) + else: + width = JUPYTER_DEFAULT_COLUMNS + if height is None: + jupyter_lines = self._environ.get("JUPYTER_LINES") + if jupyter_lines is not None and jupyter_lines.isdigit(): + height = int(jupyter_lines) + else: + height = JUPYTER_DEFAULT_LINES + + self.tab_size = tab_size + self.record = record + self._markup = markup + self._emoji = emoji + self._emoji_variant: Optional[EmojiVariant] = emoji_variant + self._highlight = highlight + self.legacy_windows: bool = ( + (detect_legacy_windows() and not self.is_jupyter) + if legacy_windows is None + else legacy_windows + ) + + if width is None: + columns = self._environ.get("COLUMNS") + if columns is not None and columns.isdigit(): + width = int(columns) - self.legacy_windows + if height is None: + lines = self._environ.get("LINES") + if lines is not None and lines.isdigit(): + height = int(lines) + + self.soft_wrap = soft_wrap + self._width = width + self._height = height + + self._color_system: Optional[ColorSystem] + + self._force_terminal = None + if force_terminal is not None: + self._force_terminal = force_terminal + + self._file = file + self.quiet = quiet + self.stderr = stderr + + if color_system is None: + self._color_system = None + elif color_system == "auto": + self._color_system = self._detect_color_system() + else: + self._color_system = COLOR_SYSTEMS[color_system] + + self._lock = threading.RLock() + self._log_render = LogRender( + show_time=log_time, + show_path=log_path, + time_format=log_time_format, + ) + self.highlighter: HighlighterType = highlighter or _null_highlighter + self.safe_box = safe_box + self.get_datetime = get_datetime or datetime.now + self.get_time = get_time or monotonic + self.style = style + self.no_color = ( + no_color if no_color is not None else "NO_COLOR" in self._environ + ) + self.is_interactive = ( + (self.is_terminal and not self.is_dumb_terminal) + if force_interactive is None + else force_interactive + ) + + self._record_buffer_lock = threading.RLock() + self._thread_locals = ConsoleThreadLocals( + theme_stack=ThemeStack(themes.DEFAULT if theme is None else theme) + ) + self._record_buffer: List[Segment] = [] + self._render_hooks: List[RenderHook] = [] + self._live: Optional["Live"] = None + self._is_alt_screen = False + + def __repr__(self) -> str: + return f"" + + @property + def file(self) -> IO[str]: + """Get the file object to write to.""" + file = self._file or (sys.stderr if self.stderr else sys.stdout) + file = getattr(file, "rich_proxied_file", file) + if file is None: + file = NULL_FILE + return file + + @file.setter + def file(self, new_file: IO[str]) -> None: + """Set a new file object.""" + self._file = new_file + + @property + def _buffer(self) -> List[Segment]: + """Get a thread local buffer.""" + return self._thread_locals.buffer + + @property + def _buffer_index(self) -> int: + """Get a thread local buffer.""" + return self._thread_locals.buffer_index + + @_buffer_index.setter + def _buffer_index(self, value: int) -> None: + self._thread_locals.buffer_index = value + + @property + def _theme_stack(self) -> ThemeStack: + """Get the thread local theme stack.""" + return self._thread_locals.theme_stack + + def _detect_color_system(self) -> Optional[ColorSystem]: + """Detect color system from env vars.""" + if self.is_jupyter: + return ColorSystem.TRUECOLOR + if not self.is_terminal or self.is_dumb_terminal: + return None + if WINDOWS: # pragma: no cover + if self.legacy_windows: # pragma: no cover + return ColorSystem.WINDOWS + windows_console_features = get_windows_console_features() + return ( + ColorSystem.TRUECOLOR + if windows_console_features.truecolor + else ColorSystem.EIGHT_BIT + ) + else: + color_term = self._environ.get("COLORTERM", "").strip().lower() + if color_term in ("truecolor", "24bit"): + return ColorSystem.TRUECOLOR + term = self._environ.get("TERM", "").strip().lower() + _term_name, _hyphen, colors = term.rpartition("-") + color_system = _TERM_COLORS.get(colors, ColorSystem.STANDARD) + return color_system + + def _enter_buffer(self) -> None: + """Enter in to a buffer context, and buffer all output.""" + self._buffer_index += 1 + + def _exit_buffer(self) -> None: + """Leave buffer context, and render content if required.""" + self._buffer_index -= 1 + self._check_buffer() + + def set_live(self, live: "Live") -> None: + """Set Live instance. Used by Live context manager. + + Args: + live (Live): Live instance using this Console. + + Raises: + errors.LiveError: If this Console has a Live context currently active. + """ + with self._lock: + if self._live is not None: + raise errors.LiveError("Only one live display may be active at once") + self._live = live + + def clear_live(self) -> None: + """Clear the Live instance.""" + with self._lock: + self._live = None + + def push_render_hook(self, hook: RenderHook) -> None: + """Add a new render hook to the stack. + + Args: + hook (RenderHook): Render hook instance. + """ + with self._lock: + self._render_hooks.append(hook) + + def pop_render_hook(self) -> None: + """Pop the last renderhook from the stack.""" + with self._lock: + self._render_hooks.pop() + + def __enter__(self) -> "Console": + """Own context manager to enter buffer context.""" + self._enter_buffer() + return self + + def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: + """Exit buffer context.""" + self._exit_buffer() + + def begin_capture(self) -> None: + """Begin capturing console output. Call :meth:`end_capture` to exit capture mode and return output.""" + self._enter_buffer() + + def end_capture(self) -> str: + """End capture mode and return captured string. + + Returns: + str: Console output. + """ + render_result = self._render_buffer(self._buffer) + del self._buffer[:] + self._exit_buffer() + return render_result + + def push_theme(self, theme: Theme, *, inherit: bool = True) -> None: + """Push a new theme on to the top of the stack, replacing the styles from the previous theme. + Generally speaking, you should call :meth:`~rich.console.Console.use_theme` to get a context manager, rather + than calling this method directly. + + Args: + theme (Theme): A theme instance. + inherit (bool, optional): Inherit existing styles. Defaults to True. + """ + self._theme_stack.push_theme(theme, inherit=inherit) + + def pop_theme(self) -> None: + """Remove theme from top of stack, restoring previous theme.""" + self._theme_stack.pop_theme() + + def use_theme(self, theme: Theme, *, inherit: bool = True) -> ThemeContext: + """Use a different theme for the duration of the context manager. + + Args: + theme (Theme): Theme instance to user. + inherit (bool, optional): Inherit existing console styles. Defaults to True. + + Returns: + ThemeContext: [description] + """ + return ThemeContext(self, theme, inherit) + + @property + def color_system(self) -> Optional[str]: + """Get color system string. + + Returns: + Optional[str]: "standard", "256" or "truecolor". + """ + + if self._color_system is not None: + return _COLOR_SYSTEMS_NAMES[self._color_system] + else: + return None + + @property + def encoding(self) -> str: + """Get the encoding of the console file, e.g. ``"utf-8"``. + + Returns: + str: A standard encoding string. + """ + return (getattr(self.file, "encoding", "utf-8") or "utf-8").lower() + + @property + def is_terminal(self) -> bool: + """Check if the console is writing to a terminal. + + Returns: + bool: True if the console writing to a device capable of + understanding terminal codes, otherwise False. + """ + if self._force_terminal is not None: + return self._force_terminal + + if hasattr(sys.stdin, "__module__") and sys.stdin.__module__.startswith( + "idlelib" + ): + # Return False for Idle which claims to be a tty but can't handle ansi codes + return False + + if self.is_jupyter: + # return False for Jupyter, which may have FORCE_COLOR set + return False + + # If FORCE_COLOR env var has any value at all, we assume a terminal. + force_color = self._environ.get("FORCE_COLOR") + if force_color is not None: + self._force_terminal = True + return True + + isatty: Optional[Callable[[], bool]] = getattr(self.file, "isatty", None) + try: + return False if isatty is None else isatty() + except ValueError: + # in some situation (at the end of a pytest run for example) isatty() can raise + # ValueError: I/O operation on closed file + # return False because we aren't in a terminal anymore + return False + + @property + def is_dumb_terminal(self) -> bool: + """Detect dumb terminal. + + Returns: + bool: True if writing to a dumb terminal, otherwise False. + + """ + _term = self._environ.get("TERM", "") + is_dumb = _term.lower() in ("dumb", "unknown") + return self.is_terminal and is_dumb + + @property + def options(self) -> ConsoleOptions: + """Get default console options.""" + return ConsoleOptions( + max_height=self.size.height, + size=self.size, + legacy_windows=self.legacy_windows, + min_width=1, + max_width=self.width, + encoding=self.encoding, + is_terminal=self.is_terminal, + ) + + @property + def size(self) -> ConsoleDimensions: + """Get the size of the console. + + Returns: + ConsoleDimensions: A named tuple containing the dimensions. + """ + + if self._width is not None and self._height is not None: + return ConsoleDimensions(self._width - self.legacy_windows, self._height) + + if self.is_dumb_terminal: + return ConsoleDimensions(80, 25) + + width: Optional[int] = None + height: Optional[int] = None + + if WINDOWS: # pragma: no cover + try: + width, height = os.get_terminal_size() + except (AttributeError, ValueError, OSError): # Probably not a terminal + pass + else: + for file_descriptor in _STD_STREAMS: + try: + width, height = os.get_terminal_size(file_descriptor) + except (AttributeError, ValueError, OSError): + pass + else: + break + + columns = self._environ.get("COLUMNS") + if columns is not None and columns.isdigit(): + width = int(columns) + lines = self._environ.get("LINES") + if lines is not None and lines.isdigit(): + height = int(lines) + + # get_terminal_size can report 0, 0 if run from pseudo-terminal + width = width or 80 + height = height or 25 + return ConsoleDimensions( + width - self.legacy_windows if self._width is None else self._width, + height if self._height is None else self._height, + ) + + @size.setter + def size(self, new_size: Tuple[int, int]) -> None: + """Set a new size for the terminal. + + Args: + new_size (Tuple[int, int]): New width and height. + """ + width, height = new_size + self._width = width + self._height = height + + @property + def width(self) -> int: + """Get the width of the console. + + Returns: + int: The width (in characters) of the console. + """ + return self.size.width + + @width.setter + def width(self, width: int) -> None: + """Set width. + + Args: + width (int): New width. + """ + self._width = width + + @property + def height(self) -> int: + """Get the height of the console. + + Returns: + int: The height (in lines) of the console. + """ + return self.size.height + + @height.setter + def height(self, height: int) -> None: + """Set height. + + Args: + height (int): new height. + """ + self._height = height + + def bell(self) -> None: + """Play a 'bell' sound (if supported by the terminal).""" + self.control(Control.bell()) + + def capture(self) -> Capture: + """A context manager to *capture* the result of print() or log() in a string, + rather than writing it to the console. + + Example: + >>> from rich.console import Console + >>> console = Console() + >>> with console.capture() as capture: + ... console.print("[bold magenta]Hello World[/]") + >>> print(capture.get()) + + Returns: + Capture: Context manager with disables writing to the terminal. + """ + capture = Capture(self) + return capture + + def pager( + self, pager: Optional[Pager] = None, styles: bool = False, links: bool = False + ) -> PagerContext: + """A context manager to display anything printed within a "pager". The pager application + is defined by the system and will typically support at least pressing a key to scroll. + + Args: + pager (Pager, optional): A pager object, or None to use :class:`~rich.pager.SystemPager`. Defaults to None. + styles (bool, optional): Show styles in pager. Defaults to False. + links (bool, optional): Show links in pager. Defaults to False. + + Example: + >>> from rich.console import Console + >>> from rich.__main__ import make_test_card + >>> console = Console() + >>> with console.pager(): + console.print(make_test_card()) + + Returns: + PagerContext: A context manager. + """ + return PagerContext(self, pager=pager, styles=styles, links=links) + + def line(self, count: int = 1) -> None: + """Write new line(s). + + Args: + count (int, optional): Number of new lines. Defaults to 1. + """ + + assert count >= 0, "count must be >= 0" + self.print(NewLine(count)) + + def clear(self, home: bool = True) -> None: + """Clear the screen. + + Args: + home (bool, optional): Also move the cursor to 'home' position. Defaults to True. + """ + if home: + self.control(Control.clear(), Control.home()) + else: + self.control(Control.clear()) + + def status( + self, + status: RenderableType, + *, + spinner: str = "dots", + spinner_style: StyleType = "status.spinner", + speed: float = 1.0, + refresh_per_second: float = 12.5, + ) -> "Status": + """Display a status and spinner. + + Args: + status (RenderableType): A status renderable (str or Text typically). + spinner (str, optional): Name of spinner animation (see python -m rich.spinner). Defaults to "dots". + spinner_style (StyleType, optional): Style of spinner. Defaults to "status.spinner". + speed (float, optional): Speed factor for spinner animation. Defaults to 1.0. + refresh_per_second (float, optional): Number of refreshes per second. Defaults to 12.5. + + Returns: + Status: A Status object that may be used as a context manager. + """ + from .status import Status + + status_renderable = Status( + status, + console=self, + spinner=spinner, + spinner_style=spinner_style, + speed=speed, + refresh_per_second=refresh_per_second, + ) + return status_renderable + + def show_cursor(self, show: bool = True) -> bool: + """Show or hide the cursor. + + Args: + show (bool, optional): Set visibility of the cursor. + """ + if self.is_terminal: + self.control(Control.show_cursor(show)) + return True + return False + + def set_alt_screen(self, enable: bool = True) -> bool: + """Enables alternative screen mode. + + Note, if you enable this mode, you should ensure that is disabled before + the application exits. See :meth:`~rich.Console.screen` for a context manager + that handles this for you. + + Args: + enable (bool, optional): Enable (True) or disable (False) alternate screen. Defaults to True. + + Returns: + bool: True if the control codes were written. + + """ + changed = False + if self.is_terminal and not self.legacy_windows: + self.control(Control.alt_screen(enable)) + changed = True + self._is_alt_screen = enable + return changed + + @property + def is_alt_screen(self) -> bool: + """Check if the alt screen was enabled. + + Returns: + bool: True if the alt screen was enabled, otherwise False. + """ + return self._is_alt_screen + + def set_window_title(self, title: str) -> bool: + """Set the title of the console terminal window. + + Warning: There is no means within Rich of "resetting" the window title to its + previous value, meaning the title you set will persist even after your application + exits. + + ``fish`` shell resets the window title before and after each command by default, + negating this issue. Windows Terminal and command prompt will also reset the title for you. + Most other shells and terminals, however, do not do this. + + Some terminals may require configuration changes before you can set the title. + Some terminals may not support setting the title at all. + + Other software (including the terminal itself, the shell, custom prompts, plugins, etc.) + may also set the terminal window title. This could result in whatever value you write + using this method being overwritten. + + Args: + title (str): The new title of the terminal window. + + Returns: + bool: True if the control code to change the terminal title was + written, otherwise False. Note that a return value of True + does not guarantee that the window title has actually changed, + since the feature may be unsupported/disabled in some terminals. + """ + if self.is_terminal: + self.control(Control.title(title)) + return True + return False + + def screen( + self, hide_cursor: bool = True, style: Optional[StyleType] = None + ) -> "ScreenContext": + """Context manager to enable and disable 'alternative screen' mode. + + Args: + hide_cursor (bool, optional): Also hide the cursor. Defaults to False. + style (Style, optional): Optional style for screen. Defaults to None. + + Returns: + ~ScreenContext: Context which enables alternate screen on enter, and disables it on exit. + """ + return ScreenContext(self, hide_cursor=hide_cursor, style=style or "") + + def measure( + self, renderable: RenderableType, *, options: Optional[ConsoleOptions] = None + ) -> Measurement: + """Measure a renderable. Returns a :class:`~rich.measure.Measurement` object which contains + information regarding the number of characters required to print the renderable. + + Args: + renderable (RenderableType): Any renderable or string. + options (Optional[ConsoleOptions], optional): Options to use when measuring, or None + to use default options. Defaults to None. + + Returns: + Measurement: A measurement of the renderable. + """ + measurement = Measurement.get(self, options or self.options, renderable) + return measurement + + def render( + self, renderable: RenderableType, options: Optional[ConsoleOptions] = None + ) -> Iterable[Segment]: + """Render an object in to an iterable of `Segment` instances. + + This method contains the logic for rendering objects with the console protocol. + You are unlikely to need to use it directly, unless you are extending the library. + + Args: + renderable (RenderableType): An object supporting the console protocol, or + an object that may be converted to a string. + options (ConsoleOptions, optional): An options object, or None to use self.options. Defaults to None. + + Returns: + Iterable[Segment]: An iterable of segments that may be rendered. + """ + + _options = options or self.options + if _options.max_width < 1: + # No space to render anything. This prevents potential recursion errors. + return + render_iterable: RenderResult + + renderable = rich_cast(renderable) + if hasattr(renderable, "__rich_console__") and not isclass(renderable): + render_iterable = renderable.__rich_console__(self, _options) # type: ignore[union-attr] + elif isinstance(renderable, str): + text_renderable = self.render_str( + renderable, highlight=_options.highlight, markup=_options.markup + ) + render_iterable = text_renderable.__rich_console__(self, _options) + else: + raise errors.NotRenderableError( + f"Unable to render {renderable!r}; " + "A str, Segment or object with __rich_console__ method is required" + ) + + try: + iter_render = iter(render_iterable) + except TypeError: + raise errors.NotRenderableError( + f"object {render_iterable!r} is not renderable" + ) + _Segment = Segment + _options = _options.reset_height() + for render_output in iter_render: + if isinstance(render_output, _Segment): + yield render_output + else: + yield from self.render(render_output, _options) + + def render_lines( + self, + renderable: RenderableType, + options: Optional[ConsoleOptions] = None, + *, + style: Optional[Style] = None, + pad: bool = True, + new_lines: bool = False, + ) -> List[List[Segment]]: + """Render objects in to a list of lines. + + The output of render_lines is useful when further formatting of rendered console text + is required, such as the Panel class which draws a border around any renderable object. + + Args: + renderable (RenderableType): Any object renderable in the console. + options (Optional[ConsoleOptions], optional): Console options, or None to use self.options. Default to ``None``. + style (Style, optional): Optional style to apply to renderables. Defaults to ``None``. + pad (bool, optional): Pad lines shorter than render width. Defaults to ``True``. + new_lines (bool, optional): Include "\n" characters at end of lines. + + Returns: + List[List[Segment]]: A list of lines, where a line is a list of Segment objects. + """ + with self._lock: + render_options = options or self.options + _rendered = self.render(renderable, render_options) + if style: + _rendered = Segment.apply_style(_rendered, style) + + render_height = render_options.height + if render_height is not None: + render_height = max(0, render_height) + + lines = list( + islice( + Segment.split_and_crop_lines( + _rendered, + render_options.max_width, + include_new_lines=new_lines, + pad=pad, + style=style, + ), + None, + render_height, + ) + ) + if render_options.height is not None: + extra_lines = render_options.height - len(lines) + if extra_lines > 0: + pad_line = [ + [Segment(" " * render_options.max_width, style), Segment("\n")] + if new_lines + else [Segment(" " * render_options.max_width, style)] + ] + lines.extend(pad_line * extra_lines) + + return lines + + def render_str( + self, + text: str, + *, + style: Union[str, Style] = "", + justify: Optional[JustifyMethod] = None, + overflow: Optional[OverflowMethod] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + highlighter: Optional[HighlighterType] = None, + ) -> "Text": + """Convert a string to a Text instance. This is called automatically if + you print or log a string. + + Args: + text (str): Text to render. + style (Union[str, Style], optional): Style to apply to rendered text. + justify (str, optional): Justify method: "default", "left", "center", "full", or "right". Defaults to ``None``. + overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to ``None``. + emoji (Optional[bool], optional): Enable emoji, or ``None`` to use Console default. + markup (Optional[bool], optional): Enable markup, or ``None`` to use Console default. + highlight (Optional[bool], optional): Enable highlighting, or ``None`` to use Console default. + highlighter (HighlighterType, optional): Optional highlighter to apply. + Returns: + ConsoleRenderable: Renderable object. + + """ + emoji_enabled = emoji or (emoji is None and self._emoji) + markup_enabled = markup or (markup is None and self._markup) + highlight_enabled = highlight or (highlight is None and self._highlight) + + if markup_enabled: + rich_text = render_markup( + text, + style=style, + emoji=emoji_enabled, + emoji_variant=self._emoji_variant, + ) + rich_text.justify = justify + rich_text.overflow = overflow + else: + rich_text = Text( + _emoji_replace(text, default_variant=self._emoji_variant) + if emoji_enabled + else text, + justify=justify, + overflow=overflow, + style=style, + ) + + _highlighter = (highlighter or self.highlighter) if highlight_enabled else None + if _highlighter is not None: + highlight_text = _highlighter(str(rich_text)) + highlight_text.copy_styles(rich_text) + return highlight_text + + return rich_text + + def get_style( + self, name: Union[str, Style], *, default: Optional[Union[Style, str]] = None + ) -> Style: + """Get a Style instance by its theme name or parse a definition. + + Args: + name (str): The name of a style or a style definition. + + Returns: + Style: A Style object. + + Raises: + MissingStyle: If no style could be parsed from name. + + """ + if isinstance(name, Style): + return name + + try: + style = self._theme_stack.get(name) + if style is None: + style = Style.parse(name) + return style.copy() if style.link else style + except errors.StyleSyntaxError as error: + if default is not None: + return self.get_style(default) + raise errors.MissingStyle( + f"Failed to get style {name!r}; {error}" + ) from None + + def _collect_renderables( + self, + objects: Iterable[Any], + sep: str, + end: str, + *, + justify: Optional[JustifyMethod] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + ) -> List[ConsoleRenderable]: + """Combine a number of renderables and text into one renderable. + + Args: + objects (Iterable[Any]): Anything that Rich can render. + sep (str): String to write between print data. + end (str): String to write at end of print data. + justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``. + emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. + markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. + + Returns: + List[ConsoleRenderable]: A list of things to render. + """ + renderables: List[ConsoleRenderable] = [] + _append = renderables.append + text: List[Text] = [] + append_text = text.append + + append = _append + if justify in ("left", "center", "right"): + + def align_append(renderable: RenderableType) -> None: + _append(Align(renderable, cast(AlignMethod, justify))) + + append = align_append + + _highlighter: HighlighterType = _null_highlighter + if highlight or (highlight is None and self._highlight): + _highlighter = self.highlighter + + def check_text() -> None: + if text: + sep_text = Text(sep, justify=justify, end=end) + append(sep_text.join(text)) + text.clear() + + for renderable in objects: + renderable = rich_cast(renderable) + if isinstance(renderable, str): + append_text( + self.render_str( + renderable, emoji=emoji, markup=markup, highlighter=_highlighter + ) + ) + elif isinstance(renderable, Text): + append_text(renderable) + elif isinstance(renderable, ConsoleRenderable): + check_text() + append(renderable) + elif is_expandable(renderable): + check_text() + append(Pretty(renderable, highlighter=_highlighter)) + else: + append_text(_highlighter(str(renderable))) + + check_text() + + if self.style is not None: + style = self.get_style(self.style) + renderables = [Styled(renderable, style) for renderable in renderables] + + return renderables + + def rule( + self, + title: TextType = "", + *, + characters: str = "─", + style: Union[str, Style] = "rule.line", + align: AlignMethod = "center", + ) -> None: + """Draw a line with optional centered title. + + Args: + title (str, optional): Text to render over the rule. Defaults to "". + characters (str, optional): Character(s) to form the line. Defaults to "─". + style (str, optional): Style of line. Defaults to "rule.line". + align (str, optional): How to align the title, one of "left", "center", or "right". Defaults to "center". + """ + from .rule import Rule + + rule = Rule(title=title, characters=characters, style=style, align=align) + self.print(rule) + + def control(self, *control: Control) -> None: + """Insert non-printing control codes. + + Args: + control_codes (str): Control codes, such as those that may move the cursor. + """ + if not self.is_dumb_terminal: + with self: + self._buffer.extend(_control.segment for _control in control) + + def out( + self, + *objects: Any, + sep: str = " ", + end: str = "\n", + style: Optional[Union[str, Style]] = None, + highlight: Optional[bool] = None, + ) -> None: + """Output to the terminal. This is a low-level way of writing to the terminal which unlike + :meth:`~rich.console.Console.print` won't pretty print, wrap text, or apply markup, but will + optionally apply highlighting and a basic style. + + Args: + sep (str, optional): String to write between print data. Defaults to " ". + end (str, optional): String to write at end of print data. Defaults to "\\\\n". + style (Union[str, Style], optional): A style to apply to output. Defaults to None. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use + console default. Defaults to ``None``. + """ + raw_output: str = sep.join(str(_object) for _object in objects) + self.print( + raw_output, + style=style, + highlight=highlight, + emoji=False, + markup=False, + no_wrap=True, + overflow="ignore", + crop=False, + end=end, + ) + + def print( + self, + *objects: Any, + sep: str = " ", + end: str = "\n", + style: Optional[Union[str, Style]] = None, + justify: Optional[JustifyMethod] = None, + overflow: Optional[OverflowMethod] = None, + no_wrap: Optional[bool] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + width: Optional[int] = None, + height: Optional[int] = None, + crop: bool = True, + soft_wrap: Optional[bool] = None, + new_line_start: bool = False, + ) -> None: + """Print to the console. + + Args: + objects (positional args): Objects to log to the terminal. + sep (str, optional): String to write between print data. Defaults to " ". + end (str, optional): String to write at end of print data. Defaults to "\\\\n". + style (Union[str, Style], optional): A style to apply to output. Defaults to None. + justify (str, optional): Justify method: "default", "left", "right", "center", or "full". Defaults to ``None``. + overflow (str, optional): Overflow method: "ignore", "crop", "fold", or "ellipsis". Defaults to None. + no_wrap (Optional[bool], optional): Disable word wrapping. Defaults to None. + emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. Defaults to ``None``. + markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. Defaults to ``None``. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to ``None``. + width (Optional[int], optional): Width of output, or ``None`` to auto-detect. Defaults to ``None``. + crop (Optional[bool], optional): Crop output to width of terminal. Defaults to True. + soft_wrap (bool, optional): Enable soft wrap mode which disables word wrapping and cropping of text or ``None`` for + Console default. Defaults to ``None``. + new_line_start (bool, False): Insert a new line at the start if the output contains more than one line. Defaults to ``False``. + """ + if not objects: + objects = (NewLine(),) + + if soft_wrap is None: + soft_wrap = self.soft_wrap + if soft_wrap: + if no_wrap is None: + no_wrap = True + if overflow is None: + overflow = "ignore" + crop = False + render_hooks = self._render_hooks[:] + with self: + renderables = self._collect_renderables( + objects, + sep, + end, + justify=justify, + emoji=emoji, + markup=markup, + highlight=highlight, + ) + for hook in render_hooks: + renderables = hook.process_renderables(renderables) + render_options = self.options.update( + justify=justify, + overflow=overflow, + width=min(width, self.width) if width is not None else NO_CHANGE, + height=height, + no_wrap=no_wrap, + markup=markup, + highlight=highlight, + ) + + new_segments: List[Segment] = [] + extend = new_segments.extend + render = self.render + if style is None: + for renderable in renderables: + extend(render(renderable, render_options)) + else: + for renderable in renderables: + extend( + Segment.apply_style( + render(renderable, render_options), self.get_style(style) + ) + ) + if new_line_start: + if ( + len("".join(segment.text for segment in new_segments).splitlines()) + > 1 + ): + new_segments.insert(0, Segment.line()) + if crop: + buffer_extend = self._buffer.extend + for line in Segment.split_and_crop_lines( + new_segments, self.width, pad=False + ): + buffer_extend(line) + else: + self._buffer.extend(new_segments) + + def print_json( + self, + json: Optional[str] = None, + *, + data: Any = None, + indent: Union[None, int, str] = 2, + highlight: bool = True, + skip_keys: bool = False, + ensure_ascii: bool = False, + check_circular: bool = True, + allow_nan: bool = True, + default: Optional[Callable[[Any], Any]] = None, + sort_keys: bool = False, + ) -> None: + """Pretty prints JSON. Output will be valid JSON. + + Args: + json (Optional[str]): A string containing JSON. + data (Any): If json is not supplied, then encode this data. + indent (Union[None, int, str], optional): Number of spaces to indent. Defaults to 2. + highlight (bool, optional): Enable highlighting of output: Defaults to True. + skip_keys (bool, optional): Skip keys not of a basic type. Defaults to False. + ensure_ascii (bool, optional): Escape all non-ascii characters. Defaults to False. + check_circular (bool, optional): Check for circular references. Defaults to True. + allow_nan (bool, optional): Allow NaN and Infinity values. Defaults to True. + default (Callable, optional): A callable that converts values that can not be encoded + in to something that can be JSON encoded. Defaults to None. + sort_keys (bool, optional): Sort dictionary keys. Defaults to False. + """ + from pip._vendor.rich.json import JSON + + if json is None: + json_renderable = JSON.from_data( + data, + indent=indent, + highlight=highlight, + skip_keys=skip_keys, + ensure_ascii=ensure_ascii, + check_circular=check_circular, + allow_nan=allow_nan, + default=default, + sort_keys=sort_keys, + ) + else: + if not isinstance(json, str): + raise TypeError( + f"json must be str. Did you mean print_json(data={json!r}) ?" + ) + json_renderable = JSON( + json, + indent=indent, + highlight=highlight, + skip_keys=skip_keys, + ensure_ascii=ensure_ascii, + check_circular=check_circular, + allow_nan=allow_nan, + default=default, + sort_keys=sort_keys, + ) + self.print(json_renderable, soft_wrap=True) + + def update_screen( + self, + renderable: RenderableType, + *, + region: Optional[Region] = None, + options: Optional[ConsoleOptions] = None, + ) -> None: + """Update the screen at a given offset. + + Args: + renderable (RenderableType): A Rich renderable. + region (Region, optional): Region of screen to update, or None for entire screen. Defaults to None. + x (int, optional): x offset. Defaults to 0. + y (int, optional): y offset. Defaults to 0. + + Raises: + errors.NoAltScreen: If the Console isn't in alt screen mode. + + """ + if not self.is_alt_screen: + raise errors.NoAltScreen("Alt screen must be enabled to call update_screen") + render_options = options or self.options + if region is None: + x = y = 0 + render_options = render_options.update_dimensions( + render_options.max_width, render_options.height or self.height + ) + else: + x, y, width, height = region + render_options = render_options.update_dimensions(width, height) + + lines = self.render_lines(renderable, options=render_options) + self.update_screen_lines(lines, x, y) + + def update_screen_lines( + self, lines: List[List[Segment]], x: int = 0, y: int = 0 + ) -> None: + """Update lines of the screen at a given offset. + + Args: + lines (List[List[Segment]]): Rendered lines (as produced by :meth:`~rich.Console.render_lines`). + x (int, optional): x offset (column no). Defaults to 0. + y (int, optional): y offset (column no). Defaults to 0. + + Raises: + errors.NoAltScreen: If the Console isn't in alt screen mode. + """ + if not self.is_alt_screen: + raise errors.NoAltScreen("Alt screen must be enabled to call update_screen") + screen_update = ScreenUpdate(lines, x, y) + segments = self.render(screen_update) + self._buffer.extend(segments) + self._check_buffer() + + def print_exception( + self, + *, + width: Optional[int] = 100, + extra_lines: int = 3, + theme: Optional[str] = None, + word_wrap: bool = False, + show_locals: bool = False, + suppress: Iterable[Union[str, ModuleType]] = (), + max_frames: int = 100, + ) -> None: + """Prints a rich render of the last exception and traceback. + + Args: + width (Optional[int], optional): Number of characters used to render code. Defaults to 100. + extra_lines (int, optional): Additional lines of code to render. Defaults to 3. + theme (str, optional): Override pygments theme used in traceback + word_wrap (bool, optional): Enable word wrapping of long lines. Defaults to False. + show_locals (bool, optional): Enable display of local variables. Defaults to False. + suppress (Iterable[Union[str, ModuleType]]): Optional sequence of modules or paths to exclude from traceback. + max_frames (int): Maximum number of frames to show in a traceback, 0 for no maximum. Defaults to 100. + """ + from .traceback import Traceback + + traceback = Traceback( + width=width, + extra_lines=extra_lines, + theme=theme, + word_wrap=word_wrap, + show_locals=show_locals, + suppress=suppress, + max_frames=max_frames, + ) + self.print(traceback) + + @staticmethod + def _caller_frame_info( + offset: int, + currentframe: Callable[[], Optional[FrameType]] = inspect.currentframe, + ) -> Tuple[str, int, Dict[str, Any]]: + """Get caller frame information. + + Args: + offset (int): the caller offset within the current frame stack. + currentframe (Callable[[], Optional[FrameType]], optional): the callable to use to + retrieve the current frame. Defaults to ``inspect.currentframe``. + + Returns: + Tuple[str, int, Dict[str, Any]]: A tuple containing the filename, the line number and + the dictionary of local variables associated with the caller frame. + + Raises: + RuntimeError: If the stack offset is invalid. + """ + # Ignore the frame of this local helper + offset += 1 + + frame = currentframe() + if frame is not None: + # Use the faster currentframe where implemented + while offset and frame is not None: + frame = frame.f_back + offset -= 1 + assert frame is not None + return frame.f_code.co_filename, frame.f_lineno, frame.f_locals + else: + # Fallback to the slower stack + frame_info = inspect.stack()[offset] + return frame_info.filename, frame_info.lineno, frame_info.frame.f_locals + + def log( + self, + *objects: Any, + sep: str = " ", + end: str = "\n", + style: Optional[Union[str, Style]] = None, + justify: Optional[JustifyMethod] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + log_locals: bool = False, + _stack_offset: int = 1, + ) -> None: + """Log rich content to the terminal. + + Args: + objects (positional args): Objects to log to the terminal. + sep (str, optional): String to write between print data. Defaults to " ". + end (str, optional): String to write at end of print data. Defaults to "\\\\n". + style (Union[str, Style], optional): A style to apply to output. Defaults to None. + justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``. + overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to None. + emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. Defaults to None. + markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. Defaults to None. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to None. + log_locals (bool, optional): Boolean to enable logging of locals where ``log()`` + was called. Defaults to False. + _stack_offset (int, optional): Offset of caller from end of call stack. Defaults to 1. + """ + if not objects: + objects = (NewLine(),) + + render_hooks = self._render_hooks[:] + + with self: + renderables = self._collect_renderables( + objects, + sep, + end, + justify=justify, + emoji=emoji, + markup=markup, + highlight=highlight, + ) + if style is not None: + renderables = [Styled(renderable, style) for renderable in renderables] + + filename, line_no, locals = self._caller_frame_info(_stack_offset) + link_path = None if filename.startswith("<") else os.path.abspath(filename) + path = filename.rpartition(os.sep)[-1] + if log_locals: + locals_map = { + key: value + for key, value in locals.items() + if not key.startswith("__") + } + renderables.append(render_scope(locals_map, title="[i]locals")) + + renderables = [ + self._log_render( + self, + renderables, + log_time=self.get_datetime(), + path=path, + line_no=line_no, + link_path=link_path, + ) + ] + for hook in render_hooks: + renderables = hook.process_renderables(renderables) + new_segments: List[Segment] = [] + extend = new_segments.extend + render = self.render + render_options = self.options + for renderable in renderables: + extend(render(renderable, render_options)) + buffer_extend = self._buffer.extend + for line in Segment.split_and_crop_lines( + new_segments, self.width, pad=False + ): + buffer_extend(line) + + def _check_buffer(self) -> None: + """Check if the buffer may be rendered. Render it if it can (e.g. Console.quiet is False) + Rendering is supported on Windows, Unix and Jupyter environments. For + legacy Windows consoles, the win32 API is called directly. + This method will also record what it renders if recording is enabled via Console.record. + """ + if self.quiet: + del self._buffer[:] + return + with self._lock: + if self.record: + with self._record_buffer_lock: + self._record_buffer.extend(self._buffer[:]) + + if self._buffer_index == 0: + if self.is_jupyter: # pragma: no cover + from .jupyter import display + + display(self._buffer, self._render_buffer(self._buffer[:])) + del self._buffer[:] + else: + if WINDOWS: + use_legacy_windows_render = False + if self.legacy_windows: + fileno = get_fileno(self.file) + if fileno is not None: + use_legacy_windows_render = ( + fileno in _STD_STREAMS_OUTPUT + ) + + if use_legacy_windows_render: + from pip._vendor.rich._win32_console import LegacyWindowsTerm + from pip._vendor.rich._windows_renderer import legacy_windows_render + + buffer = self._buffer[:] + if self.no_color and self._color_system: + buffer = list(Segment.remove_color(buffer)) + + legacy_windows_render(buffer, LegacyWindowsTerm(self.file)) + else: + # Either a non-std stream on legacy Windows, or modern Windows. + text = self._render_buffer(self._buffer[:]) + # https://bugs.python.org/issue37871 + # https://github.com/python/cpython/issues/82052 + # We need to avoid writing more than 32Kb in a single write, due to the above bug + write = self.file.write + # Worse case scenario, every character is 4 bytes of utf-8 + MAX_WRITE = 32 * 1024 // 4 + try: + if len(text) <= MAX_WRITE: + write(text) + else: + batch: List[str] = [] + batch_append = batch.append + size = 0 + for line in text.splitlines(True): + if size + len(line) > MAX_WRITE and batch: + write("".join(batch)) + batch.clear() + size = 0 + batch_append(line) + size += len(line) + if batch: + write("".join(batch)) + batch.clear() + except UnicodeEncodeError as error: + error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***" + raise + else: + text = self._render_buffer(self._buffer[:]) + try: + self.file.write(text) + except UnicodeEncodeError as error: + error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***" + raise + + self.file.flush() + del self._buffer[:] + + def _render_buffer(self, buffer: Iterable[Segment]) -> str: + """Render buffered output, and clear buffer.""" + output: List[str] = [] + append = output.append + color_system = self._color_system + legacy_windows = self.legacy_windows + not_terminal = not self.is_terminal + if self.no_color and color_system: + buffer = Segment.remove_color(buffer) + for text, style, control in buffer: + if style: + append( + style.render( + text, + color_system=color_system, + legacy_windows=legacy_windows, + ) + ) + elif not (not_terminal and control): + append(text) + + rendered = "".join(output) + return rendered + + def input( + self, + prompt: TextType = "", + *, + markup: bool = True, + emoji: bool = True, + password: bool = False, + stream: Optional[TextIO] = None, + ) -> str: + """Displays a prompt and waits for input from the user. The prompt may contain color / style. + + It works in the same way as Python's builtin :func:`input` function and provides elaborate line editing and history features if Python's builtin :mod:`readline` module is previously loaded. + + Args: + prompt (Union[str, Text]): Text to render in the prompt. + markup (bool, optional): Enable console markup (requires a str prompt). Defaults to True. + emoji (bool, optional): Enable emoji (requires a str prompt). Defaults to True. + password: (bool, optional): Hide typed text. Defaults to False. + stream: (TextIO, optional): Optional file to read input from (rather than stdin). Defaults to None. + + Returns: + str: Text read from stdin. + """ + if prompt: + self.print(prompt, markup=markup, emoji=emoji, end="") + if password: + result = getpass("", stream=stream) + else: + if stream: + result = stream.readline() + else: + result = input() + return result + + def export_text(self, *, clear: bool = True, styles: bool = False) -> str: + """Generate text from console contents (requires record=True argument in constructor). + + Args: + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + styles (bool, optional): If ``True``, ansi escape codes will be included. ``False`` for plain text. + Defaults to ``False``. + + Returns: + str: String containing console contents. + + """ + assert ( + self.record + ), "To export console contents set record=True in the constructor or instance" + + with self._record_buffer_lock: + if styles: + text = "".join( + (style.render(text) if style else text) + for text, style, _ in self._record_buffer + ) + else: + text = "".join( + segment.text + for segment in self._record_buffer + if not segment.control + ) + if clear: + del self._record_buffer[:] + return text + + def save_text(self, path: str, *, clear: bool = True, styles: bool = False) -> None: + """Generate text from console and save to a given location (requires record=True argument in constructor). + + Args: + path (str): Path to write text files. + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + styles (bool, optional): If ``True``, ansi style codes will be included. ``False`` for plain text. + Defaults to ``False``. + + """ + text = self.export_text(clear=clear, styles=styles) + with open(path, "wt", encoding="utf-8") as write_file: + write_file.write(text) + + def export_html( + self, + *, + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: Optional[str] = None, + inline_styles: bool = False, + ) -> str: + """Generate HTML from console contents (requires record=True argument in constructor). + + Args: + theme (TerminalTheme, optional): TerminalTheme object containing console colors. + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + code_format (str, optional): Format string to render HTML. In addition to '{foreground}', + '{background}', and '{code}', should contain '{stylesheet}' if inline_styles is ``False``. + inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files + larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag. + Defaults to False. + + Returns: + str: String containing console contents as HTML. + """ + assert ( + self.record + ), "To export console contents set record=True in the constructor or instance" + fragments: List[str] = [] + append = fragments.append + _theme = theme or DEFAULT_TERMINAL_THEME + stylesheet = "" + + render_code_format = CONSOLE_HTML_FORMAT if code_format is None else code_format + + with self._record_buffer_lock: + if inline_styles: + for text, style, _ in Segment.filter_control( + Segment.simplify(self._record_buffer) + ): + text = escape(text) + if style: + rule = style.get_html_style(_theme) + if style.link: + text = f'{text}' + text = f'{text}' if rule else text + append(text) + else: + styles: Dict[str, int] = {} + for text, style, _ in Segment.filter_control( + Segment.simplify(self._record_buffer) + ): + text = escape(text) + if style: + rule = style.get_html_style(_theme) + style_number = styles.setdefault(rule, len(styles) + 1) + if style.link: + text = f'{text}' + else: + text = f'{text}' + append(text) + stylesheet_rules: List[str] = [] + stylesheet_append = stylesheet_rules.append + for style_rule, style_number in styles.items(): + if style_rule: + stylesheet_append(f".r{style_number} {{{style_rule}}}") + stylesheet = "\n".join(stylesheet_rules) + + rendered_code = render_code_format.format( + code="".join(fragments), + stylesheet=stylesheet, + foreground=_theme.foreground_color.hex, + background=_theme.background_color.hex, + ) + if clear: + del self._record_buffer[:] + return rendered_code + + def save_html( + self, + path: str, + *, + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: str = CONSOLE_HTML_FORMAT, + inline_styles: bool = False, + ) -> None: + """Generate HTML from console contents and write to a file (requires record=True argument in constructor). + + Args: + path (str): Path to write html file. + theme (TerminalTheme, optional): TerminalTheme object containing console colors. + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + code_format (str, optional): Format string to render HTML. In addition to '{foreground}', + '{background}', and '{code}', should contain '{stylesheet}' if inline_styles is ``False``. + inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files + larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag. + Defaults to False. + + """ + html = self.export_html( + theme=theme, + clear=clear, + code_format=code_format, + inline_styles=inline_styles, + ) + with open(path, "wt", encoding="utf-8") as write_file: + write_file.write(html) + + def export_svg( + self, + *, + title: str = "Rich", + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: str = CONSOLE_SVG_FORMAT, + font_aspect_ratio: float = 0.61, + unique_id: Optional[str] = None, + ) -> str: + """ + Generate an SVG from the console contents (requires record=True in Console constructor). + + Args: + title (str, optional): The title of the tab in the output image + theme (TerminalTheme, optional): The ``TerminalTheme`` object to use to style the terminal + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True`` + code_format (str, optional): Format string used to generate the SVG. Rich will inject a number of variables + into the string in order to form the final SVG output. The default template used and the variables + injected by Rich can be found by inspecting the ``console.CONSOLE_SVG_FORMAT`` variable. + font_aspect_ratio (float, optional): The width to height ratio of the font used in the ``code_format`` + string. Defaults to 0.61, which is the width to height ratio of Fira Code (the default font). + If you aren't specifying a different font inside ``code_format``, you probably don't need this. + unique_id (str, optional): unique id that is used as the prefix for various elements (CSS styles, node + ids). If not set, this defaults to a computed value based on the recorded content. + """ + + from pip._vendor.rich.cells import cell_len + + style_cache: Dict[Style, str] = {} + + def get_svg_style(style: Style) -> str: + """Convert a Style to CSS rules for SVG.""" + if style in style_cache: + return style_cache[style] + css_rules = [] + color = ( + _theme.foreground_color + if (style.color is None or style.color.is_default) + else style.color.get_truecolor(_theme) + ) + bgcolor = ( + _theme.background_color + if (style.bgcolor is None or style.bgcolor.is_default) + else style.bgcolor.get_truecolor(_theme) + ) + if style.reverse: + color, bgcolor = bgcolor, color + if style.dim: + color = blend_rgb(color, bgcolor, 0.4) + css_rules.append(f"fill: {color.hex}") + if style.bold: + css_rules.append("font-weight: bold") + if style.italic: + css_rules.append("font-style: italic;") + if style.underline: + css_rules.append("text-decoration: underline;") + if style.strike: + css_rules.append("text-decoration: line-through;") + + css = ";".join(css_rules) + style_cache[style] = css + return css + + _theme = theme or SVG_EXPORT_THEME + + width = self.width + char_height = 20 + char_width = char_height * font_aspect_ratio + line_height = char_height * 1.22 + + margin_top = 1 + margin_right = 1 + margin_bottom = 1 + margin_left = 1 + + padding_top = 40 + padding_right = 8 + padding_bottom = 8 + padding_left = 8 + + padding_width = padding_left + padding_right + padding_height = padding_top + padding_bottom + margin_width = margin_left + margin_right + margin_height = margin_top + margin_bottom + + text_backgrounds: List[str] = [] + text_group: List[str] = [] + classes: Dict[str, int] = {} + style_no = 1 + + def escape_text(text: str) -> str: + """HTML escape text and replace spaces with nbsp.""" + return escape(text).replace(" ", " ") + + def make_tag( + name: str, content: Optional[str] = None, **attribs: object + ) -> str: + """Make a tag from name, content, and attributes.""" + + def stringify(value: object) -> str: + if isinstance(value, (float)): + return format(value, "g") + return str(value) + + tag_attribs = " ".join( + f'{k.lstrip("_").replace("_", "-")}="{stringify(v)}"' + for k, v in attribs.items() + ) + return ( + f"<{name} {tag_attribs}>{content}" + if content + else f"<{name} {tag_attribs}/>" + ) + + with self._record_buffer_lock: + segments = list(Segment.filter_control(self._record_buffer)) + if clear: + self._record_buffer.clear() + + if unique_id is None: + unique_id = "terminal-" + str( + zlib.adler32( + ("".join(repr(segment) for segment in segments)).encode( + "utf-8", + "ignore", + ) + + title.encode("utf-8", "ignore") + ) + ) + y = 0 + for y, line in enumerate(Segment.split_and_crop_lines(segments, length=width)): + x = 0 + for text, style, _control in line: + style = style or Style() + rules = get_svg_style(style) + if rules not in classes: + classes[rules] = style_no + style_no += 1 + class_name = f"r{classes[rules]}" + + if style.reverse: + has_background = True + background = ( + _theme.foreground_color.hex + if style.color is None + else style.color.get_truecolor(_theme).hex + ) + else: + bgcolor = style.bgcolor + has_background = bgcolor is not None and not bgcolor.is_default + background = ( + _theme.background_color.hex + if style.bgcolor is None + else style.bgcolor.get_truecolor(_theme).hex + ) + + text_length = cell_len(text) + if has_background: + text_backgrounds.append( + make_tag( + "rect", + fill=background, + x=x * char_width, + y=y * line_height + 1.5, + width=char_width * text_length, + height=line_height + 0.25, + shape_rendering="crispEdges", + ) + ) + + if text != " " * len(text): + text_group.append( + make_tag( + "text", + escape_text(text), + _class=f"{unique_id}-{class_name}", + x=x * char_width, + y=y * line_height + char_height, + textLength=char_width * len(text), + clip_path=f"url(#{unique_id}-line-{y})", + ) + ) + x += cell_len(text) + + line_offsets = [line_no * line_height + 1.5 for line_no in range(y)] + lines = "\n".join( + f""" + {make_tag("rect", x=0, y=offset, width=char_width * width, height=line_height + 0.25)} + """ + for line_no, offset in enumerate(line_offsets) + ) + + styles = "\n".join( + f".{unique_id}-r{rule_no} {{ {css} }}" for css, rule_no in classes.items() + ) + backgrounds = "".join(text_backgrounds) + matrix = "".join(text_group) + + terminal_width = ceil(width * char_width + padding_width) + terminal_height = (y + 1) * line_height + padding_height + chrome = make_tag( + "rect", + fill=_theme.background_color.hex, + stroke="rgba(255,255,255,0.35)", + stroke_width="1", + x=margin_left, + y=margin_top, + width=terminal_width, + height=terminal_height, + rx=8, + ) + + title_color = _theme.foreground_color.hex + if title: + chrome += make_tag( + "text", + escape_text(title), + _class=f"{unique_id}-title", + fill=title_color, + text_anchor="middle", + x=terminal_width // 2, + y=margin_top + char_height + 6, + ) + chrome += f""" + + + + + + """ + + svg = code_format.format( + unique_id=unique_id, + char_width=char_width, + char_height=char_height, + line_height=line_height, + terminal_width=char_width * width - 1, + terminal_height=(y + 1) * line_height - 1, + width=terminal_width + margin_width, + height=terminal_height + margin_height, + terminal_x=margin_left + padding_left, + terminal_y=margin_top + padding_top, + styles=styles, + chrome=chrome, + backgrounds=backgrounds, + matrix=matrix, + lines=lines, + ) + return svg + + def save_svg( + self, + path: str, + *, + title: str = "Rich", + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: str = CONSOLE_SVG_FORMAT, + font_aspect_ratio: float = 0.61, + unique_id: Optional[str] = None, + ) -> None: + """Generate an SVG file from the console contents (requires record=True in Console constructor). + + Args: + path (str): The path to write the SVG to. + title (str, optional): The title of the tab in the output image + theme (TerminalTheme, optional): The ``TerminalTheme`` object to use to style the terminal + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True`` + code_format (str, optional): Format string used to generate the SVG. Rich will inject a number of variables + into the string in order to form the final SVG output. The default template used and the variables + injected by Rich can be found by inspecting the ``console.CONSOLE_SVG_FORMAT`` variable. + font_aspect_ratio (float, optional): The width to height ratio of the font used in the ``code_format`` + string. Defaults to 0.61, which is the width to height ratio of Fira Code (the default font). + If you aren't specifying a different font inside ``code_format``, you probably don't need this. + unique_id (str, optional): unique id that is used as the prefix for various elements (CSS styles, node + ids). If not set, this defaults to a computed value based on the recorded content. + """ + svg = self.export_svg( + title=title, + theme=theme, + clear=clear, + code_format=code_format, + font_aspect_ratio=font_aspect_ratio, + unique_id=unique_id, + ) + with open(path, "wt", encoding="utf-8") as write_file: + write_file.write(svg) + + +def _svg_hash(svg_main_code: str) -> str: + """Returns a unique hash for the given SVG main code. + + Args: + svg_main_code (str): The content we're going to inject in the SVG envelope. + + Returns: + str: a hash of the given content + """ + return str(zlib.adler32(svg_main_code.encode())) + + +if __name__ == "__main__": # pragma: no cover + console = Console(record=True) + + console.log( + "JSONRPC [i]request[/i]", + 5, + 1.3, + True, + False, + None, + { + "jsonrpc": "2.0", + "method": "subtract", + "params": {"minuend": 42, "subtrahend": 23}, + "id": 3, + }, + ) + + console.log("Hello, World!", "{'a': 1}", repr(console)) + + console.print( + { + "name": None, + "empty": [], + "quiz": { + "sport": { + "answered": True, + "q1": { + "question": "Which one is correct team name in NBA?", + "options": [ + "New York Bulls", + "Los Angeles Kings", + "Golden State Warriors", + "Huston Rocket", + ], + "answer": "Huston Rocket", + }, + }, + "maths": { + "answered": False, + "q1": { + "question": "5 + 7 = ?", + "options": [10, 11, 12, 13], + "answer": 12, + }, + "q2": { + "question": "12 - 8 = ?", + "options": [1, 2, 3, 4], + "answer": 4, + }, + }, + }, + } + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py new file mode 100644 index 00000000..65fdf563 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py @@ -0,0 +1,37 @@ +from typing import Optional, TYPE_CHECKING + +from .jupyter import JupyterMixin +from .measure import Measurement + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderableType, RenderResult + + +class Constrain(JupyterMixin): + """Constrain the width of a renderable to a given number of characters. + + Args: + renderable (RenderableType): A renderable object. + width (int, optional): The maximum width (in characters) to render. Defaults to 80. + """ + + def __init__(self, renderable: "RenderableType", width: Optional[int] = 80) -> None: + self.renderable = renderable + self.width = width + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + if self.width is None: + yield self.renderable + else: + child_options = options.update_width(min(self.width, options.max_width)) + yield from console.render(self.renderable, child_options) + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + if self.width is not None: + options = options.update_width(self.width) + measurement = Measurement.get(console, options, self.renderable) + return measurement diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py new file mode 100644 index 00000000..e29cf368 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py @@ -0,0 +1,167 @@ +from itertools import zip_longest +from typing import ( + Iterator, + Iterable, + List, + Optional, + Union, + overload, + TypeVar, + TYPE_CHECKING, +) + +if TYPE_CHECKING: + from .console import ( + Console, + ConsoleOptions, + JustifyMethod, + OverflowMethod, + RenderResult, + RenderableType, + ) + from .text import Text + +from .cells import cell_len +from .measure import Measurement + +T = TypeVar("T") + + +class Renderables: + """A list subclass which renders its contents to the console.""" + + def __init__( + self, renderables: Optional[Iterable["RenderableType"]] = None + ) -> None: + self._renderables: List["RenderableType"] = ( + list(renderables) if renderables is not None else [] + ) + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + """Console render method to insert line-breaks.""" + yield from self._renderables + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + dimensions = [ + Measurement.get(console, options, renderable) + for renderable in self._renderables + ] + if not dimensions: + return Measurement(1, 1) + _min = max(dimension.minimum for dimension in dimensions) + _max = max(dimension.maximum for dimension in dimensions) + return Measurement(_min, _max) + + def append(self, renderable: "RenderableType") -> None: + self._renderables.append(renderable) + + def __iter__(self) -> Iterable["RenderableType"]: + return iter(self._renderables) + + +class Lines: + """A list subclass which can render to the console.""" + + def __init__(self, lines: Iterable["Text"] = ()) -> None: + self._lines: List["Text"] = list(lines) + + def __repr__(self) -> str: + return f"Lines({self._lines!r})" + + def __iter__(self) -> Iterator["Text"]: + return iter(self._lines) + + @overload + def __getitem__(self, index: int) -> "Text": + ... + + @overload + def __getitem__(self, index: slice) -> List["Text"]: + ... + + def __getitem__(self, index: Union[slice, int]) -> Union["Text", List["Text"]]: + return self._lines[index] + + def __setitem__(self, index: int, value: "Text") -> "Lines": + self._lines[index] = value + return self + + def __len__(self) -> int: + return self._lines.__len__() + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + """Console render method to insert line-breaks.""" + yield from self._lines + + def append(self, line: "Text") -> None: + self._lines.append(line) + + def extend(self, lines: Iterable["Text"]) -> None: + self._lines.extend(lines) + + def pop(self, index: int = -1) -> "Text": + return self._lines.pop(index) + + def justify( + self, + console: "Console", + width: int, + justify: "JustifyMethod" = "left", + overflow: "OverflowMethod" = "fold", + ) -> None: + """Justify and overflow text to a given width. + + Args: + console (Console): Console instance. + width (int): Number of characters per line. + justify (str, optional): Default justify method for text: "left", "center", "full" or "right". Defaults to "left". + overflow (str, optional): Default overflow for text: "crop", "fold", or "ellipsis". Defaults to "fold". + + """ + from .text import Text + + if justify == "left": + for line in self._lines: + line.truncate(width, overflow=overflow, pad=True) + elif justify == "center": + for line in self._lines: + line.rstrip() + line.truncate(width, overflow=overflow) + line.pad_left((width - cell_len(line.plain)) // 2) + line.pad_right(width - cell_len(line.plain)) + elif justify == "right": + for line in self._lines: + line.rstrip() + line.truncate(width, overflow=overflow) + line.pad_left(width - cell_len(line.plain)) + elif justify == "full": + for line_index, line in enumerate(self._lines): + if line_index == len(self._lines) - 1: + break + words = line.split(" ") + words_size = sum(cell_len(word.plain) for word in words) + num_spaces = len(words) - 1 + spaces = [1 for _ in range(num_spaces)] + index = 0 + if spaces: + while words_size + num_spaces < width: + spaces[len(spaces) - index - 1] += 1 + num_spaces += 1 + index = (index + 1) % len(spaces) + tokens: List[Text] = [] + for index, (word, next_word) in enumerate( + zip_longest(words, words[1:]) + ): + tokens.append(word) + if index < len(spaces): + style = word.get_style_at_offset(console, -1) + next_style = next_word.get_style_at_offset(console, 0) + space_style = style if style == next_style else line.style + tokens.append(Text(" " * spaces[index], style=space_style)) + self[line_index] = Text("").join(tokens) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py new file mode 100644 index 00000000..88fcb929 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py @@ -0,0 +1,225 @@ +import sys +import time +from typing import TYPE_CHECKING, Callable, Dict, Iterable, List, Union + +if sys.version_info >= (3, 8): + from typing import Final +else: + from pip._vendor.typing_extensions import Final # pragma: no cover + +from .segment import ControlCode, ControlType, Segment + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderResult + +STRIP_CONTROL_CODES: Final = [ + 7, # Bell + 8, # Backspace + 11, # Vertical tab + 12, # Form feed + 13, # Carriage return +] +_CONTROL_STRIP_TRANSLATE: Final = { + _codepoint: None for _codepoint in STRIP_CONTROL_CODES +} + +CONTROL_ESCAPE: Final = { + 7: "\\a", + 8: "\\b", + 11: "\\v", + 12: "\\f", + 13: "\\r", +} + +CONTROL_CODES_FORMAT: Dict[int, Callable[..., str]] = { + ControlType.BELL: lambda: "\x07", + ControlType.CARRIAGE_RETURN: lambda: "\r", + ControlType.HOME: lambda: "\x1b[H", + ControlType.CLEAR: lambda: "\x1b[2J", + ControlType.ENABLE_ALT_SCREEN: lambda: "\x1b[?1049h", + ControlType.DISABLE_ALT_SCREEN: lambda: "\x1b[?1049l", + ControlType.SHOW_CURSOR: lambda: "\x1b[?25h", + ControlType.HIDE_CURSOR: lambda: "\x1b[?25l", + ControlType.CURSOR_UP: lambda param: f"\x1b[{param}A", + ControlType.CURSOR_DOWN: lambda param: f"\x1b[{param}B", + ControlType.CURSOR_FORWARD: lambda param: f"\x1b[{param}C", + ControlType.CURSOR_BACKWARD: lambda param: f"\x1b[{param}D", + ControlType.CURSOR_MOVE_TO_COLUMN: lambda param: f"\x1b[{param+1}G", + ControlType.ERASE_IN_LINE: lambda param: f"\x1b[{param}K", + ControlType.CURSOR_MOVE_TO: lambda x, y: f"\x1b[{y+1};{x+1}H", + ControlType.SET_WINDOW_TITLE: lambda title: f"\x1b]0;{title}\x07", +} + + +class Control: + """A renderable that inserts a control code (non printable but may move cursor). + + Args: + *codes (str): Positional arguments are either a :class:`~rich.segment.ControlType` enum or a + tuple of ControlType and an integer parameter + """ + + __slots__ = ["segment"] + + def __init__(self, *codes: Union[ControlType, ControlCode]) -> None: + control_codes: List[ControlCode] = [ + (code,) if isinstance(code, ControlType) else code for code in codes + ] + _format_map = CONTROL_CODES_FORMAT + rendered_codes = "".join( + _format_map[code](*parameters) for code, *parameters in control_codes + ) + self.segment = Segment(rendered_codes, None, control_codes) + + @classmethod + def bell(cls) -> "Control": + """Ring the 'bell'.""" + return cls(ControlType.BELL) + + @classmethod + def home(cls) -> "Control": + """Move cursor to 'home' position.""" + return cls(ControlType.HOME) + + @classmethod + def move(cls, x: int = 0, y: int = 0) -> "Control": + """Move cursor relative to current position. + + Args: + x (int): X offset. + y (int): Y offset. + + Returns: + ~Control: Control object. + + """ + + def get_codes() -> Iterable[ControlCode]: + control = ControlType + if x: + yield ( + control.CURSOR_FORWARD if x > 0 else control.CURSOR_BACKWARD, + abs(x), + ) + if y: + yield ( + control.CURSOR_DOWN if y > 0 else control.CURSOR_UP, + abs(y), + ) + + control = cls(*get_codes()) + return control + + @classmethod + def move_to_column(cls, x: int, y: int = 0) -> "Control": + """Move to the given column, optionally add offset to row. + + Returns: + x (int): absolute x (column) + y (int): optional y offset (row) + + Returns: + ~Control: Control object. + """ + + return ( + cls( + (ControlType.CURSOR_MOVE_TO_COLUMN, x), + ( + ControlType.CURSOR_DOWN if y > 0 else ControlType.CURSOR_UP, + abs(y), + ), + ) + if y + else cls((ControlType.CURSOR_MOVE_TO_COLUMN, x)) + ) + + @classmethod + def move_to(cls, x: int, y: int) -> "Control": + """Move cursor to absolute position. + + Args: + x (int): x offset (column) + y (int): y offset (row) + + Returns: + ~Control: Control object. + """ + return cls((ControlType.CURSOR_MOVE_TO, x, y)) + + @classmethod + def clear(cls) -> "Control": + """Clear the screen.""" + return cls(ControlType.CLEAR) + + @classmethod + def show_cursor(cls, show: bool) -> "Control": + """Show or hide the cursor.""" + return cls(ControlType.SHOW_CURSOR if show else ControlType.HIDE_CURSOR) + + @classmethod + def alt_screen(cls, enable: bool) -> "Control": + """Enable or disable alt screen.""" + if enable: + return cls(ControlType.ENABLE_ALT_SCREEN, ControlType.HOME) + else: + return cls(ControlType.DISABLE_ALT_SCREEN) + + @classmethod + def title(cls, title: str) -> "Control": + """Set the terminal window title + + Args: + title (str): The new terminal window title + """ + return cls((ControlType.SET_WINDOW_TITLE, title)) + + def __str__(self) -> str: + return self.segment.text + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + if self.segment.text: + yield self.segment + + +def strip_control_codes( + text: str, _translate_table: Dict[int, None] = _CONTROL_STRIP_TRANSLATE +) -> str: + """Remove control codes from text. + + Args: + text (str): A string possibly contain control codes. + + Returns: + str: String with control codes removed. + """ + return text.translate(_translate_table) + + +def escape_control_codes( + text: str, + _translate_table: Dict[int, str] = CONTROL_ESCAPE, +) -> str: + """Replace control codes with their "escaped" equivalent in the given text. + (e.g. "\b" becomes "\\b") + + Args: + text (str): A string possibly containing control codes. + + Returns: + str: String with control codes replaced with their escaped version. + """ + return text.translate(_translate_table) + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console + + console = Console() + console.print("Look at the title of your terminal window ^") + # console.print(Control((ControlType.SET_WINDOW_TITLE, "Hello, world!"))) + for i in range(10): + console.set_window_title("🚀 Loading" + "." * i) + time.sleep(0.5) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py new file mode 100644 index 00000000..dca37193 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py @@ -0,0 +1,190 @@ +from typing import Dict + +from .style import Style + +DEFAULT_STYLES: Dict[str, Style] = { + "none": Style.null(), + "reset": Style( + color="default", + bgcolor="default", + dim=False, + bold=False, + italic=False, + underline=False, + blink=False, + blink2=False, + reverse=False, + conceal=False, + strike=False, + ), + "dim": Style(dim=True), + "bright": Style(dim=False), + "bold": Style(bold=True), + "strong": Style(bold=True), + "code": Style(reverse=True, bold=True), + "italic": Style(italic=True), + "emphasize": Style(italic=True), + "underline": Style(underline=True), + "blink": Style(blink=True), + "blink2": Style(blink2=True), + "reverse": Style(reverse=True), + "strike": Style(strike=True), + "black": Style(color="black"), + "red": Style(color="red"), + "green": Style(color="green"), + "yellow": Style(color="yellow"), + "magenta": Style(color="magenta"), + "cyan": Style(color="cyan"), + "white": Style(color="white"), + "inspect.attr": Style(color="yellow", italic=True), + "inspect.attr.dunder": Style(color="yellow", italic=True, dim=True), + "inspect.callable": Style(bold=True, color="red"), + "inspect.async_def": Style(italic=True, color="bright_cyan"), + "inspect.def": Style(italic=True, color="bright_cyan"), + "inspect.class": Style(italic=True, color="bright_cyan"), + "inspect.error": Style(bold=True, color="red"), + "inspect.equals": Style(), + "inspect.help": Style(color="cyan"), + "inspect.doc": Style(dim=True), + "inspect.value.border": Style(color="green"), + "live.ellipsis": Style(bold=True, color="red"), + "layout.tree.row": Style(dim=False, color="red"), + "layout.tree.column": Style(dim=False, color="blue"), + "logging.keyword": Style(bold=True, color="yellow"), + "logging.level.notset": Style(dim=True), + "logging.level.debug": Style(color="green"), + "logging.level.info": Style(color="blue"), + "logging.level.warning": Style(color="red"), + "logging.level.error": Style(color="red", bold=True), + "logging.level.critical": Style(color="red", bold=True, reverse=True), + "log.level": Style.null(), + "log.time": Style(color="cyan", dim=True), + "log.message": Style.null(), + "log.path": Style(dim=True), + "repr.ellipsis": Style(color="yellow"), + "repr.indent": Style(color="green", dim=True), + "repr.error": Style(color="red", bold=True), + "repr.str": Style(color="green", italic=False, bold=False), + "repr.brace": Style(bold=True), + "repr.comma": Style(bold=True), + "repr.ipv4": Style(bold=True, color="bright_green"), + "repr.ipv6": Style(bold=True, color="bright_green"), + "repr.eui48": Style(bold=True, color="bright_green"), + "repr.eui64": Style(bold=True, color="bright_green"), + "repr.tag_start": Style(bold=True), + "repr.tag_name": Style(color="bright_magenta", bold=True), + "repr.tag_contents": Style(color="default"), + "repr.tag_end": Style(bold=True), + "repr.attrib_name": Style(color="yellow", italic=False), + "repr.attrib_equal": Style(bold=True), + "repr.attrib_value": Style(color="magenta", italic=False), + "repr.number": Style(color="cyan", bold=True, italic=False), + "repr.number_complex": Style(color="cyan", bold=True, italic=False), # same + "repr.bool_true": Style(color="bright_green", italic=True), + "repr.bool_false": Style(color="bright_red", italic=True), + "repr.none": Style(color="magenta", italic=True), + "repr.url": Style(underline=True, color="bright_blue", italic=False, bold=False), + "repr.uuid": Style(color="bright_yellow", bold=False), + "repr.call": Style(color="magenta", bold=True), + "repr.path": Style(color="magenta"), + "repr.filename": Style(color="bright_magenta"), + "rule.line": Style(color="bright_green"), + "rule.text": Style.null(), + "json.brace": Style(bold=True), + "json.bool_true": Style(color="bright_green", italic=True), + "json.bool_false": Style(color="bright_red", italic=True), + "json.null": Style(color="magenta", italic=True), + "json.number": Style(color="cyan", bold=True, italic=False), + "json.str": Style(color="green", italic=False, bold=False), + "json.key": Style(color="blue", bold=True), + "prompt": Style.null(), + "prompt.choices": Style(color="magenta", bold=True), + "prompt.default": Style(color="cyan", bold=True), + "prompt.invalid": Style(color="red"), + "prompt.invalid.choice": Style(color="red"), + "pretty": Style.null(), + "scope.border": Style(color="blue"), + "scope.key": Style(color="yellow", italic=True), + "scope.key.special": Style(color="yellow", italic=True, dim=True), + "scope.equals": Style(color="red"), + "table.header": Style(bold=True), + "table.footer": Style(bold=True), + "table.cell": Style.null(), + "table.title": Style(italic=True), + "table.caption": Style(italic=True, dim=True), + "traceback.error": Style(color="red", italic=True), + "traceback.border.syntax_error": Style(color="bright_red"), + "traceback.border": Style(color="red"), + "traceback.text": Style.null(), + "traceback.title": Style(color="red", bold=True), + "traceback.exc_type": Style(color="bright_red", bold=True), + "traceback.exc_value": Style.null(), + "traceback.offset": Style(color="bright_red", bold=True), + "bar.back": Style(color="grey23"), + "bar.complete": Style(color="rgb(249,38,114)"), + "bar.finished": Style(color="rgb(114,156,31)"), + "bar.pulse": Style(color="rgb(249,38,114)"), + "progress.description": Style.null(), + "progress.filesize": Style(color="green"), + "progress.filesize.total": Style(color="green"), + "progress.download": Style(color="green"), + "progress.elapsed": Style(color="yellow"), + "progress.percentage": Style(color="magenta"), + "progress.remaining": Style(color="cyan"), + "progress.data.speed": Style(color="red"), + "progress.spinner": Style(color="green"), + "status.spinner": Style(color="green"), + "tree": Style(), + "tree.line": Style(), + "markdown.paragraph": Style(), + "markdown.text": Style(), + "markdown.em": Style(italic=True), + "markdown.emph": Style(italic=True), # For commonmark backwards compatibility + "markdown.strong": Style(bold=True), + "markdown.code": Style(bold=True, color="cyan", bgcolor="black"), + "markdown.code_block": Style(color="cyan", bgcolor="black"), + "markdown.block_quote": Style(color="magenta"), + "markdown.list": Style(color="cyan"), + "markdown.item": Style(), + "markdown.item.bullet": Style(color="yellow", bold=True), + "markdown.item.number": Style(color="yellow", bold=True), + "markdown.hr": Style(color="yellow"), + "markdown.h1.border": Style(), + "markdown.h1": Style(bold=True), + "markdown.h2": Style(bold=True, underline=True), + "markdown.h3": Style(bold=True), + "markdown.h4": Style(bold=True, dim=True), + "markdown.h5": Style(underline=True), + "markdown.h6": Style(italic=True), + "markdown.h7": Style(italic=True, dim=True), + "markdown.link": Style(color="bright_blue"), + "markdown.link_url": Style(color="blue", underline=True), + "markdown.s": Style(strike=True), + "iso8601.date": Style(color="blue"), + "iso8601.time": Style(color="magenta"), + "iso8601.timezone": Style(color="yellow"), +} + + +if __name__ == "__main__": # pragma: no cover + import argparse + import io + + from pip._vendor.rich.console import Console + from pip._vendor.rich.table import Table + from pip._vendor.rich.text import Text + + parser = argparse.ArgumentParser() + parser.add_argument("--html", action="store_true", help="Export as HTML table") + args = parser.parse_args() + html: bool = args.html + console = Console(record=True, width=70, file=io.StringIO()) if html else Console() + + table = Table("Name", "Styling") + + for style_name, style in DEFAULT_STYLES.items(): + table.add_row(Text(style_name, style=style), str(style)) + + console.print(table) + if html: + print(console.export_html(inline_styles=True)) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py new file mode 100644 index 00000000..ad361838 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py @@ -0,0 +1,37 @@ +import os +import platform + +from pip._vendor.rich import inspect +from pip._vendor.rich.console import Console, get_windows_console_features +from pip._vendor.rich.panel import Panel +from pip._vendor.rich.pretty import Pretty + + +def report() -> None: # pragma: no cover + """Print a report to the terminal with debugging information""" + console = Console() + inspect(console) + features = get_windows_console_features() + inspect(features) + + env_names = ( + "TERM", + "COLORTERM", + "CLICOLOR", + "NO_COLOR", + "TERM_PROGRAM", + "COLUMNS", + "LINES", + "JUPYTER_COLUMNS", + "JUPYTER_LINES", + "JPY_PARENT_PID", + "VSCODE_VERBOSE_LOGGING", + ) + env = {name: os.getenv(name) for name in env_names} + console.print(Panel.fit((Pretty(env)), title="[b]Environment Variables")) + + console.print(f'platform="{platform.system()}"') + + +if __name__ == "__main__": # pragma: no cover + report() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py new file mode 100644 index 00000000..791f0465 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py @@ -0,0 +1,96 @@ +import sys +from typing import TYPE_CHECKING, Optional, Union + +from .jupyter import JupyterMixin +from .segment import Segment +from .style import Style +from ._emoji_codes import EMOJI +from ._emoji_replace import _emoji_replace + +if sys.version_info >= (3, 8): + from typing import Literal +else: + from pip._vendor.typing_extensions import Literal # pragma: no cover + + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderResult + + +EmojiVariant = Literal["emoji", "text"] + + +class NoEmoji(Exception): + """No emoji by that name.""" + + +class Emoji(JupyterMixin): + __slots__ = ["name", "style", "_char", "variant"] + + VARIANTS = {"text": "\uFE0E", "emoji": "\uFE0F"} + + def __init__( + self, + name: str, + style: Union[str, Style] = "none", + variant: Optional[EmojiVariant] = None, + ) -> None: + """A single emoji character. + + Args: + name (str): Name of emoji. + style (Union[str, Style], optional): Optional style. Defaults to None. + + Raises: + NoEmoji: If the emoji doesn't exist. + """ + self.name = name + self.style = style + self.variant = variant + try: + self._char = EMOJI[name] + except KeyError: + raise NoEmoji(f"No emoji called {name!r}") + if variant is not None: + self._char += self.VARIANTS.get(variant, "") + + @classmethod + def replace(cls, text: str) -> str: + """Replace emoji markup with corresponding unicode characters. + + Args: + text (str): A string with emojis codes, e.g. "Hello :smiley:!" + + Returns: + str: A string with emoji codes replaces with actual emoji. + """ + return _emoji_replace(text) + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return self._char + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + yield Segment(self._char, console.get_style(self.style)) + + +if __name__ == "__main__": # pragma: no cover + import sys + + from pip._vendor.rich.columns import Columns + from pip._vendor.rich.console import Console + + console = Console(record=True) + + columns = Columns( + (f":{name}: {name}" for name in sorted(EMOJI.keys()) if "\u200D" not in name), + column_first=True, + ) + + console.print(columns) + if len(sys.argv) > 1: + console.save_html(sys.argv[1]) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py new file mode 100644 index 00000000..0bcbe53e --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py @@ -0,0 +1,34 @@ +class ConsoleError(Exception): + """An error in console operation.""" + + +class StyleError(Exception): + """An error in styles.""" + + +class StyleSyntaxError(ConsoleError): + """Style was badly formatted.""" + + +class MissingStyle(StyleError): + """No such style.""" + + +class StyleStackError(ConsoleError): + """Style stack is invalid.""" + + +class NotRenderableError(ConsoleError): + """Object is not renderable.""" + + +class MarkupError(ConsoleError): + """Markup was badly formatted.""" + + +class LiveError(ConsoleError): + """Error related to Live display.""" + + +class NoAltScreen(ConsoleError): + """Alt screen mode was required.""" diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py new file mode 100644 index 00000000..4b0b0da6 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py @@ -0,0 +1,57 @@ +import io +from typing import IO, TYPE_CHECKING, Any, List + +from .ansi import AnsiDecoder +from .text import Text + +if TYPE_CHECKING: + from .console import Console + + +class FileProxy(io.TextIOBase): + """Wraps a file (e.g. sys.stdout) and redirects writes to a console.""" + + def __init__(self, console: "Console", file: IO[str]) -> None: + self.__console = console + self.__file = file + self.__buffer: List[str] = [] + self.__ansi_decoder = AnsiDecoder() + + @property + def rich_proxied_file(self) -> IO[str]: + """Get proxied file.""" + return self.__file + + def __getattr__(self, name: str) -> Any: + return getattr(self.__file, name) + + def write(self, text: str) -> int: + if not isinstance(text, str): + raise TypeError(f"write() argument must be str, not {type(text).__name__}") + buffer = self.__buffer + lines: List[str] = [] + while text: + line, new_line, text = text.partition("\n") + if new_line: + lines.append("".join(buffer) + line) + buffer.clear() + else: + buffer.append(line) + break + if lines: + console = self.__console + with console: + output = Text("\n").join( + self.__ansi_decoder.decode_line(line) for line in lines + ) + console.print(output) + return len(text) + + def flush(self) -> None: + output = "".join(self.__buffer) + if output: + self.__console.print(output) + del self.__buffer[:] + + def fileno(self) -> int: + return self.__file.fileno() diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py new file mode 100644 index 00000000..99f118e2 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py @@ -0,0 +1,89 @@ +# coding: utf-8 +"""Functions for reporting filesizes. Borrowed from https://github.com/PyFilesystem/pyfilesystem2 + +The functions declared in this module should cover the different +use cases needed to generate a string representation of a file size +using several different units. Since there are many standards regarding +file size units, three different functions have been implemented. + +See Also: + * `Wikipedia: Binary prefix `_ + +""" + +__all__ = ["decimal"] + +from typing import Iterable, List, Optional, Tuple + + +def _to_str( + size: int, + suffixes: Iterable[str], + base: int, + *, + precision: Optional[int] = 1, + separator: Optional[str] = " ", +) -> str: + if size == 1: + return "1 byte" + elif size < base: + return "{:,} bytes".format(size) + + for i, suffix in enumerate(suffixes, 2): # noqa: B007 + unit = base**i + if size < unit: + break + return "{:,.{precision}f}{separator}{}".format( + (base * size / unit), + suffix, + precision=precision, + separator=separator, + ) + + +def pick_unit_and_suffix(size: int, suffixes: List[str], base: int) -> Tuple[int, str]: + """Pick a suffix and base for the given size.""" + for i, suffix in enumerate(suffixes): + unit = base**i + if size < unit * base: + break + return unit, suffix + + +def decimal( + size: int, + *, + precision: Optional[int] = 1, + separator: Optional[str] = " ", +) -> str: + """Convert a filesize in to a string (powers of 1000, SI prefixes). + + In this convention, ``1000 B = 1 kB``. + + This is typically the format used to advertise the storage + capacity of USB flash drives and the like (*256 MB* meaning + actually a storage capacity of more than *256 000 000 B*), + or used by **Mac OS X** since v10.6 to report file sizes. + + Arguments: + int (size): A file size. + int (precision): The number of decimal places to include (default = 1). + str (separator): The string to separate the value from the units (default = " "). + + Returns: + `str`: A string containing a abbreviated file size and units. + + Example: + >>> filesize.decimal(30000) + '30.0 kB' + >>> filesize.decimal(30000, precision=2, separator="") + '30.00kB' + + """ + return _to_str( + size, + ("kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"), + 1000, + precision=precision, + separator=separator, + ) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py new file mode 100644 index 00000000..c2646794 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py @@ -0,0 +1,232 @@ +import re +from abc import ABC, abstractmethod +from typing import List, Union + +from .text import Span, Text + + +def _combine_regex(*regexes: str) -> str: + """Combine a number of regexes in to a single regex. + + Returns: + str: New regex with all regexes ORed together. + """ + return "|".join(regexes) + + +class Highlighter(ABC): + """Abstract base class for highlighters.""" + + def __call__(self, text: Union[str, Text]) -> Text: + """Highlight a str or Text instance. + + Args: + text (Union[str, ~Text]): Text to highlight. + + Raises: + TypeError: If not called with text or str. + + Returns: + Text: A test instance with highlighting applied. + """ + if isinstance(text, str): + highlight_text = Text(text) + elif isinstance(text, Text): + highlight_text = text.copy() + else: + raise TypeError(f"str or Text instance required, not {text!r}") + self.highlight(highlight_text) + return highlight_text + + @abstractmethod + def highlight(self, text: Text) -> None: + """Apply highlighting in place to text. + + Args: + text (~Text): A text object highlight. + """ + + +class NullHighlighter(Highlighter): + """A highlighter object that doesn't highlight. + + May be used to disable highlighting entirely. + + """ + + def highlight(self, text: Text) -> None: + """Nothing to do""" + + +class RegexHighlighter(Highlighter): + """Applies highlighting from a list of regular expressions.""" + + highlights: List[str] = [] + base_style: str = "" + + def highlight(self, text: Text) -> None: + """Highlight :class:`rich.text.Text` using regular expressions. + + Args: + text (~Text): Text to highlighted. + + """ + + highlight_regex = text.highlight_regex + for re_highlight in self.highlights: + highlight_regex(re_highlight, style_prefix=self.base_style) + + +class ReprHighlighter(RegexHighlighter): + """Highlights the text typically produced from ``__repr__`` methods.""" + + base_style = "repr." + highlights = [ + r"(?P<)(?P[-\w.:|]*)(?P[\w\W]*)(?P>)", + r'(?P[\w_]{1,50})=(?P"?[\w_]+"?)?', + r"(?P[][{}()])", + _combine_regex( + r"(?P[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})", + r"(?P([A-Fa-f0-9]{1,4}::?){1,7}[A-Fa-f0-9]{1,4})", + r"(?P(?:[0-9A-Fa-f]{1,2}-){7}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{1,2}:){7}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{4}\.){3}[0-9A-Fa-f]{4})", + r"(?P(?:[0-9A-Fa-f]{1,2}-){5}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{1,2}:){5}[0-9A-Fa-f]{1,2}|(?:[0-9A-Fa-f]{4}\.){2}[0-9A-Fa-f]{4})", + r"(?P[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12})", + r"(?P[\w.]*?)\(", + r"\b(?PTrue)\b|\b(?PFalse)\b|\b(?PNone)\b", + r"(?P\.\.\.)", + r"(?P(?(?\B(/[-\w._+]+)*\/)(?P[-\w._+]*)?", + r"(?b?'''.*?(?(file|https|http|ws|wss)://[-0-9a-zA-Z$_+!`(),.?/;:&=%#]*)", + ), + ] + + +class JSONHighlighter(RegexHighlighter): + """Highlights JSON""" + + # Captures the start and end of JSON strings, handling escaped quotes + JSON_STR = r"(?b?\".*?(?[\{\[\(\)\]\}])", + r"\b(?Ptrue)\b|\b(?Pfalse)\b|\b(?Pnull)\b", + r"(?P(? None: + super().highlight(text) + + # Additional work to handle highlighting JSON keys + plain = text.plain + append = text.spans.append + whitespace = self.JSON_WHITESPACE + for match in re.finditer(self.JSON_STR, plain): + start, end = match.span() + cursor = end + while cursor < len(plain): + char = plain[cursor] + cursor += 1 + if char == ":": + append(Span(start, end, "json.key")) + elif char in whitespace: + continue + break + + +class ISO8601Highlighter(RegexHighlighter): + """Highlights the ISO8601 date time strings. + Regex reference: https://www.oreilly.com/library/view/regular-expressions-cookbook/9781449327453/ch04s07.html + """ + + base_style = "iso8601." + highlights = [ + # + # Dates + # + # Calendar month (e.g. 2008-08). The hyphen is required + r"^(?P[0-9]{4})-(?P1[0-2]|0[1-9])$", + # Calendar date w/o hyphens (e.g. 20080830) + r"^(?P(?P[0-9]{4})(?P1[0-2]|0[1-9])(?P3[01]|0[1-9]|[12][0-9]))$", + # Ordinal date (e.g. 2008-243). The hyphen is optional + r"^(?P(?P[0-9]{4})-?(?P36[0-6]|3[0-5][0-9]|[12][0-9]{2}|0[1-9][0-9]|00[1-9]))$", + # + # Weeks + # + # Week of the year (e.g., 2008-W35). The hyphen is optional + r"^(?P(?P[0-9]{4})-?W(?P5[0-3]|[1-4][0-9]|0[1-9]))$", + # Week date (e.g., 2008-W35-6). The hyphens are optional + r"^(?P(?P[0-9]{4})-?W(?P5[0-3]|[1-4][0-9]|0[1-9])-?(?P[1-7]))$", + # + # Times + # + # Hours and minutes (e.g., 17:21). The colon is optional + r"^(?P

    l%YGBf|-JnypRUY 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fafd9328cafad75aec8a2388f95414436c9e0d5a GIT binary patch literal 10416 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37a139bcf940046a5bd34fc240b65a173c5c8efb GIT binary patch literal 1819 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 A$^ZZW literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1bdad9acc44e5ec67a2f97c51a23db3a22622421 GIT binary patch literal 6595 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d145582def2a7d0da37ca0f87fde02f610ba143 GIT binary patch literal 3857 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 MId0}I0g~AIADll`YXATM literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96cf72dd3066901df82061d9425cdab032f39471 GIT binary patch literal 28188 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 Lz@Nck4gY@tbPD7t literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3cd143a7e3620738a85795d4c0c26946e944f3ed GIT binary patch literal 2166 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9898198af066c132b7cd1a4bcc6a03a530be09c8 GIT binary patch literal 43611 zcmeIb33OZ6nI`x^EW}0<1OXBNH*hCNiWId|t0|G%McI-p$BY$<<^v^CT;vDPk{BRS zs+=;YQkAJVDN%{5O;>UzblG#lI$d>2>B>x$O1jIn%nU)uA%s!7=+o}5t~uQ^km)MN znKNDU{rA52un@AHbl2%QbMi>sclZ7N_rL%D-~at}L4jGo)7}2t7j@qfgnvg43CUx z*|@9U#oWd*_qeCu!|bN9^6`rP3T8KtRgPEnS24R~ta{wr?;Wq{uVHTMSnYUSe;uYn+xUk54ddBv=353|m%l>w-R9pex-T^g!mLL6x1u0=#&%GhP-j6bAL|<5*}s$7E5>$>Z|mR2 z+EO{Tdwfs-9*vME`1goaZ)tc5TLtE`O{^BZV$IvNY8iX|dq=-4S3T_|)`|6EgV^|X z(_1?3jaKK5*)00rZc*C#*jTM%jo9|~2BlmU?<;8q%2u&m><~A8YOGFileqa)V{H+) zird8PXvL1VFo)@RY`IHf* zl%7TjZKE^1v~<(ISL}X!f2yCvM*rS{UL^+0~ zV0w+jL*n5JdGI-uQO1#f-ZDfjN<5rV;?aNR5@{TcC?$%RNuiuP#}CUG!0I5ajG2qg5wBmOZlkuUi# zj|~p_eWpagnP;Eu9XN2f_rS3ueTNddo{^zo!gwU;mj<67^Cxu2M*_iwxo>dXFP@pY z3?Jjk%fXS!iNUdi@wESiDgVTfKcVMA`llxl^7jN7e0d4&^OIK-2EQatN&z^F#wI5( z4-Ah;f#3k@5=@ww2U&fZgz56g(4~RrCnv`c)g}$1hyf8rOC!%u1^o#t_mTYK6l$$W zl$`ZT!I7cCvF@>v3lk^&!Hbh3ysby4E?+~{PmEk0nSk4J!ao?8lKkWTi6HXLe{xV1 zMP2tYrLX~!jmuhrQxy3D~kJ+S}f(1uyXe)e_(1X zIHXJRlsh`UAa5o@ancwwxxw4x2-F}a#m1|K!aj-*F z0oIoLE5u5FB@Y|U6RTg+sj#++g*oBtP4lh3X7|-53F(<5ZK9VqYVxIS7UVc&uS4PC(MQ`)SL~vd8c@R2d=;EL>ID~~5@TNBg2_*0N^Hk&W=c(?4 zQ^Cn`taU8pv1{Jpk>Dp4JU%ipAQ!HHpwFWg>w6IqN5-edF)~!s$5&t&wV9ao%F#cm zXh1S=GmQ5AlUFlZeR9ID6flIf9~_*(pr8XN?&WLVsQ?BJ?G&ZKD{S=q;swl|=78Vt z-6{Epcb*@-d>Lzhx#39#X(cxi(byogyQPEItz90_2HxaOUlKtE21lUD-XG5>|Zp=(|YE4plO zjLm#+iv$4fms-5TlW2Qp70*ahX;bqu2fp6sb-*{HOXX1HCwYhbV`J#9;N;~tuQYPu zBBtE)lR?axHdJOf=*ujwd1ITm)0gTAEYPvR%K`s@S~7J+Mq#}Zd=>DR*cxawmFR=g zWND7%EdzCx~yjE#Ap_p{Zw0ZVacYHTp* z7c;Au)#Sj%$twdF{e##ob5!y)LIDxwa48$0WHyy$H9R?qS@ig<Vg__GTb`q~Y&qtrEGvQsKJO1+@%tyder)yEyq{L@G4v$O zzV+kXH#Pn|ItCNx`LV%?OB@nlw0Q2w7whA)DxpJ%deXPq1p*R^x9PJsMP>Vgt`&__<6SRwIL%Zvjhb~p;dt( zwGkC$N4|U_4KlnRP9nGCU})6Znk%6$;@Aa~8sb(h7NgQo;)S6$;@AGYiS=B!;v6 z3OTcMpOmqTa{LNe%PBu8b6)FFj&5V4C0r{F$&&GK?>IX#ustS6eQSqsUhqq4{jAja zm&rJ1ZP#ag5&IerF&Be57XM*2j5Z8loTwII7|mE4Xj<0#PJ@LBL23lvn=tTcnK1B~ zldz^w{e(4rjwbYM$tHBPvr6@pI$v&XLW><(DkCo=z!}5W5=PW$6E zm(a6qC1Fw#HdqI*a@;MUXD7LXiTsJlfh*GBWr>Jf3Bv$z4F6Rex{5>&bq0okKu${6 z5X3gighBELr=*D?ne2pA{5Yh=d#wV-Z6TY5m>B>_qJ$8VhNuXu` zHo)5hUXI$gzp0V-AP=8LB67}~nuIRk9~%x(hTdOD9Tz9Z{T;)DK=nI%{DDj8j*bJ* z9_%~H=Mz)ALtkv$MKlXiyMXjl?ShNv;#`L*fBQpd}x{{NXYG)e$+^vv|UW2vZN$=Dzf_05+j?WHVzWcMbF0|OJFq6`cq%mV}CY~sLf z9T<3FYH&;r$sZUHCx-?Gq*kO!6b%dvPN0{G7%~xnZyRN|fsAT0+R5l3qmzuyWNam4 z8yOZD2`vst(spvvRNzhANdY>-RHa?yNi+qldLp*a5|B(}^pL0VvNU-a>;0NU6nlxt zbrR9D-V|5^+0e4)F@pe30Az3BtHL8)h2EIlEqH6MA6&9l#B?=r-Qm^hnsir{_xkZ! zUrgtX>o%-rILh4Ddm~*jotr|c8?GOU48(K|aoy)v8(Xg*UMj4M>00Bu6RS1MRmEJ@ ztL4>5wPW_c%$}I8I<9+ewYu*5k;v6K?MyhPtBdOf)_Y_nxw7hTqp&lq7H2A<>{M~M!`^+%*)eP&t6^fZj6?7ejvcH zrd7Pv2#s^~6x7Iq9w9{|??jp&L-?r=&1-trXc%+Rc>H?5fl)W|MJ=a*h`N5G-{j91 z8Kvi1p3jibo|?QeU2$XrXd9idag392e3RH(9c1`uADcS|6BdA2Jf9FxlZ}k8;1{Te@m1kHUE^v^0~??tQ459) z!|7dhRbD?f>xk(p=GqxZkyEFVc5P|aKE=VJM`3>;rU19L$C-egc0B@$< z-QEBo74TjHMs!LamtRHAw%iD1EIBMtFq?-r>B~Z*y`x!+Oe9fXoPH7db2rYQcEf)Gg2lQKp^C*9@$Zz!*Fq=)a z6~k7@{Oqc&1UBO+f#|G<#d9E((F#SUzZg6#n^=aQ3qLo09{kGjtH7_)Uno}j?P4`j zl=$tGn&seyo4Ldq)mE$8>Qr03Y6IU%Y{IV@x%x!i@HVmKB?D0xMI-A8gV_3-E~~ZK zweyL>uvKh($?%rkDo`WKM4#UV+Tn&Y+M&zu8r_uDa5z~DscfCto)Me!C`29|X}%to zGx=^z^DP${mkPb&^V^3F;ug?0E0`Z~rF{NM_-%(@6-!<1FXVs2I_fp#wIeMruiu-q zmegu$sZQ)lk8L8l^5^CG0lt>FTej;kQ}(=O0e@nj_ym5r#->Ughi;6)e(`|VBle29 zX3jyxwc>MPANr$? zYOnl>=fo%BSD)5zI$kDv?agE}cwEk&ixjl^-X90qI zn5|8$&yC_U$gx?Z5E^Bj_&K~J9W1N{XlVvva6 zKo$T?aki4YI~i+f=lL%Y0^80JSf2DefGp8OhtgA$c|^fCWZf+6#i>cxXg#l zpjP~v6izIyUz5U#+YWdvQ`I@q=2J<^j1c^5Quwb);lCz@gV&MCcgP^>|C$sI;hFy* zlfv_dn4m@=p(ActAINe1qw$)cJeTV-e07IDjp`4OOeQz4-L|J z6d?_g!RU=@7f8>OACWO6kqkc>!(?0_<02U&WDrGKx=WumB^l8v0}?ba0%rr0!l~&Nh1D)OmGotjXfbVTvpX( zfvZ4uS>Y;FT?KH_9A;0b5H6a3+*JgZT9=R!E|mZjvcW}UYaY{nRTF^dph&&pP<>0% ze4VPV193`KmlH0ceX%E03YSZDmBB^h!Jd!{E|2PR!&R=hf?bL&RLsk~Af)wDr5c)( zeKAU;zpN)*9`f`E=Rm6tR|NMdfuV}v6N+8o3P~kkiX2dUQ}0m4+j&YIG{VisAdxoN zlbea6#0^yp)G0CZgiv{?LJ2`GM|8q9$YSb`_w zYJwO?;3UY9g)OZ_{s4y|k6&JF8L~C@$;&IXvYw*a(1J`DxP(%|JObh=Kg=hzIJYOv z5a$`-pf#Z#^G`5lg0E8APf5>{@z~bG@a-~@z{qmtH7y& z1X*xkV7ibIS=tr%ze4%|gy99Se0B?s%@N&AYrMJ!FH_v9nW%bPbJsN7IJ&y?YsDU<34&<#Ca(XJ2o#KUEb1juQt}v%gS?Ayl%Z? zU2(NWU9FLVcxmMag5J~^Iry;1J=gf1y8A_qahv0I(XFES7iWv!wY9(Rt())p?(sK{ z$Gn}hhOZYquvN|tziVrFWI-}U$d1oUaIYbS9MM=0!;V8KspHUc2u0EYnxtu5wE;EHY(nK04 zZ+iZ}N)9md>Uq6f&LBFu-Q!-P12Yp6~cJQ?2aeq zd_!Y_wCJgDf`9=+Qh1#>SkqmQM#O0|2We#gzbRH5jO)Uq7Qt2$FK}Qr#~tPI$_;T> zCHd1HA3-0Bhn z6^N!V>_ao5<)W=~!PlqnOfNc?s<$o~xANwtS5j>rp-^ZZVM?&^=NgGgSWxX$r8KNk zsM~%-Vbusw7G5vsjuIlAS+5$Z7h!;`UM_4PzhhnB%LEv;_^o{n2JXyh!l(#g(Akev zoV%ALeMlqbO#_{LY|8SGCYVBWg;5pFO_iabG@^DID6E_t1H;oz1eze$E)B|(*CgOA zGWlo5aFwN(+S!ro@2OAN84Mc&oA&HT5F%efij@ANqeXiEL12Ov!KI0&?eYel=GREw zc>u{+cNW_t`naX&l^r*B%;{b){AOX?T0HyI%+W}%>br6%FnUcU}4tgh4*-ko{wxi9g{R|(> zn$HOno$!VrkQ|&Y;*C~4Hd2dec3u}gG+-UiZn@octLwMFv}CMg^9W~E&L5I$5h5MLekdu4lm&}7Y4mxR6Uue{Ck8~ z3`2PrgrU51I1Pslz;XegA6K?gO30vGB)ye)vr;F7^TUQzi^RN_giwBu@RnSRno2hf zpD^eExq9=uGc5=0C*?2!dPJ@q!lu+HfZAYE`X+1+nMYMxL#pk_MWr>Qe3jZ#s?+Ef z4Sr$66=3*%Y|B`ObZkc2HIfTbL>$kdpRu`Va?P>d)7;kJ9B!v`IEgpDse#O2B457z z^JZQmuYF^}GM>6Gn7-@$!nFH>e*$QPw0GJkZ#e_R?jDd63=FjI9-GA7iNM}=HR{t? zm}^8ZVFHfJMLi3aS<8y8?p<45w5aFfHG-YLQR-SR+4x`8FzHof%bGTLm99Za-+(*4 zG1447eu-v$4$YA6AdU1*%Gtt2329@N2pCJh1p_33squtsK)pR8pS$@s9Y|QGF5?oa zUzPzbQoD`Q57>?m8PT!9@ykqF5ryohtQnY`CEE@v#FDnnOY`Jo;29*W=>wN2kVjQ6 zt^m@<)Dzq(-9|!&Z!s{-4GwH=kg?1d)alaPgT0SHE+HBW$8c7xI2xjk27;DFuk4)J zxn!w{Eqp_T2I$^AQ=@l-15}Sgeed?u%IB zr8T@g3%c(WzF8P6-44GZ&yvye@duSClpRI>+~n;k)nzPVbRgdxJg_|O7+d)Hn5vj5TcG+=gx_}Rx9QQnp7J+63@ej|0my8wbQGME|*k;8~GAVKLTtF|R zQ2-VW1nTA$5_o;-NRU}ytwgPqrpTb0D;Vw&>>10GJhEEgrxws+V;G*>n@K<_Dv4NF zW2B9UB5fjrz#>*rir&Y_f1MOW&?QYycsn_1d8MR-8MTaEAmAd$sbpnp+J^PX)Qz9E zRoe1cU;ZI1=_qB8eA$C-fIwi@qxLE`!;n@bMC(+WUbPuQ`Lx}DXl@BvLj@q)${TPP zYROS+SE4q@#lkui3%Cx7{}M<&sSLNmL8SM*mYl&Aca3S}5~hNRkQx;2-JldLq6??(K( z#IIDQdcWvsy25~r8N@Um&@~e_aR|m_-MX!%3p`o#M7g!&Z9cnRaY9D+N;vL)K(hjs zgJ6Ekxfa)6YTLZE<0GOt=7$XfSj+F@)@F_%izOO`JR$yytBdKC}(R@P2$ z?GWxAP)Wm+V*GD_6Z6PZR31T}`LWw$@E>PAtDF}#Zir5cReh@ zjk4RJTOnYmp!d?hyJ6Ygx?oq|_Oh?F&TS&{Fi67qx0l6BtLYyWNBM`9MRs$*3F))ixU)L1@u@Lgja!%g1Ie~ zoHRc*FGdmt_V5Rqus(IBPL&0|^!EheIkXDrc4H_%Ess>$&6p|2QmAJr|7}%nAPiZ7 zT(mCai}Q5Y3>tziWD2U(3(=^wNI8+?1YD{kGJKBy8KpUt_24W|NID*kFrg0t;UX*) z^)OzSOG6nl@{7DLrz9XkYT1$;6F#Y!Uk#S9Y+>Z01&F2~p_=STQiReeS)K&a0@X4&iw20nj zwy9*Gevs+x9UQutb{~lf7{}Jn)G?%$p{CS(;<>$TH-3LysL{65g&bpe8+o=@+Ni;+xrqGKR6yZ7~yU`<8gQ?gxV@qkWmaH zVP8LV30)A!DCsE0p$mcvb%<@kw4X?ClL62wK-LZ&lcvTiz>B{@5!fhxn__7Oaua~^ zsprs@%JExv{sHylF&H2q)N4!|UOSr<@LKBZX779A8acsx*}GqJuQj%(Z^`IdwU^#* zyVVxSe`qOODyoiIyx-Y8f92b|mn|L1Jgv7dUR(pZjJFW+W=mh&Ja^?=yWg%`YTp}c z*%vL}7cG7wsYfU-&wgkWYFn3Dcg1RUe;^c@>``lFq<3~F_*1WG=MH_#x?EKM&|N)0 zb>F>V))04BzV5!`{y@+acg%J_a8%5l{mz+%+HZgET}OLT3(r-EYglhtL4}Ok>gEr= zYinI~d*_{Zs*twGy;M~5z~-7OowvVhtAAKrH8*{~xP|+8-nF&8Us|zJ+7T`7h?h3K zty}1iHSbty?v6HhFE#C7+8-NAX~wi-bVZG>*GlHME?&Ct z-v6%g0H?m7Pt}K(2>sR$!gw4tNOF>>TCOD~GKSB9n&UMso#v-Eb+e=Vgdgl08OSuJ zK^X7gFzKBck~wl1dtdvRzyBvZ#9n5zl+Cbi)G3X7d-M9ATf@uEzEGiPp4s0h!HyKB-;Tun|K41b6^9 zpT*D2^iUM`{X%2*X}Oq(gzQMG2`Nm$zCa8CwheT`pNj|64lS))P&B34F8zD3d?PQN zAQ=*Z>VB?NU2@FmMu`=h^*|C0T*lP&ngB2gYY|sHS)>w#v@`lqTF6-sFijO-eOsrL z2(qyrGC=YviJJMQhUs;{7EK%waE`CxCDDR_xHm&?KoFBiFA7l`AsxzCEIxzu1B$2i zigMT*V4X!Al|-SOT;|%Ul0w(7b3RD19G=oXG2O{QoXjAR zQvFwG2 zgXn3-AbQM^LJam%%_+?zt=Uxg(C$gHcU>EM$G0D3@703xf7By9=@PJy?!2+{L0K~i zokGsxVQKkFX=Ah$q75re+oMg}?}8t72&}giS4-5@@?pNtRrryhE5LLi12fBYd-tu~ z^Z5%^cS~a>PplZ9STa6AOuOATcFWlUIm*bkE85g`cVDdZ7|XUT>S{}6`-o+WZQPYC zKmk8T38rq%&yzYhei0zX%1b>$?;g!hbei7nx}WGhWUtorcIkfN?Y6=3uQzIXcj^9h zXFl1xG-U1~GXobeBOik4Yi$5xzpMxa3A;elKrf3LK$xGAM{H+kjmWgYie3^u! z59xE&LV}PoL?v?el3YHp4D@XJ$N*%)CwG2z@Kl!6Jq4RS(J9srh$?- zqveGtMVs2!Lj`Ia%(HM&kN_ilLPg-I6)M<7*cK!J$U|&Ons9NDU?cZc1*brc0$#xS z$o{xCVWdhz1tF%rBdFpsp<*Rxsxf$b_T6~jY}N^BHC72r;gV2ENPDRVpmG^=r-9ca z-9!%QeM~cl`Zz~lirOjkr-ZKwARM*Neyr4gm^lzhLI0_}V*HePwNedGF+C?|7A)l^uOyBw+tnag7v>E z?8XHsx4Z(a3^J0RQ5A90Ur~ge@>QEfwrRuqaLP9oQ?XIFQ%$AB)P~(*7YR;H_Z?8w zxiS_uM>U9q>1T9Db}PHO474+WT_%jx=W}!P={a<(G*8BBFcS6w z5?GY8k&zjOTn$r{BV=?@Jni7bwS;zhNyar^UqeLOONUIzVPFPr|jOE#=WdmtGTnh9ZRw@70 zA%7qs_u4k{G7qS{Jz$);G%9Cfkn`5UFW^B;jv(eT8P3RX+vzG9iGPfgRz7BbU?)%w z5G{;CnpBfQ%33}0G=rcGW&b3#yP{h zfly5E>($?^zSX@j{Jn`cC!&tsL~OIqS|15`C9OhT%RlOMUi+%63Ky?#fB9=)PU?ly zirdfKdT!a-IR8|%W!K$YD{gJ;hbAXduv*(mD6Cr8e$#uRt{2*%G&v#!sC2 zsqN`|+t9fnG0xX7*&CPbdlp{&-k09|(o*Z5sD00}?diD9y_T;lEsPw*>8reIZuncR zkz=bxp1Eh2acir(W#QRq^|o2-LwCdc*y2-*2Yyg@clgg*qg#6Kz4*?HG56V7!^5hY z`NnTunzeug+2~s+T`Y?=bfKRs3g2_oP-D=~I1||Fqqh3_XBIB3wC|6$@4vS-)_&xj zZSUG3R)(mNOPy$i#$!?!1HO)QuC7BtaP-;%SJhO~FpS~llfw$?#} z%<_j8$i%(UH`BLdZCu!OxBiFi-*10sS9Isu<<@7A5wLii50^@Oka#Qhyzg{Dd>?0w zh1RHh>mtOHyXhcVhE{u87Frg+7;V{q?_kV*EOPYWwywL4_gZ4xPOLcl-uUADiwl9- z;km%8V@uAy$ib+yZ?(u7Dfsw<7c`i}AAevF?E5tze_#|!k7yvRiHQRTX28cEc!lD# z@N%GGEc_rGr9$aRO@P4C?|Y6l>i(y)W39R$?JGXEQTOM?b~5+XAKPm9am%)2yLA7i zqW-vGe#hQ+TyOYGec5q~?yv1d$881C>Yi1~<~At|QiA zji`Oe_*v724Kvn|fuTg{{LhT?UNOF6lDAQy@@yM563=nQN}nu}z~cmpt(yQP2FL{@ zdc$TMH%w{mH7hlh@kj>2U+VjiJpMPNE*0l%jaP!))s9R%1o0}unz^KB_X$ea01_%pjzSH z2)@)1WP0UQ;ka>pBOq`Q%D^sV=B(D2$%i1%6B+U+jK@SDa{)gwtwlNS&M_6@)EK%y zM}&MuTX=Sh){BYLg4vAU8eP{>Xz1sFd$LKT3Fn3Ka1t?vG_rVjp&}m6*l|p)BPfr* zhr|p|!KLRhd>(@-E)G!M=t91~&cUI|RA=ETDaM>C8vZP8wZwg9gc)oQHTDNp9drKq z{=Yi<_1;HXxIYfi;rTbr4$bf6J2GX&)m9O-`G!Vq7f$D?c1igm&5ZUEa3U-M4Hki zBSZ!vg1!RjI@t+}linj^2Mo~Fph0&`Myei?PcfJ@lhApZYG0z5w-cWn8Xoq8lsV+* zcqw&+^ixX2dV_y|Ncs=(2oP*Qm#7aX&Phw~R_SqBeRGI90w0=VB+&|)PzF(Hh*Ccr zEo+Zh!7Gehy}9Rsy>h;7v3R+5)5A*dBbpo!H*Z^f@$S{w=EEP-+yMEk%06obn$Q4J z8v5(~4I39r@48|e_J62{6MhZ$C0h+P%Z84n&i&E){cs_Ad#4-?+qg#=1Z?9KHSgtAo55#fd% zTq*Sw46anlt`DlTt)NQF`ed7|+tU!SM@k}&h%-_eDPuxX*0BBpanKC8IAx&GX>y6* zu&Y9}rm`Ms4`@wvjVK4LNv1}r!b&WrHdjogKcd7G z3gV-@gDMRuR17V+>X#$YHY=!M+FTSFh5jY)DBajmOhgwthrDvtAXNO{pp*_Oh3#AB z>CJQ>gf!E$>$DL02mrl-)(4sJz~qQj0VY|no^5t)J4u-MXXwD~PZ;R~bR_e^wF#wz z1|pI(p5b4?@(sgnVa7NL;GO*tPcSuTgi>I`%{wj36g-D*Gpr5kK%_Cun55bnbD$`N zr9zMaBxV8$%1~gLYO-QzL;8#u`Wb7$He&|aW7y+NSFDFB4JVI2|c z!4zgS+>MHd^1)}!>>%i*T7h<1}^8# zZ^4S9qN}wm9YW83po8!~-2N!yl$~q&5<6Cw|`sR+zUtKES zh+DGplJdw&F5}UHTFNTLU1^H3s7EBiYd9kF9NC^EgYXOKBpFx9_#HAXkU{H}-_T(^ z-b3WPNCuHkxu7zEQVG}~S3;i1M~@8#gAyy==SriE{U?g^Z5R+}nYgBmsPuF4G2wej z^0zng2e>vJUJI%~!psD%m=GbpRe=@Aiid8ZCm|UF$vXPfB&GsBEP(aJxzWT7mi~bZ zk&J&N<0CTsWU#40`-(C(Qtv0&!zYQE5g6HwP{f*3J`*$@NFl}l!x^4t0fZ(DMEOQY zWW`I$ZtuCZCt{2%^sI-a?zyH{$3SE$tDAozTGkw~#!G9zGqh0uy|y>oVvXDH)e;t(zV=tL9#OJ#;6uT-~`K#hjZW=D5Ri`}nQn zkO4C_M|vKBS=*2AQaBplwKhQn%+$PUDf(|w@_UxjhtPI(_~DiV_m0H2^g%OFfjw&5 zIIEuxMk_bcSq6+$AdDo1*8gVt;?s9~V!rN}WB)@(`P|V3^I}iT(Y5S2e)sGT2fjZ5 zT2&eFR$a0Ekro*x3x#HUN`Ylrheb=gUgQ;bRDG7zA2T#Ea;WXl7EOk*CV_M9Vjzr!Qj|tQ0iTi+UsQn3$uUSlV0XIm5Oytghm{}3 zy~EPvxUy$)y%;!cGKj!d2!qVB#sIcb{}?&pQ>mZ>bEwSp2-0<*EVTjBUnAnQD-DFo z8zVmk{V6SzZbZ2*tkyS^x~8bH1`<$Rvx9Rk5Mfs=-ep|+FDjoKTrR5SV6qwX!rE=I z^6j(6co9f-(W1H~BNy$@z{(BCmi6#|L?MsmR-<3k3;YzDJ*3=8>ABN{jnQajJ-|n( zgsexwu821`O2_7`=PO%N+iva{*k+ODlfsmm<&t&-4^Bo5PDANn*nnR?Fm7O**$;{R z=kzzFgphLalo@xtI6F7gSd+U)QanmvW#BwAtk+Cp?%fQ&QW-BEj=ecmy)&>U9*qdW_&qdphVlQCXS-tSr~lKF_tuFgNG_T4-% zYrc7M;f0j-+L~TlX8y<^SjuMFX0OG}HFVeBfhv~O^85AJ+E*O)P|vdDXq)L-Y+Tv2 zKe}oEy>rn`r_zHWJuIh)1xan?xP}kr*5EyhWgb`Ay^2e#%&a!_Rgwvcg@U`N*Tmh1+kHKt3F9?K_9%6C(PiTOGXFsDsqp>ahliXw=NDH%d(zS zoMEk;Q(IOPI8(9YICT8Vde+6+m=yueR2;RmO`jA?E^W(ah(jAl){|b^1#Q?CDv)aA z9J{ij!U-%w#%ogPIL#+y;_nHlFbdl+c01Rn4i{sFulE+h_7qJuxJQYQQje^Z*(1zq z&mER2N+pcKaLlv@?5NFNCD+s&GDH?4rO-lQ zE2>P?gI(5plma`l(-%1C=&} zJ!ud|3pL4R1=9jvc1xz)m4_?Bm5|2jO_iqDphmcI^q}HOz2S?V$$sE_G}{kfoD$yF zza`_+;VO*DiS=5n>EI6jIz9wK_;yHm6}&7Ua1@c z9UjWQP#Qa5mWOL-)Mr{oKd+RZdZX99p^8w=D3OD*o=`a(lbTN-6QvHALoQ|3fnmNM zQjGd=B}%V>vTV1A`B4tqy7ZHfQ>qJDRd_IvRWO`TyH*4}D>fy!$3X=s8FzpbS&S>g zPQ2|{Z|vJ+Yz^0j>%#S+`qA_2^B)~r@29Lg5LN3Zd<<6QOdIlyitAIOoE&qPW~@33 z8-heuV-NaChId$h#JqG77x>kotm1$&7tN{Bh9iLH+GsN&CSwK zgG@0m2e*N8uFHg`H+SiTiRQ=D2lEj1!R$W=1pAZ9x>=0eW%zuv0(PU+fbpmUtWsco z?y-eL?q?X=GC*A743v%L0PbO5$Qa0*&Aa(;LxllDs3@Qd`I!4Z&`f~;|A83>x!p9l zpq>atJL8XG&a;^Rg!<}c+F;k-)Q5^brS6W5x)(7?S`{CV_o_;Hr_0@XXGRWLX_fv& zU5>FHt;P6N%lVBf^CI>B^qrILI$h%;A?j+pg4<8CnwxIiefsx|(^1M5#;fWPr~smW zFqsAd_20--xSi)PKiE8kR0A#~$@7>JD9;QS1Q6?yPwnzd#Qfk2@%RN~wz1M>qu)a+ zNhJ?+O>DF)DwHPqt`L_6;OdRr<-=hPd58auMHpy7a#aMtZGO*IKWm*E2KTw3_?440 zC!xCRxy5ZO)}4?5aGPZb0B@ZJy6klHQ4KB$py!PFPO9EcGPaWOXE1PIiU{HveML~1 z^%bF1YERMn$tl1i_X*ZdW}k$R8h49WpU{~%{XX_*?13lH?d&c#qf9SXbS-Ro?ex6k z^=G3MUA(Qo;Vjdz6E)Y+MFbDtR%#XJPRW}J+w-+4hNuz5a*~+|yhP$AOxMVC2~OZh&EZs({WOFG^L`G6*;d?Wi&r<@I{d&{ z9j~sRJ-k{{J~y=t?J4DTE9D!akg^-5V=w5)C6%;MI&E%*Gfvg1p(}%58%q&6r_>q49dURLi=FCK~$d0 zV}qa#v3?W>o}aub(X|lzNc4n1O(8k;1^a+Y!bDLAh!V|vU#3qNFmFZq6xgn4ha8Jp zITgEr+0|G^w1-E+7vvR6x0S4F6k=%6l#yPc8ZbuJIkM3~RJuvVkI2Xb5(%qJyJFu3 z;MxEf?Tl78r>vRCb`nOy6hH}qi-XWRK=6aH&={Ba2jtR|N`%V^+w=Gw#{~&WnQ<4K zbc4~??IBSv(Yj=MZ4zdxsXT|<(-?1zGWQphmwfM!rI%>b5(SF#OvdGsH9r%N8$>pY zMZyRfxB)g4&rvxvYB>i5pZ~dvJL+tK1bA2d4#mAeh5&dVX<#Ibv_u#Oua2Bd(21`Y z=@7;IT{763V@vSc1?T4e=4=-=;duM;F;bgSzWW@Sm z9yY4?n>!cl|FrFo+G5T7AbjOELpI7Nv~T+3y2bF)rry|wgG_NJZeCu!ag`*Ki(ffB zb9lvC9mVxaTiI(Pka#Y5vtaSc%JxIi?T2DjhiOOjen>Z5LBF$?CM{5@^r%qi*nD@( z%C2L}yN*SID@D!GqUQTWElW>59nrmC;-PzuukMW)RkagLte);hl6p?48`mqq$IkjICpmZL+`@720eLAIWv*1VM=RSGtue4k$ialH$3(-@g3^MemqmJ5I&g zPp=768dDw9^&Ty0fjIk?c~{(Bwd`)6-xWCuMH<2~eJN*wUYFd(eS`gGvD-m%fi;h z&OhvW#~E{+1R=W8K5K$JUUTchw#6NHpNTc~ejpSUK$5?x~Jf z)V|(#r%!oR*3nqR%d0UhYB#P4hFbee+?K=iUGotJ^-S2NfDpc^=$jaK6hhsi@KgdjS=@TR zqATX^iX2VqiV99>9+rAu+wz_KJ9{9#pVX4is;48VCktBSDo^G!E2IW1lO|?0V-|m1 zd~N%!@n~`VM;7u+3M^!Y0KvxLyBFWlzjGzF>6wqptS&IS$tV?^9T=3Ykk2qAokFpj zUm1UZUDs8CPg9TzRJAh7GIsB*sH=rMsl-)V@z*CES=;Jo?XBW=i_03shuAX~i7@6`?h~pv)gHT@gwLV3FE?sFJ*m-lw~R(PeXC0f>UzpM?ytj@~!+|d2& zeZAmL!ThzArtWA{_r1e^(f6aiXwxZV?kU9}6uUkw6ub@d{jute9|)%6y4gby%DnNa z+Haa4ZrO9!AKTIcwgN7DxHit2=J&+wHZGP$>$+B4T}!U6M0In#*7vOw;3YU)9-)(K z;#GCuw8TBNul7AEL1rJ8rt;QO-f>?$WC5Hz=L*ttin_WW4B*_kO6ibSaUJrqIqvA+ zXvNy1Ndyss`BGf^7@5WTeBxdkYF}ojt1NbOO8|j#Nk_?k zjEv)CoFIeYCqA+fv5qN2Vjs^)m=E`MpM7=!W{*@zK}6w@EM(M>!EhSwejsvBlCzwQ zYBG#udAPeUkTFEY7s>b& zGVYS`mt_14GM31oe&(#pzb4x}8MH++5p;&^@@<=FViFmQp-3VYUlktZRqBn&y+WaV zwsGdUn9dzH7e)dzzTZ5FrP$z$H@3v9>*94y@tS%DI$>*Qjn^~+l*h{|Fqz^NHE~Z> zyxbcv!}qmn;#+pa+jg@5jq%ow_=e87uQT4d88G*Q?fdkNtM)R;ifQL8QG0z-4-d>Z zC`U3zi@=v7CpKr#TywOzE@>jCnL@QQ;iQFJI3HBZ9k{h8SwOBrp|BJe*)H6=5G|-m z7Lk`tz=2`Qt@dOwx$J_yE?Gi02h@5eon$K&O3IRDWOHHfNxI4A5lTJDa;$*pADMpdKEOzsfO zg=<}8+n*;GiqUzE7^w#AxEP!d3aa$x%>IT4`Wu~+Pd3tZo-~ooOr2sOo0U3+5~6p_ z#UB*Gwx*@5^T_WBjbJED=H=jAsZwGu-q$ZJ}_<2 z_h?p2tCp&vmuzEFPfos0S+(++8#nkoNfr}5fh;WKyY>Z*PQM{(ZPypFQK2`D3f`-x zvNb*4$@7}M`cf83ZwkeG)l?7}nsKk`VNX86CUagrf}QTUx?9gCwPbH;UkJY0!tLEX z>@6qzK#y=5C(KjWlE*cNGb zf8|P67dUM@9UPRr&kRZd?}^D5@g1*e`zd^E0rGJ8>cbfBfzgdec6Nje+<9cgb?CeR zTf%tCk9%kVznHK*&u9h%L)Qi&b3*1BMBhNsJIElCU_yUpB#6U!{`eri+JRC_aDtpR zWB2o(93CDS!ZH1V`w2Qi+=AZXqu!ubf+&} zyD~U-i5gemwRKZlXXnPYZCx9uttW5|ZqrtlddGCx>B+H4x~!(=0^6i?4T&~)ZEow_ z+S#^w%XVI5Cr`9}x+WF5_j0@UY-eXDFZ=i)?(ZG-izCy8^+>pRQ`^?fU2QvdbWIy4 zCrG{L&?TmHQO<80tHieHic^ypru^QM6aHK^QL@^?v*J3V7;2J1KP9fA7QZ#ZQE=rH zCVz4%v{X1Xn)G-w-%&|N?-chpq)J>U{FIEeRC3mnDnn73sbiQ_LVp=|5Fu_XO<@*E zNQLQ0w3;-feOzd|6`nsv&VhPZt_u&XC8QYh=1H;~pE>@Tdw$Ees_$EUa=`C!@$Kn? zUU{A}G9l9?CH>FHVHzJLxeT?Xd+1Aue@|rQX(JPk+Ou`z!Gu;E8JE65o*tsIFd|Q2 z&*z)q-PGo7nt*2YrgPH`nA{{Yy{EH{6skThT5Ia_&#bghitIa@u;7a;gAA$j2PEoB ziO9SX4M@TOjhZM>0u@A%^2uO`Aj2=sa1>KS8KM;6WpFGNpURdd zgOd;vV>&_;`7%9=5hVGNucEjNnWgcTyksz>cZO^X!>%J6jknZ5Mk5(bWH4O%X|gfQ zl%bu3cqd$!M=rO6;5Z>pO6~Mfn08sKR-$5Ei27}8H0U@$O`>#N6b9VTDGV@5bnzEJ zk^#IgQsE3=W+*$&PBwid`g#z z2>dut5OBoPX#Q5{j0&9}<(V~k9|jtvwW2Ij7HO#6v)IbmS;(F4@j?4V7`Wq_GHR| zWc|=#)YL_eekkDeVd;LWraW@|LxJAOqb@;bjZDY1?w{#4{!F*~XS%KbURU{^sW9@T zn5pWKfIY9{fz27W*T)^r@rpX=-YPan^uR+*g%5V4eq8jRmh1%oN0}p12ii%{<5+$)Uxoki2InmKyin ztGaJ|5{cD#9dT<#+zt{%1rg>-KNJi|QYa^3Ikg}L&&jGaRm_zDLo-#(J8-ZyRp4M- z;(65<$$#Lei_s^89vBNFU%qdwjvI?ung03DMGEd4+gHoVBl??G3J%k!ewAQ+t#`H5 zg&+$BP2*#}t4ffPveZMtK&vSOAW8Gv=JrMO_^2>aEETohH@1EDBypD;xfHOJ+wL2; ztM&NQ!a$;8g{J4Q`@V5cb`Bq%%%f3GvawDU2|CY5g(;6;uzR*Yt~t2%s8{<}Uj0#D G{{IUL5+j-b literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a344b3591b823259e4bc5f9696ffb1dff587085c GIT binary patch literal 3375 zcma)8TWlOx89pl*`{Sf88)6{?>4(T z%b9T+2MZY#AO+e6USe*djj9rp7b?U97a@cIf#4yg6onCpNQH-i2kbbaQW1jxJ7?Cr zfe5jy{pLI0e>wm8&zzb4WjdW?^cl#1u5uvF*jpI1KJk#O{e{RyW;0u>vAR~$>Uv49 z8znNIhDLN*<}j>hV%sW8B~ge5Z}=6kF=j*->Uk&oMi8MORr%NuBYe9k&xR z%+9R!7I;>9$rfx@g_D!6SBreo-Ff5%kKA@mPz?aopCYlXl`< zv=pDyb4fp462(Q|hA$!AhY8+RO zH@ti@Y0_sv%(#an!{}sr>eP&IW*fG-UoP}Swc+)dEqEq($fPMd-Q=wK^#s$7;QvR0 zPB)LA@p7vAcAkbK>gAfbAKgE3yGl^XfLSB6=}emsm|*}_${TLgn^OthcE*#UI#cof zSH?cm33vHFa)+UEsV;d5bHZux^);h$o?{B$>2lSp6o$Ba%5$29!4E!K7vZDkbQ||iInTM}xkCOlZ=5dFswWH0Ij`b04(9K>zd$zv?{CsQU7q1?p;>Jf zEON6QQ4rOsO2G?HktGjJzB%V7EUVh6dX{yz_m(4;Z|OZK_PqoP>}H1T>A(E!RrA5~ zk>4bC{od^B80_5p^7}3y|8@UE-#Wc~=ixVYK72m%W@6hK1v0UbAeX>gjdGn^mY=k& zx?CLbZp-@UY`GR%;+ADQQzWOXLHVS?!$)A_1$IVkC0Jr&8+b1OPjU%eMBL*9=h&*A zh$dF5>s$uYEI&fNJ6n)Tw1VIt`lxDUB!E05H{lTql6MO0-ZGd%){QNpokN;-Gr4Ga zr{6_f0I0s-fxo*2xh|4+V03p2mW<#gIPwJ+0SSxX*8yRce}Z2GU>@@L8aO9Vh3!-7 z(@>WIeW5JnFH1|b>255XS>j40tV;9my3Ukc(u@Yeu1d=xSXej4zK z5a-9~jBKyBCrXY@kaZ00k+C2f&+vgHi}^ z;DS2fEh&g+=%V&(MhZb5g6x^CJfvVk9U@pVf+OIM5d_Bw&=?WJ2!6gE5j}m+c--Li*%7IN3$Qb+Ibb@NWSAB!!?#7qxa(q-xAB;Bi5E$l`;qLwH>ZL5?m0 zdm~}VP#gYpc>D|=I3%)H6Of*SWCXvWi+B-2NeU|MWvHK5!pC9!HULehkdJ_WmO$VZ zqt&27fiosPErp;$m*8axUj#f)KyGr{uMiKu1c7cFVPbSQfv7=JkC5P#5Jr?BXFmr4 z4J8lkr1&a95GcU}?;{X%QV7svfq7aFsyw&^m?m;rKjzIf>Hl2ETOdjnKP_LxmZ$!U zs`qrfss4_tm$5;Aj>InHOCq3mX!y~AC&!9barlYx(TRaEt2i<|KJ3TGCnqK!8yNL7 zL!;y4!$VeU+&wXRbfjoaJ~cLaY{btVJATv}e){prCny5~#T`hElObP4?<78;UTTNM z5@{O!-0u^t7@DU2k?mh*`~S@L{eivfdS>&5!NtvsQy0dUGkX_OZ^wGHBibsHm}fio zU5jkK7D?aGyP~lhJp^kzx9-rdvfkDES!&z0NS5q3^duR36J*@AHKi}aSMOz;cHhRf gNngm2ExSu5&E681)fc)cXV0G7#P#UQEGrlHZ`7?Ep8x;= literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97f256a8057c758ed7d3caab8d4df9f57e7edd6b GIT binary patch literal 58990 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0436eff60199f9115db9d6596eaef74ca7e6b33d GIT binary patch literal 6367 zcmb_gdu$xV8J~Tf_a1(n?U+2AWJ4VACeB?#AOSZCabg1@jtSVN%F*<=+>Y&Y?$y~f ziLd7Zl~h({oXWXQ>ilp0ZaT}gUVzKAd7kN5>5lE;bR86`%=715bF65uoy zXkJ=*MJiIOIMoMKf2n6RtuX>;nh9a+MM48toUSAigs)l}9K5ecSXNvSoDYEv3&Vn5 z`2~J<>5474C*qbZcP32B7LPtkC&(@lN+N(|D-91-`b48*R4$#nidOTnDy^XkAK`^r zoEnTZJO=4g4d19z8WH3pstrF?aCRe5>hJWeT-LXCSkh~3rDuSqXzYHtj5aNvNn5c* znlh~~!!#3bK})2eo{Hg}wP-^oHMG;iT5CKRGtJiL&$C2)AOyqAOp=CO#56zy!n8qm_E&ZP|`(gTzwEUo!;CX-yT>d|70;Y?e0nI1Mo zLwqjV;~b^St|(3!FM=9)N{Ao+_`O&US9*!$MOJSWK}yJAQ7EvZn_T9lg#^iyXsJhD z_(42R24%P3QaM<$RCjB6VbJT=mr8f;b}}xF%W)||;^L{DgnS298IeZhyky~idCJRH zz^%I?$;7;zuD2>(`XH!})hRDuDW2~q;>%%~#9`hM$)$l{!Y?igMfzC~xh`F0xLI3{ zXR^Z#=d?XTStDjqTS-_nW!k=knMj*fEFGr|1iAWWz^JJ{CTnF@}`68VO!=9WEaSShwR$-)AVeEUTDx~8g{&McuaoTKj#nL@Nb+8)Qlgy zcx*PXsSwyS?;*{hH}bFLe|7%0A_Z&zzIN-RJW1yzvS!_{TQAe!_Rehm)+^ioyypE4 z*Ef97JKfe@sPA5spy$6OrLqe81vY)TD8skuft9bT4;+?#wuez`h^6BtL_(7ae~#Gm zPyrJl7~0;1DL_1kc$-(R+LSE=5x}4kjIJLMU0Pz%%eF;!UsF@&#JmtG1_*NVX1!oWZ7k5E+j0h-<>*Lo80?xMeq$F!ec5E|IUN0YM+hgRVp3 z&IDy%$ct|Yu1*pN^eUqP4RHx!fs8Lo_Y@`_c`k%O)oU%rmVodGo2MwyIM zjKHWR?U%2}OK(Z;K1S5M+U;sK&xit=O^!Vcg43Ca8Gu?2P_2(;Qusm7Sz0P%0D$4j ziUtx;w8}^#W!cqg%}1X?TX_miV;T%4P4njBB-qA8&luqH zt`JPL1*pLm8Dz@^GcOndz*}@Z^oIzDBN@cLt5RO(0x7vY?AC6l)TgD5{`5drgy%olo2O#4( zud1DBnv|!`%~bB1CxW+AxO!}^uHn*wA0L?7aJA>!zKH|Vb;oW?*m9e<-{kon6RpK~ z{Z8p^Wp9NpcJ=6DPnTYY{uHXMXw>#aqYm$&9*9Q2Hxx@2TPmVaBNLBC83NUoK>a!X zVs$hcOQ$my4_r)WM~lG_{R}-`TgE7Wt;edGWpEkH8s-`RY#YWlDGKhN!BD99EwP8N zwi&Z+n4$IO%7kZl0P}B<{g5n(ilWX}k;>pi-2|OjUkEf#%Z*??pB8$B1<9vW%{6SA zJUeAxK00;2uz7ExVc$Hb9zDK@<@{RWshWpL8YZQi1d2t;CBUqn;AcJu0n$=HjN$OG2=0@k9J?)WpgS1Lu-rq3 zVSRoOPASRSb^=s>|x9v!E6;z4j~P* zPWW>Gj{>(Jb@q<*6?=F6h{c1@vU2Ybvdj3?!9#R8q8MII@lX$^dLUF+A{BK7oWbXf!*aJdlF5D?DgLe1p?=`bjft}p%zNtYbks7Ap_X9;TB zQa`nd4k_R53U3spELX>m$nT~U7kwKVOcbXJWN!D~-!=ZG@oE)>LzQ!N_i(LITc~TA zt!pmSHIKt|7{gl3T+M;9zWt{2UI7 zLI%-yE!lhEMqu}tH9m52Wb&CpwFX~P9dC5L)>#PbzP9cCmg_CEhr0`hyQdHLLJaM# z2F>lQ9Iw1sIjc4n)W*qYXVj*<;B!R?T7u^9Vf7WxR#`E0qYp#ikDz`Ftq)I2vCWGh z&gH;c4sI?)Az~^!#*nz!|39$Fx{}*=0)W*VOBDE zO>-vLkQoH5Gz5AzYf#V0})PTdpbp>_ZjJn}2EYt;XKpb_ed&`;} zG=bcAVEDevj$(EkvsJd}Fw!tP0e=&%)hPG}GWZ7pQPJTshd^;zhA>;v7u0~FPbu>R zimNg&u0acY-D*@6-BErx7rI3$c%_X-^?Ifw!D9{M(>8a37%Bgz~*RH-IJx9^qI56n+!-UwPC!>VC&TJIK1B6&YxL z7qWRt5QM*yx=+c2ACU+DMYexRw%+!%2|}l^KzMQM2~iLZ2@{E11k2m%CP7~ykj)?8& literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5599daf2942c85a67f1250d7fbd8f8a2ed4e39d0 GIT binary patch literal 341 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py new file mode 100644 index 00000000..36286df3 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py @@ -0,0 +1,451 @@ +# Auto generated by make_terminal_widths.py + +CELL_WIDTHS = [ + (0, 0, 0), + (1, 31, -1), + (127, 159, -1), + (768, 879, 0), + (1155, 1161, 0), + (1425, 1469, 0), + (1471, 1471, 0), + (1473, 1474, 0), + (1476, 1477, 0), + (1479, 1479, 0), + (1552, 1562, 0), + (1611, 1631, 0), + (1648, 1648, 0), + (1750, 1756, 0), + (1759, 1764, 0), + (1767, 1768, 0), + (1770, 1773, 0), + (1809, 1809, 0), + (1840, 1866, 0), + (1958, 1968, 0), + (2027, 2035, 0), + (2045, 2045, 0), + (2070, 2073, 0), + (2075, 2083, 0), + (2085, 2087, 0), + (2089, 2093, 0), + (2137, 2139, 0), + (2259, 2273, 0), + (2275, 2306, 0), + (2362, 2362, 0), + (2364, 2364, 0), + (2369, 2376, 0), + (2381, 2381, 0), + (2385, 2391, 0), + (2402, 2403, 0), + (2433, 2433, 0), + (2492, 2492, 0), + (2497, 2500, 0), + (2509, 2509, 0), + (2530, 2531, 0), + (2558, 2558, 0), + (2561, 2562, 0), + (2620, 2620, 0), + (2625, 2626, 0), + (2631, 2632, 0), + (2635, 2637, 0), + (2641, 2641, 0), + (2672, 2673, 0), + (2677, 2677, 0), + (2689, 2690, 0), + (2748, 2748, 0), + (2753, 2757, 0), + (2759, 2760, 0), + (2765, 2765, 0), + (2786, 2787, 0), + (2810, 2815, 0), + (2817, 2817, 0), + (2876, 2876, 0), + (2879, 2879, 0), + (2881, 2884, 0), + (2893, 2893, 0), + (2901, 2902, 0), + (2914, 2915, 0), + (2946, 2946, 0), + (3008, 3008, 0), + (3021, 3021, 0), + (3072, 3072, 0), + (3076, 3076, 0), + (3134, 3136, 0), + (3142, 3144, 0), + (3146, 3149, 0), + (3157, 3158, 0), + (3170, 3171, 0), + (3201, 3201, 0), + (3260, 3260, 0), + (3263, 3263, 0), + (3270, 3270, 0), + (3276, 3277, 0), + (3298, 3299, 0), + (3328, 3329, 0), + (3387, 3388, 0), + (3393, 3396, 0), + (3405, 3405, 0), + (3426, 3427, 0), + (3457, 3457, 0), + (3530, 3530, 0), + (3538, 3540, 0), + (3542, 3542, 0), + (3633, 3633, 0), + (3636, 3642, 0), + (3655, 3662, 0), + (3761, 3761, 0), + (3764, 3772, 0), + (3784, 3789, 0), + (3864, 3865, 0), + (3893, 3893, 0), + (3895, 3895, 0), + (3897, 3897, 0), + (3953, 3966, 0), + (3968, 3972, 0), + (3974, 3975, 0), + (3981, 3991, 0), + (3993, 4028, 0), + (4038, 4038, 0), + (4141, 4144, 0), + (4146, 4151, 0), + (4153, 4154, 0), + (4157, 4158, 0), + (4184, 4185, 0), + (4190, 4192, 0), + (4209, 4212, 0), + (4226, 4226, 0), + (4229, 4230, 0), + (4237, 4237, 0), + (4253, 4253, 0), + (4352, 4447, 2), + (4957, 4959, 0), + (5906, 5908, 0), + (5938, 5940, 0), + (5970, 5971, 0), + (6002, 6003, 0), + (6068, 6069, 0), + (6071, 6077, 0), + (6086, 6086, 0), + (6089, 6099, 0), + (6109, 6109, 0), + (6155, 6157, 0), + (6277, 6278, 0), + (6313, 6313, 0), + (6432, 6434, 0), + (6439, 6440, 0), + (6450, 6450, 0), + (6457, 6459, 0), + (6679, 6680, 0), + (6683, 6683, 0), + (6742, 6742, 0), + (6744, 6750, 0), + (6752, 6752, 0), + (6754, 6754, 0), + (6757, 6764, 0), + (6771, 6780, 0), + (6783, 6783, 0), + (6832, 6848, 0), + (6912, 6915, 0), + (6964, 6964, 0), + (6966, 6970, 0), + (6972, 6972, 0), + (6978, 6978, 0), + (7019, 7027, 0), + (7040, 7041, 0), + (7074, 7077, 0), + (7080, 7081, 0), + (7083, 7085, 0), + (7142, 7142, 0), + (7144, 7145, 0), + (7149, 7149, 0), + (7151, 7153, 0), + (7212, 7219, 0), + (7222, 7223, 0), + (7376, 7378, 0), + (7380, 7392, 0), + (7394, 7400, 0), + (7405, 7405, 0), + (7412, 7412, 0), + (7416, 7417, 0), + (7616, 7673, 0), + (7675, 7679, 0), + (8203, 8207, 0), + (8232, 8238, 0), + (8288, 8291, 0), + (8400, 8432, 0), + (8986, 8987, 2), + (9001, 9002, 2), + (9193, 9196, 2), + (9200, 9200, 2), + (9203, 9203, 2), + (9725, 9726, 2), + (9748, 9749, 2), + (9800, 9811, 2), + (9855, 9855, 2), + (9875, 9875, 2), + (9889, 9889, 2), + (9898, 9899, 2), + (9917, 9918, 2), + (9924, 9925, 2), + (9934, 9934, 2), + (9940, 9940, 2), + (9962, 9962, 2), + (9970, 9971, 2), + (9973, 9973, 2), + (9978, 9978, 2), + (9981, 9981, 2), + (9989, 9989, 2), + (9994, 9995, 2), + (10024, 10024, 2), + (10060, 10060, 2), + (10062, 10062, 2), + (10067, 10069, 2), + (10071, 10071, 2), + (10133, 10135, 2), + (10160, 10160, 2), + (10175, 10175, 2), + (11035, 11036, 2), + (11088, 11088, 2), + (11093, 11093, 2), + (11503, 11505, 0), + (11647, 11647, 0), + (11744, 11775, 0), + (11904, 11929, 2), + (11931, 12019, 2), + (12032, 12245, 2), + (12272, 12283, 2), + (12288, 12329, 2), + (12330, 12333, 0), + (12334, 12350, 2), + (12353, 12438, 2), + (12441, 12442, 0), + (12443, 12543, 2), + (12549, 12591, 2), + (12593, 12686, 2), + (12688, 12771, 2), + (12784, 12830, 2), + (12832, 12871, 2), + (12880, 19903, 2), + (19968, 42124, 2), + (42128, 42182, 2), + (42607, 42610, 0), + (42612, 42621, 0), + (42654, 42655, 0), + (42736, 42737, 0), + (43010, 43010, 0), + (43014, 43014, 0), + (43019, 43019, 0), + (43045, 43046, 0), + (43052, 43052, 0), + (43204, 43205, 0), + (43232, 43249, 0), + (43263, 43263, 0), + (43302, 43309, 0), + (43335, 43345, 0), + (43360, 43388, 2), + (43392, 43394, 0), + (43443, 43443, 0), + (43446, 43449, 0), + (43452, 43453, 0), + (43493, 43493, 0), + (43561, 43566, 0), + (43569, 43570, 0), + (43573, 43574, 0), + (43587, 43587, 0), + (43596, 43596, 0), + (43644, 43644, 0), + (43696, 43696, 0), + (43698, 43700, 0), + (43703, 43704, 0), + (43710, 43711, 0), + (43713, 43713, 0), + (43756, 43757, 0), + (43766, 43766, 0), + (44005, 44005, 0), + (44008, 44008, 0), + (44013, 44013, 0), + (44032, 55203, 2), + (63744, 64255, 2), + (64286, 64286, 0), + (65024, 65039, 0), + (65040, 65049, 2), + (65056, 65071, 0), + (65072, 65106, 2), + (65108, 65126, 2), + (65128, 65131, 2), + (65281, 65376, 2), + (65504, 65510, 2), + (66045, 66045, 0), + (66272, 66272, 0), + (66422, 66426, 0), + (68097, 68099, 0), + (68101, 68102, 0), + (68108, 68111, 0), + (68152, 68154, 0), + (68159, 68159, 0), + (68325, 68326, 0), + (68900, 68903, 0), + (69291, 69292, 0), + (69446, 69456, 0), + (69633, 69633, 0), + (69688, 69702, 0), + (69759, 69761, 0), + (69811, 69814, 0), + (69817, 69818, 0), + (69888, 69890, 0), + (69927, 69931, 0), + (69933, 69940, 0), + (70003, 70003, 0), + (70016, 70017, 0), + (70070, 70078, 0), + (70089, 70092, 0), + (70095, 70095, 0), + (70191, 70193, 0), + (70196, 70196, 0), + (70198, 70199, 0), + (70206, 70206, 0), + (70367, 70367, 0), + (70371, 70378, 0), + (70400, 70401, 0), + (70459, 70460, 0), + (70464, 70464, 0), + (70502, 70508, 0), + (70512, 70516, 0), + (70712, 70719, 0), + (70722, 70724, 0), + (70726, 70726, 0), + (70750, 70750, 0), + (70835, 70840, 0), + (70842, 70842, 0), + (70847, 70848, 0), + (70850, 70851, 0), + (71090, 71093, 0), + (71100, 71101, 0), + (71103, 71104, 0), + (71132, 71133, 0), + (71219, 71226, 0), + (71229, 71229, 0), + (71231, 71232, 0), + (71339, 71339, 0), + (71341, 71341, 0), + (71344, 71349, 0), + (71351, 71351, 0), + (71453, 71455, 0), + (71458, 71461, 0), + (71463, 71467, 0), + (71727, 71735, 0), + (71737, 71738, 0), + (71995, 71996, 0), + (71998, 71998, 0), + (72003, 72003, 0), + (72148, 72151, 0), + (72154, 72155, 0), + (72160, 72160, 0), + (72193, 72202, 0), + (72243, 72248, 0), + (72251, 72254, 0), + (72263, 72263, 0), + (72273, 72278, 0), + (72281, 72283, 0), + (72330, 72342, 0), + (72344, 72345, 0), + (72752, 72758, 0), + (72760, 72765, 0), + (72767, 72767, 0), + (72850, 72871, 0), + (72874, 72880, 0), + (72882, 72883, 0), + (72885, 72886, 0), + (73009, 73014, 0), + (73018, 73018, 0), + (73020, 73021, 0), + (73023, 73029, 0), + (73031, 73031, 0), + (73104, 73105, 0), + (73109, 73109, 0), + (73111, 73111, 0), + (73459, 73460, 0), + (92912, 92916, 0), + (92976, 92982, 0), + (94031, 94031, 0), + (94095, 94098, 0), + (94176, 94179, 2), + (94180, 94180, 0), + (94192, 94193, 2), + (94208, 100343, 2), + (100352, 101589, 2), + (101632, 101640, 2), + (110592, 110878, 2), + (110928, 110930, 2), + (110948, 110951, 2), + (110960, 111355, 2), + (113821, 113822, 0), + (119143, 119145, 0), + (119163, 119170, 0), + (119173, 119179, 0), + (119210, 119213, 0), + (119362, 119364, 0), + (121344, 121398, 0), + (121403, 121452, 0), + (121461, 121461, 0), + (121476, 121476, 0), + (121499, 121503, 0), + (121505, 121519, 0), + (122880, 122886, 0), + (122888, 122904, 0), + (122907, 122913, 0), + (122915, 122916, 0), + (122918, 122922, 0), + (123184, 123190, 0), + (123628, 123631, 0), + (125136, 125142, 0), + (125252, 125258, 0), + (126980, 126980, 2), + (127183, 127183, 2), + (127374, 127374, 2), + (127377, 127386, 2), + (127488, 127490, 2), + (127504, 127547, 2), + (127552, 127560, 2), + (127568, 127569, 2), + (127584, 127589, 2), + (127744, 127776, 2), + (127789, 127797, 2), + (127799, 127868, 2), + (127870, 127891, 2), + (127904, 127946, 2), + (127951, 127955, 2), + (127968, 127984, 2), + (127988, 127988, 2), + (127992, 128062, 2), + (128064, 128064, 2), + (128066, 128252, 2), + (128255, 128317, 2), + (128331, 128334, 2), + (128336, 128359, 2), + (128378, 128378, 2), + (128405, 128406, 2), + (128420, 128420, 2), + (128507, 128591, 2), + (128640, 128709, 2), + (128716, 128716, 2), + (128720, 128722, 2), + (128725, 128727, 2), + (128747, 128748, 2), + (128756, 128764, 2), + (128992, 129003, 2), + (129292, 129338, 2), + (129340, 129349, 2), + (129351, 129400, 2), + (129402, 129483, 2), + (129485, 129535, 2), + (129648, 129652, 2), + (129656, 129658, 2), + (129664, 129670, 2), + (129680, 129704, 2), + (129712, 129718, 2), + (129728, 129730, 2), + (129744, 129750, 2), + (131072, 196605, 2), + (196608, 262141, 2), + (917760, 917999, 0), +] diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py new file mode 100644 index 00000000..1f2877bb --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py @@ -0,0 +1,3610 @@ +EMOJI = { + "1st_place_medal": "🥇", + "2nd_place_medal": "🥈", + "3rd_place_medal": "🥉", + "ab_button_(blood_type)": "🆎", + "atm_sign": "🏧", + "a_button_(blood_type)": "🅰", + "afghanistan": "🇦🇫", + "albania": "🇦🇱", + "algeria": "🇩🇿", + "american_samoa": "🇦🇸", + "andorra": "🇦🇩", + "angola": "🇦🇴", + "anguilla": "🇦🇮", + "antarctica": "🇦🇶", + "antigua_&_barbuda": "🇦🇬", + "aquarius": "♒", + "argentina": "🇦🇷", + "aries": "♈", + "armenia": "🇦🇲", + "aruba": "🇦🇼", + "ascension_island": "🇦🇨", + "australia": "🇦🇺", + "austria": "🇦🇹", + "azerbaijan": "🇦🇿", + "back_arrow": "🔙", + "b_button_(blood_type)": "🅱", + "bahamas": "🇧🇸", + "bahrain": "🇧🇭", + "bangladesh": "🇧🇩", + "barbados": "🇧🇧", + "belarus": "🇧🇾", + "belgium": "🇧🇪", + "belize": "🇧🇿", + "benin": "🇧🇯", + "bermuda": "🇧🇲", + "bhutan": "🇧🇹", + "bolivia": "🇧🇴", + "bosnia_&_herzegovina": "🇧🇦", + "botswana": "🇧🇼", + "bouvet_island": "🇧🇻", + "brazil": "🇧🇷", + "british_indian_ocean_territory": "🇮🇴", + "british_virgin_islands": "🇻🇬", + "brunei": "🇧🇳", + "bulgaria": "🇧🇬", + "burkina_faso": "🇧🇫", + "burundi": "🇧🇮", + "cl_button": "🆑", + "cool_button": "🆒", + "cambodia": "🇰🇭", + "cameroon": "🇨🇲", + "canada": "🇨🇦", + "canary_islands": "🇮🇨", + "cancer": "♋", + "cape_verde": "🇨🇻", + "capricorn": "♑", + "caribbean_netherlands": "🇧🇶", + "cayman_islands": "🇰🇾", + "central_african_republic": "🇨🇫", + "ceuta_&_melilla": "🇪🇦", + "chad": "🇹🇩", + "chile": "🇨🇱", + "china": "🇨🇳", + "christmas_island": "🇨🇽", + "christmas_tree": "🎄", + "clipperton_island": "🇨🇵", + "cocos_(keeling)_islands": "🇨🇨", + "colombia": "🇨🇴", + "comoros": "🇰🇲", + "congo_-_brazzaville": "🇨🇬", + "congo_-_kinshasa": "🇨🇩", + "cook_islands": "🇨🇰", + "costa_rica": "🇨🇷", + "croatia": "🇭🇷", + "cuba": "🇨🇺", + "curaçao": "🇨🇼", + "cyprus": "🇨🇾", + "czechia": "🇨🇿", + "côte_d’ivoire": "🇨🇮", + "denmark": "🇩🇰", + "diego_garcia": "🇩🇬", + "djibouti": "🇩🇯", + "dominica": "🇩🇲", + "dominican_republic": "🇩🇴", + "end_arrow": "🔚", + "ecuador": "🇪🇨", + "egypt": "🇪🇬", + "el_salvador": "🇸🇻", + "england": "🏴\U000e0067\U000e0062\U000e0065\U000e006e\U000e0067\U000e007f", + "equatorial_guinea": "🇬🇶", + "eritrea": "🇪🇷", + "estonia": "🇪🇪", + "ethiopia": "🇪🇹", + "european_union": "🇪🇺", + "free_button": "🆓", + "falkland_islands": "🇫🇰", + "faroe_islands": "🇫🇴", + "fiji": "🇫🇯", + "finland": "🇫🇮", + "france": "🇫🇷", + "french_guiana": "🇬🇫", + "french_polynesia": "🇵🇫", + "french_southern_territories": "🇹🇫", + "gabon": "🇬🇦", + "gambia": "🇬🇲", + "gemini": "♊", + "georgia": "🇬🇪", + "germany": "🇩🇪", + "ghana": "🇬🇭", + "gibraltar": "🇬🇮", + "greece": "🇬🇷", + "greenland": "🇬🇱", + "grenada": "🇬🇩", + "guadeloupe": "🇬🇵", + "guam": "🇬🇺", + "guatemala": "🇬🇹", + "guernsey": "🇬🇬", + "guinea": "🇬🇳", + "guinea-bissau": "🇬🇼", + "guyana": "🇬🇾", + "haiti": "🇭🇹", + "heard_&_mcdonald_islands": "🇭🇲", + "honduras": "🇭🇳", + "hong_kong_sar_china": "🇭🇰", + "hungary": "🇭🇺", + "id_button": "🆔", + "iceland": "🇮🇸", + "india": "🇮🇳", + "indonesia": "🇮🇩", + "iran": "🇮🇷", + "iraq": "🇮🇶", + "ireland": "🇮🇪", + "isle_of_man": "🇮🇲", + "israel": "🇮🇱", + "italy": "🇮🇹", + "jamaica": "🇯🇲", + "japan": "🗾", + "japanese_acceptable_button": "🉑", + "japanese_application_button": "🈸", + "japanese_bargain_button": "🉐", + "japanese_castle": "🏯", + "japanese_congratulations_button": "㊗", + "japanese_discount_button": "🈹", + "japanese_dolls": "🎎", + "japanese_free_of_charge_button": "🈚", + "japanese_here_button": "🈁", + "japanese_monthly_amount_button": "🈷", + "japanese_no_vacancy_button": "🈵", + "japanese_not_free_of_charge_button": "🈶", + "japanese_open_for_business_button": "🈺", + "japanese_passing_grade_button": "🈴", + "japanese_post_office": "🏣", + "japanese_prohibited_button": "🈲", + "japanese_reserved_button": "🈯", + "japanese_secret_button": "㊙", + "japanese_service_charge_button": "🈂", + "japanese_symbol_for_beginner": "🔰", + "japanese_vacancy_button": "🈳", + "jersey": "🇯🇪", + "jordan": "🇯🇴", + "kazakhstan": "🇰🇿", + "kenya": "🇰🇪", + "kiribati": "🇰🇮", + "kosovo": "🇽🇰", + "kuwait": "🇰🇼", + "kyrgyzstan": "🇰🇬", + "laos": "🇱🇦", + "latvia": "🇱🇻", + "lebanon": "🇱🇧", + "leo": "♌", + "lesotho": "🇱🇸", + "liberia": "🇱🇷", + "libra": "♎", + "libya": "🇱🇾", + "liechtenstein": "🇱🇮", + "lithuania": "🇱🇹", + "luxembourg": "🇱🇺", + "macau_sar_china": "🇲🇴", + "macedonia": "🇲🇰", + "madagascar": "🇲🇬", + "malawi": "🇲🇼", + "malaysia": "🇲🇾", + "maldives": "🇲🇻", + "mali": "🇲🇱", + "malta": "🇲🇹", + "marshall_islands": "🇲🇭", + "martinique": "🇲🇶", + "mauritania": "🇲🇷", + "mauritius": "🇲🇺", + "mayotte": "🇾🇹", + "mexico": "🇲🇽", + "micronesia": "🇫🇲", + "moldova": "🇲🇩", + "monaco": "🇲🇨", + "mongolia": "🇲🇳", + "montenegro": "🇲🇪", + "montserrat": "🇲🇸", + "morocco": "🇲🇦", + "mozambique": "🇲🇿", + "mrs._claus": "🤶", + "mrs._claus_dark_skin_tone": "🤶🏿", + "mrs._claus_light_skin_tone": "🤶🏻", + "mrs._claus_medium-dark_skin_tone": "🤶🏾", + "mrs._claus_medium-light_skin_tone": "🤶🏼", + "mrs._claus_medium_skin_tone": "🤶🏽", + "myanmar_(burma)": "🇲🇲", + "new_button": "🆕", + "ng_button": "🆖", + "namibia": "🇳🇦", + "nauru": "🇳🇷", + "nepal": "🇳🇵", + "netherlands": "🇳🇱", + "new_caledonia": "🇳🇨", + "new_zealand": "🇳🇿", + "nicaragua": "🇳🇮", + "niger": "🇳🇪", + "nigeria": "🇳🇬", + "niue": "🇳🇺", + "norfolk_island": "🇳🇫", + "north_korea": "🇰🇵", + "northern_mariana_islands": "🇲🇵", + "norway": "🇳🇴", + "ok_button": "🆗", + "ok_hand": "👌", + "ok_hand_dark_skin_tone": "👌🏿", + "ok_hand_light_skin_tone": "👌🏻", + "ok_hand_medium-dark_skin_tone": "👌🏾", + "ok_hand_medium-light_skin_tone": "👌🏼", + "ok_hand_medium_skin_tone": "👌🏽", + "on!_arrow": "🔛", + "o_button_(blood_type)": "🅾", + "oman": "🇴🇲", + "ophiuchus": "⛎", + "p_button": "🅿", + "pakistan": "🇵🇰", + "palau": "🇵🇼", + "palestinian_territories": "🇵🇸", + "panama": "🇵🇦", + "papua_new_guinea": "🇵🇬", + "paraguay": "🇵🇾", + "peru": "🇵🇪", + "philippines": "🇵🇭", + "pisces": "♓", + "pitcairn_islands": "🇵🇳", + "poland": "🇵🇱", + "portugal": "🇵🇹", + "puerto_rico": "🇵🇷", + "qatar": "🇶🇦", + "romania": "🇷🇴", + "russia": "🇷🇺", + "rwanda": "🇷🇼", + "réunion": "🇷🇪", + "soon_arrow": "🔜", + "sos_button": "🆘", + "sagittarius": "♐", + "samoa": "🇼🇸", + "san_marino": "🇸🇲", + "santa_claus": "🎅", + "santa_claus_dark_skin_tone": "🎅🏿", + "santa_claus_light_skin_tone": "🎅🏻", + "santa_claus_medium-dark_skin_tone": "🎅🏾", + "santa_claus_medium-light_skin_tone": "🎅🏼", + "santa_claus_medium_skin_tone": "🎅🏽", + "saudi_arabia": "🇸🇦", + "scorpio": "♏", + "scotland": "🏴\U000e0067\U000e0062\U000e0073\U000e0063\U000e0074\U000e007f", + "senegal": "🇸🇳", + "serbia": "🇷🇸", + "seychelles": "🇸🇨", + "sierra_leone": "🇸🇱", + "singapore": "🇸🇬", + "sint_maarten": "🇸🇽", + "slovakia": "🇸🇰", + "slovenia": "🇸🇮", + "solomon_islands": "🇸🇧", + "somalia": "🇸🇴", + "south_africa": "🇿🇦", + "south_georgia_&_south_sandwich_islands": "🇬🇸", + "south_korea": "🇰🇷", + "south_sudan": "🇸🇸", + "spain": "🇪🇸", + "sri_lanka": "🇱🇰", + "st._barthélemy": "🇧🇱", + "st._helena": "🇸🇭", + "st._kitts_&_nevis": "🇰🇳", + "st._lucia": "🇱🇨", + "st._martin": "🇲🇫", + "st._pierre_&_miquelon": "🇵🇲", + "st._vincent_&_grenadines": "🇻🇨", + "statue_of_liberty": "🗽", + "sudan": "🇸🇩", + "suriname": "🇸🇷", + "svalbard_&_jan_mayen": "🇸🇯", + "swaziland": "🇸🇿", + "sweden": "🇸🇪", + "switzerland": "🇨🇭", + "syria": "🇸🇾", + "são_tomé_&_príncipe": "🇸🇹", + "t-rex": "🦖", + "top_arrow": "🔝", + "taiwan": "🇹🇼", + "tajikistan": "🇹🇯", + "tanzania": "🇹🇿", + "taurus": "♉", + "thailand": "🇹🇭", + "timor-leste": "🇹🇱", + "togo": "🇹🇬", + "tokelau": "🇹🇰", + "tokyo_tower": "🗼", + "tonga": "🇹🇴", + "trinidad_&_tobago": "🇹🇹", + "tristan_da_cunha": "🇹🇦", + "tunisia": "🇹🇳", + "turkey": "🦃", + "turkmenistan": "🇹🇲", + "turks_&_caicos_islands": "🇹🇨", + "tuvalu": "🇹🇻", + "u.s._outlying_islands": "🇺🇲", + "u.s._virgin_islands": "🇻🇮", + "up!_button": "🆙", + "uganda": "🇺🇬", + "ukraine": "🇺🇦", + "united_arab_emirates": "🇦🇪", + "united_kingdom": "🇬🇧", + "united_nations": "🇺🇳", + "united_states": "🇺🇸", + "uruguay": "🇺🇾", + "uzbekistan": "🇺🇿", + "vs_button": "🆚", + "vanuatu": "🇻🇺", + "vatican_city": "🇻🇦", + "venezuela": "🇻🇪", + "vietnam": "🇻🇳", + "virgo": "♍", + "wales": "🏴\U000e0067\U000e0062\U000e0077\U000e006c\U000e0073\U000e007f", + "wallis_&_futuna": "🇼🇫", + "western_sahara": "🇪🇭", + "yemen": "🇾🇪", + "zambia": "🇿🇲", + "zimbabwe": "🇿🇼", + "abacus": "🧮", + "adhesive_bandage": "🩹", + "admission_tickets": "🎟", + "adult": "🧑", + "adult_dark_skin_tone": "🧑🏿", + "adult_light_skin_tone": "🧑🏻", + "adult_medium-dark_skin_tone": "🧑🏾", + "adult_medium-light_skin_tone": "🧑🏼", + "adult_medium_skin_tone": "🧑🏽", + "aerial_tramway": "🚡", + "airplane": "✈", + "airplane_arrival": "🛬", + "airplane_departure": "🛫", + "alarm_clock": "⏰", + "alembic": "⚗", + "alien": "👽", + "alien_monster": "👾", + "ambulance": "🚑", + "american_football": "🏈", + "amphora": "🏺", + "anchor": "⚓", + "anger_symbol": "💢", + "angry_face": "😠", + "angry_face_with_horns": "👿", + "anguished_face": "😧", + "ant": "🐜", + "antenna_bars": "📶", + "anxious_face_with_sweat": "😰", + "articulated_lorry": "🚛", + "artist_palette": "🎨", + "astonished_face": "😲", + "atom_symbol": "⚛", + "auto_rickshaw": "🛺", + "automobile": "🚗", + "avocado": "🥑", + "axe": "🪓", + "baby": "👶", + "baby_angel": "👼", + "baby_angel_dark_skin_tone": "👼🏿", + "baby_angel_light_skin_tone": "👼🏻", + "baby_angel_medium-dark_skin_tone": "👼🏾", + "baby_angel_medium-light_skin_tone": "👼🏼", + "baby_angel_medium_skin_tone": "👼🏽", + "baby_bottle": "🍼", + "baby_chick": "🐤", + "baby_dark_skin_tone": "👶🏿", + "baby_light_skin_tone": "👶🏻", + "baby_medium-dark_skin_tone": "👶🏾", + "baby_medium-light_skin_tone": "👶🏼", + "baby_medium_skin_tone": "👶🏽", + "baby_symbol": "🚼", + "backhand_index_pointing_down": "👇", + "backhand_index_pointing_down_dark_skin_tone": "👇🏿", + "backhand_index_pointing_down_light_skin_tone": "👇🏻", + "backhand_index_pointing_down_medium-dark_skin_tone": "👇🏾", + "backhand_index_pointing_down_medium-light_skin_tone": "👇🏼", + "backhand_index_pointing_down_medium_skin_tone": "👇🏽", + "backhand_index_pointing_left": "👈", + "backhand_index_pointing_left_dark_skin_tone": "👈🏿", + "backhand_index_pointing_left_light_skin_tone": "👈🏻", + "backhand_index_pointing_left_medium-dark_skin_tone": "👈🏾", + "backhand_index_pointing_left_medium-light_skin_tone": "👈🏼", + "backhand_index_pointing_left_medium_skin_tone": "👈🏽", + "backhand_index_pointing_right": "👉", + "backhand_index_pointing_right_dark_skin_tone": "👉🏿", + "backhand_index_pointing_right_light_skin_tone": "👉🏻", + "backhand_index_pointing_right_medium-dark_skin_tone": "👉🏾", + "backhand_index_pointing_right_medium-light_skin_tone": "👉🏼", + "backhand_index_pointing_right_medium_skin_tone": "👉🏽", + "backhand_index_pointing_up": "👆", + "backhand_index_pointing_up_dark_skin_tone": "👆🏿", + "backhand_index_pointing_up_light_skin_tone": "👆🏻", + "backhand_index_pointing_up_medium-dark_skin_tone": "👆🏾", + "backhand_index_pointing_up_medium-light_skin_tone": "👆🏼", + "backhand_index_pointing_up_medium_skin_tone": "👆🏽", + "bacon": "🥓", + "badger": "🦡", + "badminton": "🏸", + "bagel": "🥯", + "baggage_claim": "🛄", + "baguette_bread": "🥖", + "balance_scale": "⚖", + "bald": "🦲", + "bald_man": "👨\u200d🦲", + "bald_woman": "👩\u200d🦲", + "ballet_shoes": "🩰", + "balloon": "🎈", + "ballot_box_with_ballot": "🗳", + "ballot_box_with_check": "☑", + "banana": "🍌", + "banjo": "🪕", + "bank": "🏦", + "bar_chart": "📊", + "barber_pole": "💈", + "baseball": "⚾", + "basket": "🧺", + "basketball": "🏀", + "bat": "🦇", + "bathtub": "🛁", + "battery": "🔋", + "beach_with_umbrella": "🏖", + "beaming_face_with_smiling_eyes": "😁", + "bear_face": "🐻", + "bearded_person": "🧔", + "bearded_person_dark_skin_tone": "🧔🏿", + "bearded_person_light_skin_tone": "🧔🏻", + "bearded_person_medium-dark_skin_tone": "🧔🏾", + "bearded_person_medium-light_skin_tone": "🧔🏼", + "bearded_person_medium_skin_tone": "🧔🏽", + "beating_heart": "💓", + "bed": "🛏", + "beer_mug": "🍺", + "bell": "🔔", + "bell_with_slash": "🔕", + "bellhop_bell": "🛎", + "bento_box": "🍱", + "beverage_box": "🧃", + "bicycle": "🚲", + "bikini": "👙", + "billed_cap": "🧢", + "biohazard": "☣", + "bird": "🐦", + "birthday_cake": "🎂", + "black_circle": "⚫", + "black_flag": "🏴", + "black_heart": "🖤", + "black_large_square": "⬛", + "black_medium-small_square": "◾", + "black_medium_square": "◼", + "black_nib": "✒", + "black_small_square": "▪", + "black_square_button": "🔲", + "blond-haired_man": "👱\u200d♂️", + "blond-haired_man_dark_skin_tone": "👱🏿\u200d♂️", + "blond-haired_man_light_skin_tone": "👱🏻\u200d♂️", + "blond-haired_man_medium-dark_skin_tone": "👱🏾\u200d♂️", + "blond-haired_man_medium-light_skin_tone": "👱🏼\u200d♂️", + "blond-haired_man_medium_skin_tone": "👱🏽\u200d♂️", + "blond-haired_person": "👱", + "blond-haired_person_dark_skin_tone": "👱🏿", + "blond-haired_person_light_skin_tone": "👱🏻", + "blond-haired_person_medium-dark_skin_tone": "👱🏾", + "blond-haired_person_medium-light_skin_tone": "👱🏼", + "blond-haired_person_medium_skin_tone": "👱🏽", + "blond-haired_woman": "👱\u200d♀️", + "blond-haired_woman_dark_skin_tone": "👱🏿\u200d♀️", + "blond-haired_woman_light_skin_tone": "👱🏻\u200d♀️", + "blond-haired_woman_medium-dark_skin_tone": "👱🏾\u200d♀️", + "blond-haired_woman_medium-light_skin_tone": "👱🏼\u200d♀️", + "blond-haired_woman_medium_skin_tone": "👱🏽\u200d♀️", + "blossom": "🌼", + "blowfish": "🐡", + "blue_book": "📘", + "blue_circle": "🔵", + "blue_heart": "💙", + "blue_square": "🟦", + "boar": "🐗", + "bomb": "💣", + "bone": "🦴", + "bookmark": "🔖", + "bookmark_tabs": "📑", + "books": "📚", + "bottle_with_popping_cork": "🍾", + "bouquet": "💐", + "bow_and_arrow": "🏹", + "bowl_with_spoon": "🥣", + "bowling": "🎳", + "boxing_glove": "🥊", + "boy": "👦", + "boy_dark_skin_tone": "👦🏿", + "boy_light_skin_tone": "👦🏻", + "boy_medium-dark_skin_tone": "👦🏾", + "boy_medium-light_skin_tone": "👦🏼", + "boy_medium_skin_tone": "👦🏽", + "brain": "🧠", + "bread": "🍞", + "breast-feeding": "🤱", + "breast-feeding_dark_skin_tone": "🤱🏿", + "breast-feeding_light_skin_tone": "🤱🏻", + "breast-feeding_medium-dark_skin_tone": "🤱🏾", + "breast-feeding_medium-light_skin_tone": "🤱🏼", + "breast-feeding_medium_skin_tone": "🤱🏽", + "brick": "🧱", + "bride_with_veil": "👰", + "bride_with_veil_dark_skin_tone": "👰🏿", + "bride_with_veil_light_skin_tone": "👰🏻", + "bride_with_veil_medium-dark_skin_tone": "👰🏾", + "bride_with_veil_medium-light_skin_tone": "👰🏼", + "bride_with_veil_medium_skin_tone": "👰🏽", + "bridge_at_night": "🌉", + "briefcase": "💼", + "briefs": "🩲", + "bright_button": "🔆", + "broccoli": "🥦", + "broken_heart": "💔", + "broom": "🧹", + "brown_circle": "🟤", + "brown_heart": "🤎", + "brown_square": "🟫", + "bug": "🐛", + "building_construction": "🏗", + "bullet_train": "🚅", + "burrito": "🌯", + "bus": "🚌", + "bus_stop": "🚏", + "bust_in_silhouette": "👤", + "busts_in_silhouette": "👥", + "butter": "🧈", + "butterfly": "🦋", + "cactus": "🌵", + "calendar": "📆", + "call_me_hand": "🤙", + "call_me_hand_dark_skin_tone": "🤙🏿", + "call_me_hand_light_skin_tone": "🤙🏻", + "call_me_hand_medium-dark_skin_tone": "🤙🏾", + "call_me_hand_medium-light_skin_tone": "🤙🏼", + "call_me_hand_medium_skin_tone": "🤙🏽", + "camel": "🐫", + "camera": "📷", + "camera_with_flash": "📸", + "camping": "🏕", + "candle": "🕯", + "candy": "🍬", + "canned_food": "🥫", + "canoe": "🛶", + "card_file_box": "🗃", + "card_index": "📇", + "card_index_dividers": "🗂", + "carousel_horse": "🎠", + "carp_streamer": "🎏", + "carrot": "🥕", + "castle": "🏰", + "cat": "🐱", + "cat_face": "🐱", + "cat_face_with_tears_of_joy": "😹", + "cat_face_with_wry_smile": "😼", + "chains": "⛓", + "chair": "🪑", + "chart_decreasing": "📉", + "chart_increasing": "📈", + "chart_increasing_with_yen": "💹", + "cheese_wedge": "🧀", + "chequered_flag": "🏁", + "cherries": "🍒", + "cherry_blossom": "🌸", + "chess_pawn": "♟", + "chestnut": "🌰", + "chicken": "🐔", + "child": "🧒", + "child_dark_skin_tone": "🧒🏿", + "child_light_skin_tone": "🧒🏻", + "child_medium-dark_skin_tone": "🧒🏾", + "child_medium-light_skin_tone": "🧒🏼", + "child_medium_skin_tone": "🧒🏽", + "children_crossing": "🚸", + "chipmunk": "🐿", + "chocolate_bar": "🍫", + "chopsticks": "🥢", + "church": "⛪", + "cigarette": "🚬", + "cinema": "🎦", + "circled_m": "Ⓜ", + "circus_tent": "🎪", + "cityscape": "🏙", + "cityscape_at_dusk": "🌆", + "clamp": "🗜", + "clapper_board": "🎬", + "clapping_hands": "👏", + "clapping_hands_dark_skin_tone": "👏🏿", + "clapping_hands_light_skin_tone": "👏🏻", + "clapping_hands_medium-dark_skin_tone": "👏🏾", + "clapping_hands_medium-light_skin_tone": "👏🏼", + "clapping_hands_medium_skin_tone": "👏🏽", + "classical_building": "🏛", + "clinking_beer_mugs": "🍻", + "clinking_glasses": "🥂", + "clipboard": "📋", + "clockwise_vertical_arrows": "🔃", + "closed_book": "📕", + "closed_mailbox_with_lowered_flag": "📪", + "closed_mailbox_with_raised_flag": "📫", + "closed_umbrella": "🌂", + "cloud": "☁", + "cloud_with_lightning": "🌩", + "cloud_with_lightning_and_rain": "⛈", + "cloud_with_rain": "🌧", + "cloud_with_snow": "🌨", + "clown_face": "🤡", + "club_suit": "♣", + "clutch_bag": "👝", + "coat": "🧥", + "cocktail_glass": "🍸", + "coconut": "🥥", + "coffin": "⚰", + "cold_face": "🥶", + "collision": "💥", + "comet": "☄", + "compass": "🧭", + "computer_disk": "💽", + "computer_mouse": "🖱", + "confetti_ball": "🎊", + "confounded_face": "😖", + "confused_face": "😕", + "construction": "🚧", + "construction_worker": "👷", + "construction_worker_dark_skin_tone": "👷🏿", + "construction_worker_light_skin_tone": "👷🏻", + "construction_worker_medium-dark_skin_tone": "👷🏾", + "construction_worker_medium-light_skin_tone": "👷🏼", + "construction_worker_medium_skin_tone": "👷🏽", + "control_knobs": "🎛", + "convenience_store": "🏪", + "cooked_rice": "🍚", + "cookie": "🍪", + "cooking": "🍳", + "copyright": "©", + "couch_and_lamp": "🛋", + "counterclockwise_arrows_button": "🔄", + "couple_with_heart": "💑", + "couple_with_heart_man_man": "👨\u200d❤️\u200d👨", + "couple_with_heart_woman_man": "👩\u200d❤️\u200d👨", + "couple_with_heart_woman_woman": "👩\u200d❤️\u200d👩", + "cow": "🐮", + "cow_face": "🐮", + "cowboy_hat_face": "🤠", + "crab": "🦀", + "crayon": "🖍", + "credit_card": "💳", + "crescent_moon": "🌙", + "cricket": "🦗", + "cricket_game": "🏏", + "crocodile": "🐊", + "croissant": "🥐", + "cross_mark": "❌", + "cross_mark_button": "❎", + "crossed_fingers": "🤞", + "crossed_fingers_dark_skin_tone": "🤞🏿", + "crossed_fingers_light_skin_tone": "🤞🏻", + "crossed_fingers_medium-dark_skin_tone": "🤞🏾", + "crossed_fingers_medium-light_skin_tone": "🤞🏼", + "crossed_fingers_medium_skin_tone": "🤞🏽", + "crossed_flags": "🎌", + "crossed_swords": "⚔", + "crown": "👑", + "crying_cat_face": "😿", + "crying_face": "😢", + "crystal_ball": "🔮", + "cucumber": "🥒", + "cupcake": "🧁", + "cup_with_straw": "🥤", + "curling_stone": "🥌", + "curly_hair": "🦱", + "curly-haired_man": "👨\u200d🦱", + "curly-haired_woman": "👩\u200d🦱", + "curly_loop": "➰", + "currency_exchange": "💱", + "curry_rice": "🍛", + "custard": "🍮", + "customs": "🛃", + "cut_of_meat": "🥩", + "cyclone": "🌀", + "dagger": "🗡", + "dango": "🍡", + "dashing_away": "💨", + "deaf_person": "🧏", + "deciduous_tree": "🌳", + "deer": "🦌", + "delivery_truck": "🚚", + "department_store": "🏬", + "derelict_house": "🏚", + "desert": "🏜", + "desert_island": "🏝", + "desktop_computer": "🖥", + "detective": "🕵", + "detective_dark_skin_tone": "🕵🏿", + "detective_light_skin_tone": "🕵🏻", + "detective_medium-dark_skin_tone": "🕵🏾", + "detective_medium-light_skin_tone": "🕵🏼", + "detective_medium_skin_tone": "🕵🏽", + "diamond_suit": "♦", + "diamond_with_a_dot": "💠", + "dim_button": "🔅", + "direct_hit": "🎯", + "disappointed_face": "😞", + "diving_mask": "🤿", + "diya_lamp": "🪔", + "dizzy": "💫", + "dizzy_face": "😵", + "dna": "🧬", + "dog": "🐶", + "dog_face": "🐶", + "dollar_banknote": "💵", + "dolphin": "🐬", + "door": "🚪", + "dotted_six-pointed_star": "🔯", + "double_curly_loop": "➿", + "double_exclamation_mark": "‼", + "doughnut": "🍩", + "dove": "🕊", + "down-left_arrow": "↙", + "down-right_arrow": "↘", + "down_arrow": "⬇", + "downcast_face_with_sweat": "😓", + "downwards_button": "🔽", + "dragon": "🐉", + "dragon_face": "🐲", + "dress": "👗", + "drooling_face": "🤤", + "drop_of_blood": "🩸", + "droplet": "💧", + "drum": "🥁", + "duck": "🦆", + "dumpling": "🥟", + "dvd": "📀", + "e-mail": "📧", + "eagle": "🦅", + "ear": "👂", + "ear_dark_skin_tone": "👂🏿", + "ear_light_skin_tone": "👂🏻", + "ear_medium-dark_skin_tone": "👂🏾", + "ear_medium-light_skin_tone": "👂🏼", + "ear_medium_skin_tone": "👂🏽", + "ear_of_corn": "🌽", + "ear_with_hearing_aid": "🦻", + "egg": "🍳", + "eggplant": "🍆", + "eight-pointed_star": "✴", + "eight-spoked_asterisk": "✳", + "eight-thirty": "🕣", + "eight_o’clock": "🕗", + "eject_button": "⏏", + "electric_plug": "🔌", + "elephant": "🐘", + "eleven-thirty": "🕦", + "eleven_o’clock": "🕚", + "elf": "🧝", + "elf_dark_skin_tone": "🧝🏿", + "elf_light_skin_tone": "🧝🏻", + "elf_medium-dark_skin_tone": "🧝🏾", + "elf_medium-light_skin_tone": "🧝🏼", + "elf_medium_skin_tone": "🧝🏽", + "envelope": "✉", + "envelope_with_arrow": "📩", + "euro_banknote": "💶", + "evergreen_tree": "🌲", + "ewe": "🐑", + "exclamation_mark": "❗", + "exclamation_question_mark": "⁉", + "exploding_head": "🤯", + "expressionless_face": "😑", + "eye": "👁", + "eye_in_speech_bubble": "👁️\u200d🗨️", + "eyes": "👀", + "face_blowing_a_kiss": "😘", + "face_savoring_food": "😋", + "face_screaming_in_fear": "😱", + "face_vomiting": "🤮", + "face_with_hand_over_mouth": "🤭", + "face_with_head-bandage": "🤕", + "face_with_medical_mask": "😷", + "face_with_monocle": "🧐", + "face_with_open_mouth": "😮", + "face_with_raised_eyebrow": "🤨", + "face_with_rolling_eyes": "🙄", + "face_with_steam_from_nose": "😤", + "face_with_symbols_on_mouth": "🤬", + "face_with_tears_of_joy": "😂", + "face_with_thermometer": "🤒", + "face_with_tongue": "😛", + "face_without_mouth": "😶", + "factory": "🏭", + "fairy": "🧚", + "fairy_dark_skin_tone": "🧚🏿", + "fairy_light_skin_tone": "🧚🏻", + "fairy_medium-dark_skin_tone": "🧚🏾", + "fairy_medium-light_skin_tone": "🧚🏼", + "fairy_medium_skin_tone": "🧚🏽", + "falafel": "🧆", + "fallen_leaf": "🍂", + "family": "👪", + "family_man_boy": "👨\u200d👦", + "family_man_boy_boy": "👨\u200d👦\u200d👦", + "family_man_girl": "👨\u200d👧", + "family_man_girl_boy": "👨\u200d👧\u200d👦", + "family_man_girl_girl": "👨\u200d👧\u200d👧", + "family_man_man_boy": "👨\u200d👨\u200d👦", + "family_man_man_boy_boy": "👨\u200d👨\u200d👦\u200d👦", + "family_man_man_girl": "👨\u200d👨\u200d👧", + "family_man_man_girl_boy": "👨\u200d👨\u200d👧\u200d👦", + "family_man_man_girl_girl": "👨\u200d👨\u200d👧\u200d👧", + "family_man_woman_boy": "👨\u200d👩\u200d👦", + "family_man_woman_boy_boy": "👨\u200d👩\u200d👦\u200d👦", + "family_man_woman_girl": "👨\u200d👩\u200d👧", + "family_man_woman_girl_boy": "👨\u200d👩\u200d👧\u200d👦", + "family_man_woman_girl_girl": "👨\u200d👩\u200d👧\u200d👧", + "family_woman_boy": "👩\u200d👦", + "family_woman_boy_boy": "👩\u200d👦\u200d👦", + "family_woman_girl": "👩\u200d👧", + "family_woman_girl_boy": "👩\u200d👧\u200d👦", + "family_woman_girl_girl": "👩\u200d👧\u200d👧", + "family_woman_woman_boy": "👩\u200d👩\u200d👦", + "family_woman_woman_boy_boy": "👩\u200d👩\u200d👦\u200d👦", + "family_woman_woman_girl": "👩\u200d👩\u200d👧", + "family_woman_woman_girl_boy": "👩\u200d👩\u200d👧\u200d👦", + "family_woman_woman_girl_girl": "👩\u200d👩\u200d👧\u200d👧", + "fast-forward_button": "⏩", + "fast_down_button": "⏬", + "fast_reverse_button": "⏪", + "fast_up_button": "⏫", + "fax_machine": "📠", + "fearful_face": "😨", + "female_sign": "♀", + "ferris_wheel": "🎡", + "ferry": "⛴", + "field_hockey": "🏑", + "file_cabinet": "🗄", + "file_folder": "📁", + "film_frames": "🎞", + "film_projector": "📽", + "fire": "🔥", + "fire_extinguisher": "🧯", + "firecracker": "🧨", + "fire_engine": "🚒", + "fireworks": "🎆", + "first_quarter_moon": "🌓", + "first_quarter_moon_face": "🌛", + "fish": "🐟", + "fish_cake_with_swirl": "🍥", + "fishing_pole": "🎣", + "five-thirty": "🕠", + "five_o’clock": "🕔", + "flag_in_hole": "⛳", + "flamingo": "🦩", + "flashlight": "🔦", + "flat_shoe": "🥿", + "fleur-de-lis": "⚜", + "flexed_biceps": "💪", + "flexed_biceps_dark_skin_tone": "💪🏿", + "flexed_biceps_light_skin_tone": "💪🏻", + "flexed_biceps_medium-dark_skin_tone": "💪🏾", + "flexed_biceps_medium-light_skin_tone": "💪🏼", + "flexed_biceps_medium_skin_tone": "💪🏽", + "floppy_disk": "💾", + "flower_playing_cards": "🎴", + "flushed_face": "😳", + "flying_disc": "🥏", + "flying_saucer": "🛸", + "fog": "🌫", + "foggy": "🌁", + "folded_hands": "🙏", + "folded_hands_dark_skin_tone": "🙏🏿", + "folded_hands_light_skin_tone": "🙏🏻", + "folded_hands_medium-dark_skin_tone": "🙏🏾", + "folded_hands_medium-light_skin_tone": "🙏🏼", + "folded_hands_medium_skin_tone": "🙏🏽", + "foot": "🦶", + "footprints": "👣", + "fork_and_knife": "🍴", + "fork_and_knife_with_plate": "🍽", + "fortune_cookie": "🥠", + "fountain": "⛲", + "fountain_pen": "🖋", + "four-thirty": "🕟", + "four_leaf_clover": "🍀", + "four_o’clock": "🕓", + "fox_face": "🦊", + "framed_picture": "🖼", + "french_fries": "🍟", + "fried_shrimp": "🍤", + "frog_face": "🐸", + "front-facing_baby_chick": "🐥", + "frowning_face": "☹", + "frowning_face_with_open_mouth": "😦", + "fuel_pump": "⛽", + "full_moon": "🌕", + "full_moon_face": "🌝", + "funeral_urn": "⚱", + "game_die": "🎲", + "garlic": "🧄", + "gear": "⚙", + "gem_stone": "💎", + "genie": "🧞", + "ghost": "👻", + "giraffe": "🦒", + "girl": "👧", + "girl_dark_skin_tone": "👧🏿", + "girl_light_skin_tone": "👧🏻", + "girl_medium-dark_skin_tone": "👧🏾", + "girl_medium-light_skin_tone": "👧🏼", + "girl_medium_skin_tone": "👧🏽", + "glass_of_milk": "🥛", + "glasses": "👓", + "globe_showing_americas": "🌎", + "globe_showing_asia-australia": "🌏", + "globe_showing_europe-africa": "🌍", + "globe_with_meridians": "🌐", + "gloves": "🧤", + "glowing_star": "🌟", + "goal_net": "🥅", + "goat": "🐐", + "goblin": "👺", + "goggles": "🥽", + "gorilla": "🦍", + "graduation_cap": "🎓", + "grapes": "🍇", + "green_apple": "🍏", + "green_book": "📗", + "green_circle": "🟢", + "green_heart": "💚", + "green_salad": "🥗", + "green_square": "🟩", + "grimacing_face": "😬", + "grinning_cat_face": "😺", + "grinning_cat_face_with_smiling_eyes": "😸", + "grinning_face": "😀", + "grinning_face_with_big_eyes": "😃", + "grinning_face_with_smiling_eyes": "😄", + "grinning_face_with_sweat": "😅", + "grinning_squinting_face": "😆", + "growing_heart": "💗", + "guard": "💂", + "guard_dark_skin_tone": "💂🏿", + "guard_light_skin_tone": "💂🏻", + "guard_medium-dark_skin_tone": "💂🏾", + "guard_medium-light_skin_tone": "💂🏼", + "guard_medium_skin_tone": "💂🏽", + "guide_dog": "🦮", + "guitar": "🎸", + "hamburger": "🍔", + "hammer": "🔨", + "hammer_and_pick": "⚒", + "hammer_and_wrench": "🛠", + "hamster_face": "🐹", + "hand_with_fingers_splayed": "🖐", + "hand_with_fingers_splayed_dark_skin_tone": "🖐🏿", + "hand_with_fingers_splayed_light_skin_tone": "🖐🏻", + "hand_with_fingers_splayed_medium-dark_skin_tone": "🖐🏾", + "hand_with_fingers_splayed_medium-light_skin_tone": "🖐🏼", + "hand_with_fingers_splayed_medium_skin_tone": "🖐🏽", + "handbag": "👜", + "handshake": "🤝", + "hatching_chick": "🐣", + "headphone": "🎧", + "hear-no-evil_monkey": "🙉", + "heart_decoration": "💟", + "heart_suit": "♥", + "heart_with_arrow": "💘", + "heart_with_ribbon": "💝", + "heavy_check_mark": "✔", + "heavy_division_sign": "➗", + "heavy_dollar_sign": "💲", + "heavy_heart_exclamation": "❣", + "heavy_large_circle": "⭕", + "heavy_minus_sign": "➖", + "heavy_multiplication_x": "✖", + "heavy_plus_sign": "➕", + "hedgehog": "🦔", + "helicopter": "🚁", + "herb": "🌿", + "hibiscus": "🌺", + "high-heeled_shoe": "👠", + "high-speed_train": "🚄", + "high_voltage": "⚡", + "hiking_boot": "🥾", + "hindu_temple": "🛕", + "hippopotamus": "🦛", + "hole": "🕳", + "honey_pot": "🍯", + "honeybee": "🐝", + "horizontal_traffic_light": "🚥", + "horse": "🐴", + "horse_face": "🐴", + "horse_racing": "🏇", + "horse_racing_dark_skin_tone": "🏇🏿", + "horse_racing_light_skin_tone": "🏇🏻", + "horse_racing_medium-dark_skin_tone": "🏇🏾", + "horse_racing_medium-light_skin_tone": "🏇🏼", + "horse_racing_medium_skin_tone": "🏇🏽", + "hospital": "🏥", + "hot_beverage": "☕", + "hot_dog": "🌭", + "hot_face": "🥵", + "hot_pepper": "🌶", + "hot_springs": "♨", + "hotel": "🏨", + "hourglass_done": "⌛", + "hourglass_not_done": "⏳", + "house": "🏠", + "house_with_garden": "🏡", + "houses": "🏘", + "hugging_face": "🤗", + "hundred_points": "💯", + "hushed_face": "😯", + "ice": "🧊", + "ice_cream": "🍨", + "ice_hockey": "🏒", + "ice_skate": "⛸", + "inbox_tray": "📥", + "incoming_envelope": "📨", + "index_pointing_up": "☝", + "index_pointing_up_dark_skin_tone": "☝🏿", + "index_pointing_up_light_skin_tone": "☝🏻", + "index_pointing_up_medium-dark_skin_tone": "☝🏾", + "index_pointing_up_medium-light_skin_tone": "☝🏼", + "index_pointing_up_medium_skin_tone": "☝🏽", + "infinity": "♾", + "information": "ℹ", + "input_latin_letters": "🔤", + "input_latin_lowercase": "🔡", + "input_latin_uppercase": "🔠", + "input_numbers": "🔢", + "input_symbols": "🔣", + "jack-o-lantern": "🎃", + "jeans": "👖", + "jigsaw": "🧩", + "joker": "🃏", + "joystick": "🕹", + "kaaba": "🕋", + "kangaroo": "🦘", + "key": "🔑", + "keyboard": "⌨", + "keycap_#": "#️⃣", + "keycap_*": "*️⃣", + "keycap_0": "0️⃣", + "keycap_1": "1️⃣", + "keycap_10": "🔟", + "keycap_2": "2️⃣", + "keycap_3": "3️⃣", + "keycap_4": "4️⃣", + "keycap_5": "5️⃣", + "keycap_6": "6️⃣", + "keycap_7": "7️⃣", + "keycap_8": "8️⃣", + "keycap_9": "9️⃣", + "kick_scooter": "🛴", + "kimono": "👘", + "kiss": "💋", + "kiss_man_man": "👨\u200d❤️\u200d💋\u200d👨", + "kiss_mark": "💋", + "kiss_woman_man": "👩\u200d❤️\u200d💋\u200d👨", + "kiss_woman_woman": "👩\u200d❤️\u200d💋\u200d👩", + "kissing_cat_face": "😽", + "kissing_face": "😗", + "kissing_face_with_closed_eyes": "😚", + "kissing_face_with_smiling_eyes": "😙", + "kitchen_knife": "🔪", + "kite": "🪁", + "kiwi_fruit": "🥝", + "koala": "🐨", + "lab_coat": "🥼", + "label": "🏷", + "lacrosse": "🥍", + "lady_beetle": "🐞", + "laptop_computer": "💻", + "large_blue_diamond": "🔷", + "large_orange_diamond": "🔶", + "last_quarter_moon": "🌗", + "last_quarter_moon_face": "🌜", + "last_track_button": "⏮", + "latin_cross": "✝", + "leaf_fluttering_in_wind": "🍃", + "leafy_green": "🥬", + "ledger": "📒", + "left-facing_fist": "🤛", + "left-facing_fist_dark_skin_tone": "🤛🏿", + "left-facing_fist_light_skin_tone": "🤛🏻", + "left-facing_fist_medium-dark_skin_tone": "🤛🏾", + "left-facing_fist_medium-light_skin_tone": "🤛🏼", + "left-facing_fist_medium_skin_tone": "🤛🏽", + "left-right_arrow": "↔", + "left_arrow": "⬅", + "left_arrow_curving_right": "↪", + "left_luggage": "🛅", + "left_speech_bubble": "🗨", + "leg": "🦵", + "lemon": "🍋", + "leopard": "🐆", + "level_slider": "🎚", + "light_bulb": "💡", + "light_rail": "🚈", + "link": "🔗", + "linked_paperclips": "🖇", + "lion_face": "🦁", + "lipstick": "💄", + "litter_in_bin_sign": "🚮", + "lizard": "🦎", + "llama": "🦙", + "lobster": "🦞", + "locked": "🔒", + "locked_with_key": "🔐", + "locked_with_pen": "🔏", + "locomotive": "🚂", + "lollipop": "🍭", + "lotion_bottle": "🧴", + "loudly_crying_face": "😭", + "loudspeaker": "📢", + "love-you_gesture": "🤟", + "love-you_gesture_dark_skin_tone": "🤟🏿", + "love-you_gesture_light_skin_tone": "🤟🏻", + "love-you_gesture_medium-dark_skin_tone": "🤟🏾", + "love-you_gesture_medium-light_skin_tone": "🤟🏼", + "love-you_gesture_medium_skin_tone": "🤟🏽", + "love_hotel": "🏩", + "love_letter": "💌", + "luggage": "🧳", + "lying_face": "🤥", + "mage": "🧙", + "mage_dark_skin_tone": "🧙🏿", + "mage_light_skin_tone": "🧙🏻", + "mage_medium-dark_skin_tone": "🧙🏾", + "mage_medium-light_skin_tone": "🧙🏼", + "mage_medium_skin_tone": "🧙🏽", + "magnet": "🧲", + "magnifying_glass_tilted_left": "🔍", + "magnifying_glass_tilted_right": "🔎", + "mahjong_red_dragon": "🀄", + "male_sign": "♂", + "man": "👨", + "man_and_woman_holding_hands": "👫", + "man_artist": "👨\u200d🎨", + "man_artist_dark_skin_tone": "👨🏿\u200d🎨", + "man_artist_light_skin_tone": "👨🏻\u200d🎨", + "man_artist_medium-dark_skin_tone": "👨🏾\u200d🎨", + "man_artist_medium-light_skin_tone": "👨🏼\u200d🎨", + "man_artist_medium_skin_tone": "👨🏽\u200d🎨", + "man_astronaut": "👨\u200d🚀", + "man_astronaut_dark_skin_tone": "👨🏿\u200d🚀", + "man_astronaut_light_skin_tone": "👨🏻\u200d🚀", + "man_astronaut_medium-dark_skin_tone": "👨🏾\u200d🚀", + "man_astronaut_medium-light_skin_tone": "👨🏼\u200d🚀", + "man_astronaut_medium_skin_tone": "👨🏽\u200d🚀", + "man_biking": "🚴\u200d♂️", + "man_biking_dark_skin_tone": "🚴🏿\u200d♂️", + "man_biking_light_skin_tone": "🚴🏻\u200d♂️", + "man_biking_medium-dark_skin_tone": "🚴🏾\u200d♂️", + "man_biking_medium-light_skin_tone": "🚴🏼\u200d♂️", + "man_biking_medium_skin_tone": "🚴🏽\u200d♂️", + "man_bouncing_ball": "⛹️\u200d♂️", + "man_bouncing_ball_dark_skin_tone": "⛹🏿\u200d♂️", + "man_bouncing_ball_light_skin_tone": "⛹🏻\u200d♂️", + "man_bouncing_ball_medium-dark_skin_tone": "⛹🏾\u200d♂️", + "man_bouncing_ball_medium-light_skin_tone": "⛹🏼\u200d♂️", + "man_bouncing_ball_medium_skin_tone": "⛹🏽\u200d♂️", + "man_bowing": "🙇\u200d♂️", + "man_bowing_dark_skin_tone": "🙇🏿\u200d♂️", + "man_bowing_light_skin_tone": "🙇🏻\u200d♂️", + "man_bowing_medium-dark_skin_tone": "🙇🏾\u200d♂️", + "man_bowing_medium-light_skin_tone": "🙇🏼\u200d♂️", + "man_bowing_medium_skin_tone": "🙇🏽\u200d♂️", + "man_cartwheeling": "🤸\u200d♂️", + "man_cartwheeling_dark_skin_tone": "🤸🏿\u200d♂️", + "man_cartwheeling_light_skin_tone": "🤸🏻\u200d♂️", + "man_cartwheeling_medium-dark_skin_tone": "🤸🏾\u200d♂️", + "man_cartwheeling_medium-light_skin_tone": "🤸🏼\u200d♂️", + "man_cartwheeling_medium_skin_tone": "🤸🏽\u200d♂️", + "man_climbing": "🧗\u200d♂️", + "man_climbing_dark_skin_tone": "🧗🏿\u200d♂️", + "man_climbing_light_skin_tone": "🧗🏻\u200d♂️", + "man_climbing_medium-dark_skin_tone": "🧗🏾\u200d♂️", + "man_climbing_medium-light_skin_tone": "🧗🏼\u200d♂️", + "man_climbing_medium_skin_tone": "🧗🏽\u200d♂️", + "man_construction_worker": "👷\u200d♂️", + "man_construction_worker_dark_skin_tone": "👷🏿\u200d♂️", + "man_construction_worker_light_skin_tone": "👷🏻\u200d♂️", + "man_construction_worker_medium-dark_skin_tone": "👷🏾\u200d♂️", + "man_construction_worker_medium-light_skin_tone": "👷🏼\u200d♂️", + "man_construction_worker_medium_skin_tone": "👷🏽\u200d♂️", + "man_cook": "👨\u200d🍳", + "man_cook_dark_skin_tone": "👨🏿\u200d🍳", + "man_cook_light_skin_tone": "👨🏻\u200d🍳", + "man_cook_medium-dark_skin_tone": "👨🏾\u200d🍳", + "man_cook_medium-light_skin_tone": "👨🏼\u200d🍳", + "man_cook_medium_skin_tone": "👨🏽\u200d🍳", + "man_dancing": "🕺", + "man_dancing_dark_skin_tone": "🕺🏿", + "man_dancing_light_skin_tone": "🕺🏻", + "man_dancing_medium-dark_skin_tone": "🕺🏾", + "man_dancing_medium-light_skin_tone": "🕺🏼", + "man_dancing_medium_skin_tone": "🕺🏽", + "man_dark_skin_tone": "👨🏿", + "man_detective": "🕵️\u200d♂️", + "man_detective_dark_skin_tone": "🕵🏿\u200d♂️", + "man_detective_light_skin_tone": "🕵🏻\u200d♂️", + "man_detective_medium-dark_skin_tone": "🕵🏾\u200d♂️", + "man_detective_medium-light_skin_tone": "🕵🏼\u200d♂️", + "man_detective_medium_skin_tone": "🕵🏽\u200d♂️", + "man_elf": "🧝\u200d♂️", + "man_elf_dark_skin_tone": "🧝🏿\u200d♂️", + "man_elf_light_skin_tone": "🧝🏻\u200d♂️", + "man_elf_medium-dark_skin_tone": "🧝🏾\u200d♂️", + "man_elf_medium-light_skin_tone": "🧝🏼\u200d♂️", + "man_elf_medium_skin_tone": "🧝🏽\u200d♂️", + "man_facepalming": "🤦\u200d♂️", + "man_facepalming_dark_skin_tone": "🤦🏿\u200d♂️", + "man_facepalming_light_skin_tone": "🤦🏻\u200d♂️", + "man_facepalming_medium-dark_skin_tone": "🤦🏾\u200d♂️", + "man_facepalming_medium-light_skin_tone": "🤦🏼\u200d♂️", + "man_facepalming_medium_skin_tone": "🤦🏽\u200d♂️", + "man_factory_worker": "👨\u200d🏭", + "man_factory_worker_dark_skin_tone": "👨🏿\u200d🏭", + "man_factory_worker_light_skin_tone": "👨🏻\u200d🏭", + "man_factory_worker_medium-dark_skin_tone": "👨🏾\u200d🏭", + "man_factory_worker_medium-light_skin_tone": "👨🏼\u200d🏭", + "man_factory_worker_medium_skin_tone": "👨🏽\u200d🏭", + "man_fairy": "🧚\u200d♂️", + "man_fairy_dark_skin_tone": "🧚🏿\u200d♂️", + "man_fairy_light_skin_tone": "🧚🏻\u200d♂️", + "man_fairy_medium-dark_skin_tone": "🧚🏾\u200d♂️", + "man_fairy_medium-light_skin_tone": "🧚🏼\u200d♂️", + "man_fairy_medium_skin_tone": "🧚🏽\u200d♂️", + "man_farmer": "👨\u200d🌾", + "man_farmer_dark_skin_tone": "👨🏿\u200d🌾", + "man_farmer_light_skin_tone": "👨🏻\u200d🌾", + "man_farmer_medium-dark_skin_tone": "👨🏾\u200d🌾", + "man_farmer_medium-light_skin_tone": "👨🏼\u200d🌾", + "man_farmer_medium_skin_tone": "👨🏽\u200d🌾", + "man_firefighter": "👨\u200d🚒", + "man_firefighter_dark_skin_tone": "👨🏿\u200d🚒", + "man_firefighter_light_skin_tone": "👨🏻\u200d🚒", + "man_firefighter_medium-dark_skin_tone": "👨🏾\u200d🚒", + "man_firefighter_medium-light_skin_tone": "👨🏼\u200d🚒", + "man_firefighter_medium_skin_tone": "👨🏽\u200d🚒", + "man_frowning": "🙍\u200d♂️", + "man_frowning_dark_skin_tone": "🙍🏿\u200d♂️", + "man_frowning_light_skin_tone": "🙍🏻\u200d♂️", + "man_frowning_medium-dark_skin_tone": "🙍🏾\u200d♂️", + "man_frowning_medium-light_skin_tone": "🙍🏼\u200d♂️", + "man_frowning_medium_skin_tone": "🙍🏽\u200d♂️", + "man_genie": "🧞\u200d♂️", + "man_gesturing_no": "🙅\u200d♂️", + "man_gesturing_no_dark_skin_tone": "🙅🏿\u200d♂️", + "man_gesturing_no_light_skin_tone": "🙅🏻\u200d♂️", + "man_gesturing_no_medium-dark_skin_tone": "🙅🏾\u200d♂️", + "man_gesturing_no_medium-light_skin_tone": "🙅🏼\u200d♂️", + "man_gesturing_no_medium_skin_tone": "🙅🏽\u200d♂️", + "man_gesturing_ok": "🙆\u200d♂️", + "man_gesturing_ok_dark_skin_tone": "🙆🏿\u200d♂️", + "man_gesturing_ok_light_skin_tone": "🙆🏻\u200d♂️", + "man_gesturing_ok_medium-dark_skin_tone": "🙆🏾\u200d♂️", + "man_gesturing_ok_medium-light_skin_tone": "🙆🏼\u200d♂️", + "man_gesturing_ok_medium_skin_tone": "🙆🏽\u200d♂️", + "man_getting_haircut": "💇\u200d♂️", + "man_getting_haircut_dark_skin_tone": "💇🏿\u200d♂️", + "man_getting_haircut_light_skin_tone": "💇🏻\u200d♂️", + "man_getting_haircut_medium-dark_skin_tone": "💇🏾\u200d♂️", + "man_getting_haircut_medium-light_skin_tone": "💇🏼\u200d♂️", + "man_getting_haircut_medium_skin_tone": "💇🏽\u200d♂️", + "man_getting_massage": "💆\u200d♂️", + "man_getting_massage_dark_skin_tone": "💆🏿\u200d♂️", + "man_getting_massage_light_skin_tone": "💆🏻\u200d♂️", + "man_getting_massage_medium-dark_skin_tone": "💆🏾\u200d♂️", + "man_getting_massage_medium-light_skin_tone": "💆🏼\u200d♂️", + "man_getting_massage_medium_skin_tone": "💆🏽\u200d♂️", + "man_golfing": "🏌️\u200d♂️", + "man_golfing_dark_skin_tone": "🏌🏿\u200d♂️", + "man_golfing_light_skin_tone": "🏌🏻\u200d♂️", + "man_golfing_medium-dark_skin_tone": "🏌🏾\u200d♂️", + "man_golfing_medium-light_skin_tone": "🏌🏼\u200d♂️", + "man_golfing_medium_skin_tone": "🏌🏽\u200d♂️", + "man_guard": "💂\u200d♂️", + "man_guard_dark_skin_tone": "💂🏿\u200d♂️", + "man_guard_light_skin_tone": "💂🏻\u200d♂️", + "man_guard_medium-dark_skin_tone": "💂🏾\u200d♂️", + "man_guard_medium-light_skin_tone": "💂🏼\u200d♂️", + "man_guard_medium_skin_tone": "💂🏽\u200d♂️", + "man_health_worker": "👨\u200d⚕️", + "man_health_worker_dark_skin_tone": "👨🏿\u200d⚕️", + "man_health_worker_light_skin_tone": "👨🏻\u200d⚕️", + "man_health_worker_medium-dark_skin_tone": "👨🏾\u200d⚕️", + "man_health_worker_medium-light_skin_tone": "👨🏼\u200d⚕️", + "man_health_worker_medium_skin_tone": "👨🏽\u200d⚕️", + "man_in_lotus_position": "🧘\u200d♂️", + "man_in_lotus_position_dark_skin_tone": "🧘🏿\u200d♂️", + "man_in_lotus_position_light_skin_tone": "🧘🏻\u200d♂️", + "man_in_lotus_position_medium-dark_skin_tone": "🧘🏾\u200d♂️", + "man_in_lotus_position_medium-light_skin_tone": "🧘🏼\u200d♂️", + "man_in_lotus_position_medium_skin_tone": "🧘🏽\u200d♂️", + "man_in_manual_wheelchair": "👨\u200d🦽", + "man_in_motorized_wheelchair": "👨\u200d🦼", + "man_in_steamy_room": "🧖\u200d♂️", + "man_in_steamy_room_dark_skin_tone": "🧖🏿\u200d♂️", + "man_in_steamy_room_light_skin_tone": "🧖🏻\u200d♂️", + "man_in_steamy_room_medium-dark_skin_tone": "🧖🏾\u200d♂️", + "man_in_steamy_room_medium-light_skin_tone": "🧖🏼\u200d♂️", + "man_in_steamy_room_medium_skin_tone": "🧖🏽\u200d♂️", + "man_in_suit_levitating": "🕴", + "man_in_suit_levitating_dark_skin_tone": "🕴🏿", + "man_in_suit_levitating_light_skin_tone": "🕴🏻", + "man_in_suit_levitating_medium-dark_skin_tone": "🕴🏾", + "man_in_suit_levitating_medium-light_skin_tone": "🕴🏼", + "man_in_suit_levitating_medium_skin_tone": "🕴🏽", + "man_in_tuxedo": "🤵", + "man_in_tuxedo_dark_skin_tone": "🤵🏿", + "man_in_tuxedo_light_skin_tone": "🤵🏻", + "man_in_tuxedo_medium-dark_skin_tone": "🤵🏾", + "man_in_tuxedo_medium-light_skin_tone": "🤵🏼", + "man_in_tuxedo_medium_skin_tone": "🤵🏽", + "man_judge": "👨\u200d⚖️", + "man_judge_dark_skin_tone": "👨🏿\u200d⚖️", + "man_judge_light_skin_tone": "👨🏻\u200d⚖️", + "man_judge_medium-dark_skin_tone": "👨🏾\u200d⚖️", + "man_judge_medium-light_skin_tone": "👨🏼\u200d⚖️", + "man_judge_medium_skin_tone": "👨🏽\u200d⚖️", + "man_juggling": "🤹\u200d♂️", + "man_juggling_dark_skin_tone": "🤹🏿\u200d♂️", + "man_juggling_light_skin_tone": "🤹🏻\u200d♂️", + "man_juggling_medium-dark_skin_tone": "🤹🏾\u200d♂️", + "man_juggling_medium-light_skin_tone": "🤹🏼\u200d♂️", + "man_juggling_medium_skin_tone": "🤹🏽\u200d♂️", + "man_lifting_weights": "🏋️\u200d♂️", + "man_lifting_weights_dark_skin_tone": "🏋🏿\u200d♂️", + "man_lifting_weights_light_skin_tone": "🏋🏻\u200d♂️", + "man_lifting_weights_medium-dark_skin_tone": "🏋🏾\u200d♂️", + "man_lifting_weights_medium-light_skin_tone": "🏋🏼\u200d♂️", + "man_lifting_weights_medium_skin_tone": "🏋🏽\u200d♂️", + "man_light_skin_tone": "👨🏻", + "man_mage": "🧙\u200d♂️", + "man_mage_dark_skin_tone": "🧙🏿\u200d♂️", + "man_mage_light_skin_tone": "🧙🏻\u200d♂️", + "man_mage_medium-dark_skin_tone": "🧙🏾\u200d♂️", + "man_mage_medium-light_skin_tone": "🧙🏼\u200d♂️", + "man_mage_medium_skin_tone": "🧙🏽\u200d♂️", + "man_mechanic": "👨\u200d🔧", + "man_mechanic_dark_skin_tone": "👨🏿\u200d🔧", + "man_mechanic_light_skin_tone": "👨🏻\u200d🔧", + "man_mechanic_medium-dark_skin_tone": "👨🏾\u200d🔧", + "man_mechanic_medium-light_skin_tone": "👨🏼\u200d🔧", + "man_mechanic_medium_skin_tone": "👨🏽\u200d🔧", + "man_medium-dark_skin_tone": "👨🏾", + "man_medium-light_skin_tone": "👨🏼", + "man_medium_skin_tone": "👨🏽", + "man_mountain_biking": "🚵\u200d♂️", + "man_mountain_biking_dark_skin_tone": "🚵🏿\u200d♂️", + "man_mountain_biking_light_skin_tone": "🚵🏻\u200d♂️", + "man_mountain_biking_medium-dark_skin_tone": "🚵🏾\u200d♂️", + "man_mountain_biking_medium-light_skin_tone": "🚵🏼\u200d♂️", + "man_mountain_biking_medium_skin_tone": "🚵🏽\u200d♂️", + "man_office_worker": "👨\u200d💼", + "man_office_worker_dark_skin_tone": "👨🏿\u200d💼", + "man_office_worker_light_skin_tone": "👨🏻\u200d💼", + "man_office_worker_medium-dark_skin_tone": "👨🏾\u200d💼", + "man_office_worker_medium-light_skin_tone": "👨🏼\u200d💼", + "man_office_worker_medium_skin_tone": "👨🏽\u200d💼", + "man_pilot": "👨\u200d✈️", + "man_pilot_dark_skin_tone": "👨🏿\u200d✈️", + "man_pilot_light_skin_tone": "👨🏻\u200d✈️", + "man_pilot_medium-dark_skin_tone": "👨🏾\u200d✈️", + "man_pilot_medium-light_skin_tone": "👨🏼\u200d✈️", + "man_pilot_medium_skin_tone": "👨🏽\u200d✈️", + "man_playing_handball": "🤾\u200d♂️", + "man_playing_handball_dark_skin_tone": "🤾🏿\u200d♂️", + "man_playing_handball_light_skin_tone": "🤾🏻\u200d♂️", + "man_playing_handball_medium-dark_skin_tone": "🤾🏾\u200d♂️", + "man_playing_handball_medium-light_skin_tone": "🤾🏼\u200d♂️", + "man_playing_handball_medium_skin_tone": "🤾🏽\u200d♂️", + "man_playing_water_polo": "🤽\u200d♂️", + "man_playing_water_polo_dark_skin_tone": "🤽🏿\u200d♂️", + "man_playing_water_polo_light_skin_tone": "🤽🏻\u200d♂️", + "man_playing_water_polo_medium-dark_skin_tone": "🤽🏾\u200d♂️", + "man_playing_water_polo_medium-light_skin_tone": "🤽🏼\u200d♂️", + "man_playing_water_polo_medium_skin_tone": "🤽🏽\u200d♂️", + "man_police_officer": "👮\u200d♂️", + "man_police_officer_dark_skin_tone": "👮🏿\u200d♂️", + "man_police_officer_light_skin_tone": "👮🏻\u200d♂️", + "man_police_officer_medium-dark_skin_tone": "👮🏾\u200d♂️", + "man_police_officer_medium-light_skin_tone": "👮🏼\u200d♂️", + "man_police_officer_medium_skin_tone": "👮🏽\u200d♂️", + "man_pouting": "🙎\u200d♂️", + "man_pouting_dark_skin_tone": "🙎🏿\u200d♂️", + "man_pouting_light_skin_tone": "🙎🏻\u200d♂️", + "man_pouting_medium-dark_skin_tone": "🙎🏾\u200d♂️", + "man_pouting_medium-light_skin_tone": "🙎🏼\u200d♂️", + "man_pouting_medium_skin_tone": "🙎🏽\u200d♂️", + "man_raising_hand": "🙋\u200d♂️", + "man_raising_hand_dark_skin_tone": "🙋🏿\u200d♂️", + "man_raising_hand_light_skin_tone": "🙋🏻\u200d♂️", + "man_raising_hand_medium-dark_skin_tone": "🙋🏾\u200d♂️", + "man_raising_hand_medium-light_skin_tone": "🙋🏼\u200d♂️", + "man_raising_hand_medium_skin_tone": "🙋🏽\u200d♂️", + "man_rowing_boat": "🚣\u200d♂️", + "man_rowing_boat_dark_skin_tone": "🚣🏿\u200d♂️", + "man_rowing_boat_light_skin_tone": "🚣🏻\u200d♂️", + "man_rowing_boat_medium-dark_skin_tone": "🚣🏾\u200d♂️", + "man_rowing_boat_medium-light_skin_tone": "🚣🏼\u200d♂️", + "man_rowing_boat_medium_skin_tone": "🚣🏽\u200d♂️", + "man_running": "🏃\u200d♂️", + "man_running_dark_skin_tone": "🏃🏿\u200d♂️", + "man_running_light_skin_tone": "🏃🏻\u200d♂️", + "man_running_medium-dark_skin_tone": "🏃🏾\u200d♂️", + "man_running_medium-light_skin_tone": "🏃🏼\u200d♂️", + "man_running_medium_skin_tone": "🏃🏽\u200d♂️", + "man_scientist": "👨\u200d🔬", + "man_scientist_dark_skin_tone": "👨🏿\u200d🔬", + "man_scientist_light_skin_tone": "👨🏻\u200d🔬", + "man_scientist_medium-dark_skin_tone": "👨🏾\u200d🔬", + "man_scientist_medium-light_skin_tone": "👨🏼\u200d🔬", + "man_scientist_medium_skin_tone": "👨🏽\u200d🔬", + "man_shrugging": "🤷\u200d♂️", + "man_shrugging_dark_skin_tone": "🤷🏿\u200d♂️", + "man_shrugging_light_skin_tone": "🤷🏻\u200d♂️", + "man_shrugging_medium-dark_skin_tone": "🤷🏾\u200d♂️", + "man_shrugging_medium-light_skin_tone": "🤷🏼\u200d♂️", + "man_shrugging_medium_skin_tone": "🤷🏽\u200d♂️", + "man_singer": "👨\u200d🎤", + "man_singer_dark_skin_tone": "👨🏿\u200d🎤", + "man_singer_light_skin_tone": "👨🏻\u200d🎤", + "man_singer_medium-dark_skin_tone": "👨🏾\u200d🎤", + "man_singer_medium-light_skin_tone": "👨🏼\u200d🎤", + "man_singer_medium_skin_tone": "👨🏽\u200d🎤", + "man_student": "👨\u200d🎓", + "man_student_dark_skin_tone": "👨🏿\u200d🎓", + "man_student_light_skin_tone": "👨🏻\u200d🎓", + "man_student_medium-dark_skin_tone": "👨🏾\u200d🎓", + "man_student_medium-light_skin_tone": "👨🏼\u200d🎓", + "man_student_medium_skin_tone": "👨🏽\u200d🎓", + "man_surfing": "🏄\u200d♂️", + "man_surfing_dark_skin_tone": "🏄🏿\u200d♂️", + "man_surfing_light_skin_tone": "🏄🏻\u200d♂️", + "man_surfing_medium-dark_skin_tone": "🏄🏾\u200d♂️", + "man_surfing_medium-light_skin_tone": "🏄🏼\u200d♂️", + "man_surfing_medium_skin_tone": "🏄🏽\u200d♂️", + "man_swimming": "🏊\u200d♂️", + "man_swimming_dark_skin_tone": "🏊🏿\u200d♂️", + "man_swimming_light_skin_tone": "🏊🏻\u200d♂️", + "man_swimming_medium-dark_skin_tone": "🏊🏾\u200d♂️", + "man_swimming_medium-light_skin_tone": "🏊🏼\u200d♂️", + "man_swimming_medium_skin_tone": "🏊🏽\u200d♂️", + "man_teacher": "👨\u200d🏫", + "man_teacher_dark_skin_tone": "👨🏿\u200d🏫", + "man_teacher_light_skin_tone": "👨🏻\u200d🏫", + "man_teacher_medium-dark_skin_tone": "👨🏾\u200d🏫", + "man_teacher_medium-light_skin_tone": "👨🏼\u200d🏫", + "man_teacher_medium_skin_tone": "👨🏽\u200d🏫", + "man_technologist": "👨\u200d💻", + "man_technologist_dark_skin_tone": "👨🏿\u200d💻", + "man_technologist_light_skin_tone": "👨🏻\u200d💻", + "man_technologist_medium-dark_skin_tone": "👨🏾\u200d💻", + "man_technologist_medium-light_skin_tone": "👨🏼\u200d💻", + "man_technologist_medium_skin_tone": "👨🏽\u200d💻", + "man_tipping_hand": "💁\u200d♂️", + "man_tipping_hand_dark_skin_tone": "💁🏿\u200d♂️", + "man_tipping_hand_light_skin_tone": "💁🏻\u200d♂️", + "man_tipping_hand_medium-dark_skin_tone": "💁🏾\u200d♂️", + "man_tipping_hand_medium-light_skin_tone": "💁🏼\u200d♂️", + "man_tipping_hand_medium_skin_tone": "💁🏽\u200d♂️", + "man_vampire": "🧛\u200d♂️", + "man_vampire_dark_skin_tone": "🧛🏿\u200d♂️", + "man_vampire_light_skin_tone": "🧛🏻\u200d♂️", + "man_vampire_medium-dark_skin_tone": "🧛🏾\u200d♂️", + "man_vampire_medium-light_skin_tone": "🧛🏼\u200d♂️", + "man_vampire_medium_skin_tone": "🧛🏽\u200d♂️", + "man_walking": "🚶\u200d♂️", + "man_walking_dark_skin_tone": "🚶🏿\u200d♂️", + "man_walking_light_skin_tone": "🚶🏻\u200d♂️", + "man_walking_medium-dark_skin_tone": "🚶🏾\u200d♂️", + "man_walking_medium-light_skin_tone": "🚶🏼\u200d♂️", + "man_walking_medium_skin_tone": "🚶🏽\u200d♂️", + "man_wearing_turban": "👳\u200d♂️", + "man_wearing_turban_dark_skin_tone": "👳🏿\u200d♂️", + "man_wearing_turban_light_skin_tone": "👳🏻\u200d♂️", + "man_wearing_turban_medium-dark_skin_tone": "👳🏾\u200d♂️", + "man_wearing_turban_medium-light_skin_tone": "👳🏼\u200d♂️", + "man_wearing_turban_medium_skin_tone": "👳🏽\u200d♂️", + "man_with_probing_cane": "👨\u200d🦯", + "man_with_chinese_cap": "👲", + "man_with_chinese_cap_dark_skin_tone": "👲🏿", + "man_with_chinese_cap_light_skin_tone": "👲🏻", + "man_with_chinese_cap_medium-dark_skin_tone": "👲🏾", + "man_with_chinese_cap_medium-light_skin_tone": "👲🏼", + "man_with_chinese_cap_medium_skin_tone": "👲🏽", + "man_zombie": "🧟\u200d♂️", + "mango": "🥭", + "mantelpiece_clock": "🕰", + "manual_wheelchair": "🦽", + "man’s_shoe": "👞", + "map_of_japan": "🗾", + "maple_leaf": "🍁", + "martial_arts_uniform": "🥋", + "mate": "🧉", + "meat_on_bone": "🍖", + "mechanical_arm": "🦾", + "mechanical_leg": "🦿", + "medical_symbol": "⚕", + "megaphone": "📣", + "melon": "🍈", + "memo": "📝", + "men_with_bunny_ears": "👯\u200d♂️", + "men_wrestling": "🤼\u200d♂️", + "menorah": "🕎", + "men’s_room": "🚹", + "mermaid": "🧜\u200d♀️", + "mermaid_dark_skin_tone": "🧜🏿\u200d♀️", + "mermaid_light_skin_tone": "🧜🏻\u200d♀️", + "mermaid_medium-dark_skin_tone": "🧜🏾\u200d♀️", + "mermaid_medium-light_skin_tone": "🧜🏼\u200d♀️", + "mermaid_medium_skin_tone": "🧜🏽\u200d♀️", + "merman": "🧜\u200d♂️", + "merman_dark_skin_tone": "🧜🏿\u200d♂️", + "merman_light_skin_tone": "🧜🏻\u200d♂️", + "merman_medium-dark_skin_tone": "🧜🏾\u200d♂️", + "merman_medium-light_skin_tone": "🧜🏼\u200d♂️", + "merman_medium_skin_tone": "🧜🏽\u200d♂️", + "merperson": "🧜", + "merperson_dark_skin_tone": "🧜🏿", + "merperson_light_skin_tone": "🧜🏻", + "merperson_medium-dark_skin_tone": "🧜🏾", + "merperson_medium-light_skin_tone": "🧜🏼", + "merperson_medium_skin_tone": "🧜🏽", + "metro": "🚇", + "microbe": "🦠", + "microphone": "🎤", + "microscope": "🔬", + "middle_finger": "🖕", + "middle_finger_dark_skin_tone": "🖕🏿", + "middle_finger_light_skin_tone": "🖕🏻", + "middle_finger_medium-dark_skin_tone": "🖕🏾", + "middle_finger_medium-light_skin_tone": "🖕🏼", + "middle_finger_medium_skin_tone": "🖕🏽", + "military_medal": "🎖", + "milky_way": "🌌", + "minibus": "🚐", + "moai": "🗿", + "mobile_phone": "📱", + "mobile_phone_off": "📴", + "mobile_phone_with_arrow": "📲", + "money-mouth_face": "🤑", + "money_bag": "💰", + "money_with_wings": "💸", + "monkey": "🐒", + "monkey_face": "🐵", + "monorail": "🚝", + "moon_cake": "🥮", + "moon_viewing_ceremony": "🎑", + "mosque": "🕌", + "mosquito": "🦟", + "motor_boat": "🛥", + "motor_scooter": "🛵", + "motorcycle": "🏍", + "motorized_wheelchair": "🦼", + "motorway": "🛣", + "mount_fuji": "🗻", + "mountain": "⛰", + "mountain_cableway": "🚠", + "mountain_railway": "🚞", + "mouse": "🐭", + "mouse_face": "🐭", + "mouth": "👄", + "movie_camera": "🎥", + "mushroom": "🍄", + "musical_keyboard": "🎹", + "musical_note": "🎵", + "musical_notes": "🎶", + "musical_score": "🎼", + "muted_speaker": "🔇", + "nail_polish": "💅", + "nail_polish_dark_skin_tone": "💅🏿", + "nail_polish_light_skin_tone": "💅🏻", + "nail_polish_medium-dark_skin_tone": "💅🏾", + "nail_polish_medium-light_skin_tone": "💅🏼", + "nail_polish_medium_skin_tone": "💅🏽", + "name_badge": "📛", + "national_park": "🏞", + "nauseated_face": "🤢", + "nazar_amulet": "🧿", + "necktie": "👔", + "nerd_face": "🤓", + "neutral_face": "😐", + "new_moon": "🌑", + "new_moon_face": "🌚", + "newspaper": "📰", + "next_track_button": "⏭", + "night_with_stars": "🌃", + "nine-thirty": "🕤", + "nine_o’clock": "🕘", + "no_bicycles": "🚳", + "no_entry": "⛔", + "no_littering": "🚯", + "no_mobile_phones": "📵", + "no_one_under_eighteen": "🔞", + "no_pedestrians": "🚷", + "no_smoking": "🚭", + "non-potable_water": "🚱", + "nose": "👃", + "nose_dark_skin_tone": "👃🏿", + "nose_light_skin_tone": "👃🏻", + "nose_medium-dark_skin_tone": "👃🏾", + "nose_medium-light_skin_tone": "👃🏼", + "nose_medium_skin_tone": "👃🏽", + "notebook": "📓", + "notebook_with_decorative_cover": "📔", + "nut_and_bolt": "🔩", + "octopus": "🐙", + "oden": "🍢", + "office_building": "🏢", + "ogre": "👹", + "oil_drum": "🛢", + "old_key": "🗝", + "old_man": "👴", + "old_man_dark_skin_tone": "👴🏿", + "old_man_light_skin_tone": "👴🏻", + "old_man_medium-dark_skin_tone": "👴🏾", + "old_man_medium-light_skin_tone": "👴🏼", + "old_man_medium_skin_tone": "👴🏽", + "old_woman": "👵", + "old_woman_dark_skin_tone": "👵🏿", + "old_woman_light_skin_tone": "👵🏻", + "old_woman_medium-dark_skin_tone": "👵🏾", + "old_woman_medium-light_skin_tone": "👵🏼", + "old_woman_medium_skin_tone": "👵🏽", + "older_adult": "🧓", + "older_adult_dark_skin_tone": "🧓🏿", + "older_adult_light_skin_tone": "🧓🏻", + "older_adult_medium-dark_skin_tone": "🧓🏾", + "older_adult_medium-light_skin_tone": "🧓🏼", + "older_adult_medium_skin_tone": "🧓🏽", + "om": "🕉", + "oncoming_automobile": "🚘", + "oncoming_bus": "🚍", + "oncoming_fist": "👊", + "oncoming_fist_dark_skin_tone": "👊🏿", + "oncoming_fist_light_skin_tone": "👊🏻", + "oncoming_fist_medium-dark_skin_tone": "👊🏾", + "oncoming_fist_medium-light_skin_tone": "👊🏼", + "oncoming_fist_medium_skin_tone": "👊🏽", + "oncoming_police_car": "🚔", + "oncoming_taxi": "🚖", + "one-piece_swimsuit": "🩱", + "one-thirty": "🕜", + "one_o’clock": "🕐", + "onion": "🧅", + "open_book": "📖", + "open_file_folder": "📂", + "open_hands": "👐", + "open_hands_dark_skin_tone": "👐🏿", + "open_hands_light_skin_tone": "👐🏻", + "open_hands_medium-dark_skin_tone": "👐🏾", + "open_hands_medium-light_skin_tone": "👐🏼", + "open_hands_medium_skin_tone": "👐🏽", + "open_mailbox_with_lowered_flag": "📭", + "open_mailbox_with_raised_flag": "📬", + "optical_disk": "💿", + "orange_book": "📙", + "orange_circle": "🟠", + "orange_heart": "🧡", + "orange_square": "🟧", + "orangutan": "🦧", + "orthodox_cross": "☦", + "otter": "🦦", + "outbox_tray": "📤", + "owl": "🦉", + "ox": "🐂", + "oyster": "🦪", + "package": "📦", + "page_facing_up": "📄", + "page_with_curl": "📃", + "pager": "📟", + "paintbrush": "🖌", + "palm_tree": "🌴", + "palms_up_together": "🤲", + "palms_up_together_dark_skin_tone": "🤲🏿", + "palms_up_together_light_skin_tone": "🤲🏻", + "palms_up_together_medium-dark_skin_tone": "🤲🏾", + "palms_up_together_medium-light_skin_tone": "🤲🏼", + "palms_up_together_medium_skin_tone": "🤲🏽", + "pancakes": "🥞", + "panda_face": "🐼", + "paperclip": "📎", + "parrot": "🦜", + "part_alternation_mark": "〽", + "party_popper": "🎉", + "partying_face": "🥳", + "passenger_ship": "🛳", + "passport_control": "🛂", + "pause_button": "⏸", + "paw_prints": "🐾", + "peace_symbol": "☮", + "peach": "🍑", + "peacock": "🦚", + "peanuts": "🥜", + "pear": "🍐", + "pen": "🖊", + "pencil": "📝", + "penguin": "🐧", + "pensive_face": "😔", + "people_holding_hands": "🧑\u200d🤝\u200d🧑", + "people_with_bunny_ears": "👯", + "people_wrestling": "🤼", + "performing_arts": "🎭", + "persevering_face": "😣", + "person_biking": "🚴", + "person_biking_dark_skin_tone": "🚴🏿", + "person_biking_light_skin_tone": "🚴🏻", + "person_biking_medium-dark_skin_tone": "🚴🏾", + "person_biking_medium-light_skin_tone": "🚴🏼", + "person_biking_medium_skin_tone": "🚴🏽", + "person_bouncing_ball": "⛹", + "person_bouncing_ball_dark_skin_tone": "⛹🏿", + "person_bouncing_ball_light_skin_tone": "⛹🏻", + "person_bouncing_ball_medium-dark_skin_tone": "⛹🏾", + "person_bouncing_ball_medium-light_skin_tone": "⛹🏼", + "person_bouncing_ball_medium_skin_tone": "⛹🏽", + "person_bowing": "🙇", + "person_bowing_dark_skin_tone": "🙇🏿", + "person_bowing_light_skin_tone": "🙇🏻", + "person_bowing_medium-dark_skin_tone": "🙇🏾", + "person_bowing_medium-light_skin_tone": "🙇🏼", + "person_bowing_medium_skin_tone": "🙇🏽", + "person_cartwheeling": "🤸", + "person_cartwheeling_dark_skin_tone": "🤸🏿", + "person_cartwheeling_light_skin_tone": "🤸🏻", + "person_cartwheeling_medium-dark_skin_tone": "🤸🏾", + "person_cartwheeling_medium-light_skin_tone": "🤸🏼", + "person_cartwheeling_medium_skin_tone": "🤸🏽", + "person_climbing": "🧗", + "person_climbing_dark_skin_tone": "🧗🏿", + "person_climbing_light_skin_tone": "🧗🏻", + "person_climbing_medium-dark_skin_tone": "🧗🏾", + "person_climbing_medium-light_skin_tone": "🧗🏼", + "person_climbing_medium_skin_tone": "🧗🏽", + "person_facepalming": "🤦", + "person_facepalming_dark_skin_tone": "🤦🏿", + "person_facepalming_light_skin_tone": "🤦🏻", + "person_facepalming_medium-dark_skin_tone": "🤦🏾", + "person_facepalming_medium-light_skin_tone": "🤦🏼", + "person_facepalming_medium_skin_tone": "🤦🏽", + "person_fencing": "🤺", + "person_frowning": "🙍", + "person_frowning_dark_skin_tone": "🙍🏿", + "person_frowning_light_skin_tone": "🙍🏻", + "person_frowning_medium-dark_skin_tone": "🙍🏾", + "person_frowning_medium-light_skin_tone": "🙍🏼", + "person_frowning_medium_skin_tone": "🙍🏽", + "person_gesturing_no": "🙅", + "person_gesturing_no_dark_skin_tone": "🙅🏿", + "person_gesturing_no_light_skin_tone": "🙅🏻", + "person_gesturing_no_medium-dark_skin_tone": "🙅🏾", + "person_gesturing_no_medium-light_skin_tone": "🙅🏼", + "person_gesturing_no_medium_skin_tone": "🙅🏽", + "person_gesturing_ok": "🙆", + "person_gesturing_ok_dark_skin_tone": "🙆🏿", + "person_gesturing_ok_light_skin_tone": "🙆🏻", + "person_gesturing_ok_medium-dark_skin_tone": "🙆🏾", + "person_gesturing_ok_medium-light_skin_tone": "🙆🏼", + "person_gesturing_ok_medium_skin_tone": "🙆🏽", + "person_getting_haircut": "💇", + "person_getting_haircut_dark_skin_tone": "💇🏿", + "person_getting_haircut_light_skin_tone": "💇🏻", + "person_getting_haircut_medium-dark_skin_tone": "💇🏾", + "person_getting_haircut_medium-light_skin_tone": "💇🏼", + "person_getting_haircut_medium_skin_tone": "💇🏽", + "person_getting_massage": "💆", + "person_getting_massage_dark_skin_tone": "💆🏿", + "person_getting_massage_light_skin_tone": "💆🏻", + "person_getting_massage_medium-dark_skin_tone": "💆🏾", + "person_getting_massage_medium-light_skin_tone": "💆🏼", + "person_getting_massage_medium_skin_tone": "💆🏽", + "person_golfing": "🏌", + "person_golfing_dark_skin_tone": "🏌🏿", + "person_golfing_light_skin_tone": "🏌🏻", + "person_golfing_medium-dark_skin_tone": "🏌🏾", + "person_golfing_medium-light_skin_tone": "🏌🏼", + "person_golfing_medium_skin_tone": "🏌🏽", + "person_in_bed": "🛌", + "person_in_bed_dark_skin_tone": "🛌🏿", + "person_in_bed_light_skin_tone": "🛌🏻", + "person_in_bed_medium-dark_skin_tone": "🛌🏾", + "person_in_bed_medium-light_skin_tone": "🛌🏼", + "person_in_bed_medium_skin_tone": "🛌🏽", + "person_in_lotus_position": "🧘", + "person_in_lotus_position_dark_skin_tone": "🧘🏿", + "person_in_lotus_position_light_skin_tone": "🧘🏻", + "person_in_lotus_position_medium-dark_skin_tone": "🧘🏾", + "person_in_lotus_position_medium-light_skin_tone": "🧘🏼", + "person_in_lotus_position_medium_skin_tone": "🧘🏽", + "person_in_steamy_room": "🧖", + "person_in_steamy_room_dark_skin_tone": "🧖🏿", + "person_in_steamy_room_light_skin_tone": "🧖🏻", + "person_in_steamy_room_medium-dark_skin_tone": "🧖🏾", + "person_in_steamy_room_medium-light_skin_tone": "🧖🏼", + "person_in_steamy_room_medium_skin_tone": "🧖🏽", + "person_juggling": "🤹", + "person_juggling_dark_skin_tone": "🤹🏿", + "person_juggling_light_skin_tone": "🤹🏻", + "person_juggling_medium-dark_skin_tone": "🤹🏾", + "person_juggling_medium-light_skin_tone": "🤹🏼", + "person_juggling_medium_skin_tone": "🤹🏽", + "person_kneeling": "🧎", + "person_lifting_weights": "🏋", + "person_lifting_weights_dark_skin_tone": "🏋🏿", + "person_lifting_weights_light_skin_tone": "🏋🏻", + "person_lifting_weights_medium-dark_skin_tone": "🏋🏾", + "person_lifting_weights_medium-light_skin_tone": "🏋🏼", + "person_lifting_weights_medium_skin_tone": "🏋🏽", + "person_mountain_biking": "🚵", + "person_mountain_biking_dark_skin_tone": "🚵🏿", + "person_mountain_biking_light_skin_tone": "🚵🏻", + "person_mountain_biking_medium-dark_skin_tone": "🚵🏾", + "person_mountain_biking_medium-light_skin_tone": "🚵🏼", + "person_mountain_biking_medium_skin_tone": "🚵🏽", + "person_playing_handball": "🤾", + "person_playing_handball_dark_skin_tone": "🤾🏿", + "person_playing_handball_light_skin_tone": "🤾🏻", + "person_playing_handball_medium-dark_skin_tone": "🤾🏾", + "person_playing_handball_medium-light_skin_tone": "🤾🏼", + "person_playing_handball_medium_skin_tone": "🤾🏽", + "person_playing_water_polo": "🤽", + "person_playing_water_polo_dark_skin_tone": "🤽🏿", + "person_playing_water_polo_light_skin_tone": "🤽🏻", + "person_playing_water_polo_medium-dark_skin_tone": "🤽🏾", + "person_playing_water_polo_medium-light_skin_tone": "🤽🏼", + "person_playing_water_polo_medium_skin_tone": "🤽🏽", + "person_pouting": "🙎", + "person_pouting_dark_skin_tone": "🙎🏿", + "person_pouting_light_skin_tone": "🙎🏻", + "person_pouting_medium-dark_skin_tone": "🙎🏾", + "person_pouting_medium-light_skin_tone": "🙎🏼", + "person_pouting_medium_skin_tone": "🙎🏽", + "person_raising_hand": "🙋", + "person_raising_hand_dark_skin_tone": "🙋🏿", + "person_raising_hand_light_skin_tone": "🙋🏻", + "person_raising_hand_medium-dark_skin_tone": "🙋🏾", + "person_raising_hand_medium-light_skin_tone": "🙋🏼", + "person_raising_hand_medium_skin_tone": "🙋🏽", + "person_rowing_boat": "🚣", + "person_rowing_boat_dark_skin_tone": "🚣🏿", + "person_rowing_boat_light_skin_tone": "🚣🏻", + "person_rowing_boat_medium-dark_skin_tone": "🚣🏾", + "person_rowing_boat_medium-light_skin_tone": "🚣🏼", + "person_rowing_boat_medium_skin_tone": "🚣🏽", + "person_running": "🏃", + "person_running_dark_skin_tone": "🏃🏿", + "person_running_light_skin_tone": "🏃🏻", + "person_running_medium-dark_skin_tone": "🏃🏾", + "person_running_medium-light_skin_tone": "🏃🏼", + "person_running_medium_skin_tone": "🏃🏽", + "person_shrugging": "🤷", + "person_shrugging_dark_skin_tone": "🤷🏿", + "person_shrugging_light_skin_tone": "🤷🏻", + "person_shrugging_medium-dark_skin_tone": "🤷🏾", + "person_shrugging_medium-light_skin_tone": "🤷🏼", + "person_shrugging_medium_skin_tone": "🤷🏽", + "person_standing": "🧍", + "person_surfing": "🏄", + "person_surfing_dark_skin_tone": "🏄🏿", + "person_surfing_light_skin_tone": "🏄🏻", + "person_surfing_medium-dark_skin_tone": "🏄🏾", + "person_surfing_medium-light_skin_tone": "🏄🏼", + "person_surfing_medium_skin_tone": "🏄🏽", + "person_swimming": "🏊", + "person_swimming_dark_skin_tone": "🏊🏿", + "person_swimming_light_skin_tone": "🏊🏻", + "person_swimming_medium-dark_skin_tone": "🏊🏾", + "person_swimming_medium-light_skin_tone": "🏊🏼", + "person_swimming_medium_skin_tone": "🏊🏽", + "person_taking_bath": "🛀", + "person_taking_bath_dark_skin_tone": "🛀🏿", + "person_taking_bath_light_skin_tone": "🛀🏻", + "person_taking_bath_medium-dark_skin_tone": "🛀🏾", + "person_taking_bath_medium-light_skin_tone": "🛀🏼", + "person_taking_bath_medium_skin_tone": "🛀🏽", + "person_tipping_hand": "💁", + "person_tipping_hand_dark_skin_tone": "💁🏿", + "person_tipping_hand_light_skin_tone": "💁🏻", + "person_tipping_hand_medium-dark_skin_tone": "💁🏾", + "person_tipping_hand_medium-light_skin_tone": "💁🏼", + "person_tipping_hand_medium_skin_tone": "💁🏽", + "person_walking": "🚶", + "person_walking_dark_skin_tone": "🚶🏿", + "person_walking_light_skin_tone": "🚶🏻", + "person_walking_medium-dark_skin_tone": "🚶🏾", + "person_walking_medium-light_skin_tone": "🚶🏼", + "person_walking_medium_skin_tone": "🚶🏽", + "person_wearing_turban": "👳", + "person_wearing_turban_dark_skin_tone": "👳🏿", + "person_wearing_turban_light_skin_tone": "👳🏻", + "person_wearing_turban_medium-dark_skin_tone": "👳🏾", + "person_wearing_turban_medium-light_skin_tone": "👳🏼", + "person_wearing_turban_medium_skin_tone": "👳🏽", + "petri_dish": "🧫", + "pick": "⛏", + "pie": "🥧", + "pig": "🐷", + "pig_face": "🐷", + "pig_nose": "🐽", + "pile_of_poo": "💩", + "pill": "💊", + "pinching_hand": "🤏", + "pine_decoration": "🎍", + "pineapple": "🍍", + "ping_pong": "🏓", + "pirate_flag": "🏴\u200d☠️", + "pistol": "🔫", + "pizza": "🍕", + "place_of_worship": "🛐", + "play_button": "▶", + "play_or_pause_button": "⏯", + "pleading_face": "🥺", + "police_car": "🚓", + "police_car_light": "🚨", + "police_officer": "👮", + "police_officer_dark_skin_tone": "👮🏿", + "police_officer_light_skin_tone": "👮🏻", + "police_officer_medium-dark_skin_tone": "👮🏾", + "police_officer_medium-light_skin_tone": "👮🏼", + "police_officer_medium_skin_tone": "👮🏽", + "poodle": "🐩", + "pool_8_ball": "🎱", + "popcorn": "🍿", + "post_office": "🏣", + "postal_horn": "📯", + "postbox": "📮", + "pot_of_food": "🍲", + "potable_water": "🚰", + "potato": "🥔", + "poultry_leg": "🍗", + "pound_banknote": "💷", + "pouting_cat_face": "😾", + "pouting_face": "😡", + "prayer_beads": "📿", + "pregnant_woman": "🤰", + "pregnant_woman_dark_skin_tone": "🤰🏿", + "pregnant_woman_light_skin_tone": "🤰🏻", + "pregnant_woman_medium-dark_skin_tone": "🤰🏾", + "pregnant_woman_medium-light_skin_tone": "🤰🏼", + "pregnant_woman_medium_skin_tone": "🤰🏽", + "pretzel": "🥨", + "probing_cane": "🦯", + "prince": "🤴", + "prince_dark_skin_tone": "🤴🏿", + "prince_light_skin_tone": "🤴🏻", + "prince_medium-dark_skin_tone": "🤴🏾", + "prince_medium-light_skin_tone": "🤴🏼", + "prince_medium_skin_tone": "🤴🏽", + "princess": "👸", + "princess_dark_skin_tone": "👸🏿", + "princess_light_skin_tone": "👸🏻", + "princess_medium-dark_skin_tone": "👸🏾", + "princess_medium-light_skin_tone": "👸🏼", + "princess_medium_skin_tone": "👸🏽", + "printer": "🖨", + "prohibited": "🚫", + "purple_circle": "🟣", + "purple_heart": "💜", + "purple_square": "🟪", + "purse": "👛", + "pushpin": "📌", + "question_mark": "❓", + "rabbit": "🐰", + "rabbit_face": "🐰", + "raccoon": "🦝", + "racing_car": "🏎", + "radio": "📻", + "radio_button": "🔘", + "radioactive": "☢", + "railway_car": "🚃", + "railway_track": "🛤", + "rainbow": "🌈", + "rainbow_flag": "🏳️\u200d🌈", + "raised_back_of_hand": "🤚", + "raised_back_of_hand_dark_skin_tone": "🤚🏿", + "raised_back_of_hand_light_skin_tone": "🤚🏻", + "raised_back_of_hand_medium-dark_skin_tone": "🤚🏾", + "raised_back_of_hand_medium-light_skin_tone": "🤚🏼", + "raised_back_of_hand_medium_skin_tone": "🤚🏽", + "raised_fist": "✊", + "raised_fist_dark_skin_tone": "✊🏿", + "raised_fist_light_skin_tone": "✊🏻", + "raised_fist_medium-dark_skin_tone": "✊🏾", + "raised_fist_medium-light_skin_tone": "✊🏼", + "raised_fist_medium_skin_tone": "✊🏽", + "raised_hand": "✋", + "raised_hand_dark_skin_tone": "✋🏿", + "raised_hand_light_skin_tone": "✋🏻", + "raised_hand_medium-dark_skin_tone": "✋🏾", + "raised_hand_medium-light_skin_tone": "✋🏼", + "raised_hand_medium_skin_tone": "✋🏽", + "raising_hands": "🙌", + "raising_hands_dark_skin_tone": "🙌🏿", + "raising_hands_light_skin_tone": "🙌🏻", + "raising_hands_medium-dark_skin_tone": "🙌🏾", + "raising_hands_medium-light_skin_tone": "🙌🏼", + "raising_hands_medium_skin_tone": "🙌🏽", + "ram": "🐏", + "rat": "🐀", + "razor": "🪒", + "ringed_planet": "🪐", + "receipt": "🧾", + "record_button": "⏺", + "recycling_symbol": "♻", + "red_apple": "🍎", + "red_circle": "🔴", + "red_envelope": "🧧", + "red_hair": "🦰", + "red-haired_man": "👨\u200d🦰", + "red-haired_woman": "👩\u200d🦰", + "red_heart": "❤", + "red_paper_lantern": "🏮", + "red_square": "🟥", + "red_triangle_pointed_down": "🔻", + "red_triangle_pointed_up": "🔺", + "registered": "®", + "relieved_face": "😌", + "reminder_ribbon": "🎗", + "repeat_button": "🔁", + "repeat_single_button": "🔂", + "rescue_worker’s_helmet": "⛑", + "restroom": "🚻", + "reverse_button": "◀", + "revolving_hearts": "💞", + "rhinoceros": "🦏", + "ribbon": "🎀", + "rice_ball": "🍙", + "rice_cracker": "🍘", + "right-facing_fist": "🤜", + "right-facing_fist_dark_skin_tone": "🤜🏿", + "right-facing_fist_light_skin_tone": "🤜🏻", + "right-facing_fist_medium-dark_skin_tone": "🤜🏾", + "right-facing_fist_medium-light_skin_tone": "🤜🏼", + "right-facing_fist_medium_skin_tone": "🤜🏽", + "right_anger_bubble": "🗯", + "right_arrow": "➡", + "right_arrow_curving_down": "⤵", + "right_arrow_curving_left": "↩", + "right_arrow_curving_up": "⤴", + "ring": "💍", + "roasted_sweet_potato": "🍠", + "robot_face": "🤖", + "rocket": "🚀", + "roll_of_paper": "🧻", + "rolled-up_newspaper": "🗞", + "roller_coaster": "🎢", + "rolling_on_the_floor_laughing": "🤣", + "rooster": "🐓", + "rose": "🌹", + "rosette": "🏵", + "round_pushpin": "📍", + "rugby_football": "🏉", + "running_shirt": "🎽", + "running_shoe": "👟", + "sad_but_relieved_face": "😥", + "safety_pin": "🧷", + "safety_vest": "🦺", + "salt": "🧂", + "sailboat": "⛵", + "sake": "🍶", + "sandwich": "🥪", + "sari": "🥻", + "satellite": "📡", + "satellite_antenna": "📡", + "sauropod": "🦕", + "saxophone": "🎷", + "scarf": "🧣", + "school": "🏫", + "school_backpack": "🎒", + "scissors": "✂", + "scorpion": "🦂", + "scroll": "📜", + "seat": "💺", + "see-no-evil_monkey": "🙈", + "seedling": "🌱", + "selfie": "🤳", + "selfie_dark_skin_tone": "🤳🏿", + "selfie_light_skin_tone": "🤳🏻", + "selfie_medium-dark_skin_tone": "🤳🏾", + "selfie_medium-light_skin_tone": "🤳🏼", + "selfie_medium_skin_tone": "🤳🏽", + "service_dog": "🐕\u200d🦺", + "seven-thirty": "🕢", + "seven_o’clock": "🕖", + "shallow_pan_of_food": "🥘", + "shamrock": "☘", + "shark": "🦈", + "shaved_ice": "🍧", + "sheaf_of_rice": "🌾", + "shield": "🛡", + "shinto_shrine": "⛩", + "ship": "🚢", + "shooting_star": "🌠", + "shopping_bags": "🛍", + "shopping_cart": "🛒", + "shortcake": "🍰", + "shorts": "🩳", + "shower": "🚿", + "shrimp": "🦐", + "shuffle_tracks_button": "🔀", + "shushing_face": "🤫", + "sign_of_the_horns": "🤘", + "sign_of_the_horns_dark_skin_tone": "🤘🏿", + "sign_of_the_horns_light_skin_tone": "🤘🏻", + "sign_of_the_horns_medium-dark_skin_tone": "🤘🏾", + "sign_of_the_horns_medium-light_skin_tone": "🤘🏼", + "sign_of_the_horns_medium_skin_tone": "🤘🏽", + "six-thirty": "🕡", + "six_o’clock": "🕕", + "skateboard": "🛹", + "skier": "⛷", + "skis": "🎿", + "skull": "💀", + "skull_and_crossbones": "☠", + "skunk": "🦨", + "sled": "🛷", + "sleeping_face": "😴", + "sleepy_face": "😪", + "slightly_frowning_face": "🙁", + "slightly_smiling_face": "🙂", + "slot_machine": "🎰", + "sloth": "🦥", + "small_airplane": "🛩", + "small_blue_diamond": "🔹", + "small_orange_diamond": "🔸", + "smiling_cat_face_with_heart-eyes": "😻", + "smiling_face": "☺", + "smiling_face_with_halo": "😇", + "smiling_face_with_3_hearts": "🥰", + "smiling_face_with_heart-eyes": "😍", + "smiling_face_with_horns": "😈", + "smiling_face_with_smiling_eyes": "😊", + "smiling_face_with_sunglasses": "😎", + "smirking_face": "😏", + "snail": "🐌", + "snake": "🐍", + "sneezing_face": "🤧", + "snow-capped_mountain": "🏔", + "snowboarder": "🏂", + "snowboarder_dark_skin_tone": "🏂🏿", + "snowboarder_light_skin_tone": "🏂🏻", + "snowboarder_medium-dark_skin_tone": "🏂🏾", + "snowboarder_medium-light_skin_tone": "🏂🏼", + "snowboarder_medium_skin_tone": "🏂🏽", + "snowflake": "❄", + "snowman": "☃", + "snowman_without_snow": "⛄", + "soap": "🧼", + "soccer_ball": "⚽", + "socks": "🧦", + "softball": "🥎", + "soft_ice_cream": "🍦", + "spade_suit": "♠", + "spaghetti": "🍝", + "sparkle": "❇", + "sparkler": "🎇", + "sparkles": "✨", + "sparkling_heart": "💖", + "speak-no-evil_monkey": "🙊", + "speaker_high_volume": "🔊", + "speaker_low_volume": "🔈", + "speaker_medium_volume": "🔉", + "speaking_head": "🗣", + "speech_balloon": "💬", + "speedboat": "🚤", + "spider": "🕷", + "spider_web": "🕸", + "spiral_calendar": "🗓", + "spiral_notepad": "🗒", + "spiral_shell": "🐚", + "spoon": "🥄", + "sponge": "🧽", + "sport_utility_vehicle": "🚙", + "sports_medal": "🏅", + "spouting_whale": "🐳", + "squid": "🦑", + "squinting_face_with_tongue": "😝", + "stadium": "🏟", + "star-struck": "🤩", + "star_and_crescent": "☪", + "star_of_david": "✡", + "station": "🚉", + "steaming_bowl": "🍜", + "stethoscope": "🩺", + "stop_button": "⏹", + "stop_sign": "🛑", + "stopwatch": "⏱", + "straight_ruler": "📏", + "strawberry": "🍓", + "studio_microphone": "🎙", + "stuffed_flatbread": "🥙", + "sun": "☀", + "sun_behind_cloud": "⛅", + "sun_behind_large_cloud": "🌥", + "sun_behind_rain_cloud": "🌦", + "sun_behind_small_cloud": "🌤", + "sun_with_face": "🌞", + "sunflower": "🌻", + "sunglasses": "😎", + "sunrise": "🌅", + "sunrise_over_mountains": "🌄", + "sunset": "🌇", + "superhero": "🦸", + "supervillain": "🦹", + "sushi": "🍣", + "suspension_railway": "🚟", + "swan": "🦢", + "sweat_droplets": "💦", + "synagogue": "🕍", + "syringe": "💉", + "t-shirt": "👕", + "taco": "🌮", + "takeout_box": "🥡", + "tanabata_tree": "🎋", + "tangerine": "🍊", + "taxi": "🚕", + "teacup_without_handle": "🍵", + "tear-off_calendar": "📆", + "teddy_bear": "🧸", + "telephone": "☎", + "telephone_receiver": "📞", + "telescope": "🔭", + "television": "📺", + "ten-thirty": "🕥", + "ten_o’clock": "🕙", + "tennis": "🎾", + "tent": "⛺", + "test_tube": "🧪", + "thermometer": "🌡", + "thinking_face": "🤔", + "thought_balloon": "💭", + "thread": "🧵", + "three-thirty": "🕞", + "three_o’clock": "🕒", + "thumbs_down": "👎", + "thumbs_down_dark_skin_tone": "👎🏿", + "thumbs_down_light_skin_tone": "👎🏻", + "thumbs_down_medium-dark_skin_tone": "👎🏾", + "thumbs_down_medium-light_skin_tone": "👎🏼", + "thumbs_down_medium_skin_tone": "👎🏽", + "thumbs_up": "👍", + "thumbs_up_dark_skin_tone": "👍🏿", + "thumbs_up_light_skin_tone": "👍🏻", + "thumbs_up_medium-dark_skin_tone": "👍🏾", + "thumbs_up_medium-light_skin_tone": "👍🏼", + "thumbs_up_medium_skin_tone": "👍🏽", + "ticket": "🎫", + "tiger": "🐯", + "tiger_face": "🐯", + "timer_clock": "⏲", + "tired_face": "😫", + "toolbox": "🧰", + "toilet": "🚽", + "tomato": "🍅", + "tongue": "👅", + "tooth": "🦷", + "top_hat": "🎩", + "tornado": "🌪", + "trackball": "🖲", + "tractor": "🚜", + "trade_mark": "™", + "train": "🚋", + "tram": "🚊", + "tram_car": "🚋", + "triangular_flag": "🚩", + "triangular_ruler": "📐", + "trident_emblem": "🔱", + "trolleybus": "🚎", + "trophy": "🏆", + "tropical_drink": "🍹", + "tropical_fish": "🐠", + "trumpet": "🎺", + "tulip": "🌷", + "tumbler_glass": "🥃", + "turtle": "🐢", + "twelve-thirty": "🕧", + "twelve_o’clock": "🕛", + "two-hump_camel": "🐫", + "two-thirty": "🕝", + "two_hearts": "💕", + "two_men_holding_hands": "👬", + "two_o’clock": "🕑", + "two_women_holding_hands": "👭", + "umbrella": "☂", + "umbrella_on_ground": "⛱", + "umbrella_with_rain_drops": "☔", + "unamused_face": "😒", + "unicorn_face": "🦄", + "unlocked": "🔓", + "up-down_arrow": "↕", + "up-left_arrow": "↖", + "up-right_arrow": "↗", + "up_arrow": "⬆", + "upside-down_face": "🙃", + "upwards_button": "🔼", + "vampire": "🧛", + "vampire_dark_skin_tone": "🧛🏿", + "vampire_light_skin_tone": "🧛🏻", + "vampire_medium-dark_skin_tone": "🧛🏾", + "vampire_medium-light_skin_tone": "🧛🏼", + "vampire_medium_skin_tone": "🧛🏽", + "vertical_traffic_light": "🚦", + "vibration_mode": "📳", + "victory_hand": "✌", + "victory_hand_dark_skin_tone": "✌🏿", + "victory_hand_light_skin_tone": "✌🏻", + "victory_hand_medium-dark_skin_tone": "✌🏾", + "victory_hand_medium-light_skin_tone": "✌🏼", + "victory_hand_medium_skin_tone": "✌🏽", + "video_camera": "📹", + "video_game": "🎮", + "videocassette": "📼", + "violin": "🎻", + "volcano": "🌋", + "volleyball": "🏐", + "vulcan_salute": "🖖", + "vulcan_salute_dark_skin_tone": "🖖🏿", + "vulcan_salute_light_skin_tone": "🖖🏻", + "vulcan_salute_medium-dark_skin_tone": "🖖🏾", + "vulcan_salute_medium-light_skin_tone": "🖖🏼", + "vulcan_salute_medium_skin_tone": "🖖🏽", + "waffle": "🧇", + "waning_crescent_moon": "🌘", + "waning_gibbous_moon": "🌖", + "warning": "⚠", + "wastebasket": "🗑", + "watch": "⌚", + "water_buffalo": "🐃", + "water_closet": "🚾", + "water_wave": "🌊", + "watermelon": "🍉", + "waving_hand": "👋", + "waving_hand_dark_skin_tone": "👋🏿", + "waving_hand_light_skin_tone": "👋🏻", + "waving_hand_medium-dark_skin_tone": "👋🏾", + "waving_hand_medium-light_skin_tone": "👋🏼", + "waving_hand_medium_skin_tone": "👋🏽", + "wavy_dash": "〰", + "waxing_crescent_moon": "🌒", + "waxing_gibbous_moon": "🌔", + "weary_cat_face": "🙀", + "weary_face": "😩", + "wedding": "💒", + "whale": "🐳", + "wheel_of_dharma": "☸", + "wheelchair_symbol": "♿", + "white_circle": "⚪", + "white_exclamation_mark": "❕", + "white_flag": "🏳", + "white_flower": "💮", + "white_hair": "🦳", + "white-haired_man": "👨\u200d🦳", + "white-haired_woman": "👩\u200d🦳", + "white_heart": "🤍", + "white_heavy_check_mark": "✅", + "white_large_square": "⬜", + "white_medium-small_square": "◽", + "white_medium_square": "◻", + "white_medium_star": "⭐", + "white_question_mark": "❔", + "white_small_square": "▫", + "white_square_button": "🔳", + "wilted_flower": "🥀", + "wind_chime": "🎐", + "wind_face": "🌬", + "wine_glass": "🍷", + "winking_face": "😉", + "winking_face_with_tongue": "😜", + "wolf_face": "🐺", + "woman": "👩", + "woman_artist": "👩\u200d🎨", + "woman_artist_dark_skin_tone": "👩🏿\u200d🎨", + "woman_artist_light_skin_tone": "👩🏻\u200d🎨", + "woman_artist_medium-dark_skin_tone": "👩🏾\u200d🎨", + "woman_artist_medium-light_skin_tone": "👩🏼\u200d🎨", + "woman_artist_medium_skin_tone": "👩🏽\u200d🎨", + "woman_astronaut": "👩\u200d🚀", + "woman_astronaut_dark_skin_tone": "👩🏿\u200d🚀", + "woman_astronaut_light_skin_tone": "👩🏻\u200d🚀", + "woman_astronaut_medium-dark_skin_tone": "👩🏾\u200d🚀", + "woman_astronaut_medium-light_skin_tone": "👩🏼\u200d🚀", + "woman_astronaut_medium_skin_tone": "👩🏽\u200d🚀", + "woman_biking": "🚴\u200d♀️", + "woman_biking_dark_skin_tone": "🚴🏿\u200d♀️", + "woman_biking_light_skin_tone": "🚴🏻\u200d♀️", + "woman_biking_medium-dark_skin_tone": "🚴🏾\u200d♀️", + "woman_biking_medium-light_skin_tone": "🚴🏼\u200d♀️", + "woman_biking_medium_skin_tone": "🚴🏽\u200d♀️", + "woman_bouncing_ball": "⛹️\u200d♀️", + "woman_bouncing_ball_dark_skin_tone": "⛹🏿\u200d♀️", + "woman_bouncing_ball_light_skin_tone": "⛹🏻\u200d♀️", + "woman_bouncing_ball_medium-dark_skin_tone": "⛹🏾\u200d♀️", + "woman_bouncing_ball_medium-light_skin_tone": "⛹🏼\u200d♀️", + "woman_bouncing_ball_medium_skin_tone": "⛹🏽\u200d♀️", + "woman_bowing": "🙇\u200d♀️", + "woman_bowing_dark_skin_tone": "🙇🏿\u200d♀️", + "woman_bowing_light_skin_tone": "🙇🏻\u200d♀️", + "woman_bowing_medium-dark_skin_tone": "🙇🏾\u200d♀️", + "woman_bowing_medium-light_skin_tone": "🙇🏼\u200d♀️", + "woman_bowing_medium_skin_tone": "🙇🏽\u200d♀️", + "woman_cartwheeling": "🤸\u200d♀️", + "woman_cartwheeling_dark_skin_tone": "🤸🏿\u200d♀️", + "woman_cartwheeling_light_skin_tone": "🤸🏻\u200d♀️", + "woman_cartwheeling_medium-dark_skin_tone": "🤸🏾\u200d♀️", + "woman_cartwheeling_medium-light_skin_tone": "🤸🏼\u200d♀️", + "woman_cartwheeling_medium_skin_tone": "🤸🏽\u200d♀️", + "woman_climbing": "🧗\u200d♀️", + "woman_climbing_dark_skin_tone": "🧗🏿\u200d♀️", + "woman_climbing_light_skin_tone": "🧗🏻\u200d♀️", + "woman_climbing_medium-dark_skin_tone": "🧗🏾\u200d♀️", + "woman_climbing_medium-light_skin_tone": "🧗🏼\u200d♀️", + "woman_climbing_medium_skin_tone": "🧗🏽\u200d♀️", + "woman_construction_worker": "👷\u200d♀️", + "woman_construction_worker_dark_skin_tone": "👷🏿\u200d♀️", + "woman_construction_worker_light_skin_tone": "👷🏻\u200d♀️", + "woman_construction_worker_medium-dark_skin_tone": "👷🏾\u200d♀️", + "woman_construction_worker_medium-light_skin_tone": "👷🏼\u200d♀️", + "woman_construction_worker_medium_skin_tone": "👷🏽\u200d♀️", + "woman_cook": "👩\u200d🍳", + "woman_cook_dark_skin_tone": "👩🏿\u200d🍳", + "woman_cook_light_skin_tone": "👩🏻\u200d🍳", + "woman_cook_medium-dark_skin_tone": "👩🏾\u200d🍳", + "woman_cook_medium-light_skin_tone": "👩🏼\u200d🍳", + "woman_cook_medium_skin_tone": "👩🏽\u200d🍳", + "woman_dancing": "💃", + "woman_dancing_dark_skin_tone": "💃🏿", + "woman_dancing_light_skin_tone": "💃🏻", + "woman_dancing_medium-dark_skin_tone": "💃🏾", + "woman_dancing_medium-light_skin_tone": "💃🏼", + "woman_dancing_medium_skin_tone": "💃🏽", + "woman_dark_skin_tone": "👩🏿", + "woman_detective": "🕵️\u200d♀️", + "woman_detective_dark_skin_tone": "🕵🏿\u200d♀️", + "woman_detective_light_skin_tone": "🕵🏻\u200d♀️", + "woman_detective_medium-dark_skin_tone": "🕵🏾\u200d♀️", + "woman_detective_medium-light_skin_tone": "🕵🏼\u200d♀️", + "woman_detective_medium_skin_tone": "🕵🏽\u200d♀️", + "woman_elf": "🧝\u200d♀️", + "woman_elf_dark_skin_tone": "🧝🏿\u200d♀️", + "woman_elf_light_skin_tone": "🧝🏻\u200d♀️", + "woman_elf_medium-dark_skin_tone": "🧝🏾\u200d♀️", + "woman_elf_medium-light_skin_tone": "🧝🏼\u200d♀️", + "woman_elf_medium_skin_tone": "🧝🏽\u200d♀️", + "woman_facepalming": "🤦\u200d♀️", + "woman_facepalming_dark_skin_tone": "🤦🏿\u200d♀️", + "woman_facepalming_light_skin_tone": "🤦🏻\u200d♀️", + "woman_facepalming_medium-dark_skin_tone": "🤦🏾\u200d♀️", + "woman_facepalming_medium-light_skin_tone": "🤦🏼\u200d♀️", + "woman_facepalming_medium_skin_tone": "🤦🏽\u200d♀️", + "woman_factory_worker": "👩\u200d🏭", + "woman_factory_worker_dark_skin_tone": "👩🏿\u200d🏭", + "woman_factory_worker_light_skin_tone": "👩🏻\u200d🏭", + "woman_factory_worker_medium-dark_skin_tone": "👩🏾\u200d🏭", + "woman_factory_worker_medium-light_skin_tone": "👩🏼\u200d🏭", + "woman_factory_worker_medium_skin_tone": "👩🏽\u200d🏭", + "woman_fairy": "🧚\u200d♀️", + "woman_fairy_dark_skin_tone": "🧚🏿\u200d♀️", + "woman_fairy_light_skin_tone": "🧚🏻\u200d♀️", + "woman_fairy_medium-dark_skin_tone": "🧚🏾\u200d♀️", + "woman_fairy_medium-light_skin_tone": "🧚🏼\u200d♀️", + "woman_fairy_medium_skin_tone": "🧚🏽\u200d♀️", + "woman_farmer": "👩\u200d🌾", + "woman_farmer_dark_skin_tone": "👩🏿\u200d🌾", + "woman_farmer_light_skin_tone": "👩🏻\u200d🌾", + "woman_farmer_medium-dark_skin_tone": "👩🏾\u200d🌾", + "woman_farmer_medium-light_skin_tone": "👩🏼\u200d🌾", + "woman_farmer_medium_skin_tone": "👩🏽\u200d🌾", + "woman_firefighter": "👩\u200d🚒", + "woman_firefighter_dark_skin_tone": "👩🏿\u200d🚒", + "woman_firefighter_light_skin_tone": "👩🏻\u200d🚒", + "woman_firefighter_medium-dark_skin_tone": "👩🏾\u200d🚒", + "woman_firefighter_medium-light_skin_tone": "👩🏼\u200d🚒", + "woman_firefighter_medium_skin_tone": "👩🏽\u200d🚒", + "woman_frowning": "🙍\u200d♀️", + "woman_frowning_dark_skin_tone": "🙍🏿\u200d♀️", + "woman_frowning_light_skin_tone": "🙍🏻\u200d♀️", + "woman_frowning_medium-dark_skin_tone": "🙍🏾\u200d♀️", + "woman_frowning_medium-light_skin_tone": "🙍🏼\u200d♀️", + "woman_frowning_medium_skin_tone": "🙍🏽\u200d♀️", + "woman_genie": "🧞\u200d♀️", + "woman_gesturing_no": "🙅\u200d♀️", + "woman_gesturing_no_dark_skin_tone": "🙅🏿\u200d♀️", + "woman_gesturing_no_light_skin_tone": "🙅🏻\u200d♀️", + "woman_gesturing_no_medium-dark_skin_tone": "🙅🏾\u200d♀️", + "woman_gesturing_no_medium-light_skin_tone": "🙅🏼\u200d♀️", + "woman_gesturing_no_medium_skin_tone": "🙅🏽\u200d♀️", + "woman_gesturing_ok": "🙆\u200d♀️", + "woman_gesturing_ok_dark_skin_tone": "🙆🏿\u200d♀️", + "woman_gesturing_ok_light_skin_tone": "🙆🏻\u200d♀️", + "woman_gesturing_ok_medium-dark_skin_tone": "🙆🏾\u200d♀️", + "woman_gesturing_ok_medium-light_skin_tone": "🙆🏼\u200d♀️", + "woman_gesturing_ok_medium_skin_tone": "🙆🏽\u200d♀️", + "woman_getting_haircut": "💇\u200d♀️", + "woman_getting_haircut_dark_skin_tone": "💇🏿\u200d♀️", + "woman_getting_haircut_light_skin_tone": "💇🏻\u200d♀️", + "woman_getting_haircut_medium-dark_skin_tone": "💇🏾\u200d♀️", + "woman_getting_haircut_medium-light_skin_tone": "💇🏼\u200d♀️", + "woman_getting_haircut_medium_skin_tone": "💇🏽\u200d♀️", + "woman_getting_massage": "💆\u200d♀️", + "woman_getting_massage_dark_skin_tone": "💆🏿\u200d♀️", + "woman_getting_massage_light_skin_tone": "💆🏻\u200d♀️", + "woman_getting_massage_medium-dark_skin_tone": "💆🏾\u200d♀️", + "woman_getting_massage_medium-light_skin_tone": "💆🏼\u200d♀️", + "woman_getting_massage_medium_skin_tone": "💆🏽\u200d♀️", + "woman_golfing": "🏌️\u200d♀️", + "woman_golfing_dark_skin_tone": "🏌🏿\u200d♀️", + "woman_golfing_light_skin_tone": "🏌🏻\u200d♀️", + "woman_golfing_medium-dark_skin_tone": "🏌🏾\u200d♀️", + "woman_golfing_medium-light_skin_tone": "🏌🏼\u200d♀️", + "woman_golfing_medium_skin_tone": "🏌🏽\u200d♀️", + "woman_guard": "💂\u200d♀️", + "woman_guard_dark_skin_tone": "💂🏿\u200d♀️", + "woman_guard_light_skin_tone": "💂🏻\u200d♀️", + "woman_guard_medium-dark_skin_tone": "💂🏾\u200d♀️", + "woman_guard_medium-light_skin_tone": "💂🏼\u200d♀️", + "woman_guard_medium_skin_tone": "💂🏽\u200d♀️", + "woman_health_worker": "👩\u200d⚕️", + "woman_health_worker_dark_skin_tone": "👩🏿\u200d⚕️", + "woman_health_worker_light_skin_tone": "👩🏻\u200d⚕️", + "woman_health_worker_medium-dark_skin_tone": "👩🏾\u200d⚕️", + "woman_health_worker_medium-light_skin_tone": "👩🏼\u200d⚕️", + "woman_health_worker_medium_skin_tone": "👩🏽\u200d⚕️", + "woman_in_lotus_position": "🧘\u200d♀️", + "woman_in_lotus_position_dark_skin_tone": "🧘🏿\u200d♀️", + "woman_in_lotus_position_light_skin_tone": "🧘🏻\u200d♀️", + "woman_in_lotus_position_medium-dark_skin_tone": "🧘🏾\u200d♀️", + "woman_in_lotus_position_medium-light_skin_tone": "🧘🏼\u200d♀️", + "woman_in_lotus_position_medium_skin_tone": "🧘🏽\u200d♀️", + "woman_in_manual_wheelchair": "👩\u200d🦽", + "woman_in_motorized_wheelchair": "👩\u200d🦼", + "woman_in_steamy_room": "🧖\u200d♀️", + "woman_in_steamy_room_dark_skin_tone": "🧖🏿\u200d♀️", + "woman_in_steamy_room_light_skin_tone": "🧖🏻\u200d♀️", + "woman_in_steamy_room_medium-dark_skin_tone": "🧖🏾\u200d♀️", + "woman_in_steamy_room_medium-light_skin_tone": "🧖🏼\u200d♀️", + "woman_in_steamy_room_medium_skin_tone": "🧖🏽\u200d♀️", + "woman_judge": "👩\u200d⚖️", + "woman_judge_dark_skin_tone": "👩🏿\u200d⚖️", + "woman_judge_light_skin_tone": "👩🏻\u200d⚖️", + "woman_judge_medium-dark_skin_tone": "👩🏾\u200d⚖️", + "woman_judge_medium-light_skin_tone": "👩🏼\u200d⚖️", + "woman_judge_medium_skin_tone": "👩🏽\u200d⚖️", + "woman_juggling": "🤹\u200d♀️", + "woman_juggling_dark_skin_tone": "🤹🏿\u200d♀️", + "woman_juggling_light_skin_tone": "🤹🏻\u200d♀️", + "woman_juggling_medium-dark_skin_tone": "🤹🏾\u200d♀️", + "woman_juggling_medium-light_skin_tone": "🤹🏼\u200d♀️", + "woman_juggling_medium_skin_tone": "🤹🏽\u200d♀️", + "woman_lifting_weights": "🏋️\u200d♀️", + "woman_lifting_weights_dark_skin_tone": "🏋🏿\u200d♀️", + "woman_lifting_weights_light_skin_tone": "🏋🏻\u200d♀️", + "woman_lifting_weights_medium-dark_skin_tone": "🏋🏾\u200d♀️", + "woman_lifting_weights_medium-light_skin_tone": "🏋🏼\u200d♀️", + "woman_lifting_weights_medium_skin_tone": "🏋🏽\u200d♀️", + "woman_light_skin_tone": "👩🏻", + "woman_mage": "🧙\u200d♀️", + "woman_mage_dark_skin_tone": "🧙🏿\u200d♀️", + "woman_mage_light_skin_tone": "🧙🏻\u200d♀️", + "woman_mage_medium-dark_skin_tone": "🧙🏾\u200d♀️", + "woman_mage_medium-light_skin_tone": "🧙🏼\u200d♀️", + "woman_mage_medium_skin_tone": "🧙🏽\u200d♀️", + "woman_mechanic": "👩\u200d🔧", + "woman_mechanic_dark_skin_tone": "👩🏿\u200d🔧", + "woman_mechanic_light_skin_tone": "👩🏻\u200d🔧", + "woman_mechanic_medium-dark_skin_tone": "👩🏾\u200d🔧", + "woman_mechanic_medium-light_skin_tone": "👩🏼\u200d🔧", + "woman_mechanic_medium_skin_tone": "👩🏽\u200d🔧", + "woman_medium-dark_skin_tone": "👩🏾", + "woman_medium-light_skin_tone": "👩🏼", + "woman_medium_skin_tone": "👩🏽", + "woman_mountain_biking": "🚵\u200d♀️", + "woman_mountain_biking_dark_skin_tone": "🚵🏿\u200d♀️", + "woman_mountain_biking_light_skin_tone": "🚵🏻\u200d♀️", + "woman_mountain_biking_medium-dark_skin_tone": "🚵🏾\u200d♀️", + "woman_mountain_biking_medium-light_skin_tone": "🚵🏼\u200d♀️", + "woman_mountain_biking_medium_skin_tone": "🚵🏽\u200d♀️", + "woman_office_worker": "👩\u200d💼", + "woman_office_worker_dark_skin_tone": "👩🏿\u200d💼", + "woman_office_worker_light_skin_tone": "👩🏻\u200d💼", + "woman_office_worker_medium-dark_skin_tone": "👩🏾\u200d💼", + "woman_office_worker_medium-light_skin_tone": "👩🏼\u200d💼", + "woman_office_worker_medium_skin_tone": "👩🏽\u200d💼", + "woman_pilot": "👩\u200d✈️", + "woman_pilot_dark_skin_tone": "👩🏿\u200d✈️", + "woman_pilot_light_skin_tone": "👩🏻\u200d✈️", + "woman_pilot_medium-dark_skin_tone": "👩🏾\u200d✈️", + "woman_pilot_medium-light_skin_tone": "👩🏼\u200d✈️", + "woman_pilot_medium_skin_tone": "👩🏽\u200d✈️", + "woman_playing_handball": "🤾\u200d♀️", + "woman_playing_handball_dark_skin_tone": "🤾🏿\u200d♀️", + "woman_playing_handball_light_skin_tone": "🤾🏻\u200d♀️", + "woman_playing_handball_medium-dark_skin_tone": "🤾🏾\u200d♀️", + "woman_playing_handball_medium-light_skin_tone": "🤾🏼\u200d♀️", + "woman_playing_handball_medium_skin_tone": "🤾🏽\u200d♀️", + "woman_playing_water_polo": "🤽\u200d♀️", + "woman_playing_water_polo_dark_skin_tone": "🤽🏿\u200d♀️", + "woman_playing_water_polo_light_skin_tone": "🤽🏻\u200d♀️", + "woman_playing_water_polo_medium-dark_skin_tone": "🤽🏾\u200d♀️", + "woman_playing_water_polo_medium-light_skin_tone": "🤽🏼\u200d♀️", + "woman_playing_water_polo_medium_skin_tone": "🤽🏽\u200d♀️", + "woman_police_officer": "👮\u200d♀️", + "woman_police_officer_dark_skin_tone": "👮🏿\u200d♀️", + "woman_police_officer_light_skin_tone": "👮🏻\u200d♀️", + "woman_police_officer_medium-dark_skin_tone": "👮🏾\u200d♀️", + "woman_police_officer_medium-light_skin_tone": "👮🏼\u200d♀️", + "woman_police_officer_medium_skin_tone": "👮🏽\u200d♀️", + "woman_pouting": "🙎\u200d♀️", + "woman_pouting_dark_skin_tone": "🙎🏿\u200d♀️", + "woman_pouting_light_skin_tone": "🙎🏻\u200d♀️", + "woman_pouting_medium-dark_skin_tone": "🙎🏾\u200d♀️", + "woman_pouting_medium-light_skin_tone": "🙎🏼\u200d♀️", + "woman_pouting_medium_skin_tone": "🙎🏽\u200d♀️", + "woman_raising_hand": "🙋\u200d♀️", + "woman_raising_hand_dark_skin_tone": "🙋🏿\u200d♀️", + "woman_raising_hand_light_skin_tone": "🙋🏻\u200d♀️", + "woman_raising_hand_medium-dark_skin_tone": "🙋🏾\u200d♀️", + "woman_raising_hand_medium-light_skin_tone": "🙋🏼\u200d♀️", + "woman_raising_hand_medium_skin_tone": "🙋🏽\u200d♀️", + "woman_rowing_boat": "🚣\u200d♀️", + "woman_rowing_boat_dark_skin_tone": "🚣🏿\u200d♀️", + "woman_rowing_boat_light_skin_tone": "🚣🏻\u200d♀️", + "woman_rowing_boat_medium-dark_skin_tone": "🚣🏾\u200d♀️", + "woman_rowing_boat_medium-light_skin_tone": "🚣🏼\u200d♀️", + "woman_rowing_boat_medium_skin_tone": "🚣🏽\u200d♀️", + "woman_running": "🏃\u200d♀️", + "woman_running_dark_skin_tone": "🏃🏿\u200d♀️", + "woman_running_light_skin_tone": "🏃🏻\u200d♀️", + "woman_running_medium-dark_skin_tone": "🏃🏾\u200d♀️", + "woman_running_medium-light_skin_tone": "🏃🏼\u200d♀️", + "woman_running_medium_skin_tone": "🏃🏽\u200d♀️", + "woman_scientist": "👩\u200d🔬", + "woman_scientist_dark_skin_tone": "👩🏿\u200d🔬", + "woman_scientist_light_skin_tone": "👩🏻\u200d🔬", + "woman_scientist_medium-dark_skin_tone": "👩🏾\u200d🔬", + "woman_scientist_medium-light_skin_tone": "👩🏼\u200d🔬", + "woman_scientist_medium_skin_tone": "👩🏽\u200d🔬", + "woman_shrugging": "🤷\u200d♀️", + "woman_shrugging_dark_skin_tone": "🤷🏿\u200d♀️", + "woman_shrugging_light_skin_tone": "🤷🏻\u200d♀️", + "woman_shrugging_medium-dark_skin_tone": "🤷🏾\u200d♀️", + "woman_shrugging_medium-light_skin_tone": "🤷🏼\u200d♀️", + "woman_shrugging_medium_skin_tone": "🤷🏽\u200d♀️", + "woman_singer": "👩\u200d🎤", + "woman_singer_dark_skin_tone": "👩🏿\u200d🎤", + "woman_singer_light_skin_tone": "👩🏻\u200d🎤", + "woman_singer_medium-dark_skin_tone": "👩🏾\u200d🎤", + "woman_singer_medium-light_skin_tone": "👩🏼\u200d🎤", + "woman_singer_medium_skin_tone": "👩🏽\u200d🎤", + "woman_student": "👩\u200d🎓", + "woman_student_dark_skin_tone": "👩🏿\u200d🎓", + "woman_student_light_skin_tone": "👩🏻\u200d🎓", + "woman_student_medium-dark_skin_tone": "👩🏾\u200d🎓", + "woman_student_medium-light_skin_tone": "👩🏼\u200d🎓", + "woman_student_medium_skin_tone": "👩🏽\u200d🎓", + "woman_surfing": "🏄\u200d♀️", + "woman_surfing_dark_skin_tone": "🏄🏿\u200d♀️", + "woman_surfing_light_skin_tone": "🏄🏻\u200d♀️", + "woman_surfing_medium-dark_skin_tone": "🏄🏾\u200d♀️", + "woman_surfing_medium-light_skin_tone": "🏄🏼\u200d♀️", + "woman_surfing_medium_skin_tone": "🏄🏽\u200d♀️", + "woman_swimming": "🏊\u200d♀️", + "woman_swimming_dark_skin_tone": "🏊🏿\u200d♀️", + "woman_swimming_light_skin_tone": "🏊🏻\u200d♀️", + "woman_swimming_medium-dark_skin_tone": "🏊🏾\u200d♀️", + "woman_swimming_medium-light_skin_tone": "🏊🏼\u200d♀️", + "woman_swimming_medium_skin_tone": "🏊🏽\u200d♀️", + "woman_teacher": "👩\u200d🏫", + "woman_teacher_dark_skin_tone": "👩🏿\u200d🏫", + "woman_teacher_light_skin_tone": "👩🏻\u200d🏫", + "woman_teacher_medium-dark_skin_tone": "👩🏾\u200d🏫", + "woman_teacher_medium-light_skin_tone": "👩🏼\u200d🏫", + "woman_teacher_medium_skin_tone": "👩🏽\u200d🏫", + "woman_technologist": "👩\u200d💻", + "woman_technologist_dark_skin_tone": "👩🏿\u200d💻", + "woman_technologist_light_skin_tone": "👩🏻\u200d💻", + "woman_technologist_medium-dark_skin_tone": "👩🏾\u200d💻", + "woman_technologist_medium-light_skin_tone": "👩🏼\u200d💻", + "woman_technologist_medium_skin_tone": "👩🏽\u200d💻", + "woman_tipping_hand": "💁\u200d♀️", + "woman_tipping_hand_dark_skin_tone": "💁🏿\u200d♀️", + "woman_tipping_hand_light_skin_tone": "💁🏻\u200d♀️", + "woman_tipping_hand_medium-dark_skin_tone": "💁🏾\u200d♀️", + "woman_tipping_hand_medium-light_skin_tone": "💁🏼\u200d♀️", + "woman_tipping_hand_medium_skin_tone": "💁🏽\u200d♀️", + "woman_vampire": "🧛\u200d♀️", + "woman_vampire_dark_skin_tone": "🧛🏿\u200d♀️", + "woman_vampire_light_skin_tone": "🧛🏻\u200d♀️", + "woman_vampire_medium-dark_skin_tone": "🧛🏾\u200d♀️", + "woman_vampire_medium-light_skin_tone": "🧛🏼\u200d♀️", + "woman_vampire_medium_skin_tone": "🧛🏽\u200d♀️", + "woman_walking": "🚶\u200d♀️", + "woman_walking_dark_skin_tone": "🚶🏿\u200d♀️", + "woman_walking_light_skin_tone": "🚶🏻\u200d♀️", + "woman_walking_medium-dark_skin_tone": "🚶🏾\u200d♀️", + "woman_walking_medium-light_skin_tone": "🚶🏼\u200d♀️", + "woman_walking_medium_skin_tone": "🚶🏽\u200d♀️", + "woman_wearing_turban": "👳\u200d♀️", + "woman_wearing_turban_dark_skin_tone": "👳🏿\u200d♀️", + "woman_wearing_turban_light_skin_tone": "👳🏻\u200d♀️", + "woman_wearing_turban_medium-dark_skin_tone": "👳🏾\u200d♀️", + "woman_wearing_turban_medium-light_skin_tone": "👳🏼\u200d♀️", + "woman_wearing_turban_medium_skin_tone": "👳🏽\u200d♀️", + "woman_with_headscarf": "🧕", + "woman_with_headscarf_dark_skin_tone": "🧕🏿", + "woman_with_headscarf_light_skin_tone": "🧕🏻", + "woman_with_headscarf_medium-dark_skin_tone": "🧕🏾", + "woman_with_headscarf_medium-light_skin_tone": "🧕🏼", + "woman_with_headscarf_medium_skin_tone": "🧕🏽", + "woman_with_probing_cane": "👩\u200d🦯", + "woman_zombie": "🧟\u200d♀️", + "woman’s_boot": "👢", + "woman’s_clothes": "👚", + "woman’s_hat": "👒", + "woman’s_sandal": "👡", + "women_with_bunny_ears": "👯\u200d♀️", + "women_wrestling": "🤼\u200d♀️", + "women’s_room": "🚺", + "woozy_face": "🥴", + "world_map": "🗺", + "worried_face": "😟", + "wrapped_gift": "🎁", + "wrench": "🔧", + "writing_hand": "✍", + "writing_hand_dark_skin_tone": "✍🏿", + "writing_hand_light_skin_tone": "✍🏻", + "writing_hand_medium-dark_skin_tone": "✍🏾", + "writing_hand_medium-light_skin_tone": "✍🏼", + "writing_hand_medium_skin_tone": "✍🏽", + "yarn": "🧶", + "yawning_face": "🥱", + "yellow_circle": "🟡", + "yellow_heart": "💛", + "yellow_square": "🟨", + "yen_banknote": "💴", + "yo-yo": "🪀", + "yin_yang": "☯", + "zany_face": "🤪", + "zebra": "🦓", + "zipper-mouth_face": "🤐", + "zombie": "🧟", + "zzz": "💤", + "åland_islands": "🇦🇽", + "keycap_asterisk": "*⃣", + "keycap_digit_eight": "8⃣", + "keycap_digit_five": "5⃣", + "keycap_digit_four": "4⃣", + "keycap_digit_nine": "9⃣", + "keycap_digit_one": "1⃣", + "keycap_digit_seven": "7⃣", + "keycap_digit_six": "6⃣", + "keycap_digit_three": "3⃣", + "keycap_digit_two": "2⃣", + "keycap_digit_zero": "0⃣", + "keycap_number_sign": "#⃣", + "light_skin_tone": "🏻", + "medium_light_skin_tone": "🏼", + "medium_skin_tone": "🏽", + "medium_dark_skin_tone": "🏾", + "dark_skin_tone": "🏿", + "regional_indicator_symbol_letter_a": "🇦", + "regional_indicator_symbol_letter_b": "🇧", + "regional_indicator_symbol_letter_c": "🇨", + "regional_indicator_symbol_letter_d": "🇩", + "regional_indicator_symbol_letter_e": "🇪", + "regional_indicator_symbol_letter_f": "🇫", + "regional_indicator_symbol_letter_g": "🇬", + "regional_indicator_symbol_letter_h": "🇭", + "regional_indicator_symbol_letter_i": "🇮", + "regional_indicator_symbol_letter_j": "🇯", + "regional_indicator_symbol_letter_k": "🇰", + "regional_indicator_symbol_letter_l": "🇱", + "regional_indicator_symbol_letter_m": "🇲", + "regional_indicator_symbol_letter_n": "🇳", + "regional_indicator_symbol_letter_o": "🇴", + "regional_indicator_symbol_letter_p": "🇵", + "regional_indicator_symbol_letter_q": "🇶", + "regional_indicator_symbol_letter_r": "🇷", + "regional_indicator_symbol_letter_s": "🇸", + "regional_indicator_symbol_letter_t": "🇹", + "regional_indicator_symbol_letter_u": "🇺", + "regional_indicator_symbol_letter_v": "🇻", + "regional_indicator_symbol_letter_w": "🇼", + "regional_indicator_symbol_letter_x": "🇽", + "regional_indicator_symbol_letter_y": "🇾", + "regional_indicator_symbol_letter_z": "🇿", + "airplane_arriving": "🛬", + "space_invader": "👾", + "football": "🏈", + "anger": "💢", + "angry": "😠", + "anguished": "😧", + "signal_strength": "📶", + "arrows_counterclockwise": "🔄", + "arrow_heading_down": "⤵", + "arrow_heading_up": "⤴", + "art": "🎨", + "astonished": "😲", + "athletic_shoe": "👟", + "atm": "🏧", + "car": "🚗", + "red_car": "🚗", + "angel": "👼", + "back": "🔙", + "badminton_racquet_and_shuttlecock": "🏸", + "dollar": "💵", + "euro": "💶", + "pound": "💷", + "yen": "💴", + "barber": "💈", + "bath": "🛀", + "bear": "🐻", + "heartbeat": "💓", + "beer": "🍺", + "no_bell": "🔕", + "bento": "🍱", + "bike": "🚲", + "bicyclist": "🚴", + "8ball": "🎱", + "biohazard_sign": "☣", + "birthday": "🎂", + "black_circle_for_record": "⏺", + "clubs": "♣", + "diamonds": "♦", + "arrow_double_down": "⏬", + "hearts": "♥", + "rewind": "⏪", + "black_left__pointing_double_triangle_with_vertical_bar": "⏮", + "arrow_backward": "◀", + "black_medium_small_square": "◾", + "question": "❓", + "fast_forward": "⏩", + "black_right__pointing_double_triangle_with_vertical_bar": "⏭", + "arrow_forward": "▶", + "black_right__pointing_triangle_with_double_vertical_bar": "⏯", + "arrow_right": "➡", + "spades": "♠", + "black_square_for_stop": "⏹", + "sunny": "☀", + "phone": "☎", + "recycle": "♻", + "arrow_double_up": "⏫", + "busstop": "🚏", + "date": "📅", + "flags": "🎏", + "cat2": "🐈", + "joy_cat": "😹", + "smirk_cat": "😼", + "chart_with_downwards_trend": "📉", + "chart_with_upwards_trend": "📈", + "chart": "💹", + "mega": "📣", + "checkered_flag": "🏁", + "accept": "🉑", + "ideograph_advantage": "🉐", + "congratulations": "㊗", + "secret": "㊙", + "m": "Ⓜ", + "city_sunset": "🌆", + "clapper": "🎬", + "clap": "👏", + "beers": "🍻", + "clock830": "🕣", + "clock8": "🕗", + "clock1130": "🕦", + "clock11": "🕚", + "clock530": "🕠", + "clock5": "🕔", + "clock430": "🕟", + "clock4": "🕓", + "clock930": "🕤", + "clock9": "🕘", + "clock130": "🕜", + "clock1": "🕐", + "clock730": "🕢", + "clock7": "🕖", + "clock630": "🕡", + "clock6": "🕕", + "clock1030": "🕥", + "clock10": "🕙", + "clock330": "🕞", + "clock3": "🕒", + "clock1230": "🕧", + "clock12": "🕛", + "clock230": "🕝", + "clock2": "🕑", + "arrows_clockwise": "🔃", + "repeat": "🔁", + "repeat_one": "🔂", + "closed_lock_with_key": "🔐", + "mailbox_closed": "📪", + "mailbox": "📫", + "cloud_with_tornado": "🌪", + "cocktail": "🍸", + "boom": "💥", + "compression": "🗜", + "confounded": "😖", + "confused": "😕", + "rice": "🍚", + "cow2": "🐄", + "cricket_bat_and_ball": "🏏", + "x": "❌", + "cry": "😢", + "curry": "🍛", + "dagger_knife": "🗡", + "dancer": "💃", + "dark_sunglasses": "🕶", + "dash": "💨", + "truck": "🚚", + "derelict_house_building": "🏚", + "diamond_shape_with_a_dot_inside": "💠", + "dart": "🎯", + "disappointed_relieved": "😥", + "disappointed": "😞", + "do_not_litter": "🚯", + "dog2": "🐕", + "flipper": "🐬", + "loop": "➿", + "bangbang": "‼", + "double_vertical_bar": "⏸", + "dove_of_peace": "🕊", + "small_red_triangle_down": "🔻", + "arrow_down_small": "🔽", + "arrow_down": "⬇", + "dromedary_camel": "🐪", + "e__mail": "📧", + "corn": "🌽", + "ear_of_rice": "🌾", + "earth_americas": "🌎", + "earth_asia": "🌏", + "earth_africa": "🌍", + "eight_pointed_black_star": "✴", + "eight_spoked_asterisk": "✳", + "eject_symbol": "⏏", + "bulb": "💡", + "emoji_modifier_fitzpatrick_type__1__2": "🏻", + "emoji_modifier_fitzpatrick_type__3": "🏼", + "emoji_modifier_fitzpatrick_type__4": "🏽", + "emoji_modifier_fitzpatrick_type__5": "🏾", + "emoji_modifier_fitzpatrick_type__6": "🏿", + "end": "🔚", + "email": "✉", + "european_castle": "🏰", + "european_post_office": "🏤", + "interrobang": "⁉", + "expressionless": "😑", + "eyeglasses": "👓", + "massage": "💆", + "yum": "😋", + "scream": "😱", + "kissing_heart": "😘", + "sweat": "😓", + "face_with_head__bandage": "🤕", + "triumph": "😤", + "mask": "😷", + "no_good": "🙅", + "ok_woman": "🙆", + "open_mouth": "😮", + "cold_sweat": "😰", + "stuck_out_tongue": "😛", + "stuck_out_tongue_closed_eyes": "😝", + "stuck_out_tongue_winking_eye": "😜", + "joy": "😂", + "no_mouth": "😶", + "santa": "🎅", + "fax": "📠", + "fearful": "😨", + "field_hockey_stick_and_ball": "🏑", + "first_quarter_moon_with_face": "🌛", + "fish_cake": "🍥", + "fishing_pole_and_fish": "🎣", + "facepunch": "👊", + "punch": "👊", + "flag_for_afghanistan": "🇦🇫", + "flag_for_albania": "🇦🇱", + "flag_for_algeria": "🇩🇿", + "flag_for_american_samoa": "🇦🇸", + "flag_for_andorra": "🇦🇩", + "flag_for_angola": "🇦🇴", + "flag_for_anguilla": "🇦🇮", + "flag_for_antarctica": "🇦🇶", + "flag_for_antigua_&_barbuda": "🇦🇬", + "flag_for_argentina": "🇦🇷", + "flag_for_armenia": "🇦🇲", + "flag_for_aruba": "🇦🇼", + "flag_for_ascension_island": "🇦🇨", + "flag_for_australia": "🇦🇺", + "flag_for_austria": "🇦🇹", + "flag_for_azerbaijan": "🇦🇿", + "flag_for_bahamas": "🇧🇸", + "flag_for_bahrain": "🇧🇭", + "flag_for_bangladesh": "🇧🇩", + "flag_for_barbados": "🇧🇧", + "flag_for_belarus": "🇧🇾", + "flag_for_belgium": "🇧🇪", + "flag_for_belize": "🇧🇿", + "flag_for_benin": "🇧🇯", + "flag_for_bermuda": "🇧🇲", + "flag_for_bhutan": "🇧🇹", + "flag_for_bolivia": "🇧🇴", + "flag_for_bosnia_&_herzegovina": "🇧🇦", + "flag_for_botswana": "🇧🇼", + "flag_for_bouvet_island": "🇧🇻", + "flag_for_brazil": "🇧🇷", + "flag_for_british_indian_ocean_territory": "🇮🇴", + "flag_for_british_virgin_islands": "🇻🇬", + "flag_for_brunei": "🇧🇳", + "flag_for_bulgaria": "🇧🇬", + "flag_for_burkina_faso": "🇧🇫", + "flag_for_burundi": "🇧🇮", + "flag_for_cambodia": "🇰🇭", + "flag_for_cameroon": "🇨🇲", + "flag_for_canada": "🇨🇦", + "flag_for_canary_islands": "🇮🇨", + "flag_for_cape_verde": "🇨🇻", + "flag_for_caribbean_netherlands": "🇧🇶", + "flag_for_cayman_islands": "🇰🇾", + "flag_for_central_african_republic": "🇨🇫", + "flag_for_ceuta_&_melilla": "🇪🇦", + "flag_for_chad": "🇹🇩", + "flag_for_chile": "🇨🇱", + "flag_for_china": "🇨🇳", + "flag_for_christmas_island": "🇨🇽", + "flag_for_clipperton_island": "🇨🇵", + "flag_for_cocos__islands": "🇨🇨", + "flag_for_colombia": "🇨🇴", + "flag_for_comoros": "🇰🇲", + "flag_for_congo____brazzaville": "🇨🇬", + "flag_for_congo____kinshasa": "🇨🇩", + "flag_for_cook_islands": "🇨🇰", + "flag_for_costa_rica": "🇨🇷", + "flag_for_croatia": "🇭🇷", + "flag_for_cuba": "🇨🇺", + "flag_for_curaçao": "🇨🇼", + "flag_for_cyprus": "🇨🇾", + "flag_for_czech_republic": "🇨🇿", + "flag_for_côte_d’ivoire": "🇨🇮", + "flag_for_denmark": "🇩🇰", + "flag_for_diego_garcia": "🇩🇬", + "flag_for_djibouti": "🇩🇯", + "flag_for_dominica": "🇩🇲", + "flag_for_dominican_republic": "🇩🇴", + "flag_for_ecuador": "🇪🇨", + "flag_for_egypt": "🇪🇬", + "flag_for_el_salvador": "🇸🇻", + "flag_for_equatorial_guinea": "🇬🇶", + "flag_for_eritrea": "🇪🇷", + "flag_for_estonia": "🇪🇪", + "flag_for_ethiopia": "🇪🇹", + "flag_for_european_union": "🇪🇺", + "flag_for_falkland_islands": "🇫🇰", + "flag_for_faroe_islands": "🇫🇴", + "flag_for_fiji": "🇫🇯", + "flag_for_finland": "🇫🇮", + "flag_for_france": "🇫🇷", + "flag_for_french_guiana": "🇬🇫", + "flag_for_french_polynesia": "🇵🇫", + "flag_for_french_southern_territories": "🇹🇫", + "flag_for_gabon": "🇬🇦", + "flag_for_gambia": "🇬🇲", + "flag_for_georgia": "🇬🇪", + "flag_for_germany": "🇩🇪", + "flag_for_ghana": "🇬🇭", + "flag_for_gibraltar": "🇬🇮", + "flag_for_greece": "🇬🇷", + "flag_for_greenland": "🇬🇱", + "flag_for_grenada": "🇬🇩", + "flag_for_guadeloupe": "🇬🇵", + "flag_for_guam": "🇬🇺", + "flag_for_guatemala": "🇬🇹", + "flag_for_guernsey": "🇬🇬", + "flag_for_guinea": "🇬🇳", + "flag_for_guinea__bissau": "🇬🇼", + "flag_for_guyana": "🇬🇾", + "flag_for_haiti": "🇭🇹", + "flag_for_heard_&_mcdonald_islands": "🇭🇲", + "flag_for_honduras": "🇭🇳", + "flag_for_hong_kong": "🇭🇰", + "flag_for_hungary": "🇭🇺", + "flag_for_iceland": "🇮🇸", + "flag_for_india": "🇮🇳", + "flag_for_indonesia": "🇮🇩", + "flag_for_iran": "🇮🇷", + "flag_for_iraq": "🇮🇶", + "flag_for_ireland": "🇮🇪", + "flag_for_isle_of_man": "🇮🇲", + "flag_for_israel": "🇮🇱", + "flag_for_italy": "🇮🇹", + "flag_for_jamaica": "🇯🇲", + "flag_for_japan": "🇯🇵", + "flag_for_jersey": "🇯🇪", + "flag_for_jordan": "🇯🇴", + "flag_for_kazakhstan": "🇰🇿", + "flag_for_kenya": "🇰🇪", + "flag_for_kiribati": "🇰🇮", + "flag_for_kosovo": "🇽🇰", + "flag_for_kuwait": "🇰🇼", + "flag_for_kyrgyzstan": "🇰🇬", + "flag_for_laos": "🇱🇦", + "flag_for_latvia": "🇱🇻", + "flag_for_lebanon": "🇱🇧", + "flag_for_lesotho": "🇱🇸", + "flag_for_liberia": "🇱🇷", + "flag_for_libya": "🇱🇾", + "flag_for_liechtenstein": "🇱🇮", + "flag_for_lithuania": "🇱🇹", + "flag_for_luxembourg": "🇱🇺", + "flag_for_macau": "🇲🇴", + "flag_for_macedonia": "🇲🇰", + "flag_for_madagascar": "🇲🇬", + "flag_for_malawi": "🇲🇼", + "flag_for_malaysia": "🇲🇾", + "flag_for_maldives": "🇲🇻", + "flag_for_mali": "🇲🇱", + "flag_for_malta": "🇲🇹", + "flag_for_marshall_islands": "🇲🇭", + "flag_for_martinique": "🇲🇶", + "flag_for_mauritania": "🇲🇷", + "flag_for_mauritius": "🇲🇺", + "flag_for_mayotte": "🇾🇹", + "flag_for_mexico": "🇲🇽", + "flag_for_micronesia": "🇫🇲", + "flag_for_moldova": "🇲🇩", + "flag_for_monaco": "🇲🇨", + "flag_for_mongolia": "🇲🇳", + "flag_for_montenegro": "🇲🇪", + "flag_for_montserrat": "🇲🇸", + "flag_for_morocco": "🇲🇦", + "flag_for_mozambique": "🇲🇿", + "flag_for_myanmar": "🇲🇲", + "flag_for_namibia": "🇳🇦", + "flag_for_nauru": "🇳🇷", + "flag_for_nepal": "🇳🇵", + "flag_for_netherlands": "🇳🇱", + "flag_for_new_caledonia": "🇳🇨", + "flag_for_new_zealand": "🇳🇿", + "flag_for_nicaragua": "🇳🇮", + "flag_for_niger": "🇳🇪", + "flag_for_nigeria": "🇳🇬", + "flag_for_niue": "🇳🇺", + "flag_for_norfolk_island": "🇳🇫", + "flag_for_north_korea": "🇰🇵", + "flag_for_northern_mariana_islands": "🇲🇵", + "flag_for_norway": "🇳🇴", + "flag_for_oman": "🇴🇲", + "flag_for_pakistan": "🇵🇰", + "flag_for_palau": "🇵🇼", + "flag_for_palestinian_territories": "🇵🇸", + "flag_for_panama": "🇵🇦", + "flag_for_papua_new_guinea": "🇵🇬", + "flag_for_paraguay": "🇵🇾", + "flag_for_peru": "🇵🇪", + "flag_for_philippines": "🇵🇭", + "flag_for_pitcairn_islands": "🇵🇳", + "flag_for_poland": "🇵🇱", + "flag_for_portugal": "🇵🇹", + "flag_for_puerto_rico": "🇵🇷", + "flag_for_qatar": "🇶🇦", + "flag_for_romania": "🇷🇴", + "flag_for_russia": "🇷🇺", + "flag_for_rwanda": "🇷🇼", + "flag_for_réunion": "🇷🇪", + "flag_for_samoa": "🇼🇸", + "flag_for_san_marino": "🇸🇲", + "flag_for_saudi_arabia": "🇸🇦", + "flag_for_senegal": "🇸🇳", + "flag_for_serbia": "🇷🇸", + "flag_for_seychelles": "🇸🇨", + "flag_for_sierra_leone": "🇸🇱", + "flag_for_singapore": "🇸🇬", + "flag_for_sint_maarten": "🇸🇽", + "flag_for_slovakia": "🇸🇰", + "flag_for_slovenia": "🇸🇮", + "flag_for_solomon_islands": "🇸🇧", + "flag_for_somalia": "🇸🇴", + "flag_for_south_africa": "🇿🇦", + "flag_for_south_georgia_&_south_sandwich_islands": "🇬🇸", + "flag_for_south_korea": "🇰🇷", + "flag_for_south_sudan": "🇸🇸", + "flag_for_spain": "🇪🇸", + "flag_for_sri_lanka": "🇱🇰", + "flag_for_st._barthélemy": "🇧🇱", + "flag_for_st._helena": "🇸🇭", + "flag_for_st._kitts_&_nevis": "🇰🇳", + "flag_for_st._lucia": "🇱🇨", + "flag_for_st._martin": "🇲🇫", + "flag_for_st._pierre_&_miquelon": "🇵🇲", + "flag_for_st._vincent_&_grenadines": "🇻🇨", + "flag_for_sudan": "🇸🇩", + "flag_for_suriname": "🇸🇷", + "flag_for_svalbard_&_jan_mayen": "🇸🇯", + "flag_for_swaziland": "🇸🇿", + "flag_for_sweden": "🇸🇪", + "flag_for_switzerland": "🇨🇭", + "flag_for_syria": "🇸🇾", + "flag_for_são_tomé_&_príncipe": "🇸🇹", + "flag_for_taiwan": "🇹🇼", + "flag_for_tajikistan": "🇹🇯", + "flag_for_tanzania": "🇹🇿", + "flag_for_thailand": "🇹🇭", + "flag_for_timor__leste": "🇹🇱", + "flag_for_togo": "🇹🇬", + "flag_for_tokelau": "🇹🇰", + "flag_for_tonga": "🇹🇴", + "flag_for_trinidad_&_tobago": "🇹🇹", + "flag_for_tristan_da_cunha": "🇹🇦", + "flag_for_tunisia": "🇹🇳", + "flag_for_turkey": "🇹🇷", + "flag_for_turkmenistan": "🇹🇲", + "flag_for_turks_&_caicos_islands": "🇹🇨", + "flag_for_tuvalu": "🇹🇻", + "flag_for_u.s._outlying_islands": "🇺🇲", + "flag_for_u.s._virgin_islands": "🇻🇮", + "flag_for_uganda": "🇺🇬", + "flag_for_ukraine": "🇺🇦", + "flag_for_united_arab_emirates": "🇦🇪", + "flag_for_united_kingdom": "🇬🇧", + "flag_for_united_states": "🇺🇸", + "flag_for_uruguay": "🇺🇾", + "flag_for_uzbekistan": "🇺🇿", + "flag_for_vanuatu": "🇻🇺", + "flag_for_vatican_city": "🇻🇦", + "flag_for_venezuela": "🇻🇪", + "flag_for_vietnam": "🇻🇳", + "flag_for_wallis_&_futuna": "🇼🇫", + "flag_for_western_sahara": "🇪🇭", + "flag_for_yemen": "🇾🇪", + "flag_for_zambia": "🇿🇲", + "flag_for_zimbabwe": "🇿🇼", + "flag_for_åland_islands": "🇦🇽", + "golf": "⛳", + "fleur__de__lis": "⚜", + "muscle": "💪", + "flushed": "😳", + "frame_with_picture": "🖼", + "fries": "🍟", + "frog": "🐸", + "hatched_chick": "🐥", + "frowning": "😦", + "fuelpump": "⛽", + "full_moon_with_face": "🌝", + "gem": "💎", + "star2": "🌟", + "golfer": "🏌", + "mortar_board": "🎓", + "grimacing": "😬", + "smile_cat": "😸", + "grinning": "😀", + "grin": "😁", + "heartpulse": "💗", + "guardsman": "💂", + "haircut": "💇", + "hamster": "🐹", + "raising_hand": "🙋", + "headphones": "🎧", + "hear_no_evil": "🙉", + "cupid": "💘", + "gift_heart": "💝", + "heart": "❤", + "exclamation": "❗", + "heavy_exclamation_mark": "❗", + "heavy_heart_exclamation_mark_ornament": "❣", + "o": "⭕", + "helm_symbol": "⎈", + "helmet_with_white_cross": "⛑", + "high_heel": "👠", + "bullettrain_side": "🚄", + "bullettrain_front": "🚅", + "high_brightness": "🔆", + "zap": "⚡", + "hocho": "🔪", + "knife": "🔪", + "bee": "🐝", + "traffic_light": "🚥", + "racehorse": "🐎", + "coffee": "☕", + "hotsprings": "♨", + "hourglass": "⌛", + "hourglass_flowing_sand": "⏳", + "house_buildings": "🏘", + "100": "💯", + "hushed": "😯", + "ice_hockey_stick_and_puck": "🏒", + "imp": "👿", + "information_desk_person": "💁", + "information_source": "ℹ", + "capital_abcd": "🔠", + "abc": "🔤", + "abcd": "🔡", + "1234": "🔢", + "symbols": "🔣", + "izakaya_lantern": "🏮", + "lantern": "🏮", + "jack_o_lantern": "🎃", + "dolls": "🎎", + "japanese_goblin": "👺", + "japanese_ogre": "👹", + "beginner": "🔰", + "zero": "0️⃣", + "one": "1️⃣", + "ten": "🔟", + "two": "2️⃣", + "three": "3️⃣", + "four": "4️⃣", + "five": "5️⃣", + "six": "6️⃣", + "seven": "7️⃣", + "eight": "8️⃣", + "nine": "9️⃣", + "couplekiss": "💏", + "kissing_cat": "😽", + "kissing": "😗", + "kissing_closed_eyes": "😚", + "kissing_smiling_eyes": "😙", + "beetle": "🐞", + "large_blue_circle": "🔵", + "last_quarter_moon_with_face": "🌜", + "leaves": "🍃", + "mag": "🔍", + "left_right_arrow": "↔", + "leftwards_arrow_with_hook": "↩", + "arrow_left": "⬅", + "lock": "🔒", + "lock_with_ink_pen": "🔏", + "sob": "😭", + "low_brightness": "🔅", + "lower_left_ballpoint_pen": "🖊", + "lower_left_crayon": "🖍", + "lower_left_fountain_pen": "🖋", + "lower_left_paintbrush": "🖌", + "mahjong": "🀄", + "couple": "👫", + "man_in_business_suit_levitating": "🕴", + "man_with_gua_pi_mao": "👲", + "man_with_turban": "👳", + "mans_shoe": "👞", + "shoe": "👞", + "menorah_with_nine_branches": "🕎", + "mens": "🚹", + "minidisc": "💽", + "iphone": "📱", + "calling": "📲", + "money__mouth_face": "🤑", + "moneybag": "💰", + "rice_scene": "🎑", + "mountain_bicyclist": "🚵", + "mouse2": "🐁", + "lips": "👄", + "moyai": "🗿", + "notes": "🎶", + "nail_care": "💅", + "ab": "🆎", + "negative_squared_cross_mark": "❎", + "a": "🅰", + "b": "🅱", + "o2": "🅾", + "parking": "🅿", + "new_moon_with_face": "🌚", + "no_entry_sign": "🚫", + "underage": "🔞", + "non__potable_water": "🚱", + "arrow_upper_right": "↗", + "arrow_upper_left": "↖", + "office": "🏢", + "older_man": "👴", + "older_woman": "👵", + "om_symbol": "🕉", + "on": "🔛", + "book": "📖", + "unlock": "🔓", + "mailbox_with_no_mail": "📭", + "mailbox_with_mail": "📬", + "cd": "💿", + "tada": "🎉", + "feet": "🐾", + "walking": "🚶", + "pencil2": "✏", + "pensive": "😔", + "persevere": "😣", + "bow": "🙇", + "raised_hands": "🙌", + "person_with_ball": "⛹", + "person_with_blond_hair": "👱", + "pray": "🙏", + "person_with_pouting_face": "🙎", + "computer": "💻", + "pig2": "🐖", + "hankey": "💩", + "poop": "💩", + "shit": "💩", + "bamboo": "🎍", + "gun": "🔫", + "black_joker": "🃏", + "rotating_light": "🚨", + "cop": "👮", + "stew": "🍲", + "pouch": "👝", + "pouting_cat": "😾", + "rage": "😡", + "put_litter_in_its_place": "🚮", + "rabbit2": "🐇", + "racing_motorcycle": "🏍", + "radioactive_sign": "☢", + "fist": "✊", + "hand": "✋", + "raised_hand_with_fingers_splayed": "🖐", + "raised_hand_with_part_between_middle_and_ring_fingers": "🖖", + "blue_car": "🚙", + "apple": "🍎", + "relieved": "😌", + "reversed_hand_with_middle_finger_extended": "🖕", + "mag_right": "🔎", + "arrow_right_hook": "↪", + "sweet_potato": "🍠", + "robot": "🤖", + "rolled__up_newspaper": "🗞", + "rowboat": "🚣", + "runner": "🏃", + "running": "🏃", + "running_shirt_with_sash": "🎽", + "boat": "⛵", + "scales": "⚖", + "school_satchel": "🎒", + "scorpius": "♏", + "see_no_evil": "🙈", + "sheep": "🐑", + "stars": "🌠", + "cake": "🍰", + "six_pointed_star": "🔯", + "ski": "🎿", + "sleeping_accommodation": "🛌", + "sleeping": "😴", + "sleepy": "😪", + "sleuth_or_spy": "🕵", + "heart_eyes_cat": "😻", + "smiley_cat": "😺", + "innocent": "😇", + "heart_eyes": "😍", + "smiling_imp": "😈", + "smiley": "😃", + "sweat_smile": "😅", + "smile": "😄", + "laughing": "😆", + "satisfied": "😆", + "blush": "😊", + "smirk": "😏", + "smoking": "🚬", + "snow_capped_mountain": "🏔", + "soccer": "⚽", + "icecream": "🍦", + "soon": "🔜", + "arrow_lower_right": "↘", + "arrow_lower_left": "↙", + "speak_no_evil": "🙊", + "speaker": "🔈", + "mute": "🔇", + "sound": "🔉", + "loud_sound": "🔊", + "speaking_head_in_silhouette": "🗣", + "spiral_calendar_pad": "🗓", + "spiral_note_pad": "🗒", + "shell": "🐚", + "sweat_drops": "💦", + "u5272": "🈹", + "u5408": "🈴", + "u55b6": "🈺", + "u6307": "🈯", + "u6708": "🈷", + "u6709": "🈶", + "u6e80": "🈵", + "u7121": "🈚", + "u7533": "🈸", + "u7981": "🈲", + "u7a7a": "🈳", + "cl": "🆑", + "cool": "🆒", + "free": "🆓", + "id": "🆔", + "koko": "🈁", + "sa": "🈂", + "new": "🆕", + "ng": "🆖", + "ok": "🆗", + "sos": "🆘", + "up": "🆙", + "vs": "🆚", + "steam_locomotive": "🚂", + "ramen": "🍜", + "partly_sunny": "⛅", + "city_sunrise": "🌇", + "surfer": "🏄", + "swimmer": "🏊", + "shirt": "👕", + "tshirt": "👕", + "table_tennis_paddle_and_ball": "🏓", + "tea": "🍵", + "tv": "📺", + "three_button_mouse": "🖱", + "+1": "👍", + "thumbsup": "👍", + "__1": "👎", + "-1": "👎", + "thumbsdown": "👎", + "thunder_cloud_and_rain": "⛈", + "tiger2": "🐅", + "tophat": "🎩", + "top": "🔝", + "tm": "™", + "train2": "🚆", + "triangular_flag_on_post": "🚩", + "trident": "🔱", + "twisted_rightwards_arrows": "🔀", + "unamused": "😒", + "small_red_triangle": "🔺", + "arrow_up_small": "🔼", + "arrow_up_down": "↕", + "upside__down_face": "🙃", + "arrow_up": "⬆", + "v": "✌", + "vhs": "📼", + "wc": "🚾", + "ocean": "🌊", + "waving_black_flag": "🏴", + "wave": "👋", + "waving_white_flag": "🏳", + "moon": "🌔", + "scream_cat": "🙀", + "weary": "😩", + "weight_lifter": "🏋", + "whale2": "🐋", + "wheelchair": "♿", + "point_down": "👇", + "grey_exclamation": "❕", + "white_frowning_face": "☹", + "white_check_mark": "✅", + "point_left": "👈", + "white_medium_small_square": "◽", + "star": "⭐", + "grey_question": "❔", + "point_right": "👉", + "relaxed": "☺", + "white_sun_behind_cloud": "🌥", + "white_sun_behind_cloud_with_rain": "🌦", + "white_sun_with_small_cloud": "🌤", + "point_up_2": "👆", + "point_up": "☝", + "wind_blowing_face": "🌬", + "wink": "😉", + "wolf": "🐺", + "dancers": "👯", + "boot": "👢", + "womans_clothes": "👚", + "womans_hat": "👒", + "sandal": "👡", + "womens": "🚺", + "worried": "😟", + "gift": "🎁", + "zipper__mouth_face": "🤐", + "regional_indicator_a": "🇦", + "regional_indicator_b": "🇧", + "regional_indicator_c": "🇨", + "regional_indicator_d": "🇩", + "regional_indicator_e": "🇪", + "regional_indicator_f": "🇫", + "regional_indicator_g": "🇬", + "regional_indicator_h": "🇭", + "regional_indicator_i": "🇮", + "regional_indicator_j": "🇯", + "regional_indicator_k": "🇰", + "regional_indicator_l": "🇱", + "regional_indicator_m": "🇲", + "regional_indicator_n": "🇳", + "regional_indicator_o": "🇴", + "regional_indicator_p": "🇵", + "regional_indicator_q": "🇶", + "regional_indicator_r": "🇷", + "regional_indicator_s": "🇸", + "regional_indicator_t": "🇹", + "regional_indicator_u": "🇺", + "regional_indicator_v": "🇻", + "regional_indicator_w": "🇼", + "regional_indicator_x": "🇽", + "regional_indicator_y": "🇾", + "regional_indicator_z": "🇿", +} diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py new file mode 100644 index 00000000..bb2cafa1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py @@ -0,0 +1,32 @@ +from typing import Callable, Match, Optional +import re + +from ._emoji_codes import EMOJI + + +_ReStringMatch = Match[str] # regex match object +_ReSubCallable = Callable[[_ReStringMatch], str] # Callable invoked by re.sub +_EmojiSubMethod = Callable[[_ReSubCallable, str], str] # Sub method of a compiled re + + +def _emoji_replace( + text: str, + default_variant: Optional[str] = None, + _emoji_sub: _EmojiSubMethod = re.compile(r"(:(\S*?)(?:(?:\-)(emoji|text))?:)").sub, +) -> str: + """Replace emoji code in text.""" + get_emoji = EMOJI.__getitem__ + variants = {"text": "\uFE0E", "emoji": "\uFE0F"} + get_variant = variants.get + default_variant_code = variants.get(default_variant, "") if default_variant else "" + + def do_replace(match: Match[str]) -> str: + emoji_code, emoji_name, variant = match.groups() + try: + return get_emoji(emoji_name.lower()) + get_variant( + variant, default_variant_code + ) + except KeyError: + return emoji_code + + return _emoji_sub(do_replace, text) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py new file mode 100644 index 00000000..094d2dc2 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py @@ -0,0 +1,76 @@ +CONSOLE_HTML_FORMAT = """\ + + + + + + + +

    (d%QuUQ<)JEFWyyD^MMf|fUtkhD}HVKLZ9 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 rxw2WK5<;|1-nX*mu;+F=E+VcMbD#iLt literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a5f128ad03064f71b64163b33d414d2e55dbdc9 GIT binary patch literal 38356 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9a70494ca1ca81a3780556bb18d085f436fd0d88 GIT binary patch literal 1595 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 AcK`qY literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f17fe969a9054d82bd5ef5689473d4908a967fba GIT binary patch literal 11073 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee55b3770243c5b3f816c34baa15af4123d1329b GIT binary patch literal 6701 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 literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e417dd0935cf744137f8980dd77469fa269c1bbb GIT binary patch literal 8169 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 TGL^Kxh}%*Nju%PWn#1uQtEf?r literal 0 HcmV?d00001 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e3d175dd5eea6508b8872d98cd9d7589782fc78 GIT binary patch literal 14008 zcmcJ0du$xndGE|VxNk0(50Mlpc}P(rmnL_qxAm|Tijr)~GUaPgaYR!gM>|7urR6R? zGb@UlWx=?{4H>y0b)8l;;?zpwHWD1P&TWhO{&9<{xxfYb0JxV5wB9O!Z<7Mo!2N?J z)zp_4X!`rkJh-GNB>~cbcxHCacOG-j_xycFe-{XNIb5BQ8zaAH=D45H5A$*w4=eRH zj=RN4TpuU#k}bja@wnR)wo!YZo#$+v%wKVvjn?jx<3nEm)#rR7jT3GCYi-OYye&1K z*X|h?M`M+(y)mDt=0nVqu0GEbM=L?=N}Z~>+$QDB_STEHKDo?#8 z8>D)ajnX!hI~dh=P(35tt(i4V*uqVjA9)2_V-v%pa#B+xX)T^$Z+@rv^0HSKP#4!G zgrRgYro~f9HKM;i97~N&DDmMD?Xb{gJ_>s}Iu5k&>DaSZxI7_fBeL*{F@~VY;%J+o z%CgXTq4&jeubz*v?hhy8F*&KqhlLa8PwMq&ySq;HoIfQDr4&JuH8GyRn4i&l_k{UE zpjW=Gb)S1p5y!@4B~$Wxw7*}tl=&9x?P$Zvb6vd`UpdvUKHI|H2(OFnna=jUflJ0i zNBf~mt$J0<@xuZLX(7^xDSPzuI`IwK05L{~0#g zeD&C+)??mG&C!;~v&X|N{c5E3c=-4+lt-g@b1W0;S6h$vAHP1Dc%5kbj~|Qa9Hp0r zC~_+#J-0ZSgAj9lHi_@EV*~AlKvzOk)t;1gI+adJnXXsGxGGCRd`L(oWg#`h);^I+ zT}_Xz?VKRRrDU@v48@a@APS?R78{8thlLpR73sO_D7Xg(lH#a5Fi`Lg42-6vbb_A! z0|RfQ#e`Ag8W@mLv4MfR+zQQgH60yEjmps>F|Lh7Ps-|5Ej1SHx_CPJGHc)7n@T0r zXnb@mArrT?$5P{}I1!Cplatq?iTLH{*n~EcO74y9-V;^hn%q7n#;%IPvKk$Wk3|PS zCZ!Y*>AV^xUX6hBNZqkwJ04W}^%hrfysVIVV()*W_4J)%n}14CQcC7`*(Uam#8pAQ z9+O#(Fdk1Ngv+v^=qnBO7V$#o8DUIG#bi~b#kAxEo5A`aDbOayuq%piO-!V%?GcsX zG_8n$agr%bh@})oj%m7F^e83tAwDYDCk5y!XcmolP@zTf(aScw)2-7`b_R5=Wwv9aij1w!lnJA0RU=j~L@i@$6T&40`>?DPoHT^O_Nm~wl8Pq_ z_EB-HU{^H-Brd%Vl|9f$6kNun3NA?=64ME-;7+EL(U_>pg%UIZN2$aJOhpL_F+rge z0}aGRQc#=&=uoN0%NG2p7g0=cOJ1(DYWDS+*XOHmH!lWSr%r$33g$!Ax9V@!zq5V1 zB<~8$y_R#;|FpEWP}g|-VU^rT(0+Gp*W1MS&mGJ;~u+Rt&jmTM#m>;kLWzipFjjA8BHahiRAKD(+{IF(qasX6A`Y8lYBMz=Y$~mBm33tdOCynl7KyI;v4apySTbEF!Z4*`agnAu z4*MdA=9jdw-k35bK^{D}roRW-4B||$ikIml+k`=5(FUnwUC7B?CRMm4lHt+NI$_D; zlCd26`l-wh8650Y(()kYrpUtJ;O;>z{@~z*tm+S%QJIw3v<3%LNvfbPgpx43I4vgB zwLUuZrpc6kA2KWP@n}CZG&somYGGy?lO>(djv2#SG8iSSn~K#ycT%4>Gc&7xHe;Q2 zgv`z(LK=!~ceJBTzf6{jmWKPfosfvLB4)EywA-$w!URZUcD>hh-}OvBST!AZ=&6`H z{a)97kMJ;vryJP?ciqE4^?b<(_WOY*XuW^h-t@iUC8w<}y29Cl9ZQ_e)3H>-dCO+& zXX(?05oOJSyS*Tb@R+WJlvwmHeA;d7t6lKhRlaU&jfSk^Fm*{Cb?Q&Hz4c zB+FocEDk`Y#$}qRCz--E&uhps$ck^xGh1g&Ei?FJ4ufy@7feBIs_i%P&DIn=bg*dJ z9M*?Ah8PoGmmq4w_y~dk6+r;8id5v0kzFygdP0HPh6fJQqv|FK4w@)vX#^RtVodd0 zTAo;w5$fu)h&SsW<4s1V^QEEJlrR>UX|aNnO|#&jK?_bc7-P`zMx|D;Lnt9hGcU-|5_GtbTq&yO#9o2R-+sqOfddf!!-50=kP%uFzTCEeEbUegE8 z`EB<-&7|MDZcHq=YnWnc_})R%YHg&|+DWUm>x#)xC5%tVpR(g`MKFCf_IiDx@)P_p zH_0PhSYN?@JuNi2Vg&?i4Nb;8$z6gPpR{FdPwPS1k>xjIZ}@9ZZI{7-rqblOw-4}K zl6L?AyJCeNYctC7Cgm01+FSFA~b6t-ah;b@H&yo?RV=}`+MghC`G zrGn~95{v-hxjl9HO2G~fiU{6}eed>tyFXVQ{)xZ!fBQpA9#A4Q@R!aWoH;nR_r}o&zU?{R_C=qt;1C{X z6q+$(l+$?l1~k_+Hv}B7o|-BbNZsC;hUJJr)CJ}=?Q%JUUl*xQE{TjtdF zx^CM)xNv9B_b)EiM;9wP7W^GwJo0g6waW+*t3Ls$9ryqL$j^o9-s@fn?ppVLRV6p? zcijMi%}Vnkc5{np_y`)=7~Uw8#Elm z;D*mrdQdq(}v4bHj{Q(^-YxL8Y-{6 z1tzw_;Z4<=U2;lx%;YIb%~X6RxmicdHq6Crm*9#|I)M6AWF4E%pu}vW+Om$Dwzq2? zXf^4OT;#q_IyC~F*tHqbFL|IT>c7$0UIt;&`4abP{6R^%34AC*ZB$Wgga*A z*&N16FbN%FmnCj)Q!v9maT$x=H6q8Z5;jWl82O+{=$7GhLR5h7Q9!C9$kyRd#A-wY zKvWaPL`5^8R4)Z5>WF+<1j2`o2>Fq(!H?6@6go0m59r~X z9t@kUHq^B=?`VjoRV8{ko{Rz|1yD~2X)}PUX8o~cPk*Fe3LkGa@Md&G@hO|;uhXgC z%bv)--+G_zO8WA|(|cuM@NYQP=x@7Q=ov**0bB!XNe(k?!CYl)YLQ5U7IWS8t9F1j z?uJcEs3{>vjHgHcgq48F#sR$p{|58Ov9u;$PRKyxQ9yZ9T#xk1;lp}$(Ld;PJ zFsE-|Ow>jO6j|AedgTZs>P|}Xbrzh$Fay!WPLE+r3*PP*dd|Iis;l$-DL}dGGvP>f zQyV8fM}~pNNVs{2;tIk7@&gMznSDy>JcjxPH!y-CqNkhqQ$Ilg1O6Nr2+elSbk9jQ z&P|=lyZm$fo0)u7?fkC!{d4^fs+x0E&5Kpx8Skf6wYU0i_Px_T?ajMF4_x&CgXeqi zyBe2l4o~evq5XldHz(}<=*-7&e5`!b^I+eLxqUA#?mM$6yz~o>ui8Jq`;(g5+YLWx z`)=DE^?u`CsMsylF!xpa^ZO5eZs)5GO`m$?=0X*>yf?iIbqi>Is6{^JH7WvtkqJJ5)EuLV5ZDstX7v%y8~BJBDUKS80! zX13UZn*n575%^}g^ekUwsjZ9$rea*Cz1s|Kh96*ARFfW|joH%hOC&zcv;4@tb;b>m z1;YRhBO{2L2~G8WVKK&VeRM=ez8Pgxo6PF}s zucM~m99B~4G36_GRw&0&;JXV>_K8dc5q^_YDR9S7HHuVq{0AC;VF2RU~l~nps|LmM5Q*g2wuVcl02c~o)TzvX(&OLXl-zP!H%S;LSUzI2E_)RFJ(Mq z^{S*nvPfiE6xeH5`2$x?&Q&vCdEd1ikoQAx>9lsEb*gL0=604p3^v_9p9_W;++hHv z70X-+-ubsZ@HgfBO}Bd&{jJk{-shiw{*#L8hk=UOOEZ_iI?mgb^G6l~&3Ckgz}{(F zerNN2_qO?1&fN$&lfHW>*RX%V zcW}XRP!~j64)Y=dgt54lSFixLIN)^-0&6ocTv#HMlTP|A*=cc#-j*QDD_&xwKcw{a zMRgGUhXw_YG`;dnmIrnR$((dOp>0Xl#WuvbzU|v}4lcQ$wFZbW=_-PSTvACf?WFsO zJ-a2B!l#jk7d3`d8^;JJ z7}S9~-KS5bwXw7oQ4V8HpV8hZF`Au2cwT5(<=a;I#-7jq4L+xG9R;0_7vRLM1`Ha!ASx64Iqc&c)?HJA+j0?8A)LrEMRz}?=rH0NOn*SQ2;tL zfAR4Gudqx6dBE&4pdp-Iz?U!wQ&ql+!T&G*)PF#M1c|>C&SH7hygygobo-55dCSyG z0Dk7%?u2q%TXPl9-Vt*Z(W$d}hvyq-zkYVEZvJ{M)O=@GF4S?~vHKI3_tOwED7B`kcf8y_eL+II!^jdip@+h8T)15yrtDO5!^A$H=dnd52 z&7B>0_S`AS)kZ!FeYEFCRk_*&A6MjRkN(8}{E`a|m)xAwYfM4Sg&OZWb`b1&Xy(w| zg+*W8f}`$nSjSQyZ{k~-jM&ypuIW-i?Q`Joc5oz@d_kl zQ{bkU;_WDSlhhNR5t+-Qqo8J5Lf1(Wau_|?R zoKEAkj-2_%3o_&YXfiv1RT|iXEjl z`MW$FWUPSG-EE$VlO<;6@A9-MiJ>C9!SbRRul}hKq&ln6vr6vK6!);SVZq(NmahjH zR5A$))hMu#90OGKtSSM5jEX4)8%el~s>1vbG_c z?xYouvxdkI*)Zl-$mym%tpTi)G+&3_*LtVVa{io|AD@(&8_`NQdaEwE!)YLhU@M$7 zOGyBe3~oD3Q9X`YOb8cxPq#mJLAZj?9h+~t)y$N6|$@blClt_)?#7tsboB&h;F)(`0IMdot z`*S)#f}|DE?}nBrfnN$2sZf4Fcb)W4)sc-7ecVDN7|@!GIf;VrEIVn+NMYYtH1>zs z%7UNK8gpHr1@p6IBVQO}D>jEpg+2#sic~sm}>_v10aXGhdrOxES1l92b(EuT4)b zxa;AIZd>NuPT&JBW{JvV(8c*3nCH;=sY{PamY&etzg?EGK; zonJgGYy9A)g&K&aG8!7G3(|OBydGpean?&VrWHL5QzXKu{Ni)7~Y=w+w}|&aEl#sWk)Y%1wU|J z8p5EAwm!!8%zHLzOkP2Den`jQH?TPq0^qIxaeQBJo0EXDEV#hQqNXXzdst%S11i2l z1#u!0PsGENZc|2C=E*#ow6&OP2gpDV5DhJZ@&h!95D!au0G?3Fxr5W%T;FX3SG$&M zPEWJRcG~-s?@lgOv`?ReS5t}T>-}x-Zd<6>wcy`HX)4E}Z`*=n+ZT^KTv;PISE0PW z>=BNl)RD<+9U8kM9XZLj0+V9oyC^y&I{UBY(hS1GLZ0Lt}v~)B`jq5yu zEc_ReU#X|z+c+`@jpS}Bt>B0ubRSzQa+=L`XBv;#LQldNe8U#Mhp8h3wSR=6_3a=H zqP&j++wsTrOfS~$M#xWDIrUq#M9!AT>^nflF#jItmppP)F3@EpElZJF9fhfNH|Fp40kFZKw5(xC%ue|-y(&3*uDA2-*@EZg3uk+~&vy5mD!9IU>eUnH&Yw~wBJHC>rDBMR6csE1 zPWn_iMFqiB?98(Qmz`7Sz?VYDY1kPGmI-FiI0L~LxTU;7wFG^zpqoWN%$wC6Arg2d zyNq|(hi_PsRrgW-|3Vy7{tU##8EO+sAk;knxy{WxRw_B(`%|tSaZadi&PKrZ{Gr9N zol}8)<@UJ~x6a%=v&6Xt$5I(r;{L|PuV0)ir{mZ;=eFCnA9%m(%{g0FLhh=z1unEy z&Uq`R%V)RFY+a~~<}0_{dimzdw@=V1?ObL1N4CH8|Hz-KJi21%y~n0XJ}s@8zC3$n z=E_2C`yJ&^wY%D4>Aor7qY|F);pfgg;^_X!?cm*W;YS>9D}EnezEWS$cdQ)qqo^ is one of "lexer", "formatter" or "filter".') + special_modes.add_argument( + '-V', action='store_true', + help='Print the package version.') + special_modes.add_argument( + '-h', '--help', action='store_true', + help='Print this help.') + special_modes_group.add_argument( + '-a', metavar='ARG', + help='Formatter-specific additional argument for the -S (print ' + 'style sheet) mode.') + + argns = parser.parse_args(args[1:]) + + try: + return main_inner(parser, argns) + except BrokenPipeError: + # someone closed our stdout, e.g. by quitting a pager. + return 0 + except Exception: + if argns.v: + print(file=sys.stderr) + print('*' * 65, file=sys.stderr) + print('An unhandled exception occurred while highlighting.', + file=sys.stderr) + print('Please report the whole traceback to the issue tracker at', + file=sys.stderr) + print('.', + file=sys.stderr) + print('*' * 65, file=sys.stderr) + print(file=sys.stderr) + raise + import traceback + info = traceback.format_exception(*sys.exc_info()) + msg = info[-1].strip() + if len(info) >= 3: + # extract relevant file and position info + msg += '\n (f%s)' % info[-2].split('\n')[0].strip()[1:] + print(file=sys.stderr) + print('*** Error while highlighting:', file=sys.stderr) + print(msg, file=sys.stderr) + print('*** If this is a bug you want to report, please rerun with -v.', + file=sys.stderr) + return 1 diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py new file mode 100644 index 00000000..deb4937f --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py @@ -0,0 +1,70 @@ +""" + pygments.console + ~~~~~~~~~~~~~~~~ + + Format colored console output. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +esc = "\x1b[" + +codes = {} +codes[""] = "" +codes["reset"] = esc + "39;49;00m" + +codes["bold"] = esc + "01m" +codes["faint"] = esc + "02m" +codes["standout"] = esc + "03m" +codes["underline"] = esc + "04m" +codes["blink"] = esc + "05m" +codes["overline"] = esc + "06m" + +dark_colors = ["black", "red", "green", "yellow", "blue", + "magenta", "cyan", "gray"] +light_colors = ["brightblack", "brightred", "brightgreen", "brightyellow", "brightblue", + "brightmagenta", "brightcyan", "white"] + +x = 30 +for d, l in zip(dark_colors, light_colors): + codes[d] = esc + "%im" % x + codes[l] = esc + "%im" % (60 + x) + x += 1 + +del d, l, x + +codes["white"] = codes["bold"] + + +def reset_color(): + return codes["reset"] + + +def colorize(color_key, text): + return codes[color_key] + text + codes["reset"] + + +def ansiformat(attr, text): + """ + Format ``text`` with a color and/or some attributes:: + + color normal color + *color* bold color + _color_ underlined color + +color+ blinking color + """ + result = [] + if attr[:1] == attr[-1:] == '+': + result.append(codes['blink']) + attr = attr[1:-1] + if attr[:1] == attr[-1:] == '*': + result.append(codes['bold']) + attr = attr[1:-1] + if attr[:1] == attr[-1:] == '_': + result.append(codes['underline']) + attr = attr[1:-1] + result.append(codes[attr]) + result.append(text) + result.append(codes['reset']) + return ''.join(result) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py new file mode 100644 index 00000000..dafa08d1 --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py @@ -0,0 +1,71 @@ +""" + pygments.filter + ~~~~~~~~~~~~~~~ + + Module that implements the default filter. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + + +def apply_filters(stream, filters, lexer=None): + """ + Use this method to apply an iterable of filters to + a stream. If lexer is given it's forwarded to the + filter, otherwise the filter receives `None`. + """ + def _apply(filter_, stream): + yield from filter_.filter(lexer, stream) + for filter_ in filters: + stream = _apply(filter_, stream) + return stream + + +def simplefilter(f): + """ + Decorator that converts a function into a filter:: + + @simplefilter + def lowercase(self, lexer, stream, options): + for ttype, value in stream: + yield ttype, value.lower() + """ + return type(f.__name__, (FunctionFilter,), { + '__module__': getattr(f, '__module__'), + '__doc__': f.__doc__, + 'function': f, + }) + + +class Filter: + """ + Default filter. Subclass this class or use the `simplefilter` + decorator to create own filters. + """ + + def __init__(self, **options): + self.options = options + + def filter(self, lexer, stream): + raise NotImplementedError() + + +class FunctionFilter(Filter): + """ + Abstract class used by `simplefilter` to create simple + function filters on the fly. The `simplefilter` decorator + automatically creates subclasses of this class for + functions passed to it. + """ + function = None + + def __init__(self, **options): + if not hasattr(self, 'function'): + raise TypeError('%r used without bound function' % + self.__class__.__name__) + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + # pylint: disable=not-callable + yield from self.function(lexer, stream, self.options) diff --git a/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py new file mode 100644 index 00000000..5aa9ecbb --- /dev/null +++ b/implement-cowsay/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py @@ -0,0 +1,940 @@ +""" + pygments.filters + ~~~~~~~~~~~~~~~~ + + Module containing filter lookup functions and default + filters. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re + +from pip._vendor.pygments.token import String, Comment, Keyword, Name, Error, Whitespace, \ + string_to_tokentype +from pip._vendor.pygments.filter import Filter +from pip._vendor.pygments.util import get_list_opt, get_int_opt, get_bool_opt, \ + get_choice_opt, ClassNotFound, OptionError +from pip._vendor.pygments.plugin import find_plugin_filters + + +def find_filter_class(filtername): + """Lookup a filter by name. Return None if not found.""" + if filtername in FILTERS: + return FILTERS[filtername] + for name, cls in find_plugin_filters(): + if name == filtername: + return cls + return None + + +def get_filter_by_name(filtername, **options): + """Return an instantiated filter. + + Options are passed to the filter initializer if wanted. + Raise a ClassNotFound if not found. + """ + cls = find_filter_class(filtername) + if cls: + return cls(**options) + else: + raise ClassNotFound('filter %r not found' % filtername) + + +def get_all_filters(): + """Return a generator of all filter names.""" + yield from FILTERS + for name, _ in find_plugin_filters(): + yield name + + +def _replace_special(ttype, value, regex, specialttype, + replacefunc=lambda x: x): + last = 0 + for match in regex.finditer(value): + start, end = match.start(), match.end() + if start != last: + yield ttype, value[last:start] + yield specialttype, replacefunc(value[start:end]) + last = end + if last != len(value): + yield ttype, value[last:] + + +class CodeTagFilter(Filter): + """Highlight special code tags in comments and docstrings. + + Options accepted: + + `codetags` : list of strings + A list of strings that are flagged as code tags. The default is to + highlight ``XXX``, ``TODO``, ``FIXME``, ``BUG`` and ``NOTE``. + + .. versionchanged:: 2.13 + Now recognizes ``FIXME`` by default. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + tags = get_list_opt(options, 'codetags', + ['XXX', 'TODO', 'FIXME', 'BUG', 'NOTE']) + self.tag_re = re.compile(r'\b(%s)\b' % '|'.join([ + re.escape(tag) for tag in tags if tag + ])) + + def filter(self, lexer, stream): + regex = self.tag_re + for ttype, value in stream: + if ttype in String.Doc or \ + ttype in Comment and \ + ttype not in Comment.Preproc: + yield from _replace_special(ttype, value, regex, Comment.Special) + else: + yield ttype, value + + +class SymbolFilter(Filter): + """Convert mathematical symbols such as \\ in Isabelle + or \\longrightarrow in LaTeX into Unicode characters. + + This is mostly useful for HTML or console output when you want to + approximate the source rendering you'd see in an IDE. + + Options accepted: + + `lang` : string + The symbol language. Must be one of ``'isabelle'`` or + ``'latex'``. The default is ``'isabelle'``. + """ + + latex_symbols = { + '\\alpha' : '\U000003b1', + '\\beta' : '\U000003b2', + '\\gamma' : '\U000003b3', + '\\delta' : '\U000003b4', + '\\varepsilon' : '\U000003b5', + '\\zeta' : '\U000003b6', + '\\eta' : '\U000003b7', + '\\vartheta' : '\U000003b8', + '\\iota' : '\U000003b9', + '\\kappa' : '\U000003ba', + '\\lambda' : '\U000003bb', + '\\mu' : '\U000003bc', + '\\nu' : '\U000003bd', + '\\xi' : '\U000003be', + '\\pi' : '\U000003c0', + '\\varrho' : '\U000003c1', + '\\sigma' : '\U000003c3', + '\\tau' : '\U000003c4', + '\\upsilon' : '\U000003c5', + '\\varphi' : '\U000003c6', + '\\chi' : '\U000003c7', + '\\psi' : '\U000003c8', + '\\omega' : '\U000003c9', + '\\Gamma' : '\U00000393', + '\\Delta' : '\U00000394', + '\\Theta' : '\U00000398', + '\\Lambda' : '\U0000039b', + '\\Xi' : '\U0000039e', + '\\Pi' : '\U000003a0', + '\\Sigma' : '\U000003a3', + '\\Upsilon' : '\U000003a5', + '\\Phi' : '\U000003a6', + '\\Psi' : '\U000003a8', + '\\Omega' : '\U000003a9', + '\\leftarrow' : '\U00002190', + '\\longleftarrow' : '\U000027f5', + '\\rightarrow' : '\U00002192', + '\\longrightarrow' : '\U000027f6', + '\\Leftarrow' : '\U000021d0', + '\\Longleftarrow' : '\U000027f8', + '\\Rightarrow' : '\U000021d2', + '\\Longrightarrow' : '\U000027f9', + '\\leftrightarrow' : '\U00002194', + '\\longleftrightarrow' : '\U000027f7', + '\\Leftrightarrow' : '\U000021d4', + '\\Longleftrightarrow' : '\U000027fa', + '\\mapsto' : '\U000021a6', + '\\longmapsto' : '\U000027fc', + '\\relbar' : '\U00002500', + '\\Relbar' : '\U00002550', + '\\hookleftarrow' : '\U000021a9', + '\\hookrightarrow' : '\U000021aa', + '\\leftharpoondown' : '\U000021bd', + '\\rightharpoondown' : '\U000021c1', + '\\leftharpoonup' : '\U000021bc', + '\\rightharpoonup' : '\U000021c0', + '\\rightleftharpoons' : '\U000021cc', + '\\leadsto' : '\U0000219d', + '\\downharpoonleft' : '\U000021c3', + '\\downharpoonright' : '\U000021c2', + '\\upharpoonleft' : '\U000021bf', + '\\upharpoonright' : '\U000021be', + '\\restriction' : '\U000021be', + '\\uparrow' : '\U00002191', + '\\Uparrow' : '\U000021d1', + '\\downarrow' : '\U00002193', + '\\Downarrow' : '\U000021d3', + '\\updownarrow' : '\U00002195', + '\\Updownarrow' : '\U000021d5', + '\\langle' : '\U000027e8', + '\\rangle' : '\U000027e9', + '\\lceil' : '\U00002308', + '\\rceil' : '\U00002309', + '\\lfloor' : '\U0000230a', + '\\rfloor' : '\U0000230b', + '\\flqq' : '\U000000ab', + '\\frqq' : '\U000000bb', + '\\bot' : '\U000022a5', + '\\top' : '\U000022a4', + '\\wedge' : '\U00002227', + '\\bigwedge' : '\U000022c0', + '\\vee' : '\U00002228', + '\\bigvee' : '\U000022c1', + '\\forall' : '\U00002200', + '\\exists' : '\U00002203', + '\\nexists' : '\U00002204', + '\\neg' : '\U000000ac', + '\\Box' : '\U000025a1', + '\\Diamond' : '\U000025c7', + '\\vdash' : '\U000022a2', + '\\models' : '\U000022a8', + '\\dashv' : '\U000022a3', + '\\surd' : '\U0000221a', + '\\le' : '\U00002264', + '\\ge' : '\U00002265', + '\\ll' : '\U0000226a', + '\\gg' : '\U0000226b', + '\\lesssim' : '\U00002272', + '\\gtrsim' : '\U00002273', + '\\lessapprox' : '\U00002a85', + '\\gtrapprox' : '\U00002a86', + '\\in' : '\U00002208', + '\\notin' : '\U00002209', + '\\subset' : '\U00002282', + '\\supset' : '\U00002283', + '\\subseteq' : '\U00002286', + '\\supseteq' : '\U00002287', + '\\sqsubset' : '\U0000228f', + '\\sqsupset' : '\U00002290', + '\\sqsubseteq' : '\U00002291', + '\\sqsupseteq' : '\U00002292', + '\\cap' : '\U00002229', + '\\bigcap' : '\U000022c2', + '\\cup' : '\U0000222a', + '\\bigcup' : '\U000022c3', + '\\sqcup' : '\U00002294', + '\\bigsqcup' : '\U00002a06', + '\\sqcap' : '\U00002293', + '\\Bigsqcap' : '\U00002a05', + '\\setminus' : '\U00002216', + '\\propto' : '\U0000221d', + '\\uplus' : '\U0000228e', + '\\bigplus' : '\U00002a04', + '\\sim' : '\U0000223c', + '\\doteq' : '\U00002250', + '\\simeq' : '\U00002243', + '\\approx' : '\U00002248', + '\\asymp' : '\U0000224d', + '\\cong' : '\U00002245', + '\\equiv' : '\U00002261', + '\\Join' : '\U000022c8', + '\\bowtie' : '\U00002a1d', + '\\prec' : '\U0000227a', + '\\succ' : '\U0000227b', + '\\preceq' : '\U0000227c', + '\\succeq' : '\U0000227d', + '\\parallel' : '\U00002225', + '\\mid' : '\U000000a6', + '\\pm' : '\U000000b1', + '\\mp' : '\U00002213', + '\\times' : '\U000000d7', + '\\div' : '\U000000f7', + '\\cdot' : '\U000022c5', + '\\star' : '\U000022c6', + '\\circ' : '\U00002218', + '\\dagger' : '\U00002020', + '\\ddagger' : '\U00002021', + '\\lhd' : '\U000022b2', + '\\rhd' : '\U000022b3', + '\\unlhd' : '\U000022b4', + '\\unrhd' : '\U000022b5', + '\\triangleleft' : '\U000025c3', + '\\triangleright' : '\U000025b9', + '\\triangle' : '\U000025b3', + '\\triangleq' : '\U0000225c', + '\\oplus' : '\U00002295', + '\\bigoplus' : '\U00002a01', + '\\otimes' : '\U00002297', + '\\bigotimes' : '\U00002a02', + '\\odot' : '\U00002299', + '\\bigodot' : '\U00002a00', + '\\ominus' : '\U00002296', + '\\oslash' : '\U00002298', + '\\dots' : '\U00002026', + '\\cdots' : '\U000022ef', + '\\sum' : '\U00002211', + '\\prod' : '\U0000220f', + '\\coprod' : '\U00002210', + '\\infty' : '\U0000221e', + '\\int' : '\U0000222b', + '\\oint' : '\U0000222e', + '\\clubsuit' : '\U00002663', + '\\diamondsuit' : '\U00002662', + '\\heartsuit' : '\U00002661', + '\\spadesuit' : '\U00002660', + '\\aleph' : '\U00002135', + '\\emptyset' : '\U00002205', + '\\nabla' : '\U00002207', + '\\partial' : '\U00002202', + '\\flat' : '\U0000266d', + '\\natural' : '\U0000266e', + '\\sharp' : '\U0000266f', + '\\angle' : '\U00002220', + '\\copyright' : '\U000000a9', + '\\textregistered' : '\U000000ae', + '\\textonequarter' : '\U000000bc', + '\\textonehalf' : '\U000000bd', + '\\textthreequarters' : '\U000000be', + '\\textordfeminine' : '\U000000aa', + '\\textordmasculine' : '\U000000ba', + '\\euro' : '\U000020ac', + '\\pounds' : '\U000000a3', + '\\yen' : '\U000000a5', + '\\textcent' : '\U000000a2', + '\\textcurrency' : '\U000000a4', + '\\textdegree' : '\U000000b0', + } + + isabelle_symbols = { + '\\' : '\U0001d7ec', + '\\' : '\U0001d7ed', + '\\' : '\U0001d7ee', + '\\' : '\U0001d7ef', + '\\' : '\U0001d7f0', + '\\' : '\U0001d7f1', + '\\' : '\U0001d7f2', + '\\' : '\U0001d7f3', + '\\' : '\U0001d7f4', + '\\' : '\U0001d7f5', + '\\' : '\U0001d49c', + '\\' : '\U0000212c', + '\\' : '\U0001d49e', + '\\' : '\U0001d49f', + '\\' : '\U00002130', + '\\' : '\U00002131', + '\\' : '\U0001d4a2', + '\\' : '\U0000210b', + '\\' : '\U00002110', + '\\' : '\U0001d4a5', + '\\' : '\U0001d4a6', + '\\' : '\U00002112', + '\\' : '\U00002133', + '\\' : '\U0001d4a9', + '\\' : '\U0001d4aa', + '\\